﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

* {
    outline: 0;
}

.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
}

.font1 {
    font-family: 'Open Sans',sans-serif;
}

* {
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-decoration: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.hideMe {
    display: none;
}

.clear {
    clear: both;
}

.grid-12 {
    margin: 0 auto;
    width: 970px;
    display: block;
}

.grid-6-left {
    margin: 0 auto;
    width: 49%;
    display: block;
    float: left;
}

.grid-6-right {
    margin: 0 auto;
    width: 49%;
    display: block;
    float: right;
}

figure {
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.overflow {
    overflow: hidden;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.block {
    display: block;
}

.table {
    display: table;
}

.inline {
    display: inline-block;
}

.none {
    display: none;
}

.auto {
    margin: 0 auto;
}

.efekt1 {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.efekt2 {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.shadow {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
}

.color-101 {
    background: #3498db;
}

.color-102 {
    background: #d51030;
}

.color-103 {
    background: #58b957;
}

.color-104 {
    background: #2980b9;
}

.info-color {
    border-top: 4px solid #3498db;
    color: #3498db;
}

.red-color {
    border-top: 4px solid #d51030;
    color: #d51030;
}

.cat-101 {
    border-top: 4px solid #39b54a;
    color: #39b54a;
}

.cat-102 {
    border-top: 4px solid #fbb03b;
    color: #fbb03b;
}

.cat-103 {
    border-top: 4px solid #d51030;
    color: #d51030;
}

.cat-104 {
    border-top: 4px solid #2c3e50;
    color: #2c3e50;
}

.cat-105 {
    border-top: 4px solid #27ae60;
    color: #27ae60;
}

.cat-106 {
    border-top: 4px solid #2980b9;
    color: #2980b9;
}

.cat-107 {
    border-top: 4px solid #0084b4;
    color: #0084b4;
}

@font-face {
    font-family: 'ibaro';
    src: url('../font/ibaro.eot?92157407');
    src: url('../font/ibaro.eot?92157407#iefix') format('embedded-opentype'),url('../font/ibaro.woff?92157407') format('woff'),url('../font/ibaro.ttf?92157407') format('truetype'),url('../font/ibaro.svg?92157407#ibaro') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ibaro-icon {
    font-family: "ibaro";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Open Sans',sans-serif;
    background: #f0f3f4;
    line-height: 1.5;
}

#user-agent {
    width: 100%;
    background: rgba(0,0,0,0.1);
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

    #user-agent #today {
        float: left;
        width: 210px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding: 13px 0;
    }

    #user-agent #today_en {
        float: left;
        width: 250px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding: 13px 0;
    }

    #user-agent #social-media {
        float: left;
        width: 140px;
        padding: 5px 0;
        text-align: center;
    }

        #user-agent #social-media ul {
            display: table;
            margin: 0 auto;
        }

            #user-agent #social-media ul li {
                float: left;
                font-size: 22px;
                color: #fff;
            }

    #user-agent #users {
        float: right;
        position: relative;
        width: 620px;
        height: 50px;
        padding: 10px 0;
        text-align: right;
    }

        #user-agent #users > a {
            padding: 8px;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
        }

    #user-agent #user-profile {
        display: none;
        position: absolute;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        top: 50px;
        right: 0;
        width: 240px;
        background: #fff;
        color: #333;
        z-index: 999;
        padding: 10px;
    }

        #user-agent #user-profile li {
            width: 100%;
            padding: 5px;
            font-size: 13px;
            color: #454545;
        }

        #user-agent #user-profile:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            border: 15px solid transparent;
            border-bottom-color: #fff;
            top: -30px;
            right: 20px;
        }

header {
    background: #2980b9;
    width: 100%;
    height: 210px;
}

    header .header {
        width: 970px;
        height: 160px;
        margin: 0 auto;
    }

        header .header #logo {
            float: left;
        }

            header .header #logo a {
                display: inline-block;
                text-indent: -9999px;
                width: 428px;
                height: 160px;
            }

        header .header #mobile-logo {
            float: left;
            display: none;
            width: 100%;
            margin-top: 31px;
        }

        header .header .mobile-menu {
            float: left;
            display: none;
            font-size: 13px;
            padding: 0 10px;
            margin-right: 10px;
            line-height: 70px;
            color: #fff;
            text-align: center;
            margin-top: 10px;
        }

            header .header .mobile-menu #open-side-menu {
                float: left;
                position: relative;
                width: 30px;
                margin-right: 12px;
                height: 30px;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                cursor: pointer;
            }

                header .header .mobile-menu #open-side-menu span {
                    display: block;
                    position: absolute;
                    height: 4px;
                    width: 100%;
                    background: #fff;
                    border-radius: 4px;
                    opacity: 1;
                    left: 0;
                    -webkit-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate(0deg);
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                    header .header .mobile-menu #open-side-menu span:nth-child(1) {
                        top: 0;
                    }

                    header .header .mobile-menu #open-side-menu span:nth-child(2) {
                        top: 10px;
                    }

                    header .header .mobile-menu #open-side-menu span:nth-child(3) {
                        top: 20px;
                    }

                header .header .mobile-menu #open-side-menu.open span:nth-child(1) {
                    top: 10px;
                    -webkit-transform: rotate(135deg);
                    -moz-transform: rotate(135deg);
                    -o-transform: rotate(135deg);
                    transform: rotate(135deg);
                }

                header .header .mobile-menu #open-side-menu.open span:nth-child(2) {
                    opacity: 0;
                    left: -60px;
                }

                header .header .mobile-menu #open-side-menu.open span:nth-child(3) {
                    top: 10px;
                    -webkit-transform: rotate(-135deg);
                    -moz-transform: rotate(-135deg);
                    -o-transform: rotate(-135deg);
                    transform: rotate(-135deg);
                }

        header .header .mobile-menu-profile {
            float: right;
            display: none;
            margin-top: 10px;
            font-size: 13px;
            padding: 0 10px;
            line-height: 70px;
            color: #fff;
            text-align: center;
        }

            header .header .mobile-menu-profile #open-side-profile {
                float: right;
                position: relative;
                width: 30px;
                height: 30px;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .5s ease-in-out;
                -moz-transition: .5s ease-in-out;
                -o-transition: .5s ease-in-out;
                transition: .5s ease-in-out;
                cursor: pointer;
            }

                header .header .mobile-menu-profile #open-side-profile span {
                    display: block;
                    position: absolute;
                    height: 4px;
                    width: 100%;
                    background: #fff;
                    border-radius: 4px;
                    opacity: 1;
                    left: 0;
                    -webkit-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate(0deg);
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }

                    header .header .mobile-menu-profile #open-side-profile span:nth-child(1) {
                        top: 0;
                    }

                    header .header .mobile-menu-profile #open-side-profile span:nth-child(2) {
                        top: 10px;
                    }

                    header .header .mobile-menu-profile #open-side-profile span:nth-child(3) {
                        top: 20px;
                    }

                header .header .mobile-menu-profile #open-side-profile.open span:nth-child(1) {
                    top: 10px;
                    -webkit-transform: rotate(135deg);
                    -moz-transform: rotate(135deg);
                    -o-transform: rotate(135deg);
                    transform: rotate(135deg);
                }

                header .header .mobile-menu-profile #open-side-profile.open span:nth-child(2) {
                    opacity: 0;
                    left: -60px;
                }

                header .header .mobile-menu-profile #open-side-profile.open span:nth-child(3) {
                    top: 10px;
                    -webkit-transform: rotate(-135deg);
                    -moz-transform: rotate(-135deg);
                    -o-transform: rotate(-135deg);
                    transform: rotate(-135deg);
                }

        header .header .mobile-login {
            float: right;
            display: none;
            padding: 5px;
            background: #fff;
            color: #333;
            margin-top: 10px;
        }

            header .header .mobile-login a {
                background: rgba(0,0,0,0) url("../img/login.png") no-repeat scroll 5px 2px;
                color: #666;
                display: inline-block;
                font-size: 11px;
                font-weight: 400;
                height: 26px;
                line-height: 13px;
                padding-left: 35px;
                width: 80px;
            }

    header .default {
        background-image: url("../img/banner/default.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .avukatgunu {
        background-image: url("../img/banner/avukatgunu.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .zaferbayrami {
        background-image: url("../img/banner/30agustos.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .sekerbayrami {
        background-image: url("../img/banner/ramazanbayrami.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .genclikvesporbayrami {
        background-image: url("../img/banner/genclikvesporbayrami.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .cocukbayrami {
        background-image: url("../img/banner/cocukbayrami2020.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .yilbasi20 {
        background-image: url("../img/banner/yilbasi2021.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .ogretmenlergunu {
        background-image: url("../img/banner/ogretmenler_gunu.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .cumhuriyetbayrami {
        background-image: url("../img/banner/cumhuriyetbayrami.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .kurbanbayrami {
        background-image: url("../img/banner/kurbanbayrami.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .onkasim {
        background-image: url("../img/banner/onkasim.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }


    header .siyah {
        background-image: url("../img/banner/siyah.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .kadinasiddet {
        background-image: url("../img/banner/kadinasiddet.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header .canakkalegecilmez {
        background-image: url("../img/banner/canakkalegecilmez.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

#mobile-search {
    display: none;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
}

    #mobile-search .mobile-search-input {
        width: 230px;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 13px;
        color: #545454;
        margin-right: 10px;
    }

    #mobile-search .mobile-search-button {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        margin-top: 2px;
        padding: 5px 10px;
        font-weight: 600;
        color: #fff;
        background: #3498db;
        border-radius: 5px;
    }

        #mobile-search .mobile-search-button:hover {
            background: #2980b9;
        }

.zaferbayrami, .genclikvesporbayrami, .canakkalegecilmez, .ogretmenlergunu, .cumhuriyetbayrami {
    background-color: #cf1429 !important;
}

.cocukbayrami {
    background-color: #e6e6e8 !important;
}

.yilbasi20 {
    background-color: #840606 !important;
}

.kurbanbayrami {
    background-color: #A47C4F !important;
}

.onkasim {
    background-color: #000 !important;
}

.siyah {
    background-color: #000 !important;
}

.avukatgunu {
    background-color: #999999 !important;
}

.kadinasiddet {
    background-color: #520a4a !important;
}

.sekerbayrami {
    background-color: #5e4ea5 !important;
}

nav {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    width: 100%;
    height: 49px;
    background: #fff;
}

    nav #baro-menu {
        margin: 0 auto;
        width: 970px;
        height: 49px;
    }

        nav #baro-menu ul {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 49px;
        }

            nav #baro-menu ul li {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                width: 132px;
                color: #666;
                text-align: center;
            }

                nav #baro-menu ul li a {
                    display: inline-block;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    padding: 14px 0;
                    color: inherit;
                    font-size: 14px;
                    font-weight: 400;
                }

                nav #baro-menu ul li:last-child {
                    width: 40px;
                    font-size: 25px !important;
                    padding-top: 3px;
                    cursor: pointer;
                }

            nav #baro-menu ul .active {
                background: #eee;
                color: #333;
            }

    nav #en-baro-menu {
        margin: 0 auto;
        width: 970px;
        height: 49px;
    }

        nav #en-baro-menu ul {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 49px;
        }

            nav #en-baro-menu ul li {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                width: 135px;
                color: #666;
                text-align: center;
            }

                nav #en-baro-menu ul li a {
                    display: inline-block;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    padding: 14px 0;
                    color: inherit;
                    font-size: 14px;
                    font-weight: 400;
                }

                nav #en-baro-menu ul li:last-child {
                    width: 40px;
                    font-size: 25px !important;
                    padding-top: 3px;
                    cursor: pointer;
                }

                nav #en-baro-menu ul li:nth-child(5) {
                    width: 100px;
                }

                nav #en-baro-menu ul li:nth-child(6) {
                    width: 145px;
                }

            nav #en-baro-menu ul .active {
                background: #eee;
                color: #333;
            }

    nav #menu-search {
        position: relative;
        display: none;
        width: 970px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 49px;
        background: #fff;
        z-index: 1;
        padding: 5px 0;
    }

        nav #menu-search span {
            float: left;
            width: 68px;
            padding: 0 10px;
        }

            nav #menu-search span button {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                padding: 6px 10px;
                font-weight: 600;
                color: #fff;
                background: #3498db;
                border-radius: 5px;
            }

                nav #menu-search span button:hover {
                    background: #2980b9;
                }

        nav #menu-search .menu-search-input {
            float: left;
            width: 856px;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 3px;
            font-size: 13px;
            color: #454545;
        }

        nav #menu-search #close-search {
            float: left;
            width: 45px;
            height: 49px;
            font-size: 30px;
            cursor: pointer;
            margin-top: -6px;
        }

    nav #mobile-menu {
        margin: 0 auto;
        display: none;
        width: 340px;
        height: 44px;
    }

        nav #mobile-menu li {
            float: left;
            width: 160px;
            color: #444;
            text-align: center;
        }

            nav #mobile-menu li a {
                display: inline-block;
                padding: 10px 0;
                font-size: 14px;
            }

#slider {
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    margin: 15px auto;
    width: 970px;
    /*height: 546px;*/
    height: 275px;
    background: #fff;
}

    #slider:hover #prev-slide, #slider:hover #next-slide {
        display: block;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    #slider #slider-list {
        float: left;
        overflow: hidden;
        width: 980px;
        /*height: 546px;*/
        height: 275px;
    }

        #slider #slider-list li {
            float: left;
            overflow: hidden;
            width: 980px;
            /*height: 546px;*/
            height: 275px;
        }

    #slider #prev-slide {
        position: absolute;
        display: none;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        top: 50%;
        left: 0;
        padding: 10px;
        background: #fff;
        margin-top: -26px;
        height: 52px;
        width: 52px;
        z-index: 99;
        cursor: pointer;
    }

    #slider #next-slide {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        position: absolute;
        display: none;
        top: 50%;
        right: 0;
        padding: 10px;
        background: #fff;
        margin-top: -26px;
        height: 52px;
        width: 52px;
        z-index: 99;
        cursor: pointer;
    }

#navigation-bar {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    overflow: hidden;
    margin: 15px auto;
    width: 970px;
    height: 50px;
    background: #fff;
}

    #navigation-bar #navigation-menu {
        float: left;
        width: 100%;
        height: 50px;
    }

        #navigation-bar #navigation-menu li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
        }

            #navigation-bar #navigation-menu li a {
                display: inline-block;
                width: 147px;
                padding: 0 8px;
                font-size: 12px;
                height: 50px;
                color: #666;
                border-right: 1px solid #eee;
            }

            #navigation-bar #navigation-menu li:last-child a {
                border: 0;
            }

            #navigation-bar #navigation-menu li:nth-child(1) a {
                width: 120px;
            }

            #navigation-bar #navigation-menu li:nth-child(2) a, #navigation-bar #navigation-menu li:nth-child(4) a {
                width: 140px;
            }

            #navigation-bar #navigation-menu li:nth-child(5) a {
                width: 118px;
            }

            #navigation-bar #navigation-menu li:nth-child(6) a {
                width: 153px;
            }

            #navigation-bar #navigation-menu li:nth-child(7) a {
                width: 150px;
            }

            #navigation-bar #navigation-menu li span {
                float: left;
                padding-top: 17px;
            }

            #navigation-bar #navigation-menu li i {
                float: left;
                width: 31px;
                height: 31px;
                margin-right: 5px;
                margin-top: 10px;
            }

            #navigation-bar #navigation-menu li .baro {
                background: url('../img/sprite.png') no-repeat -11px -11px;
            }

            #navigation-bar #navigation-menu li .cmk {
                background: url('../img/sprite.png') no-repeat -12px -68px;
            }

            #navigation-bar #navigation-menu li .evrak {
                background: url('../img/sprite.png') no-repeat -10px -123px;
            }

            #navigation-bar #navigation-menu li .adliye {
                background: url('../img/sprite.png') no-repeat -12px -180px;
            }

            #navigation-bar #navigation-menu li .yayinlar {
                background: url('../img/sprite.png') no-repeat -14px -235px;
            }

            #navigation-bar #navigation-menu li .etkinlik {
                background: url('../img/sprite.png') no-repeat -12px -293px;
            }

            #navigation-bar #navigation-menu li .rehber {
                background: url('../img/sprite.png') no-repeat -111px -234px;
            }

#wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

    #wrapper .wrapper-title {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        overflow: hidden;
        height: 55px;
        width: 100%;
        padding: 0 10px;
        font-size: 18px;
        font-weight: 600;
        background: #fff;
        margin-bottom: 15px;
        line-height: 51px;
    }

        #wrapper .wrapper-title span {
            float: right;
            font-size: 15px;
            color: #fff;
            padding: 0 5px;
        }

        #wrapper .wrapper-title img {
            margin-top: 5px;
        }

        #wrapper .wrapper-title .news-all {
            background: #39b54a;
        }

        #wrapper .wrapper-title .advert-all {
            background: #fbb03b;
        }

        #wrapper .wrapper-title .baro-all {
            background: #d51030;
        }

        #wrapper .wrapper-title .dead-all {
            background: #2c3e50;
        }

    #wrapper .wrapper-block {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    #wrapper #news-list {
        float: left;
        width: 100%;
    }

        #wrapper #news-list li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            overflow: hidden;
            width: 231px;
            margin-right: 15px;
            margin-bottom: 15px;
            height: 220px;
            background: #fff;
        }

            #wrapper #news-list li .news-list-figure {
                float: left;
                width: 100%;
                height: 130px;
            }

            #wrapper #news-list li .news-list-title {
                float: left;
                overflow: hidden;
                width: 100%;
                height: 66px;
                font-size: 14px;
                line-height: 19px;
                color: #666;
                padding: 10px;
            }

            #wrapper #news-list li:nth-child(4n) {
                margin-right: 0;
            }

    #wrapper #activity-list {
        float: left;
        width: 100%;
    }

        #wrapper #activity-list li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            overflow: hidden;
            width: 231px;
            margin-right: 15px;
            margin-bottom: 15px;
            height: 250px;
            background: #fff;
            border-radius: 3px;
        }

            #wrapper #activity-list li .activity-list-figure {
                float: left;
                width: 100%;
                height: 130px;
            }

            #wrapper #activity-list li .activity-list-title {
                float: left;
                overflow: hidden;
                width: 100%;
                height: 66px;
                font-size: 15px;
                line-height: 19px;
                color: #666;
                padding: 10px;
            }

            #wrapper #activity-list li .activity-list-date {
                float: left;
                width: 100%;
                font-size: 12px;
                color: #666;
                padding: 10px;
                font-weight: 600;
                text-align: right;
            }

            #wrapper #activity-list li:nth-child(4n) {
                margin-right: 0;
            }

    #wrapper #avukat-isimleri {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        padding: 10px;
        width: 100%;
        background: #fff;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        line-height: 21px;
    }

    #wrapper #avukat-list {
        float: left;
        width: 100%;
    }

        #wrapper #avukat-list li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            overflow: hidden;
            margin-right: 15px;
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            text-align: center;
            width: 231px;
            height: 125px;
            padding: 20px;
            background: #3498db;
        }

            #wrapper #avukat-list li:nth-child(4n) {
                margin-right: 0;
            }

    #wrapper #etkinlik-list {
        float: left;
        width: 100%;
    }

        #wrapper #etkinlik-list li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            overflow: hidden;
            margin-right: 15px;
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            text-align: center;
            width: 231px;
            height: 125px;
            padding: 20px;
            background: #d51030;
        }

            #wrapper #etkinlik-list li:nth-child(4n) {
                margin-right: 0;
            }

    #wrapper #avukat-list-detail {
        float: left;
        width: 100%;
    }

        #wrapper #avukat-list-detail li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            margin-right: 15px;
            margin-bottom: 15px;
            width: 313px;
            height: 290px;
            padding: 20px;
            background: #fff;
        }

            #wrapper #avukat-list-detail li:nth-child(3n) {
                margin-right: 0;
            }

    #wrapper #anlasmali-kuruluslar {
        float: left;
        width: 100%;
    }

        #wrapper #anlasmali-kuruluslar #slider-container {
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            position: relative;
            float: left;
            overflow: hidden;
            width: 970px;
            height: 275px;
            background: #fff;
        }

        #wrapper #anlasmali-kuruluslar #slider-next {
            position: absolute;
            cursor: pointer;
            height: 50px;
            width: 50px;
            top: 50%;
            right: 0;
            margin-top: -20px;
            background: #fff;
            z-index: 999;
            padding: 10px;
        }

        #wrapper #anlasmali-kuruluslar #slider-prev {
            position: absolute;
            cursor: pointer;
            height: 50px;
            width: 50px;
            top: 50%;
            left: 0;
            margin-top: -20px;
            background: #fff;
            z-index: 999;
            padding: 10px;
        }

    #wrapper .anlasmali-kurulus-list {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        #wrapper .anlasmali-kurulus-list .anlasmali-kurulus-list-title {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            width: 100%;
            background: #fff;
            color: #fff;
            height: 44px;
        }

            #wrapper .anlasmali-kurulus-list .anlasmali-kurulus-list-title span {
                float: left;
                padding: 10px 20px;
                color: #fff;
            }

        #wrapper .anlasmali-kurulus-list .kurulus-list {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

            #wrapper .anlasmali-kurulus-list .kurulus-list li {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                margin-right: 15px;
                margin-bottom: 15px;
                width: 313px;
                height: 170px;
                background: #fff;
            }

                #wrapper .anlasmali-kurulus-list .kurulus-list li:nth-child(3n) {
                    margin-right: 0;
                }

    #wrapper .pager-avukat {
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        margin: 10px auto;
        background: #fff;
        border-radius: 10px;
    }

        #wrapper .pager-avukat li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            color: #3498db;
        }

            #wrapper .pager-avukat li a {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                display: inline-block;
                padding: 10px 12px;
                height: 48px;
                border-right: 1px solid #ddd;
            }

            #wrapper .pager-avukat li:last-child a {
                border: 0;
            }

            #wrapper .pager-avukat li:first-child, #wrapper .pager-avukat li:last-child {
                padding: 0;
            }

            #wrapper .pager-avukat li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #wrapper .pager-avukat .active {
            background: #3498db;
            color: #fff;
            font-weight: 600;
        }

            #wrapper .pager-avukat .active:hover {
                background: #3498db;
                color: #fff;
                font-weight: 600;
            }

    #wrapper .pager-news {
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        margin: 10px auto;
        background: #fff;
        border-radius: 10px;
    }

        #wrapper .pager-news li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            cursor: pointer;
            color: #39b54a;
        }

            #wrapper .pager-news li a {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                display: inline-block;
                padding: 8px 12px;
                height: 40px;
                border-right: 1px solid #ddd;
            }

            #wrapper .pager-news li:last-child a {
                border: 0;
            }

            #wrapper .pager-news li:first-child, #wrapper .pager-news li:last-child {
                padding: 0;
            }

            #wrapper .pager-news li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #wrapper .pager-news .active {
            background: #39b54a;
            color: #fff;
            font-weight: 600;
        }

            #wrapper .pager-news .active:hover {
                background: #39b54a;
                color: #fff;
                font-weight: 600;
            }

    #wrapper .pager-advert {
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        margin: 10px auto;
        background: #fff;
        border-radius: 10px;
    }

        #wrapper .pager-advert li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            color: #f7a941;
        }

            #wrapper .pager-advert li a {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                display: inline-block;
                padding: 8px 12px;
                height: 40px;
                border-right: 1px solid #ddd;
            }

            #wrapper .pager-advert li:last-child a {
                border: 0;
            }

            #wrapper .pager-advert li:first-child, #wrapper .pager-advert li:last-child {
                padding: 0;
            }

            #wrapper .pager-advert li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #wrapper .pager-advert .active {
            background: #f7a941;
            color: #fff;
            font-weight: 600;
        }

            #wrapper .pager-advert .active:hover {
                background: #f7a941;
                color: #fff;
                font-weight: 600;
            }

    #wrapper .pager-twit {
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        margin: 10px auto;
        background: #fff;
        border-radius: 10px;
    }

        #wrapper .pager-twit li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            color: #0084b4;
        }

            #wrapper .pager-twit li a {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                display: inline-block;
                padding: 8px 12px;
                height: 40px;
                border-right: 1px solid #ddd;
            }

            #wrapper .pager-twit li:last-child a {
                border: 0;
            }

            #wrapper .pager-twit li:first-child, #wrapper .pager-twit li:last-child {
                padding: 0;
            }

            #wrapper .pager-twit li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #wrapper .pager-twit .active {
            background: #0084b4;
            color: #fff;
            font-weight: 600;
        }

            #wrapper .pager-twit .active:hover {
                background: #0084b4;
                color: #fff;
                font-weight: 600;
            }

    #wrapper .pager-barovizyon {
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        margin: 10px auto;
        background: #fff;
    }

        #wrapper .pager-barovizyon li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            color: #f00;
        }

            #wrapper .pager-barovizyon li a {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                display: inline-block;
                padding: 8px 12px;
                height: 40px;
                border-right: 1px solid #f00;
            }

            #wrapper .pager-barovizyon li:last-child a {
                border: 0;
            }

            #wrapper .pager-barovizyon li:first-child, #wrapper .pager-barovizyon li:last-child {
                padding: 0;
            }

            #wrapper .pager-barovizyon li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #wrapper .pager-barovizyon .active {
            background: #f00;
            color: #fff;
            font-weight: 600;
        }

            #wrapper .pager-barovizyon .active:hover {
                background: #f00;
                color: #fff;
                font-weight: 600;
            }

    #wrapper #advert-list {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-bottom: 15px;
    }

        #wrapper #advert-list li {
            float: left;
            width: 100%;
            padding: 10px 0;
            border-bottom: 2px solid #f7a941;
            cursor: pointer;
            height: 75px;
            display: block;
        }

            #wrapper #advert-list li i {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                font-size: 20px;
                font-weight: 600;
                font-style: normal;
                width: 35px;
                height: 35px;
                text-align: center;
                color: #f7a941;
                margin-right: 15px;
                border: 1px solid #f7a941;
                border-radius: 100%;
            }

            #wrapper #advert-list li span {
                display: block;
                float: left;
                width: 900px;
                font-size: 13px;
                font-weight: 400;
                color: #666;
                padding: 7px 0;
            }

            #wrapper #advert-list li:hover i {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #f7a941;
                border-radius: 100%;
                color: #fff;
            }

    #wrapper #twit-list {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-bottom: 15px;
    }

        #wrapper #twit-list li {
            float: left;
            width: 100%;
            padding: 10px 0;
            border-bottom: 2px solid #0084b4;
            cursor: pointer;
            display: block;
            height: 75px;
        }

            #wrapper #twit-list li i {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                font-size: 20px;
                font-weight: 600;
                font-style: normal;
                width: 35px;
                height: 35px;
                text-align: center;
                color: #0084b4;
                margin: 0 auto;
                border: 1px solid #0084b4;
                border-radius: 100%;
            }

            #wrapper #twit-list li span {
                display: block;
                float: right;
                width: 100%;
                font-size: 13px;
                font-weight: 400;
                color: #666;
                padding: 7px 0;
            }

            #wrapper #twit-list li:hover i {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #0084b4;
                border-radius: 100%;
                color: #fff;
            }

    #wrapper #barovizyon-list {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        #wrapper #barovizyon-list li {
            float: left;
            position: relative;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            background: #fff;
            width: 303px;
            height: 290px;
            margin-right: 30px;
        }

            #wrapper #barovizyon-list li:nth-child(3n) {
                margin-right: 0;
            }

            #wrapper #barovizyon-list li .barovizyon-list-image {
                position: relative;
                overflow: hidden;
                width: 303px;
                height: 170px;
            }

                #wrapper #barovizyon-list li .barovizyon-list-image .play {
                    position: absolute;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    width: 64px;
                    height: 64px;
                    background: url("../img/play.png") no-repeat;
                    top: -64px;
                    left: 50%;
                    margin-left: -32px;
                }

            #wrapper #barovizyon-list li .barovizyon-list-date {
                float: left;
                width: 100%;
                font-size: 11px;
                color: #777;
                padding: 10px 10px 0 10px;
            }

            #wrapper #barovizyon-list li .barovizyon-list-cat {
                float: left;
                width: 100%;
                font-size: 12px;
                color: #f00;
                padding: 5px 10px;
                font-weight: 600;
            }

            #wrapper #barovizyon-list li .barovizyon-list-title {
                float: left;
                overflow: hidden;
                width: 100%;
                padding: 10px;
                font-size: 15px;
                font-weight: 400;
                color: #666;
                height: 53px;
            }

            #wrapper #barovizyon-list li:hover .play {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                top: 50%;
                margin-top: -32px;
            }

    /*Hukuki Sohbetler*/

    #wrapper #hukukisohbetler-list {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        #wrapper #hukukisohbetler-list li {
            float: left;
            position: relative;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            background: #fff;
            width: 303px;
            height: 290px;
            margin-right: 30px;
        }

            #wrapper #hukukisohbetler-list li:nth-child(3n) {
                margin-right: 0;
            }

            #wrapper #hukukisohbetler-list li .hukukisohbetler-list-image {
                position: relative;
                overflow: hidden;
                width: 303px;
                height: 170px;
            }

                #wrapper #hukukisohbetler-list li .hukukisohbetler-list-image .play {
                    position: absolute;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    width: 64px;
                    height: 64px;
                    background: url("../img/play.png") no-repeat;
                    top: -64px;
                    left: 50%;
                    margin-left: -32px;
                }

            #wrapper #hukukisohbetler-list li .hukukisohbetler-list-date {
                float: left;
                width: 100%;
                font-size: 11px;
                color: #777;
                padding: 10px 10px 0 10px;
            }

            #wrapper #hukukisohbetler-list li .hukukisohbetler-list-cat {
                float: left;
                width: 100%;
                font-size: 12px;
                color: #f00;
                padding: 5px 10px;
                font-weight: 600;
            }

            #wrapper #hukukisohbetler-list li .hukukisohbetler-list-title {
                float: left;
                overflow: hidden;
                width: 100%;
                padding: 10px;
                font-size: 15px;
                font-weight: 400;
                color: #666;
                height: 53px;
            }

            #wrapper #hukukisohbetler-list li:hover .play {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                top: 50%;
                margin-top: -32px;
            }

    #wrapper #dead-list {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        overflow: hidden;
        height: 170px;
        width: 850px;
        margin-bottom: 15px;
    }

        #wrapper #dead-list li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            background: #fff;
            width: 140px;
            height: 170px;
        }

            #wrapper #dead-list li .dead-list-image {
                float: left;
                width: 100%;
                height: 100px;
                text-align: center;
                padding: 10px 0;
            }

                #wrapper #dead-list li .dead-list-image img {
                    width: 80px;
                    height: 80px;
                    border-radius: 100%;
                    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                }

            #wrapper #dead-list li .dead-list-name {
                float: left;
                overflow: hidden;
                width: 100%;
                height: 70px;
                font-size: 12px;
                color: #333;
                padding: 0 10px;
                line-height: 15px;
                text-align: center;
            }

    #wrapper #dead-list-all {
        float: left;
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
    }

        #wrapper #dead-list-all li {
            float: left;
            border: 1px solid #eee;
            background: #fff;
            width: 154px;
            height: 170px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

            #wrapper #dead-list-all li .dead-list-image {
                float: left;
                width: 100%;
                height: 100px;
                text-align: center;
                padding: 10px 0;
            }

                #wrapper #dead-list-all li .dead-list-image img {
                    width: 80px;
                    height: 80px;
                    border-radius: 100%;
                    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                }

            #wrapper #dead-list-all li .dead-list-name {
                float: left;
                overflow: hidden;
                width: 100%;
                height: 70px;
                font-size: 12px;
                color: #333;
                padding: 0 10px;
                line-height: 15px;
                text-align: center;
            }

            #wrapper #dead-list-all li:nth-child(6n) {
                margin-right: 0;
            }

    #wrapper #dead-prev {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        padding: 10px;
        margin-right: 10px;
        width: 50px;
        height: 170px;
        background: #fff;
        line-height: 165px;
        cursor: pointer;
    }

    #wrapper #dead-next {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        padding: 10px;
        margin-left: 10px;
        width: 50px;
        height: 170px;
        background: #fff;
        line-height: 165px;
        cursor: pointer;
    }

#search-list {
    float: left;
    width: 100%;
}

    #search-list li {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        overflow: hidden;
        width: 231px;
        margin-right: 15px;
        margin-bottom: 15px;
        height: 220px;
        background: #fff;
        border-radius: 3px;
    }

        #search-list li .search-list-figure {
            float: left;
            width: 100%;
            height: 130px;
        }

        #search-list li .search-list-title {
            float: left;
            overflow: hidden;
            width: 100%;
            height: 66px;
            font-size: 14px;
            line-height: 19px;
            color: #666;
            padding: 10px;
        }

        #search-list li:nth-child(4n) {
            margin-right: 0;
        }

#category-link-list {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    background: #fff;
}

    #category-link-list .category-link-list {
        float: left;
        width: 100%;
    }

        #category-link-list .category-link-list li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            list-style: circle;
            margin-right: 30px;
            width: 220px;
            padding: 13px 0 13px 10px;
            font-weight: 400;
            font-size: 12px;
            color: #666;
            border-bottom: 1px dashed #eee;
        }

            #category-link-list .category-link-list li:nth-child(4n) {
                margin-right: 0;
            }

            #category-link-list .category-link-list li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                text-decoration: underline;
                list-style: disc;
            }

#page-link-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0;
    background: #1c2b36;
}

    #page-link-list .page-link-list {
        float: left;
        width: 215px;
        margin-right: 30px;
    }

        #page-link-list .page-link-list li {
            float: left;
            width: 100%;
            padding: 5px 0;
            font-weight: 600;
            font-size: 13px;
            color: #f7a941;
            list-style: square;
            border-bottom: 1px dashed #253846;
        }

            #page-link-list .page-link-list li:last-child {
                border: 0;
            }

            #page-link-list .page-link-list li:hover {
                text-decoration: underline;
            }

        #page-link-list .page-link-list:nth-child(4n) {
            margin-right: 0;
        }

        #page-link-list .page-link-list > li > ul > li {
            color: #eee;
            padding-left: 10px;
            font-weight: 400;
            font-size: 11px;
            list-style: disc;
        }

#page-title {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    margin: 20px auto 10px auto;
    background: #fff;
    width: 970px;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
}

#detail-container {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    display: table;
    margin: 20px auto;
    background: #fff;
    width: 970px;
    padding: 20px 10px;
}

    #detail-container .advert-detail-content {
        float: left;
        width: 100%;
    }

        #detail-container .advert-detail-content h1 {
            float: left;
            width: 100%;
            font-size: 30px;
            line-height: 35px;
            font-weight: 600;
            color: #555;
            margin-bottom: 20px;
        }

        #detail-container .advert-detail-content p {
            float: left;
            width: 100%;
            font-size: 14px;
            line-height: 24px;
            color: #333;
            margin-bottom: 10px;
        }

        #detail-container .advert-detail-content ul li {
            display: block;
            padding: 5px 0;
            color: #333;
            font-size: 14px;
        }

    #detail-container .news-detail-content {
        width: 100%;
    }

        #detail-container .news-detail-content .news-detail-image {
            margin: 20px auto;
            text-align: center;
        }

            #detail-container .news-detail-content .news-detail-image img {
                max-width: 600px;
            }

        #detail-container .news-detail-content h1 {
            text-align: center;
            float: left;
            width: 100%;
            font-size: 30px;
            line-height: 35px;
            font-weight: 600;
            color: #555;
            margin-bottom: 20px;
        }

        #detail-container .news-detail-content p {
            float: left;
            width: 100%;
            font-size: 14px;
            color: #333;
            margin-bottom: 20px;
        }

        #detail-container .news-detail-content #news-gallery {
            margin: 0 auto;
            position: relative;
            clear: both;
            width: 580px;
            height: 140px;
            margin-bottom: 20px;
        }

            #detail-container .news-detail-content #news-gallery .news-gallery-list {
                float: left;
                overflow: hidden;
                width: 580px;
                height: 140px;
            }

                #detail-container .news-detail-content #news-gallery .news-gallery-list li {
                    float: left;
                    margin-right: 18px;
                    width: 182px;
                    height: 140px;
                }

            #detail-container .news-detail-content #news-gallery #next-gallery {
                position: absolute;
                right: -20px;
                top: 50%;
                margin-top: -19px;
                cursor: pointer;
            }

            #detail-container .news-detail-content #news-gallery #prev-gallery {
                position: absolute;
                left: -35px;
                top: 50%;
                margin-top: -19px;
                cursor: pointer;
            }

#page-extras {
    width: 970px;
    margin: 10px auto 20px auto;
    height: 40px;
}

    #page-extras #print-post-news {
        float: left;
        width: 90px;
        height: 40px;
        background: #39b54a;
        text-align: center;
        color: #fff;
        padding: 8px;
        margin-right: 10px;
        font-size: 15px;
    }

    #page-extras #print-post-advert {
        float: left;
        width: 90px;
        height: 40px;
        background: #fbb03b;
        text-align: center;
        color: #fff;
        padding: 8px;
        margin-right: 10px;
        font-size: 15px;
    }

    #page-extras .share-content {
        float: left;
        position: relative;
        width: 90px;
        height: 40px;
    }

@font-face {
    font-family: 'entypo';
    font-style: normal;
    font-weight: normal;
    src: url('https://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
    src: url('https://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'),url('https://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'),url('https://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'),url('https://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}

#page-extras .share-content .entypo-note:before {
    content: "\266a";
}

#page-extras .share-content .entypo-note-beamed:before {
    content: "\266b";
}

#page-extras .share-content .entypo-music:before {
    content: "\1f3b5";
}

#page-extras .share-content .entypo-search:before {
    content: "\1f50d";
}

#page-extras .share-content .entypo-flashlight:before {
    content: "\1f526";
}

#page-extras .share-content .entypo-mail:before {
    content: "\2709";
}

#page-extras .share-content .entypo-heart:before {
    content: "\2665";
}

#page-extras .share-content .entypo-heart-empty:before {
    content: "\2661";
}

#page-extras .share-content .entypo-star:before {
    content: "\2605";
}

#page-extras .share-content .entypo-star-empty:before {
    content: "\2606";
}

#page-extras .share-content .entypo-user:before {
    content: "\1f464";
}

#page-extras .share-content .entypo-users:before {
    content: "\1f465";
}

#page-extras .share-content .entypo-user-add:before {
    content: "\e700";
}

#page-extras .share-content .entypo-video:before {
    content: "\1f3ac";
}

#page-extras .share-content .entypo-picture:before {
    content: "\1f304";
}

#page-extras .share-content .entypo-camera:before {
    content: "\1f4f7";
}

#page-extras .share-content .entypo-layout:before {
    content: "\268f";
}

#page-extras .share-content .entypo-menu:before {
    content: "\2630";
}

#page-extras .share-content .entypo-check:before {
    content: "\2713";
}

#page-extras .share-content .entypo-cancel:before {
    content: "\2715";
}

#page-extras .share-content .entypo-cancel-circled:before {
    content: "\2716";
}

#page-extras .share-content .entypo-cancel-squared:before {
    content: "\274e";
}

#page-extras .share-content .entypo-plus:before {
    content: "\2b";
}

#page-extras .share-content .entypo-plus-circled:before {
    content: "\2795";
}

#page-extras .share-content .entypo-plus-squared:before {
    content: "\229e";
}

#page-extras .share-content .entypo-minus:before {
    content: "\2d";
}

#page-extras .share-content .entypo-minus-circled:before {
    content: "\2796";
}

#page-extras .share-content .entypo-minus-squared:before {
    content: "\229f";
}

#page-extras .share-content .entypo-help:before {
    content: "\2753";
}

#page-extras .share-content .entypo-help-circled:before {
    content: "\e704";
}

#page-extras .share-content .entypo-info:before {
    content: "\2139";
}

#page-extras .share-content .entypo-info-circled:before {
    content: "\e705";
}

#page-extras .share-content .entypo-back:before {
    content: "\1f519";
}

#page-extras .share-content .entypo-home:before {
    content: "\2302";
}

#page-extras .share-content .entypo-link:before {
    content: "\1f517";
}

#page-extras .share-content .entypo-attach:before {
    content: "\1f4ce";
}

#page-extras .share-content .entypo-lock:before {
    content: "\1f512";
}

#page-extras .share-content .entypo-lock-open:before {
    content: "\1f513";
}

#page-extras .share-content .entypo-eye:before {
    content: "\e70a";
}

#page-extras .share-content .entypo-tag:before {
    content: "\e70c";
}

#page-extras .share-content .entypo-bookmark:before {
    content: "\1f516";
}

#page-extras .share-content .entypo-bookmarks:before {
    content: "\1f4d1";
}

#page-extras .share-content .entypo-flag:before {
    content: "\2691";
}

#page-extras .share-content .entypo-thumbs-up:before {
    content: "\1f44d";
}

#page-extras .share-content .entypo-thumbs-down:before {
    content: "\1f44e";
}

#page-extras .share-content .entypo-download:before {
    content: "\1f4e5";
}

#page-extras .share-content .entypo-upload:before {
    content: "\1f4e4";
}

#page-extras .share-content .entypo-upload-cloud:before {
    content: "\e711";
}

#page-extras .share-content .entypo-reply:before {
    content: "\e712";
}

#page-extras .share-content .entypo-reply-all:before {
    content: "\e713";
}

#page-extras .share-content .entypo-forward:before {
    content: "\27a6";
}

#page-extras .share-content .entypo-quote:before {
    content: "\275e";
}

#page-extras .share-content .entypo-code:before {
    content: "\e714";
}

#page-extras .share-content .entypo-export:before {
    content: "\e715";
}

#page-extras .share-content .entypo-pencil:before {
    content: "\270e";
}

#page-extras .share-content .entypo-feather:before {
    content: "\2712";
}

#page-extras .share-content .entypo-print:before {
    content: "\e716";
}

#page-extras .share-content .entypo-retweet:before {
    content: "\e717";
}

#page-extras .share-content .entypo-keyboard:before {
    content: "\2328";
}

#page-extras .share-content .entypo-comment:before {
    content: "\e718";
}

#page-extras .share-content .entypo-chat:before {
    content: "\e720";
}

#page-extras .share-content .entypo-bell:before {
    content: "\1f514";
}

#page-extras .share-content .entypo-attention:before {
    content: "\26a0";
}

#page-extras .share-content .entypo-alert:before {
    content: "\1f4a5'";
}

#page-extras .share-content .entypo-vcard:before {
    content: "\e722";
}

#page-extras .share-content .entypo-address:before {
    content: "\e723";
}

#page-extras .share-content .entypo-location:before {
    content: "\e724";
}

#page-extras .share-content .entypo-map:before {
    content: "\e727";
}

#page-extras .share-content .entypo-direction:before {
    content: "\27a2";
}

#page-extras .share-content .entypo-compass:before {
    content: "\e728";
}

#page-extras .share-content .entypo-cup:before {
    content: "\2615";
}

#page-extras .share-content .entypo-trash:before {
    content: "\e729";
}

#page-extras .share-content .entypo-doc:before {
    content: "\e730";
}

#page-extras .share-content .entypo-docs:before {
    content: "\e736";
}

#page-extras .share-content .entypo-doc-landscape:before {
    content: "\e737";
}

#page-extras .share-content .entypo-doc-text:before {
    content: "\1f4c4";
}

#page-extras .share-content .entypo-doc-text-inv:before {
    content: "\e731";
}

#page-extras .share-content .entypo-newspaper:before {
    content: "\1f4f0";
}

#page-extras .share-content .entypo-book-open:before {
    content: "\1f4d6";
}

#page-extras .share-content .entypo-book:before {
    content: "\1f4d5";
}

#page-extras .share-content .entypo-folder:before {
    content: "\1f4c1";
}

#page-extras .share-content .entypo-archive:before {
    content: "\e738";
}

#page-extras .share-content .entypo-box:before {
    content: "\1f4e6";
}

#page-extras .share-content .entypo-rss:before {
    content: "\e73a";
}

#page-extras .share-content .entypo-phone:before {
    content: "\1f4dE";
}

#page-extras .share-content .entypo-cog:before {
    content: "\2699";
}

#page-extras .share-content .entypo-tools:before {
    content: "\2692";
}

#page-extras .share-content .entypo-share:before {
    content: "\e73c";
}

#page-extras .share-content .entypo-shareable:before {
    content: "\e73e";
}

#page-extras .share-content .entypo-basket:before {
    content: "\e73d";
}

#page-extras .share-content .entypo-bag:before {
    content: "\1f45c'";
}

#page-extras .share-content .entypo-calendar:before {
    content: "\1f4c5";
}

#page-extras .share-content .entypo-login:before {
    content: "\e740";
}

#page-extras .share-content .entypo-logout:before {
    content: "\e741";
}

#page-extras .share-content .entypo-mic:before {
    content: "\1f3a4";
}

#page-extras .share-content .entypo-mute:before {
    content: "\1f507";
}

#page-extras .share-content .entypo-sound:before {
    content: "\1f50a";
}

#page-extras .share-content .entypo-volume:before {
    content: "\e742";
}

#page-extras .share-content .entypo-clock:before {
    content: "\1f554";
}

#page-extras .share-content .entypo-hourglass:before {
    content: "\23f3";
}

#page-extras .share-content .entypo-lamp:before {
    content: "\1f4a1";
}

#page-extras .share-content .entypo-light-down:before {
    content: "\1f505";
}

#page-extras .share-content .entypo-light-up:before {
    content: "\1f506";
}

#page-extras .share-content .entypo-adjust:before {
    content: "\25d1";
}

#page-extras .share-content .entypo-block:before {
    content: "\1f6ab";
}

#page-extras .share-content .entypo-resize-full:before {
    content: "\e744";
}

#page-extras .share-content .entypo-resize-small:before {
    content: "\e746";
}

#page-extras .share-content .entypo-popup:before {
    content: "\e74c";
}

#page-extras .share-content .entypo-publish:before {
    content: "\e74d";
}

#page-extras .share-content .entypo-window:before {
    content: "\e74e";
}

#page-extras .share-content .entypo-arrow-combo:before {
    content: "\e74f";
}

#page-extras .share-content .entypo-down-circled:before {
    content: "\e758";
}

#page-extras .share-content .entypo-left-circled:before {
    content: "\e759";
}

#page-extras .share-content .entypo-right-circled:before {
    content: "\e75a";
}

#page-extras .share-content .entypo-up-circled:before {
    content: "\e75b";
}

#page-extras .share-content .entypo-down-open:before {
    content: "\e75c";
}

#page-extras .share-content .entypo-left-open:before {
    content: "\e75d";
}

#page-extras .share-content .entypo-right-open:before {
    content: "\e75e";
}

#page-extras .share-content .entypo-up-open:before {
    content: "\e75f";
}

#page-extras .share-content .entypo-down-open-mini:before {
    content: "\e760";
}

#page-extras .share-content .entypo-left-open-mini:before {
    content: "\e761";
}

#page-extras .share-content .entypo-right-open-mini:before {
    content: "\e762";
}

#page-extras .share-content .entypo-up-open-mini:before {
    content: "\e763";
}

#page-extras .share-content .entypo-down-open-big:before {
    content: "\e764";
}

#page-extras .share-content .entypo-left-open-big:before {
    content: "\e765";
}

#page-extras .share-content .entypo-right-open-big:before {
    content: "\e766";
}

#page-extras .share-content .entypo-up-open-big:before {
    content: "\e767";
}

#page-extras .share-content .entypo-down:before {
    content: "\2b07";
}

#page-extras .share-content .entypo-left:before {
    content: "\2b05";
}

#page-extras .share-content .entypo-right:before {
    content: "\27a1";
}

#page-extras .share-content .entypo-up:before {
    content: "\2b06";
}

#page-extras .share-content .entypo-down-dir:before {
    content: "\25be";
}

#page-extras .share-content .entypo-left-dir:before {
    content: "\25c2";
}

#page-extras .share-content .entypo-right-dir:before {
    content: "\25b8";
}

#page-extras .share-content .entypo-up-dir:before {
    content: "\25b4";
}

#page-extras .share-content .entypo-down-bold:before {
    content: "\e4b0";
}

#page-extras .share-content .entypo-left-bold:before {
    content: "\e4ad";
}

#page-extras .share-content .entypo-right-bold:before {
    content: "\e4ae";
}

#page-extras .share-content .entypo-up-bold:before {
    content: "\e4af";
}

#page-extras .share-content .entypo-down-thin:before {
    content: "\2193";
}

#page-extras .share-content .entypo-left-thin:before {
    content: "\2190";
}

#page-extras .share-content .entypo-right-thin:before {
    content: "\2192";
}

#page-extras .share-content .entypo-up-thin:before {
    content: "\2191";
}

#page-extras .share-content .entypo-ccw:before {
    content: "\27f2";
}

#page-extras .share-content .entypo-cw:before {
    content: "\27f3";
}

#page-extras .share-content .entypo-arrows-ccw:before {
    content: "\1f504";
}

#page-extras .share-content .entypo-level-down:before {
    content: "\21b3";
}

#page-extras .share-content .entypo-level-up:before {
    content: "\21b0";
}

#page-extras .share-content .entypo-shuffle:before {
    content: "\1f500";
}

#page-extras .share-content .entypo-loop:before {
    content: "\1f501";
}

#page-extras .share-content .entypo-switch:before {
    content: "\21c6";
}

#page-extras .share-content .entypo-play:before {
    content: "\25b6";
}

#page-extras .share-content .entypo-stop:before {
    content: "\25a0";
}

#page-extras .share-content .entypo-pause:before {
    content: "\2389";
}

#page-extras .share-content .entypo-record:before {
    content: "\26ab";
}

#page-extras .share-content .entypo-to-end:before {
    content: "\23ed";
}

#page-extras .share-content .entypo-to-start:before {
    content: "\23ee";
}

#page-extras .share-content .entypo-fast-forward:before {
    content: "\23e9";
}

#page-extras .share-content .entypo-fast-backward:before {
    content: "\23ea";
}

#page-extras .share-content .entypo-progress-0:before {
    content: "\e768";
}

#page-extras .share-content .entypo-progress-1:before {
    content: "\e769";
}

#page-extras .share-content .entypo-progress-2:before {
    content: "\e76a";
}

#page-extras .share-content .entypo-progress-3:before {
    content: "\e76b";
}

#page-extras .share-content .entypo-target:before {
    content: "\1f3af";
}

#page-extras .share-content .entypo-palette:before {
    content: "\1f3a8";
}

#page-extras .share-content .entypo-list:before {
    content: "\e005";
}

#page-extras .share-content .entypo-list-add:before {
    content: "\e003";
}

#page-extras .share-content .entypo-signal:before {
    content: "\1f4f6";
}

#page-extras .share-content .entypo-trophy:before {
    content: "\1f3c6";
}

#page-extras .share-content .entypo-battery:before {
    content: "\1f50b";
}

#page-extras .share-content .entypo-back-in-time:before {
    content: "\e771";
}

#page-extras .share-content .entypo-monitor:before {
    content: "\1f4bb";
}

#page-extras .share-content .entypo-mobile:before {
    content: "\1f4f1";
}

#page-extras .share-content .entypo-network:before {
    content: "\e776";
}

#page-extras .share-content .entypo-cd:before {
    content: "\1f4bf";
}

#page-extras .share-content .entypo-inbox:before {
    content: "\e777";
}

#page-extras .share-content .entypo-install:before {
    content: "\e778";
}

#page-extras .share-content .entypo-globe:before {
    content: "\1f30e";
}

#page-extras .share-content .entypo-cloud:before {
    content: "\2601";
}

#page-extras .share-content .entypo-cloud-thunder:before {
    content: "\26c8";
}

#page-extras .share-content .entypo-flash:before {
    content: "\26a1";
}

#page-extras .share-content .entypo-moon:before {
    content: "\263d";
}

#page-extras .share-content .entypo-flight:before {
    content: "\2708";
}

#page-extras .share-content .entypo-paper-plane:before {
    content: "\e79b";
}

#page-extras .share-content .entypo-leaf:before {
    content: "\1f342";
}

#page-extras .share-content .entypo-lifebuoy:before {
    content: "\e788";
}

#page-extras .share-content .entypo-mouse:before {
    content: "\e789";
}

#page-extras .share-content .entypo-briefcase:before {
    content: "\1f4bc";
}

#page-extras .share-content .entypo-suitcase:before {
    content: "\e78e";
}

#page-extras .share-content .entypo-dot:before {
    content: "\e78b";
}

#page-extras .share-content .entypo-dot-2:before {
    content: "\e78c";
}

#page-extras .share-content .entypo-dot-3:before {
    content: "\e78d";
}

#page-extras .share-content .entypo-brush:before {
    content: "\e79a";
}

#page-extras .share-content .entypo-magnet:before {
    content: "\e7a1";
}

#page-extras .share-content .entypo-infinity:before {
    content: "\221e";
}

#page-extras .share-content .entypo-erase:before {
    content: "\232b";
}

#page-extras .share-content .entypo-chart-pie:before {
    content: "\e751";
}

#page-extras .share-content .entypo-chart-line:before {
    content: "\1f4c8";
}

#page-extras .share-content .entypo-chart-bar:before {
    content: "\1f4ca";
}

#page-extras .share-content .entypo-chart-area:before {
    content: "\1f53e";
}

#page-extras .share-content .entypo-tape:before {
    content: "\2707";
}

#page-extras .share-content .entypo-graduation-cap:before {
    content: "\1f393";
}

#page-extras .share-content .entypo-language:before {
    content: "\e752";
}

#page-extras .share-content .entypo-ticket:before {
    content: "\1f3ab";
}

#page-extras .share-content .entypo-water:before {
    content: "\1f4a6";
}

#page-extras .share-content .entypo-droplet:before {
    content: "\1f4a7";
}

#page-extras .share-content .entypo-air:before {
    content: "\e753";
}

#page-extras .share-content .entypo-credit-card:before {
    content: "\1f4b3";
}

#page-extras .share-content .entypo-floppy:before {
    content: "\1f4be";
}

#page-extras .share-content .entypo-clipboard:before {
    content: "\1f4cb";
}

#page-extras .share-content .entypo-megaphone:before {
    content: "\1f4e3";
}

#page-extras .share-content .entypo-database:before {
    content: "\e754";
}

#page-extras .share-content .entypo-drive:before {
    content: "\e755";
}

#page-extras .share-content .entypo-bucket:before {
    content: "\e756";
}

#page-extras .share-content .entypo-thermometer:before {
    content: "\e757";
}

#page-extras .share-content .entypo-key:before {
    content: "\1f511";
}

#page-extras .share-content .entypo-flow-cascade:before {
    content: "\e790";
}

#page-extras .share-content .entypo-flow-branch:before {
    content: "\e791";
}

#page-extras .share-content .entypo-flow-tree:before {
    content: "\e792";
}

#page-extras .share-content .entypo-flow-line:before {
    content: "\e793";
}

#page-extras .share-content .entypo-flow-parallel:before {
    content: "\e794";
}

#page-extras .share-content .entypo-rocket:before {
    content: "\1f680";
}

#page-extras .share-content .entypo-gauge:before {
    content: "\e7a2";
}

#page-extras .share-content .entypo-traffic-cone:before {
    content: "\e7a3";
}

#page-extras .share-content .entypo-cc:before {
    content: "\e7a5";
}

#page-extras .share-content .entypo-cc-by:before {
    content: "\e7a6";
}

#page-extras .share-content .entypo-cc-nc:before {
    content: "\e7a7";
}

#page-extras .share-content .entypo-cc-nc-eu:before {
    content: "\e7a8";
}

#page-extras .share-content .entypo-cc-nc-jp:before {
    content: "\e7a9";
}

#page-extras .share-content .entypo-cc-sa:before {
    content: "\e7aa";
}

#page-extras .share-content .entypo-cc-nd:before {
    content: "\e7ab";
}

#page-extras .share-content .entypo-cc-pd:before {
    content: "\e7ac";
}

#page-extras .share-content .entypo-cc-zero:before {
    content: "\e7ad";
}

#page-extras .share-content .entypo-cc-share:before {
    content: "\e7ae";
}

#page-extras .share-content .entypo-cc-remix:before {
    content: "\e7af";
}

#page-extras .share-content .entypo-github:before {
    content: "\f300";
}

#page-extras .share-content .entypo-github-circled:before {
    content: "\f301";
}

#page-extras .share-content .entypo-flickr:before {
    content: "\f303";
}

#page-extras .share-content .entypo-flickr-circled:before {
    content: "\f304";
}

#page-extras .share-content .entypo-vimeo:before {
    content: "\f306";
}

#page-extras .share-content .entypo-vimeo-circled:before {
    content: "\f307";
}

#page-extras .share-content .entypo-twitter:before {
    content: "\f309";
}

#page-extras .share-content .entypo-twitter-circled:before {
    content: "\f30a";
}

#page-extras .share-content .entypo-facebook:before {
    content: "\f30c";
}

#page-extras .share-content .entypo-facebook-circled:before {
    content: "\f30d";
}

#page-extras .share-content .entypo-facebook-squared:before {
    content: "\f30e";
}

#page-extras .share-content .entypo-gplus:before {
    content: "\f30f";
}

#page-extras .share-content .entypo-gplus-circled:before {
    content: "\f310";
}

#page-extras .share-content .entypo-pinterest:before {
    content: "\f312";
}

#page-extras .share-content .entypo-pinterest-circled:before {
    content: "\f313";
}

#page-extras .share-content .entypo-tumblr:before {
    content: "\f315";
}

#page-extras .share-content .entypo-tumblr-circled:before {
    content: "\f316";
}

#page-extras .share-content .entypo-linkedin:before {
    content: "\f318";
}

#page-extras .share-content .entypo-linkedin-circled:before {
    content: "\f319";
}

#page-extras .share-content .entypo-dribbble:before {
    content: "\f31b";
}

#page-extras .share-content .entypo-dribbble-circled:before {
    content: "\f31c";
}

#page-extras .share-content .entypo-stumbleupon:before {
    content: "\f31e";
}

#page-extras .share-content .entypo-stumbleupon-circled:before {
    content: "\f31f";
}

#page-extras .share-content .entypo-lastfm:before {
    content: "\f321";
}

#page-extras .share-content .entypo-lastfm-circled:before {
    content: "\f322";
}

#page-extras .share-content .entypo-rdio:before {
    content: "\f324";
}

#page-extras .share-content .entypo-rdio-circled:before {
    content: "\f325";
}

#page-extras .share-content .entypo-spotify:before {
    content: "\f327";
}

#page-extras .share-content .entypo-spotify-circled:before {
    content: "\f328";
}

#page-extras .share-content .entypo-qq:before {
    content: "\f32a";
}

#page-extras .share-content .entypo-instagrem:before {
    content: "\f32d";
}

#page-extras .share-content .entypo-dropbox:before {
    content: "\f330";
}

#page-extras .share-content .entypo-evernote:before {
    content: "\f333";
}

#page-extras .share-content .entypo-flattr:before {
    content: "\f336";
}

#page-extras .share-content .entypo-skype:before {
    content: "\f339";
}

#page-extras .share-content .entypo-skype-circled:before {
    content: "\f33a";
}

#page-extras .share-content .entypo-renren:before {
    content: "\f33c";
}

#page-extras .share-content .entypo-sina-weibo:before {
    content: "\f33f";
}

#page-extras .share-content .entypo-paypal:before {
    content: "\f342";
}

#page-extras .share-content .entypo-picasa:before {
    content: "\f345";
}

#page-extras .share-content .entypo-soundcloud:before {
    content: "\f348";
}

#page-extras .share-content .entypo-mixi:before {
    content: "\f34b";
}

#page-extras .share-content .entypo-behance:before {
    content: "\f34e";
}

#page-extras .share-content .entypo-google-circles:before {
    content: "\f351";
}

#page-extras .share-content .entypo-vkontakte:before {
    content: "\f354";
}

#page-extras .share-content .entypo-smashing:before {
    content: "\f357";
}

#page-extras .share-content .entypo-sweden:before {
    content: "\f601";
}

#page-extras .share-content .entypo-db-shape:before {
    content: "\f600";
}

#page-extras .share-content .entypo-logo-db:before {
    content: "\f603";
}

#page-extras .share-content [class*="entypo-"]:before {
    font-family: 'entypo',sans-serif;
}

#page-extras .share-content ::selection {
    background: transparent;
}

#page-extras .share-content #content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 8px 0;
    width: 180px;
    height: 40px;
}

#page-extras .share-content input[type="checkbox"] {
    display: none;
}

#page-extras .share-content .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    -moz-transform: scale(1) translateY(-90px);
    -o-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#page-extras .share-content .label-news {
    font-size: 15px;
    cursor: pointer;
    background: #39b54a;
    padding: 9px 10px;
    color: #fff;
    font-weight: 400;
}

#page-extras .share-content .label-advert {
    font-size: 15px;
    cursor: pointer;
    background: #fbb03b;
    padding: 9px 10px;
    color: #fff;
    font-weight: 400;
}

#page-extras .share-content .social {
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
}

#page-extras .share-content ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    width: 180px;
    background: #3b5998;
}

    #page-extras .share-content ul li {
        font-size: 20px;
        cursor: pointer;
        width: 60px;
        margin: 0;
        padding: 7px 0;
        text-align: center;
        float: left;
        display: block;
        height: 46px;
    }

        #page-extras .share-content ul li:hover {
            color: rgba(0,0,0,0.5);
        }

    #page-extras .share-content ul:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        margin: 35px auto;
        height: 0;
        width: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #6cdfea;
    }

#page-extras .share-content li[class*="twitter"] {
    background: #6cdfea;
    padding: 8px 0;
}

#page-extras .share-content li[class*="gplus"] {
    background: #e34429;
    padding: 8px 0;
}

#page-extras .share-content li[class*="facebook"] {
    background: #3b5998;
    padding: 8px 0;
}

#page-extras #pager-detail {
    float: left;
    width: 560px;
    height: 40px;
    margin-left: 20px;
}

    #page-extras #pager-detail .pager-detail-news-list {
        margin: 0 auto;
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        background: #fff;
    }

        #page-extras #pager-detail .pager-detail-news-list li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            padding: 10px 10px;
            border-right: 1px solid #eee;
            font-size: 14px;
            height: 40px;
            cursor: pointer;
            color: #39b54a;
        }

            #page-extras #pager-detail .pager-detail-news-list li img {
                vertical-align: middle;
                margin-top: -1px;
            }

            #page-extras #pager-detail .pager-detail-news-list li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #page-extras #pager-detail .pager-detail-news-list .active {
            background: #39b54a;
            color: #fff;
        }

            #page-extras #pager-detail .pager-detail-news-list .active:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #39b54a;
            }

    #page-extras #pager-detail .pager-detail-advert-list {
        margin: 0 auto;
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        background: #fff;
    }

        #page-extras #pager-detail .pager-detail-advert-list li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            padding: 10px 10px;
            border-right: 1px solid #eee;
            font-size: 14px;
            height: 40px;
            cursor: pointer;
            color: #fbb03b;
        }

            #page-extras #pager-detail .pager-detail-advert-list li img {
                vertical-align: middle;
                margin-top: -1px;
            }

            #page-extras #pager-detail .pager-detail-advert-list li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #page-extras #pager-detail .pager-detail-advert-list .active {
            background: #fbb03b;
            color: #fff;
        }

            #page-extras #pager-detail .pager-detail-advert-list .active:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #fbb03b;
            }




    #page-extras #pager-detail .pager-detail-twit-list {
        margin: 0 auto;
        display: table;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        background: #fff;
    }

        #page-extras #pager-detail .pager-detail-twit-list li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            padding: 10px 10px;
            border-right: 1px solid #eee;
            font-size: 14px;
            height: 40px;
            cursor: pointer;
            color: #0084b4;
        }

            #page-extras #pager-detail .pager-detail-twit-list li img {
                vertical-align: middle;
                margin-top: -1px;
            }

            #page-extras #pager-detail .pager-detail-twit-list li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #eee;
            }

        #page-extras #pager-detail .pager-detail-twit-list .active {
            background: #0084b4;
            color: #fff;
        }

            #page-extras #pager-detail .pager-detail-twit-list .active:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #0084b4;
            }


#page-extras #back-button-news {
    float: left;
    width: 180px;
    height: 40px;
    background: #39b54a;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 15px;
}

#page-extras #back-button-advert {
    float: left;
    width: 180px;
    height: 40px;
    background: #fbb03b;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 15px;
}

#bilgi-havuzu-content {
    display: table;
    margin: 15px auto;
    width: 970px;
}

    #bilgi-havuzu-content .bilgi-havuzu-liste {
        float: left;
        width: 100%;
    }

        #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item {
            float: left;
            cursor: pointer;
            width: 235px;
            margin-right: 10px;
            margin-bottom: 20px;
            height: 270px;
        }

            #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .bilgi-havuzu-liste-title {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                border: 3px solid #fff;
                padding: 20px 12px;
                width: 100%;
                height: 200px;
                margin-bottom: 8px;
            }

            #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item:nth-child(4n) {
                margin-right: 0;
            }

            #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .bilgi-title {
                float: left;
                width: 100%;
                margin-bottom: 10px;
                font-size: 16px;
                color: #333;
                height: 80px;
            }

            #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .new-message {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                position: relative;
                width: 110px;
                height: 60px;
                font-size: 10px;
                border: 3px solid #fff;
                margin-right: 14px;
                padding: 17px 6px;
            }

                #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .new-message:before {
                    content: '';
                    width: 0;
                    height: 0;
                    position: absolute;
                    border: 10px solid transparent;
                    border-bottom-color: #fff;
                    top: -20px;
                    left: 50%;
                    margin-left: -10px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .new-message .new-icon {
                    float: left;
                    margin-right: 5px;
                    background: url('../img/sprite2.png') no-repeat -34px -416px;
                    width: 23px;
                    height: 18px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .new-message span {
                    float: left;
                    padding: 2px 0;
                    width: 64px;
                }

            #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .messages {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                position: relative;
                border: 3px solid #fff;
                width: 110px;
                height: 60px;
                font-size: 10px;
                padding: 17px 6px;
            }

                #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .messages:before {
                    content: '';
                    width: 0;
                    height: 0;
                    position: absolute;
                    border: 10px solid transparent;
                    border-bottom-color: #fff;
                    top: -20px;
                    left: 50%;
                    margin-left: -10px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .messages .message-icon {
                    float: left;
                    margin-right: 5px;
                    background: url('../img/sprite2.png') no-repeat -236px -417px;
                    width: 20px;
                    height: 15px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste .bilgi-havuzu-liste-item .messages span {
                    float: left;
                    padding: 0;
                    width: 64px;
                }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-1 {
            background: #dff0d7;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-2 {
            background: #d8edf8;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-3 {
            background: #fcf8e2;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-4 {
            background: #f2dede;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-5 {
            background: #8baecc;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-6 {
            background: #d8cef2;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-7 {
            background: #f0f3f4;
        }

            #bilgi-havuzu-content .bilgi-havuzu-liste .item-7 .bilgi-title {
                padding-bottom: 24px;
            }

        #bilgi-havuzu-content .bilgi-havuzu-liste .item-8 {
            background: #c7c9b5;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-1 {
            background: url('../img/sprite2.png') no-repeat -24px -2px;
            width: 72px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-2 {
            background: url('../img/sprite2.png') no-repeat -24px -106px;
            width: 95px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-3 {
            background: url('../img/sprite2.png') no-repeat -24px -202px;
            width: 132px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-4 {
            background: url('../img/sprite2.png') no-repeat -24px -302px;
            width: 55px;
            height: 71px;
            margin: auto;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-5 {
            background: url('../img/sprite2.png') no-repeat -233px -2px;
            width: 72px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-6 {
            background: url('../img/sprite2.png') no-repeat -235px -98px;
            width: 70px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-7 {
            background: url('../img/sprite2.png') no-repeat -235px -202px;
            width: 71px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-liste .icon-8 {
            background: url('../img/sprite2.png') no-repeat -235px -307px;
            width: 61px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

    #bilgi-havuzu-content #bilgi-havuzu-filter-content {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 100%;
        padding: 10px;
        background: #fff;
        margin-bottom: 15px;
    }

        #bilgi-havuzu-content #bilgi-havuzu-filter-content #print {
            float: right;
            width: 100px;
            font-size: 13px;
            padding: 8px 5px;
            border: 1px solid #ddd;
            margin-left: 10px;
            border-radius: 7px;
            color: #333;
        }

        #bilgi-havuzu-content #bilgi-havuzu-filter-content #count {
            float: right;
            width: 140px;
            font-size: 13px;
            padding: 8px 5px;
            font-weight: 600;
            border: 1px solid #ddd;
            border-radius: 7px;
            color: #333;
        }

        #bilgi-havuzu-content #bilgi-havuzu-filter-content #info {
            float: right;
            width: 290px;
            font-size: 13px;
            padding: 8px 5px;
            font-weight: 600;
            border: 1px solid #ddd;
            border-radius: 7px;
            color: red;
            margin-right:15px;
        }

        #bilgi-havuzu-content #bilgi-havuzu-filter-content #bilgi {
            float: right;
            width: 290px;
            font-size: 13px;
            padding: 8px 5px;
            font-weight: 600;
            border: 1px solid #ddd;
            border-radius: 7px;
            color: red;
            margin-right: 15px;
        }

        #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtrele {
            float: left;
            width: 600px;
        }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtrele span {
                float: left;
                width: 100px;
                padding: 9px 0;
                font-size: 13px;
            }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtrele #country {
                float: left;
                width: 150px;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 10px;
                font-size: 13px;
                color: #333;
            }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtrele .bilgi-havuzu-search-input {
                float: left;
                border-radius: 10px;
                padding: 8px 10px;
                border: 1px solid #ddd;
                margin-left: 10px;
                width: 180px;
                font-size: 13px;
            }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtrele button {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                padding: 8px 20px;
                background: #3498db;
                color: #fff;
                font-size: 13px;
                margin-left: 20px;
                border-radius: 10px;
                cursor: pointer;
            }

                #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtrele button:hover {
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    background: #247eba;
                }

        #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtreleform {
            float: left;
            width: 750px;
        }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtreleform span {
                float: left;
                width: 140px;
                padding: 9px 0;
                font-size: 13px;
                font-weight: 600;
            }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtreleform #filtrele {
                float: left;
                width: 500px;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 10px;
                font-size: 13px;
                color: #333;
            }

            #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtreleform button {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                padding: 8px 20px;
                background: #3498db;
                color: #fff;
                font-size: 13px;
                margin-left: 20px;
                border-radius: 10px;
                cursor: pointer;
            }

                #bilgi-havuzu-content #bilgi-havuzu-filter-content #filtreleform button:hover {
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    background: #247eba;
                }

    #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        overflow: hidden;
        background: #fff;
        width: 100%;
    }

        #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li {
            float: left;
            width: 100%;
            padding: 7px 5px;
            border-bottom: 1px solid #eee;
            font-size: 12px;
            color: #333;
        }

            #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span {
                overflow: hidden;
                display: table-cell;
                border-right: 1px solid #ddd;
                padding: 2px 5px;
                text-align: left;
                word-wrap: break-word;
            }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span div {
                    display: none;
                    font-weight: 600;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(1) {
                    width: 80px;
                    max-width: 80px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(2) {
                    width: 100px;
                    max-width: 100px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(3) {
                    width: 100px;
                    max-width: 100px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(4) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(5) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(6) {
                    width: 80px;
                    max-width: 80px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:nth-child(7) {
                    width: 100px;
                    max-width: 100px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari li span:last-child {
                    width: 110px;
                    max-width: 110px;
                    border: 0;
                }

        #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title {
            font-weight: 600;
            border-bottom: 2px solid #3498db;
            color: #3498db;
            padding: 10px 5px;
        }

            #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span {
                border-right: 1px solid #247eba;
                text-align: center;
            }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(1) {
                    width: 80px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(2) {
                    width: 100px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(3) {
                    width: 100px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(4) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(5) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(6) {
                    width: 80px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:nth-child(7) {
                    width: 100px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari .bilgi-havuzu-liste-sonuclari-title span:last-child {
                    width: 110px;
                    border: 0;
                }

#bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari {
    float: left;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    overflow: hidden;
    background: #fff;
    width: 100%;
}

    #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li {
        float: left;
        width: 100%;
        padding: 7px 5px;
        border-bottom: 1px solid #eee;
        font-size: 12px;
        color: #333;
    }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span {
            overflow: hidden;
            display: table-cell;
            border-right: 1px solid #ddd;
            padding: 2px 5px;
            text-align: left;
            word-wrap: break-word;
        }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span div {
                display: none;
                font-weight: 600;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(1) {
                width: 80px;
                max-width: 80px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(2) {
                width: 100px;
                max-width: 100px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(3) {
                width: 100px;
                max-width: 100px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(4) {
                width: 200px;
                max-width: 200px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(5) {
                width: 200px;
                max-width: 200px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(6) {
                width: 80px;
                max-width: 80px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(7) {
                width: 100px;
                max-width: 100px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:last-child {
                width: 110px;
                max-width: 110px;
                border: 0;
            }

    #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title {
        font-weight: 600;
        border-bottom: 2px solid #3498db;
        color: #3498db;
        padding: 10px 5px;
    }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span {
            border-right: 1px solid #247eba;
            text-align: center;
        }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(1) {
                width: 80px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(2) {
                width: 100px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(3) {
                width: 100px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(4) {
                width: 200px;
                max-width: 200px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(5) {
                width: 200px;
                max-width: 200px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(6) {
                width: 80px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(7) {
                width: 100px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:last-child {
                width: 110px;
                border: 0;
            }


#bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari {
    float: left;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    overflow: hidden;
    background: #fff;
    width: 100%;
}

#bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li {
    float: center;
    width: 100%;
    padding: 7px 5px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
}

    #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span {
        overflow: hidden;
        display: table-cell;
        border-right: 1px solid #ddd;
        padding: 2px 5px;
        text-align: center;
        word-wrap: break-word;
    }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span div {
            display: none;
            font-weight: 600;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span:nth-child(1) {
            width: 140px;
            max-width: 140px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span:nth-child(2) {
            width: 250px;
            max-width: 250px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span:nth-child(3) {
            width: 250px;
            max-width: 250px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span:nth-child(4) {
            width: 250px;
            max-width: 250px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span:nth-child(5) {
            width: 80px;
            max-width: 80px;
            border: 0;
        }

        /*#bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari li span:last-child {
            border: 0;
        }*/
#bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title {
    font-weight: 600;
    border-bottom: 2px solid #3498db;
    color: #3498db;
    padding: 10px 5px;
}

    #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span {
        border-right: 1px solid #247eba;
        text-align: center;
    }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span:nth-child(1) {
            width: 140px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span:nth-child(2) {
            width: 250px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span:nth-child(3) {
            width: 250px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span:nth-child(4) {
            width: 250px;
            max-width: 250px;
        }

        #bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span:nth-child(5) {
            width: 80px;
            border: 0;
        }

        /*#bilgi-havuzu-content .bilgi-havuzu-destek-liste-sonuclari .bilgi-havuzu-destek-liste-sonuclari-title span:last-child {
            border: 0;
        }*/

    #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        overflow: hidden;
        background: #fff;
        width: 100%;
    }

        #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column {
            font-weight: 600;
            border-bottom: 2px solid #3498db;
            color: #3498db;
            padding: 10px 5px;
        }

            #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span {
                border-right: 1px solid #247eba;
                text-align: center;
            }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span:last-child {
                    border: 0;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span:nth-child(1) {
                    width: 80px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span:nth-child(3) {
                    width: 105px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span:nth-child(4) {
                    width: 170px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span:nth-child(5) {
                    width: 250px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column .bilgi-havuzu-liste-sonuclari-title-seven-column span:nth-child(7) {
                    width: 113px;
                }

        #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li {
            float: left;
            width: 100%;
            padding: 7px 5px;
            border-bottom: 1px solid #eee;
            font-size: 13px;
            color: #333;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
            overflow-wrap: break-word;
            word-wrap: break-word;
            -ms-word-break: break-all;
            word-break: break-all;
        }

            #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span {
                overflow: hidden;
                display: table-cell;
                width: 120px;
                border-right: 1px solid #ddd;
                padding: 2px 5px;
                text-align: left;
                height: auto;
                -webkit-hyphens: auto;
                -moz-hyphens: auto;
                hyphens: auto;
            }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span div {
                    display: none;
                    font-weight: 600;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span:nth-child(1) {
                    width: 80px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span:nth-child(3) {
                    width: 105px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span:nth-child(4) {
                    width: 170px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span:nth-child(5) {
                    width: 250px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span:nth-child(7) {
                    width: 113px;
                }

                #bilgi-havuzu-content .bilgi-havuzu-liste-sonuclari-seven-column li span:last-child {
                    border: 0;
                }

    #bilgi-havuzu-content #bilgi-havuzu-filter-pager {
        float: left;
        width: 100%;
        margin: 10px auto;
    }

        #bilgi-havuzu-content #bilgi-havuzu-filter-pager ul {
            display: table;
            margin: auto;
        }

            #bilgi-havuzu-content #bilgi-havuzu-filter-pager ul li {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                cursor: pointer;
                margin-right: 10px;
                margin-bottom: 10px;
            }

                #bilgi-havuzu-content #bilgi-havuzu-filter-pager ul li a {
                    display: inline-block;
                    padding: 8px;
                    font-size: 13px;
                    font-weight: 400;
                    color: #444;
                    width: 35px;
                    height: 35px;
                    border-radius: 100%;
                    text-align: center;
                    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    background: #fff;
                }

                #bilgi-havuzu-content #bilgi-havuzu-filter-pager ul li:last-child a {
                    border: 0;
                }

                #bilgi-havuzu-content #bilgi-havuzu-filter-pager ul li:hover {
                    background: #eee;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                }

            #bilgi-havuzu-content #bilgi-havuzu-filter-pager ul .active a {
                background: #3498db;
                color: #fff;
            }

    #bilgi-havuzu-content #mazeret-listesi {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        padding: 20px;
        width: 100%;
        background: #fff;
        font-size: 14px;
        line-height: 21px;
        color: #333;
    }

        #bilgi-havuzu-content #mazeret-listesi .mazeret-iframe {
            float: left;
            width: 100%;
            background: #ddd;
        }

    #bilgi-havuzu-content #ucret-listesi {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        padding: 20px;
        width: 100%;
        background: #fff;
        font-size: 14px;
        line-height: 21px;
        color: #333;
    }

        #bilgi-havuzu-content #ucret-listesi h1 {
            display: block;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        #bilgi-havuzu-content #ucret-listesi h2 {
            display: block;
            font-size: 20px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        #bilgi-havuzu-content #ucret-listesi p, #bilgi-havuzu-content #ucret-listesi div {
            margin: 10px 0;
        }

            #bilgi-havuzu-content #ucret-listesi p strong, #bilgi-havuzu-content #ucret-listesi div strong {
                font-weight: 600;
            }

#baro-levhasi {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    display: table;
    margin: 20px auto;
    width: 970px;
    background: #fff;
    padding: 20px;
}

    #baro-levhasi #iban-sonuc {
        width: 500px;
        margin: 10px auto;
        padding: 10px;
        font-size: 14px;
        color: #333;
    }

        #baro-levhasi #iban-sonuc h3 {
            font-size: 25px;
            font-weight: 600;
        }

        #baro-levhasi #iban-sonuc p {
            float: left;
            padding: 10px 0;
            width: 100%;
            border-bottom: 1px dashed #eee;
        }

            #baro-levhasi #iban-sonuc p b {
                display: block;
            }

    #baro-levhasi .baro-levha-login {
        width: 500px;
        margin: 0 auto;
        height: 200px;
    }

        #baro-levhasi .baro-levha-login #barologinform .row {
            float: left;
            overflow: hidden;
            width: 100%;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

            #baro-levhasi .baro-levha-login #barologinform .row span {
                float: left;
                width: 200px;
                padding: 13px;
                background: #eee;
                font-size: 14px;
                border-right: 1px solid #ddd;
                color: #333;
                text-align: right;
            }

            #baro-levhasi .baro-levha-login #barologinform .row .login-select {
                float: left;
                width: 295px;
                padding: 14px 10px;
                background: #fff;
                font-size: 13px;
                color: #444;
                background: url("../img/select-arrow.png") no-repeat 97% 10px;
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none;
            }

            #baro-levhasi .baro-levha-login #barologinform .row .login-input {
                float: left;
                width: 295px;
                padding: 14px 10px;
                background: #fff;
                font-size: 13px;
                color: #444;
            }

        #baro-levhasi .baro-levha-login #barologinform input[type="submit"] {
            float: right;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            width: 295px;
            padding: 10px;
            background: #58b957;
            color: #fff;
            border-radius: 5px;
            cursor: pointer;
        }

            #baro-levhasi .baro-levha-login #barologinform input[type="submit"]:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #2cc36b;
            }

/*#hesaplama-araclari {
    display: table;
    margin: 15px auto;
    width: 970px;
}

    #hesaplama-araclari #hesaplama-secim {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        #hesaplama-araclari #hesaplama-secim ul li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            cursor: pointer;
            background: #fff;
            padding: 10px;
            font-size: 15px;
            text-align: center;
            font-weight: 600;
            width: 313px;
            margin-right: 15px;
        }

            #hesaplama-araclari #hesaplama-secim ul li:nth-child(3) {
                margin-right: 0;
            }

        #hesaplama-araclari #hesaplama-secim ul .active {
            background: #2c3e50;
            color: #fff;
        }

    #hesaplama-araclari .hesaplama-content {
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        display: table;
        position: relative;
        width: 100%;
        background: #fff;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        #hesaplama-araclari .hesaplama-content .hesaplama-title {
            display: block;
            text-align: center;
            padding: 15px 10px;
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            border-bottom: 1px solid #eee;
        }

        #hesaplama-araclari .hesaplama-content div {
            float: left;
            width: 100%;
            padding: 8px 10px;
            font-size: 13px;
            font-weight: 600;
            color: #555;
            border-bottom: 1px dashed #eee;
        }

            #hesaplama-araclari .hesaplama-content div span {
                float: left;
                width: 60%;
            }

                #hesaplama-araclari .hesaplama-content div span:nth-child(1) {
                    padding-top: 12px;
                    width: 40%;
                }

            #hesaplama-araclari .hesaplama-content div select, #hesaplama-araclari .hesaplama-content div input {
                width: 100%;
                padding: 7px 10px;
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #555;
                font-size: 12px;
            }

            #hesaplama-araclari .hesaplama-content div button {
                width: 100%;
                background: #2c3e50;
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                cursor: pointer;
                padding: 10px;
                border-radius: 4px;
            }

            #hesaplama-araclari .hesaplama-content div:last-child span {
                width: 100%;
            }

        #hesaplama-araclari .hesaplama-content:nth-child(3n) {
            margin-right: 0;
        }

    #hesaplama-araclari #serbestmeslek:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 30px;
    }

    #hesaplama-araclari #faiz:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 50%;
        margin-left: -6px;
    }

    #hesaplama-araclari #vekaletucreti:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        right: 30px;
    }*/

#hesaplama-araclari {
    display: table;
    margin: 15px auto;
    width: 970px;
}

    #hesaplama-araclari #hesaplama-secim {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        #hesaplama-araclari #hesaplama-secim ul li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            cursor: pointer;
            background: #fff;
            padding: 10px;
            font-size: 15px;
            text-align: center;
            font-weight: 600;
            width: 313px;
            margin-right: 15px;
        }

            #hesaplama-araclari #hesaplama-secim ul li:nth-child(3) {
                margin-right: 0;
            }

        #hesaplama-araclari #hesaplama-secim ul .active {
            background: #2c3e50;
            color: #fff;
        }

    #hesaplama-araclari .hesaplama-content {
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        display: table;
        position: relative;
        width: 100%;
        background: #fff;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        #hesaplama-araclari .hesaplama-content .hesaplama-title {
            display: block;
            text-align: center;
            padding: 15px 10px;
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            border-bottom: 1px solid #eee;
        }

        #hesaplama-araclari .hesaplama-content div {
            float: left;
            width: 100%;
            padding: 8px 10px;
            font-size: 13px;
            font-weight: 600;
            color: #555;
            border-bottom: 1px dashed #eee;
        }

            #hesaplama-araclari .hesaplama-content div span {
                float: left;
                width: 60%;
            }

                #hesaplama-araclari .hesaplama-content div span:nth-child(1) {
                    padding-top: 12px;
                    width: 40%;
                }

            #hesaplama-araclari .hesaplama-content div select, #hesaplama-araclari .hesaplama-content div input {
                width: 100%;
                padding: 7px 10px;
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #555;
                font-size: 12px;
            }

            #hesaplama-araclari .hesaplama-content div button {
                width: 100%;
                background: #2c3e50;
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                cursor: pointer;
                padding: 10px;
                border-radius: 4px;
            }

            #hesaplama-araclari .hesaplama-content div:last-child span {
                width: 100%;
            }

        #hesaplama-araclari .hesaplama-content:nth-child(3n) {
            margin-right: 0;
        }

    #hesaplama-araclari #serbestmeslek:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 30px;
    }

    #hesaplama-araclari #faiz:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 50%;
        margin-left: -6px;
    }

    #hesaplama-araclari #vekaletucreti:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        right: 30px;
    }


#uyelik-islemleri {
    display: table;
    margin: 15px auto;
    width: 970px;
}

    #uyelik-islemleri #uyelik-secim {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    #uyelik-islemleri #uyelik-secim ul li {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        cursor: pointer;
        background: #fff;
        padding: 10px;
        font-size: 15px;
        text-align: center;
        font-weight: 600;
        width: 313px;
        margin-right: 15px;
    }

        #uyelik-islemleri #uyelik-secim ul li:nth-child(3) {
            margin-right: 0;
        }

    #uyelik-islemleri #uyelik-secim ul .active {
        background: #2c3e50;
        color: #fff;
    }

    #uyelik-islemleri .uyelik-content {
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        display: table;
        position: relative;
        width: 100%;
        background: #fff;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        #uyelik-islemleri .uyelik-content .uyelik-title {
            display: block;
            text-align: center;
            padding: 15px 10px;
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            border-bottom: 1px solid #eee;
        }

        #uyelik-islemleri .uyelik-content div {
            float: left;
            width: 100%;
            padding: 8px 10px;
            font-size: 13px;
            font-weight: 600;
            color: #555;
            border-bottom: 1px dashed #eee;
        }

            #uyelik-islemleri .uyelik-content div span {
                float: left;
                width: 60%;
            }

                #uyelik-islemleri .uyelik-content div span:nth-child(1) {
                    padding-top: 12px;
                    width: 40%;
                }

            #uyelik-islemleri .uyelik-content div select, #uyelik-islemleri .uyelik-content div input {
                width: 100%;
                padding: 7px 10px;
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #555;
                font-size: 12px;
            }

            #uyelik-islemleri .uyelik-content div button {
                width: 100%;
                background: #2c3e50;
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                cursor: pointer;
                padding: 10px;
                border-radius: 4px;
            }

            #uyelik-islemleri .uyelik-content div:last-child span {
                width: 100%;
            }

        #uyelik-islemleri .uyelik-content:nth-child(3n) {
            margin-right: 0;
        }

    #uyelik-islemleri #login:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 30px;
    }

    #uyelik-islemleri #register:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 50%;
        margin-left: -6px;
    }

    #uyelik-islemleri #forgot:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        right: 30px;
    }

#askida-fatura {
    display: table;
    margin: 15px auto;
    width: 970px;
}

    #askida-fatura #aski-secim {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

        #askida-fatura #aski-secim ul li {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            cursor: pointer;
            background: #fff;
            padding: 10px;
            font-size: 17px;
            text-align: center;
            font-weight: 800;
            width: 477px;
            margin-right: 15px;
        }

            #askida-fatura #aski-secim ul li:nth-child(2) {
                margin-right: 0;
            }

        #askida-fatura #aski-secim ul .active {
            background: #2c3e50;
            color: #fff;
        }

    #askida-fatura .aski-content {
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        display: table;
        position: relative;
        width: 100%;
        background: #fff;
        margin-right: 15px;
        margin-bottom: 15px;
    }
        #askida-fatura .aski-content .aski-carrier {
            float: left;
            box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
            width: 100%;
            padding: 10px;
            background: #fff;
            margin-bottom: 15px;
        }

            #askida-fatura .aski-content .aski-carrier .aski-title {
                /*display: block;
                text-align: center;
                padding: 15px 10px;
                font-size: 16px;
                font-weight: 600;
                color: #2c3e50;
                border-bottom: 1px solid #eee;*/

                float: right;
                width: 290px;
                font-size: 13px;
                padding: 8px 5px;
                font-weight: 600;
                border: 1px solid #ddd;
                border-radius: 7px;
                color: red;
                margin-right:15px;
            }

        #askida-fatura .aski-content div {
            float: left;
            width: 100%;
            padding: 8px 10px;
            font-size: 13px;
            font-weight: 600;
            color: #555;
            border-bottom: 1px dashed #eee;
        }

            #askida-fatura .aski-content div span {
                float: left;
                width: 60%;
            }

                #askida-fatura .aski-content div span:nth-child(1) {
                    padding-top: 12px;
                    width: 40%;
                }

            #askida-fatura .aski-content div select, #askida-fatura .aski-content div input {
                width: 100%;
                padding: 7px 10px;
                border: 1px solid #ccc;
                border-radius: 4px;
                color: #555;
                font-size: 12px;
            }

            #askida-fatura .aski-content div button {
                width: 100%;
                background: #2c3e50;
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                cursor: pointer;
                padding: 10px;
                border-radius: 4px;
            }

            #askida-fatura .aski-content div:last-child span {
                width: 100%;
            }

        #askida-fatura .aski-content:nth-child(3n) {
            margin-right: 0;
        }

    #askida-fatura #destekal:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        left: 52%;
    }

    #askida-fatura #destekver:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        top: -24px;
        margin-left: -6px;
        left: 30px;
    }

#baro-search-result {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    position: relative;
    display: table;
    margin: 10px auto;
    width: 970px;
    background: #fff;
}

    #baro-search-result .search-header {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #baro-search-result .search-header span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #baro-search-result .search-header span:last-child {
                border: 0;
            }

            #baro-search-result .search-header span img {
                margin-top: -3px;
            }

            #baro-search-result .search-header span:nth-child(1) {
                width: 80px;
            }

            #baro-search-result .search-header span:nth-child(2) {
                width: 300px;
            }

            #baro-search-result .search-header span:nth-child(3) {
                width: 250px;
            }

            #baro-search-result .search-header span:nth-child(4) {
                width: 240px;
            }

            #baro-search-result .search-header span:nth-child(5) {
                width: 60px;
                text-align: center;
            }

    #baro-search-result .search-header-stajyer {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #baro-search-result .search-header-stajyer span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #baro-search-result .search-header-stajyer span:last-child {
                border: 0;
            }

            #baro-search-result .search-header-stajyer span img {
                margin-top: -3px;
            }

            #baro-search-result .search-header-stajyer span:nth-child(1) {
                width: 80px;
            }

            #baro-search-result .search-header-stajyer span:nth-child(2) {
                width: 395px;
            }

            #baro-search-result .search-header-stajyer span:nth-child(3) {
                width: 395px;
            }

            #baro-search-result .search-header-stajyer span:nth-child(4) {
                width: 60px;
                text-align: center;
            }

    #baro-search-result .search-header-rehber {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #baro-search-result .search-header-rehber span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #baro-search-result .search-header-rehber span:last-child {
                border: 0;
            }

            #baro-search-result .search-header-rehber span img {
                margin-top: -3px;
            }

            #baro-search-result .search-header-rehber span:nth-child(1) {
                width: 500px;
            }

            #baro-search-result .search-header-rehber span:nth-child(2) {
                width: 150px;
            }

            #baro-search-result .search-header-rehber span:nth-child(3) {
                width: 110px;
            }

            #baro-search-result .search-header-rehber span:nth-child(4) {
                width: 110px;
            }

            #baro-search-result .search-header-rehber span:nth-child(5) {
                width: 60px;
                text-align: center;
            }

    #baro-search-result .search-header-bilgi {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #baro-search-result .search-header-bilgi span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #baro-search-result .search-header-bilgi span:last-child {
                border: 0;
            }

            #baro-search-result .search-header-bilgi span img {
                margin-top: -3px;
            }

            #baro-search-result .search-header-bilgi span:nth-child(1) {
                width: 325px;
            }

            #baro-search-result .search-header-bilgi span:nth-child(2) {
                width: 325px;
            }

            #baro-search-result .search-header-bilgi span:nth-child(3) {
                width: 110px;
            }

            #baro-search-result .search-header-bilgi span:nth-child(4) {
                width: 110px;
            }

            #baro-search-result .search-header-bilgi span:nth-child(5) {
                width: 60px;
                text-align: center;
            }

    #baro-search-result .search-result-list {
        width: 970px;
        overflow-y: auto;
        height: 642px;
    }

        #baro-search-result .search-result-list li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #baro-search-result .search-result-list li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #baro-search-result .search-result-list li span:last-child {
                    border: 0;
                }

                #baro-search-result .search-result-list li span img {
                    margin-top: -3px;
                }

                #baro-search-result .search-result-list li span:nth-child(1) {
                    width: 80px;
                }

                #baro-search-result .search-result-list li span:nth-child(2) {
                    width: 300px;
                }

                #baro-search-result .search-result-list li span:nth-child(3) {
                    width: 250px;
                }

                #baro-search-result .search-result-list li span:nth-child(4) {
                    width: 240px;
                }

                #baro-search-result .search-result-list li span:nth-child(5) {
                    width: 60px;
                    text-align: center;
                }

                #baro-search-result .search-result-list li span .sicil-no, #baro-search-result .search-result-list li span .ad, #baro-search-result .search-result-list li span .soyad, #baro-search-result .search-result-list li span .buro-ilce, #baro-search-result .search-result-list li span .incele {
                    display: none;
                    font-weight: 600;
                }

            #baro-search-result .search-result-list li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

    #baro-search-result .search-result-list-stajyer {
        width: 970px;
        overflow-y: auto;
        height: 642px;
    }

        #baro-search-result .search-result-list-stajyer li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #baro-search-result .search-result-list-stajyer li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #baro-search-result .search-result-list-stajyer li span:last-child {
                    border: 0;
                }

                #baro-search-result .search-result-list-stajyer li span img {
                    margin-top: -3px;
                }

                #baro-search-result .search-result-list-stajyer li span:nth-child(1) {
                    width: 80px;
                }

                #baro-search-result .search-result-list-stajyer li span:nth-child(2) {
                    width: 395px;
                }

                #baro-search-result .search-result-list-stajyer li span:nth-child(3) {
                    width: 395px;
                }

                #baro-search-result .search-result-list-stajyer li span:nth-child(4) {
                    width: 60px;
                    text-align: center;
                }

                #baro-search-result .search-result-list-stajyer li span .sicil-no, #baro-search-result .search-result-list-stajyer li span .ad, #baro-search-result .search-result-list-stajyer li span .soyad, #baro-search-result .search-result-list-stajyer li span .incele {
                    display: none;
                    font-weight: 600;
                }

            #baro-search-result .search-result-list-stajyer li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

    #baro-search-result .search-result-list-rehber {
        width: 970px;
        overflow-y: auto;
        height: 642px;
    }

        #baro-search-result .search-result-list-rehber li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #baro-search-result .search-result-list-rehber li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #baro-search-result .search-result-list-rehber li span:last-child {
                    border: 0;
                }

                #baro-search-result .search-result-list-rehber li span img {
                    margin-top: -3px;
                }

                #baro-search-result .search-result-list-rehber li span:nth-child(1) {
                    width: 500px;
                }

                #baro-search-result .search-result-list-rehber li span:nth-child(2) {
                    width: 150px;
                }

                #baro-search-result .search-result-list-rehber li span:nth-child(3) {
                    width: 110px;
                }

                #baro-search-result .search-result-list-rehber li span:nth-child(4) {
                    width: 110px;
                }

                #baro-search-result .search-result-list-rehber li span:nth-child(5) {
                    width: 60px;
                    text-align: center;
                }

                #baro-search-result .search-result-list-rehber li span .sicil-no, #baro-search-result .search-result-list-rehber li span .ad, #baro-search-result .search-result-list-rehber li span .soyad, #baro-search-result .search-result-list-rehber li span .buro-ilce, #baro-search-result .search-result-list-rehber li span .incele {
                    display: none;
                    font-weight: 600;
                }

            #baro-search-result .search-result-list-rehber li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

    #baro-search-result .search-result-list-bilgi {
        width: 970px;
        overflow-y: auto;
        height: 642px;
    }

        #baro-search-result .search-result-list-bilgi li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #baro-search-result .search-result-list-bilgi li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #baro-search-result .search-result-list-bilgi li span:last-child {
                    border: 0;
                }

                #baro-search-result .search-result-list-bilgi li span img {
                    margin-top: -3px;
                }

                #baro-search-result .search-result-list-bilgi li span:nth-child(1) {
                    width: 325px;
                }

                #baro-search-result .search-result-list-bilgi li span:nth-child(2) {
                    width: 325px;
                }

                #baro-search-result .search-result-list-bilgi li span:nth-child(3) {
                    width: 110px;
                }

                #baro-search-result .search-result-list-bilgi li span:nth-child(4) {
                    width: 110px;
                }

                #baro-search-result .search-result-list-bilgi li span:nth-child(5) {
                    width: 60px;
                    text-align: center;
                }

                #baro-search-result .search-result-list-bilgi li span .sicil-no, #baro-search-result .search-result-list-bilgi li span .ad, #baro-search-result .search-result-list-bilgi li span .soyad, #baro-search-result .search-result-list-bilgi li span .buro-ilce, #baro-search-result .search-result-list-bilgi li span .incele {
                    display: none;
                    font-weight: 600;
                }

            #baro-search-result .search-result-list-bilgi li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

#ilan-list {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    position: relative;
    margin: 10px auto;
    width: 970px;
    background: #fff;
}

    #ilan-list .ilan-header {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #ilan-list .ilan-header span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #ilan-list .ilan-header span:last-child {
                border: 0;
            }

            #ilan-list .ilan-header span img {
                margin-top: -3px;
            }

            #ilan-list .ilan-header span:nth-child(1) {
                width: 110px;
            }

            #ilan-list .ilan-header span:nth-child(2) {
                width: 140px;
            }

            #ilan-list .ilan-header span:nth-child(3) {
                width: 240px;
            }

            #ilan-list .ilan-header span:nth-child(4) {
                width: 240px;
            }

            #ilan-list .ilan-header span:nth-child(5) {
                width: 50px;
                text-align: center;
            }

            #ilan-list .ilan-header span:nth-child(6) {
                width: 50px;
                text-align: center;
            }

            #ilan-list .ilan-header span:nth-child(7) {
                width: 100px;
                text-align: center;
            }

    #ilan-list .ilan-list-result {
        width: 970px;
        overflow: hidden;
    }

        #ilan-list .ilan-list-result li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #ilan-list .ilan-list-result li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #ilan-list .ilan-list-result li span:last-child {
                    border: 0;
                }

                #ilan-list .ilan-list-result li span img {
                    margin-top: -3px;
                }

                #ilan-list .ilan-list-result li span:nth-child(1) {
                    width: 110px;
                    font-size: 12px;
                    font-weight: 600;
                }

                    #ilan-list .ilan-list-result li span:nth-child(1) img {
                        vertical-align: middle;
                        margin-right: 5px;
                    }

                #ilan-list .ilan-list-result li span:nth-child(2) {
                    width: 140px;
                }

                #ilan-list .ilan-list-result li span:nth-child(3) {
                    width: 240px;
                }

                #ilan-list .ilan-list-result li span:nth-child(4) {
                    width: 240px;
                }

                #ilan-list .ilan-list-result li span:nth-child(5) {
                    width: 50px;
                    text-align: center;
                }

                #ilan-list .ilan-list-result li span:nth-child(6) {
                    width: 50px;
                    text-align: center;
                    font-size: 12px;
                    font-weight: 600;
                    color: #555;
                }

                    #ilan-list .ilan-list-result li span:nth-child(6) img {
                        margin-right: 5px;
                    }

                #ilan-list .ilan-list-result li span:nth-child(7) {
                    width: 100px;
                    text-align: center;
                }

            #ilan-list .ilan-list-result li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

            #ilan-list .ilan-list-result li .durum, #ilan-list .ilan-list-result li .tarih, #ilan-list .ilan-list-result li .aciklama, #ilan-list .ilan-list-result li .kategori, #ilan-list .ilan-list-result li .sil, #ilan-list .ilan-list-result li .tekrarla {
                font-weight: 600;
                display: none;
                width: 100%;
            }

            #ilan-list .ilan-list-result li.passive {
                background: #fdb4b4;
            }
#destek-al-list {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    position: relative;
    margin: 10px auto;
    width: 970px;
    background: #fff;
}

    #destek-al-list .destek-al-header {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #destek-al-list .destek-al-header span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #destek-al-list .destek-al-header span:last-child {
                border: 0;
            }

            #destek-al-list .destek-al-header span img {
                margin-top: -3px;
            }

            #destek-al-list .destek-al-header span:nth-child(1) {
                width: 150px;
            }

            #destek-al-list .destek-al-header span:nth-child(2) {
                width: 150px;
            }

            #destek-al-list .destek-al-header span:nth-child(3) {
                width: 150px;
            }

            #destek-al-list .destek-al-header span:nth-child(4) {
                width: 150px;
            }

            #destek-al-list .destek-al-header span:nth-child(5) {
                width: 150px;
            }

            #destek-al-list .destek-al-header span:nth-child(6) {
                width: 100px;
            }

            #destek-al-list .destek-al-header span:nth-child(7) {
                width: 60px;
            }

            #destek-al-list .destek-al-header span:nth-child(8) {
                width: 60px;
            }

    #destek-al-list .destek-al-list-result {
        width: 970px;
        overflow: hidden;
    }

        #destek-al-list .destek-al-list-result li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #destek-al-list .destek-al-list-result li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #destek-al-list .destek-al-list-result li span:last-child {
                    border: 0;
                }

                #destek-al-list .destek-al-list-result li span img {
                    margin-top: -3px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(1) {
                    width: 150px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(2) {
                    width: 150px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(3) {
                    width: 150px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(4) {
                    width: 150px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(5) {
                    width: 150px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(6) {
                    width: 100px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(7) {
                    width: 60px;
                }

                #destek-al-list .destek-al-list-result li span:nth-child(8) {
                    width: 60px;
                }

            #destek-al-list .destek-al-list-result li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

            #destek-al-list .destek-al-list-result li .durum, #destek-al-list .destek-al-list-result li .tarih, #destek-al-list .destek-al-list-result li .aciklama, #destek-al-list .destek-al-list-result li .kategori, #destek-al-list .destek-al-list-result li .sil, #destek-al-list .destek-al-list-result li .tekrarla {
                font-weight: 600;
                display: none;
                width: 100%;
            }

            #destek-al-list .destek-al-list-result li.passive {
                background: #fdb4b4;
            }

#destek-ver-list {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    position: relative;
    margin: 10px auto;
    width: 970px;
    background: #fff;
}

    #destek-ver-list .destek-ver-header {
        float: left;
        background: #3498db;
        font-size: 13px;
        z-index: 999;
        cursor: pointer;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        #destek-ver-list .destek-ver-header span {
            float: left;
            width: 189px;
            font-size: 13px;
            padding: 7px 10px;
            border-right: 1px solid #ddd;
            color: #fff;
        }

            #destek-ver-list .destek-ver-header span:last-child {
                border: 0;
            }

            #destek-ver-list .destek-ver-header span img {
                margin-top: -3px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(1) {
                width: 150px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(2) {
                width: 150px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(3) {
                width: 150px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(4) {
                width: 150px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(5) {
                width: 150px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(6) {
                width: 100px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(7) {
                width: 60px;
            }

            #destek-ver-list .destek-ver-header span:nth-child(8) {
                width: 60px;
            }

    #destek-ver-list .destek-ver-list-result {
        width: 970px;
        overflow: hidden;
    }

        #destek-ver-list .destek-ver-list-result li {
            float: left;
            cursor: pointer;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            #destek-ver-list .destek-ver-list-result li span {
                float: left;
                width: 189px;
                font-size: 13px;
                padding: 7px 10px;
                border-right: 1px solid #ddd;
                color: #333;
            }

                #destek-ver-list .destek-ver-list-result li span:last-child {
                    border: 0;
                }

                #destek-ver-list .destek-ver-list-result li span img {
                    margin-top: -3px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(1) {
                    width: 150px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(2) {
                    width: 150px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(3) {
                    width: 150px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(4) {
                    width: 150px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(5) {
                    width: 150px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(6) {
                    width: 100px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(7) {
                    width: 60px;
                }

                #destek-ver-list .destek-ver-list-result li span:nth-child(8) {
                    width: 60px;
                }

            #destek-ver-list .destek-ver-list-result li:hover {
                background: #eee;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

            #destek-ver-list .destek-ver-list-result li .durum, #destek-ver-list .destek-ver-list-result li .tarih, #destek-ver-list .destek-ver-list-result li .aciklama, #destek-ver-list .destek-ver-list-result li .kategori, #destek-ver-list .destek-ver-list-result li .sil, #destek-ver-list .destek-ver-list-result li .tekrarla {
                font-weight: 600;
                display: none;
                width: 100%;
            }

            #destek-ver-list .destek-ver-list-result li.passive {
                background: #fdb4b4;
            }

#bilgi-edinme {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

    #bilgi-edinme .bilgi-edinme-text {
        float: left;
        width: 100%;
        font-size: 13px;
        color: #555;
    }

        #bilgi-edinme .bilgi-edinme-text p {
            margin: 5px 0;
        }

        #bilgi-edinme .bilgi-edinme-text ul {
            margin-top: 10px;
        }

            #bilgi-edinme .bilgi-edinme-text ul li {
                display: block;
                margin-bottom: 5px;
            }

                #bilgi-edinme .bilgi-edinme-text ul li a {
                    font-weight: 600;
                    text-decoration: underline;
                }

    #bilgi-edinme .tuzel {
        display: none;
    }

    #bilgi-edinme span {
        float: left;
        width: 100%;
        padding: 5px 0;
        border-bottom: 1px dashed #ddd;
        font-size: 14px;
        font-weight: 600;
        color: #444;
    }

        #bilgi-edinme span .bilgi-edinme-input {
            border: 1px solid #ccc;
            padding: 10px;
            font-size: 12px;
            color: #333;
            width: 100%;
            border-radius: 4px;
        }

        #bilgi-edinme span .bilgi-edinme-textarea {
            border: 1px solid #ccc;
            padding: 10px;
            font-size: 12px;
            color: #333;
            width: 100%;
            height: 150px;
            resize: none;
            border-radius: 4px;
        }

        #bilgi-edinme span .bilgi-edinme-button {
            float: right;
            background: #d51030;
            padding: 10px 30px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 4px;
        }

        #bilgi-edinme span label {
            margin-right: 10px;
        }

.page-wrapper {
    float: left;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    width: 100%;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #333;
}

    .page-wrapper .not-found {
        padding: 40px 0;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: #333;
    }

        .page-wrapper .not-found p {
            font-size: 20px;
            font-style: italic;
            font-weight: 300;
        }

        .page-wrapper .not-found a {
            font-weight: 700;
            font-size: 16px;
        }

    .page-wrapper .not-found-image {
        margin: 10px auto;
        width: 128px;
    }

    .page-wrapper .contact-title {
        float: left;
        width: 100%;
        padding: 10px 0;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px;
    }

    .page-wrapper #contact-message {
        float: left;
        width: 100%;
        padding: 5px 10px;
        font-size: 15px;
        margin-bottom: 10px;
        color: #fff;
    }

        .page-wrapper #contact-message strong {
            font-weight: 600;
            font-size: 17px;
        }

        .page-wrapper #contact-message p {
            font-size: 14px;
        }

    .page-wrapper .success {
        background: #2ecc71;
        border: 1px solid #27ae60;
        border-radius: 5px;
    }

    .page-wrapper .error {
        background: #e74c3c;
        border: 1px solid #c0392b;
        border-radius: 5px;
    }

    .page-wrapper #contact-form {
        float: left;
        width: 530px;
        margin-right: 20px;
        padding: 10px;
        border-right: 1px dotted #ddd;
    }

        .page-wrapper #contact-form .contact-input {
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 5px;
            font-size: 13px;
            color: #333;
            width: 100%;
        }

        .page-wrapper #contact-form .select-input {
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 5px;
            font-size: 13px;
            color: #333;
            width: 100%;
        }

        .page-wrapper #contact-form .text-input {
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 5px;
            font-size: 13px;
            color: #333;
            width: 100%;
            height: 100px;
            resize: none;
        }

        .page-wrapper #contact-form .send-button {
            float: right;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            padding: 10px 20px;
            background: #3498db;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            border-radius: 4px;
        }

            .page-wrapper #contact-form .send-button:hover {
                background: #2980b9;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

        .page-wrapper #contact-form span {
            display: block;
            padding: 5px 0;
            color: #333;
            font-size: 14px;
            font-weight: 600;
        }

    .page-wrapper #contact-info {
        float: left;
        width: 400px;
        padding: 10px;
    }

        .page-wrapper #contact-info p {
            padding: 5px 0;
            font-size: 14px;
            color: #333;
        }

    .page-wrapper .bilgihavuzu-giris {
        font-size: 13px;
        color: #333;
    }

        .page-wrapper .bilgihavuzu-giris p {
            margin: 10px 0;
        }

        .page-wrapper .bilgihavuzu-giris button {
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            background: #3498db;
            padding: 5px 10px;
            color: #fff;
            cursor: pointer;
        }

            .page-wrapper .bilgihavuzu-giris button:hover {
                background: #2980b9;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }

    .page-wrapper #write-message {
        float: left;
        width: 100%;
    }

        .page-wrapper #write-message #ilan-bilgiledirme {
            float: left;
            width: 100%;
            padding: 10px;
            background: #58b957;
            color: #fff;
            font-size: 13px;
            margin-bottom: 10px;
        }

            .page-wrapper #write-message #ilan-bilgiledirme b {
                font-size: 18px;
            }

        .page-wrapper #write-message #messageform {
            float: left;
            width: 100%;
        }

            .page-wrapper #write-message #messageform span {
                float: left;
                width: 100%;
                padding: 5px 0;
                font-size: 13px;
                color: #333;
                border-bottom: 1px dashed #eee;
            }

                .page-wrapper #write-message #messageform span .ilan-mesaj-input {
                    float: left;
                    width: 100%;
                    padding: 7px 10px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                }

                .page-wrapper #write-message #messageform span .ilan-mesaj-input-small {
                    float: left;
                    width: 150px;
                    padding: 7px 10px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    margin-right: 10px;
                }

                .page-wrapper #write-message #messageform span .ilan-mesaj-input-medium {
                    float: left;
                    width: 500px;
                    padding: 7px 10px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    margin-right: 10px;
                }

                .page-wrapper #write-message #messageform span .ilan-mesaj-text {
                    float: left;
                    width: 100%;
                    height: 100px;
                    resize: none;
                    padding: 7px 10px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                }

                .page-wrapper #write-message #messageform span .ilan-button {
                    float: left;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    border-radius: 4px;
                    padding: 10px;
                    background: #2980b9;
                    color: #fff;
                    font-size: 13px;
                    cursor: pointer;
                    margin-right: 10px;
                }

                    .page-wrapper #write-message #messageform span .ilan-button:hover {
                        background: #3498db;
                        transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                    }

                .page-wrapper #write-message #messageform span #sozlesme {
                    float: left;
                    padding: 12px;
                }

                    .page-wrapper #write-message #messageform span #sozlesme a {
                        text-decoration: underline;
                        font-weight: 600;
                        margin-left: 5px;
                    }

                .page-wrapper #write-message #messageform span label {
                    float: left;
                    width: 180px;
                    margin-right: 10px;
                    padding: 0 5px;
                    font-size: 12px;
                }

                    .page-wrapper #write-message #messageform span label:nth-child(5n) {
                        margin-right: 0;
                    }

#yonetim-kurulu {
    float: left;
    width: 100%;
}

    #yonetim-kurulu ul li {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 100%;
        background: #fff;
        margin-bottom: 15px;
    }

        #yonetim-kurulu ul li .yonetim-kurulu-image {
            float: left;
            width: 230px;
            height: 284px;
            margin-right: 18px;
        }

            #yonetim-kurulu ul li .yonetim-kurulu-image img {
                width: 230px;
            }

        #yonetim-kurulu ul li .yonetim-kurulu-profile {
            float: left;
            width: 720px;
            padding: 10px;
        }

            #yonetim-kurulu ul li .yonetim-kurulu-profile .person-name {
                display: block;
                font-size: 23px;
                font-weight: 600;
                color: #fff;
                background: #3498db;
                border-bottom: 3px solid #2980b9;
            }

                #yonetim-kurulu ul li .yonetim-kurulu-profile .person-name strong {
                    background: #2980b9;
                    color: #fff;
                    padding: 5px 10px;
                }

            #yonetim-kurulu ul li .yonetim-kurulu-profile .person-text {
                float: left;
                width: 100%;
                padding-top: 10px;
                font-size: 14px;
            }

            #yonetim-kurulu ul li .yonetim-kurulu-profile .person-email {
                float: left;
                width: 100%;
                padding-top: 5px;
            }

#book-cat {
    float: left;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    width: 100%;
    height: 47px;
    background: #fff;
}

    #book-cat .book-cat-list {
        float: left;
        width: 100%;
    }

        #book-cat .book-cat-list li {
            float: left;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            cursor: pointer;
            color: #333;
        }

            #book-cat .book-cat-list li a {
                display: inline-block;
                padding: 13px 15px;
                font-size: 14px;
                text-align: center;
            }

            #book-cat .book-cat-list li:hover {
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                background: #333;
                color: #fff;
            }

        #book-cat .book-cat-list .active {
            background: #3498db;
            color: #fff;
        }

            #book-cat .book-cat-list .active:hover {
                background: #3498db;
                color: #fff;
            }

.book-list {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .book-list li {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 312px;
        margin-right: 17px;
        margin-bottom: 17px;
        height: 116px;
        background: #fff;
    }

        .book-list li .book-list-image {
            float: left;
            width: 85px;
            height: 116px;
            margin-right: 10px;
        }

        .book-list li .book-list-title {
            float: left;
            overflow: hidden;
            width: 217px;
            height: 65px;
            font-size: 13px;
            color: #555;
            padding: 5px;
            font-weight: 600;
        }

        .book-list li .book-list-writer {
            float: left;
            width: 217px;
            height: 21px;
            font-size: 12px;
            color: #333;
            padding: 5px;
        }

        .book-list li .book-list-date {
            float: left;
            width: 217px;
            height: 21px;
            font-size: 12px;
            color: #333;
            padding: 5px;
        }

        .book-list li:nth-child(3n) {
            margin-right: 0;
        }

.bulten-list {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .bulten-list li {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 312px;
        margin-right: 17px;
        margin-bottom: 17px;
        height: 116px;
        background: #fff;
    }

        .bulten-list li .bulten-list-image {
            float: left;
            width: 85px;
            height: 116px;
            margin-right: 10px;
        }

        .bulten-list li .bulten-list-sayi {
            float: left;
            overflow: hidden;
            width: 217px;
            height: 116px;
            font-size: 17px;
            color: #555;
            line-height: 116px;
            padding: 0 5px;
            font-weight: 600;
        }

        .bulten-list li:nth-child(3n) {
            margin-right: 0;
        }

.dergi-list {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .dergi-list li {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 312px;
        margin-right: 17px;
        margin-bottom: 17px;
        height: 116px;
        background: #fff;
    }

        .dergi-list li .dergi-list-image {
            float: left;
            width: 85px;
            height: 116px;
            margin-right: 10px;
        }

        .dergi-list li .dergi-list-cilt, .dergi-list li .dergi-list-sayi {
            float: left;
            overflow: hidden;
            width: 217px;
            height: 60px;
            font-size: 17px;
            color: #555;
            line-height: 60px;
            padding: 0 5px;
            font-weight: 600;
        }

        .dergi-list li:nth-child(3n) {
            margin-right: 0;
        }

#avukat-profile {
    float: left;
    width: 100%;
}

    #avukat-profile #avukat-resim {
        overflow: hidden;
        margin: 10px auto;
        width: 85px;
        height: 110px;
        border-radius: 30px;
    }

    #avukat-profile #avukat-bilgi {
        margin: 10px auto;
        width: 100%;
    }

        #avukat-profile #avukat-bilgi span {
            display: block;
            border-bottom: 1px dashed #ddd;
            padding: 5px;
            color: #333;
            font-size: 13px;
            line-height: 19px;
        }

#ibaro-pano {
    width: 100%;
}

    #ibaro-pano .ibaro-pano-list {
        float: left;
        width: 100%;
    }

        #ibaro-pano .ibaro-pano-list li {
            float: left;
            margin-right: 15px;
            margin-bottom: 15px;
            width: 231px;
        }

            #ibaro-pano .ibaro-pano-list li:nth-child(4n) {
                margin-right: 0;
            }

#chance-password-content {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    width: 970px;
    margin: 15px auto;
    background: #fff;
}

footer {
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    background: #3498db;
    border-top: 3px solid #fff;
    width: 100%;
    height: 350px;
}

    footer .footer {
        text-align: center;
        padding: 20px 0;
    }

        footer .footer h3 {
            padding: 10px;
            color: #fefefe;
            font-size: 20px;
            font-weight: 600;
            border-bottom: 2px solid #2786c6;
        }

        footer .footer h4 {
            padding: 10px;
            color: #fefefe;
            font-size: 14px;
            font-weight: 400;
        }

        footer .footer .footer-adress {
            padding: 10px;
            color: #fefefe;
            font-size: 16px;
            font-weight: 400;
            border-bottom: 2px solid #2786c6;
        }

        footer .footer .footer-social {
            display: table;
            margin: 10px auto;
        }

            footer .footer .footer-social li {
                float: left;
                margin-right: 10px;
            }

                footer .footer .footer-social li a {
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                    text-indent: -9999px;
                }

            footer .footer .footer-social .fb {
                background: url('../img/sprite.png') no-repeat -115px -11px;
            }

            footer .footer .footer-social .tt {
                background: url('../img/sprite.png') no-repeat -116px -53px;
            }

            footer .footer .footer-social .ins {
                background: url('../img/sprite.png') no-repeat -116px -93px;
            }

            footer .footer .footer-social .pin {
                background: url('../img/sprite.png') no-repeat -115px -135px;
            }

            footer .footer .footer-social .yt {
                background: url('../img/sprite.png') no-repeat -116px -175px;
            }

#go-up {
    display: none;
    position: fixed;
    bottom: 60px;
    cursor: pointer;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #3498db;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 4px;
    z-index: 9999;
}

#loading {
    position: fixed;
    display: none;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader {
    top: 50%;
    left: 50%;
    margin-left: -30px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,255,255,0.2);
    border-right: 1.1em solid rgba(255,255,255,0.2);
    border-bottom: 1.1em solid rgba(255,255,255,0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    width: 7em;
    height: 7em;
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 7em;
        height: 7em;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.published-date {
    display: table;
    clear: both;
    width: auto;
    margin: 10px auto;
}

    .published-date li {
        float: left;
        padding: 5px 20px 0 0;
        font-size: 11px;
        font-weight: 400;
    }

        .published-date li span {
            color: #333;
            font-weight: 600;
        }
#bilgi-havuzu-destek-ver-content {
    display: table;
    margin: 15px auto;
    width: 970px;
}

    #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste {
        float: left;
        width: 100%;
    }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item {
            float: left;
            cursor: pointer;
            width: 235px;
            margin-right: 10px;
            margin-bottom: 20px;
            height: 270px;
        }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .bilgi-havuzu-destek-ver-liste-title {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                border: 3px solid #fff;
                padding: 20px 12px;
                width: 100%;
                height: 200px;
                margin-bottom: 8px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item:nth-child(4n) {
                margin-right: 0;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .bilgi-title {
                float: left;
                width: 100%;
                margin-bottom: 10px;
                font-size: 16px;
                color: #333;
                height: 80px;
            }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .new-message {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                position: relative;
                width: 110px;
                height: 60px;
                font-size: 10px;
                border: 3px solid #fff;
                margin-right: 14px;
                padding: 17px 6px;
            }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .new-message:before {
                    content: '';
                    width: 0;
                    height: 0;
                    position: absolute;
                    border: 10px solid transparent;
                    border-bottom-color: #fff;
                    top: -20px;
                    left: 50%;
                    margin-left: -10px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .new-message .new-icon {
                    float: left;
                    margin-right: 5px;
                    background: url('../img/sprite2.png') no-repeat -34px -416px;
                    width: 23px;
                    height: 18px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .new-message span {
                    float: left;
                    padding: 2px 0;
                    width: 64px;
                }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .messages {
                float: left;
                box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                position: relative;
                border: 3px solid #fff;
                width: 110px;
                height: 60px;
                font-size: 10px;
                padding: 17px 6px;
            }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .messages:before {
                    content: '';
                    width: 0;
                    height: 0;
                    position: absolute;
                    border: 10px solid transparent;
                    border-bottom-color: #fff;
                    top: -20px;
                    left: 50%;
                    margin-left: -10px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .messages .message-icon {
                    float: left;
                    margin-right: 5px;
                    background: url('../img/sprite2.png') no-repeat -236px -417px;
                    width: 20px;
                    height: 15px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .bilgi-havuzu-destek-ver-liste-item .messages span {
                    float: left;
                    padding: 0;
                    width: 64px;
                }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-1 {
            background: #dff0d7;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-2 {
            background: #d8edf8;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-3 {
            background: #fcf8e2;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-4 {
            background: #f2dede;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-5 {
            background: #8baecc;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-6 {
            background: #d8cef2;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-7 {
            background: #f0f3f4;
        }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-7 .bilgi-title {
                padding-bottom: 24px;
            }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .item-8 {
            background: #c7c9b5;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-1 {
            background: url('../img/sprite2.png') no-repeat -24px -2px;
            width: 72px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-2 {
            background: url('../img/sprite2.png') no-repeat -24px -106px;
            width: 95px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-3 {
            background: url('../img/sprite2.png') no-repeat -24px -202px;
            width: 132px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-4 {
            background: url('../img/sprite2.png') no-repeat -24px -302px;
            width: 55px;
            height: 71px;
            margin: auto;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-5 {
            background: url('../img/sprite2.png') no-repeat -233px -2px;
            width: 72px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-6 {
            background: url('../img/sprite2.png') no-repeat -235px -98px;
            width: 70px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-7 {
            background: url('../img/sprite2.png') no-repeat -235px -202px;
            width: 71px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste .icon-8 {
            background: url('../img/sprite2.png') no-repeat -235px -307px;
            width: 61px;
            height: 71px;
            margin: auto;
            margin-bottom: 20px;
        }

    #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        width: 100%;
        padding: 10px;
        background: #fff;
        margin-bottom: 15px;
    }

        #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #print {
            float: right;
            width: 100px;
            font-size: 13px;
            padding: 8px 5px;
            border: 1px solid #ddd;
            margin-left: 10px;
            border-radius: 7px;
            color: #333;
        }

        #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #count {
            float: right;
            width: 290px;
            font-size: 13px;
            padding: 8px 5px;
            font-weight: 600;
            border: 1px solid #ddd;
            border-radius: 7px;
            color: red;
            margin-right: 15px;
        }

        #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #info {
            float: right;
            width: 290px;
            font-size: 13px;
            padding: 8px 5px;
            font-weight: 600;
            border: 1px solid #ddd;
            border-radius: 7px;
            color: red;
            margin-right: 15px;
        }

        #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtrele {
            float: left;
            width: 600px;
        }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtrele span {
                float: left;
                width: 100px;
                padding: 9px 0;
                font-size: 13px;
            }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtrele #country {
                float: left;
                width: 150px;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 10px;
                font-size: 13px;
                color: #333;
            }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtrele .bilgi-havuzu-destek-ver-search-input {
                float: left;
                border-radius: 10px;
                padding: 8px 10px;
                border: 1px solid #ddd;
                margin-left: 10px;
                width: 180px;
                font-size: 13px;
            }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtrele button {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                padding: 8px 20px;
                background: #3498db;
                color: #fff;
                font-size: 13px;
                margin-left: 20px;
                border-radius: 10px;
                cursor: pointer;
            }

                #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtrele button:hover {
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    background: #247eba;
                }

        #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtreleform {
            float: left;
            width: 750px;
        }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtreleform span {
                float: left;
                width: 140px;
                padding: 9px 0;
                font-size: 13px;
                font-weight: 600;
            }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtreleform #filtrele {
                float: left;
                width: 500px;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 10px;
                font-size: 13px;
                color: #333;
            }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtreleform button {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                padding: 8px 20px;
                background: #3498db;
                color: #fff;
                font-size: 13px;
                margin-left: 20px;
                border-radius: 10px;
                cursor: pointer;
            }

                #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-content #filtreleform button:hover {
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    background: #247eba;
                }

    #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari {
        float: left;
        box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
        overflow: hidden;
        background: #fff;
        width: 100%;
    }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li {
            float: left;
            width: 100%;
            padding: 7px 5px;
            border-bottom: 1px solid #eee;
            font-size: 12px;
            color: #333;
        }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span {
                overflow: hidden;
                display: table-cell;
                border-right: 1px solid #ddd;
                padding: 2px 5px;
                text-align: left;
                word-wrap: break-word;
            }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span div {
                    display: none;
                    font-weight: 600;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(1) {
                    width: 80px;
                    max-width: 80px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(2) {
                    width: 100px;
                    max-width: 100px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(3) {
                    width: 100px;
                    max-width: 100px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(4) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(5) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(6) {
                    width: 80px;
                    max-width: 80px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:nth-child(7) {
                    width: 100px;
                    max-width: 100px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari li span:last-child {
                    width: 110px;
                    max-width: 110px;
                    border: 0;
                }

        #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title {
            font-weight: 600;
            border-bottom: 2px solid #3498db;
            color: #3498db;
            padding: 10px 5px;
        }

            #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span {
                border-right: 1px solid #247eba;
                text-align: center;
            }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(1) {
                    width: 80px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(2) {
                    width: 100px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(3) {
                    width: 100px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(4) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(5) {
                    width: 200px;
                    max-width: 200px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(6) {
                    width: 80px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:nth-child(7) {
                    width: 100px;
                }

                #bilgi-havuzu-destek-ver-content .bilgi-havuzu-destek-ver-liste-sonuclari .bilgi-havuzu-destek-ver-liste-sonuclari-title span:last-child {
                    width: 110px;
                    border: 0;
                }

    #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager {
        float: left;
        width: 100%;
        margin: 10px auto;
    }

        #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager ul {
            display: table;
            margin: auto;
        }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager ul li {
                float: left;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                cursor: pointer;
                margin-right: 10px;
                margin-bottom: 10px;
            }

                #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager ul li a {
                    display: inline-block;
                    padding: 8px;
                    font-size: 13px;
                    font-weight: 400;
                    color: #444;
                    width: 35px;
                    height: 35px;
                    border-radius: 100%;
                    text-align: center;
                    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -webkit-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -moz-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    -o-box-shadow: 0 1px 2px rgba(25,25,34,0.15);
                    background: #fff;
                }

                #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager ul li:last-child a {
                    border: 0;
                }

                #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager ul li:hover {
                    background: #eee;
                    transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                }

            #bilgi-havuzu-destek-ver-content #bilgi-havuzu-destek-ver-filter-pager ul .active a {
                background: #3498db;
                color: #fff;
            }
