
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('/fonts/RobotoCondensedRegular.eot');
    src: url('/fonts/RobotoCondensedRegular.eot') format('embedded-opentype'), url('/fonts/RobotoCondensedRegular.woff') format('woff'), url('/fonts/RobotoCondensedRegular.ttf') format('truetype'), url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') format('svg');
}

.sayfa {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'RobotoCondensedRegular',Arial;
}

    .sayfa a {
        text-decoration: none;
    }

.mar0 {
    margin: 0;
}

.pad0 {
    padding: 0;
}

.pad10 {
    padding: 0 10px 0 10px;
}

:-moz-placeholder { 
    opacity: 1;
}

::-moz-placeholder { 
    opacity: 1;
}





.div_mp_en_ust {
    height: 40px;
    background-color: #7e040b;
}

.div_telefon_ust {
    height: 40px;
}

    .div_telefon_ust > div {
        float: left;
    }


    .div_telefon_ust span {
        display: block;
        float: left;
        background-image: url(/images/sprite.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

.span_ico_mail_ust {
    width: 19px;
    height: 14px;
    margin: 14px 8px 0 0;
    background-position: 0 -189px;
}

    .span_ico_mail_ust:hover {
        background-position: 0 -203px;
    }

.span_ico_telefon_ust {
    width: 17px;
    height: 17px;
    margin: 12px 5px 0 0;
    background-position: -19px -189px;
}

    .span_ico_telefon_ust:hover {
        background-position: -19px -206px;
    }

.div_ayrac_ust {
    width: 1px;
    height: 40px;
    display: block;
    float: left;
    margin: 0 15px 0 15px;
    background-color: #9d1119;
}

.div_telefon_ust a {
    display: block;
    float: left;
    margin-top: 12px;
    font-size: 15px;
    color: #ffffff;
}

    .div_telefon_ust a:hover {
        color: #fff6c0;
    }

.div_telefon_ust > div:nth-of-type(1):hover > span {
    background-position: 0 -203px;
}

.div_telefon_ust > div:nth-of-type(3):hover > span {
    background-position: -19px -206px;
}

.div_slogan_sosyal > * {
    float: right;
}

.span_slogan {
    display: inline-block;
    margin-right: 10px;
    padding-top: 14px;
    font-size: 15px;
    color: #fff6c0;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.div_sosyal_ust {
    position: relative;
}

.div_sosyal_ust_xs {
    float: right;
    right: -16px;
}

.div_sosyal_ust > a {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    border-left: solid 1px #9d1119;
    color: transparent;
    font-size: 1px;
}

.div_sosyal_ust_xs > a {
    border-left: solid 1px #9d1119;
}

.div_sosyal_ust > a:nth-child(1) {
    background-position: -155px 2px;
}

    .div_sosyal_ust > a:nth-child(1):hover {
        background-position: -195px 2px;
    }

.div_sosyal_ust > a:nth-child(2) {
    background-position: -155px -39px;
}

    .div_sosyal_ust > a:nth-child(2):hover {
        background-position: -195px -39px;
    }

.div_sosyal_ust > a:nth-child(3) {
    background-position: -155px -79px;
}

    .div_sosyal_ust > a:nth-child(3):hover {
        background-position: -195px -79px;
    }

.div_sosyal_ust > a:nth-child(4) {
    background-position: -156px -119px;
    border-right: solid 1px #9d1119;
}

    .div_sosyal_ust > a:nth-child(4):hover {
        background-position: -195px -119px;
    }

.div_banner {
    height: 130px;
}


.div_logo_ust img {
    position: absolute;
    z-index: 101;
}

.div_logo_ust span { 
    display: block;
    padding-left: 150px;
    font-size: 19px;
    color: #07598f;
    line-height: 24px;
}

    .div_logo_ust span:hover {
        color: #7e040b;
    }

.div_menu {
    float: right;
}

.ul_ust_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left-color: #ffffff;
    border-right-color: #444444;
}

    .ul_ust_menu > li {
        display: block;
        float: left;
        border-left: solid 1px #e8e8e8;
        cursor: pointer;
        text-align: center;
    }

        .ul_ust_menu > li:last-child {
            border-right: solid 1px #e8e8e8;
        }

        .ul_ust_menu > li > a { 
            height: 130px;
            display: block;
            padding-top: 61px;
            color: #444444;
            font-size: 16px;
        }

            .ul_ust_menu > li > a:hover, .ul_ust_menu_li_a_hover {
                background: -moz-linear-gradient(top, #7e040b 0%, #ae121b 100%);
                background: -webkit-linear-gradient(top, #7e040b 0%,#ae121b 100%);
                background: linear-gradient(to bottom, #7e040b 0%,#ae121b 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e040b', endColorstr='#ae121b',GradientType=0 );
            }


    .ul_ust_menu ul {
        width: 263px;
        display: none;
        margin: 0 0 0 -10px;
        padding: 0;
        background-color: #AE121B;
        position: absolute;
        z-index: 5;
        border: solid 10px rgba(242, 214, 215, 0.55);
        border-top: none;
        text-align: left;
        list-style-type: none;
    }

        .ul_ust_menu ul li a {
            width: 100%;
            height: 37px;
            display: block;
            padding: 8px 10px 5px 10px;
            color: #ffffff;
            font-size: 15px;
            border-bottom: dotted 1px #ce5d62;
        }

            .ul_ust_menu ul li a:hover {
                background-color: #c2212b;
            }




.button_menu_ico_ac {
    position: absolute;
    z-index: 4;
    margin-top: 1px;
    right: 0;
}

.span_menu_ico_ac {
    width: 105px; 
    height: 42px;
    display: block;
    font-size: 21px;
    color: #ffffff;
}

    .span_menu_ico_ac > span:nth-child(1) {
        display: block;
        float: left;
        padding-top: 6px;
        font-family: Arial;
    }

    .span_menu_ico_ac > span:nth-child(2) {
        width: 41px;
        height: 41px;
        display: block;
        float: right;
        padding-top: 5px;
    }

        .span_menu_ico_ac > span:nth-child(2) > span {
            width: 29px;
            height: 3px;
            display: block;
            margin: 5px 0 0 5px;
            background-color: #ffffff;
        }

.span_menu_ico_kapat {
    width: 29px;
    height: 29px;
    display: block;
    margin: 13px 6px 0 0;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7e040b;
    border: solid 1px #f6828c;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.div_menu_XS {
    width: 100%;
    max-width: 480px;
    display: none;
    position: fixed;
    padding-bottom: 2px;
    left: 0;
    top: 170px;
    background: -moz-linear-gradient(top, #7e040b 0%, #ae121b 100%);
    background: -webkit-linear-gradient(top, #7e040b 0%,#ae121b 100%);
    background: linear-gradient(to bottom, #7e040b 0%,#ae121b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e040b', endColorstr='#ae121b',GradientType=0 );
    z-index: 5;
    border-bottom: solid 7px #7e040b;
}

.ul_menu_XS {
    display: block;
}

    .ul_menu_XS li {
        border-bottom: dotted 1px #ce5d62;
    }

        .ul_menu_XS li a {
            font-size: 15px;
            color: #ffffff;
        }

            .ul_menu_XS li a:hover, .ul_menu_XS li .active {
                background-color: #c2212b;
            }

    .ul_menu_XS > li > a:focus { 
        background-color: #c2212b;
    }

    .ul_menu_XS .open > a, .ul_menu_XS .open > a:focus, .ul_menu_XS .open > a:hover { 
        background-color: #c2212b;
    }

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.navbar-nav .open .dropdown-menu > li > a {
    height: 38px;
    padding-top: 12px;
}

    .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fcfad0;
    }

.div_cph_ust_root {
    min-height: 109px;
    background-image: url(/images/bg_ust_CPH1.png);
    background-position: center top;
}

.div_cph_ust {
    height: 39px;
    margin-top: 70px;
    background-color: #ffffff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .div_cph_ust h1 {
        margin: 0;
        padding: 10px 0 0 20px;
        font-size: 27px;
        font-weight: normal;
        color: #444444;
    }

.div_ic_sayfa_root {
    min-height: 750px;
}

.div_sitemap {
    min-height: 80px;
    padding-top: 50px;
    border-bottom: solid 1px #d7d7d7;
}

    .div_sitemap > div {
        width: 22px;
        height: 21px;
        display: block;
        float: left;
        margin-right: 20px;
        background-image: url(/images/sprite.png);
        background-repeat: no-repeat;
        background-position: -19px -148px;
        cursor: pointer;
    }

    .div_sitemap .ico_sitemap {
        width: 19px;
        height: 7px;
        display: block;
        float: left;
        margin: 9px 10px 0 0;
        background-image: url(/images/sprite.png);
        background-repeat: no-repeat;
        background-position: 0 -148px;
    }

    .div_sitemap a {
        display: block;
        float: left;
        margin: 2px 10px 0 0;
        color: #727272;
        font-size: 15px;
    }

        .div_sitemap a:hover, .div_sitemap a:last-of-type {
            color: #7e040b;
        }

.div_ic_sayfa_sol {
    min-height: 330px;
    margin-top: 20px;
    border-right: solid 1px #d7d7d7;
}

    .div_ic_sayfa_sol > h1 {
        margin: 0;
        padding: 5px 0 10px 0;
        font-size: 21px;
        font-weight: normal;
        color: #5a5a5a;
    }

    .div_ic_sayfa_sol a {
        min-height: 34px;
        display: block;
        padding: 7px 0 0 10px;
        font-size: 16px;
        color: #9c9c9c;
        -webkit-transition: 100ms linear;
        -moz-transition: 100ms linear;
        -o-transition: 100ms linear;
        -ms-transition: 100ms linear;
        transition: 100ms linear;
    }

        .div_ic_sayfa_sol a:hover {
            color: #7e040b;
        }

.div_ic_sayfa_sag {
    padding: 15px;
}

    .div_ic_sayfa_sag > h1 {
        margin: 0;
        padding: 10px 0 20px 0;
        font-size: 24px;
        font-weight: normal;
        color: #07598f;
    }

.span_icerik { 
    display: block;
    font-family: Arial;
    font-size: 13px;
    line-height: 19px;
}

    .span_icerik ul {
        position: relative;
        left: 25px;
    }


.div_form_iletisim {
    width: 100%;
    display: block;
}

    .div_form_iletisim .div_iletisim_satir {
        min-width: 350px;
        display: block;
        float: left;
        margin-right: 10px;
        padding-top: 20px;
    }

    .div_form_iletisim > div > span {
        height: 22px;
        display: block;
        font-size: 15px;
        color: #494946;
    }

    .div_form_iletisim > .div_iletisim_satir input:not([type='radio']):not([type='file']) {
        min-width: 340px;
        height: 33px;
        display: block;
        padding: 6px 5px 4px 5px;
        border: solid 1px #d4d4d4;
        font-size: 13px;
        color: #494946;
        outline: none;
    }

    .div_form_iletisim > .div_iletisim_satir select {
        min-width: 340px;
        height: 33px;
        display: block;
        border: solid 1px #d4d4d4;
        font-size: 14px;
        color: #494946;
        outline: none;
    }

    .div_form_iletisim > .div_iletisim_satir input:focus {
        border-color: #c4c4c4;
    }

    .div_form_iletisim > .div_iletisim_satir input[type='radio'] {
        margin: 0 3px 0 10px;
        position: relative;
        top: 1px;
    }

    .div_form_iletisim > .div_iletisim_satir .Text_Mesaj {
        width: 100%;
        height: 115px;
        display: block;
        padding: 6px 5px 4px 5px;
        border: solid 1px #d4d4d4;
        font-size: 13px;
        color: #494946;
        outline: none;
        resize: none;
    }

.div_iletisim_satir_alt {
    display: block;
    clear: both;
    padding-top: 10px;
}

    .div_iletisim_satir_alt span {
        width: 100px;
        display: block;
        float: left;
        font-weight: bold;
        position: relative;
        top: 1px;
    }

    .div_iletisim_satir_alt input {
        max-width: 240px;
        height: 32px;
        display: block;
        float: left;
        padding: 4px 5px 4px 5px;
        border: solid 1px #d4d4d4;
    }

.div_form_iletisim > .div_iletisim_satir.Text_Mesaj:focus {
    border-color: #c4c4c4;
}

.span_bekleyiniz {
    display: block;
    float: left;
    padding: 27px 0 0 0;
    font-size: 16px;
    color: #ec0000;
}

.div_form_iletisim .Button_Gonder {
    min-width: 110px;
    height: 35px;
    display: block;
    float: left;
    margin: 11px 20px 0 0;
    padding-top: 4px;
    border: none;
    background-color: #7e040b;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    cursor: pointer;
}

    .div_form_iletisim .Button_Gonder:hover {
        background-color: #444444;
    }

.div_Harita_root {
    max-width: 870px;
    margin: 20px 0 0 0;
    display: block;
    clear: both;
    padding: 5px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}

    .div_Harita_root > div {
        max-width: 858px;
        height: 318px;
        display: block;
    }



.div_form_IK {
    width: 100%;
    display: block;
    font-family: Arial;
}

.div_IK_satir {
    display: block;
    clear: both;
    padding-top: 20px;
}

    .div_IK_satir > span {
        min-width: 160px;
        display: block;
        float: left;
        padding-top: 5px;
        font-size: 14px;
        color: #58595b;
    }

    .div_IK_satir > div {
        display: block;
        float: left;
    }

        .div_IK_satir > div span {
            display: block;
            float: left;
            padding-top: 5px;
        }

        .div_IK_satir > div .nokta {
            width: 10px;
        }

    .div_IK_satir div input[type='text'] {
        width: 270px;
        height: 33px;
        display: block;
        float: left;
        padding: 6px 5px 4px 5px;
        border: solid 1px #d4d4d4;
        font-size: 13px;
        color: #494946;
        outline: none;
    }

    .div_IK_satir div input[type='radio'] {
        display: block;
        float: left;
        margin: 5px;
    }

    .div_IK_satir div label {
        margin: 0 15px 0 0;
        font-size: 13px;
        color: #494946;
        font-weight: normal;
    }

    .div_IK_satir div input:focus {
        border-color: #a9d5e6;
    }

    .div_IK_satir .span_bekleyiniz {
        width: 300px;
        display: block;
        clear: both;
        float: left;
        padding: 10px 0 0 0;
        font-size: 14px;
        color: #d31010;
    }

.div_form_IK .Button_Gonder_IK {
    min-width: 110px;
    height: 35px;
    display: block;
    margin: 11px 0 0 10px;
    padding-top: 6px;
    border: none;
    background-color: #7e040b;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    cursor: pointer;
}

    .div_form_IK .Button_Gonder_IK:hover {
        background-color: #444444;
    }




.div_icerik_item {
    width: 100%;
    min-height: 200px;
    display: block;
    clear: both;
    padding: 20px 0 30px 0;
    font-size: 25px;
    color: #4c4c4c;
    margin-bottom: 15px;
    overflow: hidden;
}

    .div_icerik_item > div:nth-child(1) {
        width: 100%;
        height: 32px;
        display: block;
        border-bottom: solid 1px #eeeeee;
    }

        .div_icerik_item > div:nth-child(1) > span:nth-child(1) {
            display: block;
            float: left;
            font-size: 20px;
            margin-right: 10px;
        }

        .div_icerik_item > div:nth-child(1) > span:nth-child(2) {
            display: block;
            float: right;
            font-size: 16px;
            color: #7e040b;
        }

    .div_icerik_item > div:nth-child(2) {
        display: block;
        clear: both;
        padding: 10px 0 13px 0;
    }



.div_ana_slayt_root { 
    min-height: 500px;
    clear: both;
    padding-top: 27px;
    background-image: url(/images/bg_slayt.png);
    background-color: #7e040b;
    position: relative;
}

.div_ana_slayt {
    padding: 10px;
    background-color: rgba(98,12,16,0.60);
    border: solid 1px rgba(255,255,255,0.20);
    position: relative;
    cursor:pointer;
}

.div_slayt_yazi {
    width: 100%;
    height: 55px;
    background-color: rgba(255,255,255,0.83);
    position: absolute;
    margin-top: -55px
}

    .div_slayt_yazi span { 
        display: block;
        float: left;
        padding: 19px 0 0 15px;
        font-size: 17px;
        color: #7e040b;
        cursor: pointer;
    }

    .div_slayt_yazi a {
        width: 100px;
        height: 36px;
        display: block;
        float: right;
        margin: 10px 10px 0 10px;
        padding: 9px 0 0 15px;
        font-size: 15px;
        color: #ffffff;
        background-color: #7e040b;
        text-align: center;
        background-image: url(/images/sprite.png);
        background-position: -269px -35px;
        background-repeat: no-repeat;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .div_slayt_yazi a:hover {
            background-color: #2b2b2b;
        }

.div_ana_slayt_root .owl-dots { 
    height: 40px;
    padding: 15px 17px 0 17px;
    background-color: #2b2b2b;
    left: -10px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.div_ana_slayt_root .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 4px 0 4px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #ffffff;
}

.div_ana_slayt_root .owl-dots .active {
    background: #7e040b;
}

.div_ana_slayt_blok { 
}

    .div_ana_slayt_blok > div { 
        width: 47.2%;
        float: left;
        clear: none;
        height: 125px;
        margin-bottom: 22px;
        padding: 16px 0 0 12px;
        background-color: #ffffff;
        cursor: pointer;
        background-image: url(/images/bg_slayt_blok.png);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

    .div_ana_slayt_blok > .tam {
        width: 100%;
        clear: both;
        float: none;
    }

    .div_ana_slayt_blok > div:nth-child(3) {
        float: right;
    }

    .div_ana_slayt_blok > div:nth-child(5) {
        float: right;
    }

    .div_ana_slayt_blok > div span {
        width: 44px;
        height: 41px;
        display: block;
        margin: auto;
        background-image: url(/images/sprite.png);
    }

    .div_ana_slayt_blok > .tam span {
        width: 157px;
        height: 125px;
        display: block;
        margin-top: -16px;
        position: absolute;
        right: 0;
        background-image: url(/veriler/Diger/baskan.png);
    }

    .div_ana_slayt_blok > div:nth-child(1) span {
    }

    .div_ana_slayt_blok > div:nth-child(2) span {
        background-position: -59px -196px;
    }

    .div_ana_slayt_blok > div:nth-child(3) span {
        background-position: -110px -196px;
    }

    .div_ana_slayt_blok > div:nth-child(4) span {
        background-position: -160px -196px;
    }

    .div_ana_slayt_blok > div:nth-child(5) span {
        background-position: -208px -196px;
    }

    .div_ana_slayt_blok > div h1 { 
        display: block;
        margin: 0;
        padding: 20px 0 0 0;
        font-size: 19px;
        color: #7e040b;
        position: relative;
        top: -4px;
    }

    .div_ana_slayt_blok > .tam h1 {
        padding: 60px 0 0 0;
    }

    .div_ana_slayt_blok > div a { 
        display: block;
        padding: 1px 0 0 0;
        font-weight: bold;
        font-size: 15px;
        color: #2b2b2b;
    }

    .div_ana_slayt_blok > div:hover, .div_ana_slayt_blok > div:nth-child(1) {
        background-color: #f7f2df;
    }

        .div_ana_slayt_blok > div:hover a {
            color: #7e040b;
        }




.div_UC_Modul_Duyuru {
    height: 72px;
    background-color: #2b2b2b;
}

    .div_UC_Modul_Duyuru h1 {
        display: block;
        float: left;
        margin: 0;
        padding: 25px 0 0 20px;
        font-size: 22px;
        color: #ffffff;
        cursor: pointer;
    }

.div_duyuru_nav {
    float: left;
    margin: 13px 0 0 18px;
}

    .div_duyuru_nav span {
        width: 25px;
        height: 25px;
        display: block;
        background-image: url(/images/sprite.png);
        background-position: -49px -136px;
        cursor: pointer;
    }

        .div_duyuru_nav span:nth-child(2) {
            background-position: -49px -161px;
        }

.div_ana_duyuru_caro {
    width: 58%;
    float: left;
}

    .div_ana_duyuru_caro a {
        height: 55px;
        display: block;
        margin-top: 10px;
        padding: 17px 0 0 20px;
        font-size: 15px;
        color: #fbf7d8;
    }

        .div_ana_duyuru_caro a:hover {
            color: #ffffff;
        }

.a_tum_duyurular {
    width: 160px;
    height: 41px;
    display: block;
    float: right;
    margin-top: 16px;
    padding: 9px 0 0 13px;
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -269px -34px;
}

    .a_tum_duyurular:hover {
        color: #ffffff;
        background-color: #7e040b;
        border-color: #7e040b;
    }



.div_modul_haber {
    min-height: 510px;
    font-family: 'RobotoCondensedRegular',Arial;
    background-image: url(/images/bg_haber.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}

.div_ana_haber { 
    padding-right: 20px;
}

    .div_ana_haber > a, .div_ana_video > a {
        display: block;
        padding: 27px 0 14px 0;
        margin: 0;
        font-size: 28px;
        color: #7e040b;
    }

        .div_ana_haber > a:hover, .div_ana_video > a:hover {
            color: #3b4658
        }

    .div_ana_haber > span, .div_ana_video > span {
        width: 225px;
        height: 1px;
        display: block;
        float: left;
        margin-bottom: 28px;
        background-color: #cdcdcd;
    }

    .div_ana_haber > section {
        display: block;
        float: right;
        position: relative;
        top: -30px;
    }

        .div_ana_haber > section > span {
            width: 30px;
            height: 30px;
            display: block;
            float: left;
            background-image: url(/images/sprite.png);
            background-repeat: no-repeat;
            background-position: -97px -80px;
            cursor: pointer;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .div_ana_haber > section > span:nth-child(2) {
                background-position: -126px -80px;
            }

            .div_ana_haber > section > span:hover {
                background-color: #f7f7f7;
            }

.div_ana_video > span {
    width: 180px;
}

    .div_ana_haber > span > span, .div_ana_video > span > span {
        width: 52px;
        height: 3px;
        display: block;
        background-color: #7e040b;
        position: relative;
        top: -1px;
    }

.div_ana_haber_caro {
    max-height: 420px;
    clear: both;
    overflow: hidden;
}

.div_modul_haber_item {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f6f6f6;
}

    .div_modul_haber_item:hover {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 13px 1px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 0 13px 1px rgba(0,0,0,0.25);
        box-shadow: 0 0 13px 1px rgba(0,0,0,0.25);
    }

    .div_modul_haber_item img {
        max-height: 100px;
    }

    .div_modul_haber_item h2 {
        max-height: 42px;
        display: block;
        margin: 0;
        padding-top: 5px;
        font-size: 18px;
        color: #535353;
        overflow: hidden;
    }

    .div_modul_haber_item span {
        height: 58px;
        display: block;
        padding-top: 5px;
        font-family: Arial;
        font-size: 13px;
        color: #acacac;
        overflow: hidden;
    }

.div_ana_video { 
    padding-left: 20px;
}

    .div_ana_video > div {
        width: 100%;
        min-height: 400px;
        clear: both;
        padding: 15px;
        background-color: #ededed;
        overflow: hidden;
    }

.div_ana_video_icerik {
    max-width: 450px;
    float: left;
    overflow: hidden;
}

    .div_ana_video_icerik h4 {
        min-height: 42px;
        margin: 0;
        padding-top: 15px;
        font-size: 20px;
        color: #535353;
        overflow: hidden;
    }

    .div_ana_video_icerik span {
        font-family: Arial;
        font-size: 13px;
        color: #9a9a9a;
        overflow: hidden;
        line-height: 13px
    }

.div_ana_video_nav { 
    width: 50px;
    height: 246px;
    float: right;
    background-color: #ffffff;
}

    .div_ana_video_nav span {
        width: 50px;
        height: 50px;
        display: block;
        background-image: url(/images/sprite.png);
        background-position: -85px -240px;
        cursor: pointer;
    }

        .div_ana_video_nav span:nth-child(2) {
            margin-top: 146px;
            background-position: -134px -244px;
        }

        .div_ana_video_nav span:hover {
            background-color: #dbdbdb;
        }



.div_modul_fotogaleri {
    min-height: 275px;
    display: block;
    border-top: solid 2px #cccccc;
    border-bottom: solid 1px #d8d8d8;
    background-repeat: repeat-x;
}

.div_modul_fotogaleri_baslik {
    height: 50px;
    margin: 15px 0 0 0;
    background-color: #eeeeee;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-left: solid 7px #7e040b;
}

    .div_modul_fotogaleri_baslik > span {
        display: block;
        padding: 10px 0 0 15px;
        font-size: 23px;
        color: #7e040b;
    }

    .div_modul_fotogaleri_baslik > a {
        height: 50px;
        display: block;
        padding: 17px 10px 0 10px;
        font-size: 15px;
        color: #07598f;
        border-left: solid 1px #dddddd;
    }

        .div_modul_fotogaleri_baslik > a:hover {
            text-decoration: underline;
            color: #444444;
        }

.div_fotogaleri_content {
    display: block;
    padding-top: 20px;
}

.div_ana_fotogaleri_caro {
}

    .div_ana_fotogaleri_caro img {
        max-height: 125px;
        display: block;
        margin: 5px;
        padding: 5px;
        border: solid 1px #d5d5d5;
        -webkit-transition: 250ms linear;
        -moz-transition: 250ms linear;
        -o-transition: 250ms linear;
        -ms-transition: 250ms linear;
        transition: 250ms linear;
    }

        .div_ana_fotogaleri_caro img:hover {
            background-color: #d0d0d0;
        }

.div_modul_fotogaleri .owl-dot {
    margin-top: 10px;
    background: #444444;
}

.div_modul_fotogaleri .owl-dots .active {
    background: #07598f;
}




.div_fotogaleri_icerik_root { 
    width: 150px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px 8px 10px 8px;
    border: solid 1px #eaeaea;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -o-transition: 200ms linear;
    -ms-transition: 200ms linear;
    transition: 200ms linear;
    cursor: pointer;
    text-align: center;
}

    .div_fotogaleri_icerik_root:hover {
        border-color: #444444;
    }

        .div_fotogaleri_icerik_root:hover div {
            background-color: #444444;
        }

    .div_fotogaleri_icerik_root img {
        width: 100%;
        max-height: 100px;
    }

    .div_fotogaleri_icerik_root > div {
        width: 100%;
        min-height: 30px;
        display: block;
        padding-top: 9px;
        font-family: Arial;
        font-size: 12px;
        background-color: #767676;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        -webkit-transition: 200ms linear;
        -moz-transition: 200ms linear;
        -o-transition: 200ms linear;
        -ms-transition: 200ms linear;
        transition: 200ms linear;
    }

.div_firma_rehberi {
    float:left;
    margin:20px 10px 0 10px;
    padding: 10px;
    border: solid 1px #dbdbdb;
    text-align: center;
}

    .div_firma_rehberi span {
        display: block;
        padding-top: 10px;
        font-size: 18px;
        color: #7e040b;
    }
.div_firma_rehberi:hover {
    border-color:#c1c1c1
}
    
    .div_ic_foto_resimler {
    padding-top: 3px;
    clear: both;
}

    .div_ic_foto_resimler img {
        width: 19%;
        display: block;
        float: left;
        margin: 9px 1% 0 0;
        padding: 4px;
        border: solid 1px #d7d7d7;
    }

        .div_ic_foto_resimler img:hover {
            opacity: 0.75;
            filter: alpha(opacity=75);
        }

.div_video {
    display: block;
    float: left;
    margin: 0 10px 20px 10px;
}

.span_video_ad {
    height: 30px;
    display: block;
    padding-top: 10px;
    font-family: 'Roboto Condensed',Arial Narrow;
    font-size: 15px;
    color: #4d4d4d;
}

.div_yonetim {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

.div_yonetim_satir {
    width: 100%;
    clear: both;
    text-align: center;
}

.div_yonetim_sira {
    width: 220px;
    height: 320px;
    display: inline-block;
    margin: 7px;
    padding: 10px;
    border: solid 1px #dbdbdb;
}

    .div_yonetim_sira > div {
        width: 220px;
        height: 240px;
        background-repeat: no-repeat;
    }

    .div_yonetim_sira > h1 {
        display: block;
        margin: 0;
        padding: 14px 0 0 0;
        font-size: 19px;
        color: #2b2b2b;
    }

    .div_yonetim_sira > h2 {
        display: block;
        margin: 0;
        padding: 4px 0 0 0;
        font-size: 15px;
        color: #7e040b;
    }

.div_alt_serit_root {
    min-height: 66px;
    display: block;
    background-color: #5a5a5a;
    text-align: center;
}

.div_alt_sosyal {
    height: 66px;
    padding-top: 2px;
    background-color: #4f4f4f;
}

    .div_alt_sosyal > div {
        display: inline-block;
        margin: 0 11px 0 12px;
        text-align: center;
        background-color: #5c5c5c;
        -webkit-transition: 150ms linear;
        -moz-transition: 150ms linear;
        -o-transition: 150ms linear;
        -ms-transition: 150ms linear;
        transition: 150ms linear;
    }

        .div_alt_sosyal > div:hover {
            background-color: #3e3e3e;
        }

        .div_alt_sosyal > div > a {
            width: 40px;
            height: 40px;
            display: block;
            font-size: 1px;
            color: transparent;
            background-image: url(/images/sprite.png);
            background-repeat: no-repeat;
        }

        .div_alt_sosyal > div:nth-child(1) a {
            background-position: -155px 0;
        }

        .div_alt_sosyal > div:nth-child(1):hover a {
            background-position: -195px 0;
        }

        .div_alt_sosyal > div:nth-child(2) a {
            background-position: -155px -40px;
        }

        .div_alt_sosyal > div:nth-child(2):hover a {
            background-position: -195px -40px;
        }

        .div_alt_sosyal > div:nth-child(3) a {
            background-position: -155px -80px;
        }

        .div_alt_sosyal > div:nth-child(3):hover a {
            background-position: -195px -80px;
        }

        .div_alt_sosyal > div:nth-child(4) a {
            background-position: -155px -120px;
        }

        .div_alt_sosyal > div:nth-child(4):hover a {
            background-position: -195px -120px;
        }

.ebulten_root {
    padding: 10px 0 0 0;
}

.div_ebulten_yazi {
    display: block;
    color: #ffffff;
    float: left;
}

    .div_ebulten_yazi span:nth-of-type(1) {
        width: 47px;
        height: 48px;
        display: block;
        float: left;
        margin: 0 8px 0 8px;
        background-image: url(/images/sprite.png);
        background-repeat: no-repeat;
        background-position: 0 -54px;
    }

    .div_ebulten_yazi span:nth-of-type(2) {
        margin-top: 3px;
        font-size: 20px;
    }

    .div_ebulten_yazi span:nth-of-type(3) {
        display: block;
        font-size: 13px;
    }

.div_ebulten_text { 
    height: 42px;
    display: block;
    margin: 6px 0 0 0;
    overflow: hidden;
}

    .div_ebulten_text .Text_Ebulten { 
        height: 35px;
        display: block;
        float: left;
        padding: 5px 7px 0 8px;
        border: none;
        font-size: 14px;
        color: #939393;
        background-color: #eeeeee;
        outline: none;
    }

    .div_ebulten_text .button_ebulten {
        width: 93px;
        height: 35px;
        display: block;
        float: left;
        padding: 3px 0 0 0;
        border: none;
        font-size: 17px;
        color: #ffffff;
        background-color: #7e040b;
        text-align: center;
        cursor: pointer;
        outline: none;
        -webkit-transition: background-color 400ms linear;
        -moz-transition: background-color 400ms linear;
        -o-transition: background-color 400ms linear;
        -ms-transition: background-color 400ms linear;
        transition: background-color 400ms linear;
    }

        .div_ebulten_text .button_ebulten:hover {
            background-color: #444444;
        }


.div_alt_root {
    height: 224px;
    display: block;
    clear: both;
    background-color: #ffffff;
    text-align: center;
}

.div_alt_logo { 
    max-width: 300px;
    height: 176px;
    display: block;
    padding: 0 15px 10px 0;
    margin: 15px 0 15px 0;
}

    .div_alt_logo img {
        display: block;
        border: none;
    }

    .div_alt_logo span {
        height: 100px;
        padding-top: 11px;
        font-size: 13px;
        line-height: 16px;
        color: #636363;
        overflow: hidden;
    }

.div_alt_menu1 { 
    height: 178px;
    display: block;
    padding: 6px 15px 10px 15px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}

    .div_alt_menu1 > span { 
        height: 40px;
        display: block;
        font-size: 22px;
        color: #3c3c3c;
    }

    .div_alt_menu1 a {
        height: 26px;
        display: block;
        font-size: 14px;
        color: #787878;
    }

.div_alt_menu2 { 
    height: 178px;
    display: block;
    padding: 6px 15px 10px 15px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}

    .div_alt_menu2 > span {
        height: 40px;
        display: block;
        font-size: 22px;
        color: #3c3c3c;
    }

    .div_alt_menu2 a {
        height: 26px;
        display: block;
        font-size: 14px;
        color: #787878;
    }

        .div_alt_menu1 a:hover, .div_alt_menu2 a:hover {
            color: #7e040b;
        }

.div_alt_mhizmetleri {
    height: 170px;
    display: block;
    float: left;
    padding: 6px 15px 10px 15px;
    margin: 15px 0 15px 0;
}

    .div_alt_mhizmetleri > span {
        height: 30px;
        display: block;
        font-size: 23px;
        color: #3c3c3c;
    }

    .div_alt_mhizmetleri > div {
        display: block;
        clear: both;
        padding: 9px 0 5px 0;
        overflow: hidden;
    }

        .div_alt_mhizmetleri > div .div_alt_mhizmetleri_ico {
            display: block;
            float: left;
            background-image: url(/images/sprite.png);
            background-repeat: no-repeat;
        }

        .div_alt_mhizmetleri > div:nth-child(2) .div_alt_mhizmetleri_ico {
            width: 14px;
            height: 12px;
            margin: 3px 6px 0 0;
            background-position: -94px -54px;
        }

        .div_alt_mhizmetleri > div:nth-child(3) .div_alt_mhizmetleri_ico {
            width: 12px;
            height: 16px;
            margin: 3px 10px 0 0;
            background-position: -108px -54px;
        }

        .div_alt_mhizmetleri > div:nth-child(4) .div_alt_mhizmetleri_ico {
            width: 14px;
            height: 11px;
            margin: 3px 7px 25px 0;
            background-position: -120px -54px;
        }

        .div_alt_mhizmetleri > div span, .div_alt_mhizmetleri > div a {
            max-width: 250px;
            display: block;
            float: left;
            font-size: 14px;
            color: #4e4e4e;
            line-height: 17px;
        }

            .div_alt_mhizmetleri > div a:hover {
                color: #7e040b;
            }

.div_en_alt_root {
    height: 34px;
    display: block;
    clear: both;
    background-color: #dadada;
    border-top: solid 1px #c7c7c7;
    text-align: center;
}

.herhakki {
    display: block;
    float: left;
    padding-top: 8px;
    font-size: 14px;
    color: #737373;
}

    .herhakki span {
        color: #325281;
    }

.div_bayi_logo {
    width: 15px;
    display: block;
    float: right;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.img_bayi_logo {
    display: block;
    margin-top: 20px;
}

.div_sosyal_addthis {
    display: block;
    clear: both;
    padding-top: 40px;
}

    .div_sosyal_addthis > div {
        float: right;
    }



.div_video_icerik_item {
    display: block;
    float: left;
    margin: 0 10px 20px 10px;
}

    .div_video_icerik_item .span_video_ad {
        height: 30px;
        display: block;
        padding-top: 10px;
        font-family: 'Roboto Condensed',Arial Narrow;
        font-size: 15px;
        color: #4d4d4d;
    }

.div_UC_Modul_Foto {
    display: block;
    clear: both;
}

    .div_UC_Modul_Foto img {
        width: 160px;
        height: 153px;
        display: block;
        float: left;
        padding: 4px;
        border: solid 1px #e5e5e5;
        margin: 9px 9px 0 0;
    }

        .div_UC_Modul_Foto img:hover {
            opacity: 0.75;
            filter: alpha(opacity=75);
            border-color: #b7b7b7;
        }

.div_UC_Modul_Resim {
    display: block;
    clear: both;
}

    .div_UC_Modul_Resim img {
        width: 130px;
        height: 90px;
        display: block;
        float: left;
        padding: 4px;
        border: solid 1px #e5e5e5;
        margin: 9px 9px 0 0;
    }

.div_sosyal_addthis {
    height: 70px;
    display: block;
    clear: both;
    padding-top: 40px;
}

    .div_sosyal_addthis > div {
        float: right;
    }

.scrollToTop { 
    width: 47px;
    height: 47px;
    position: fixed;
    bottom: 10px;
    right: 12px;
    display: none;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -47px -54px;
}

    .scrollToTop:hover {
        opacity: 0.85;
        filter: alpha(opacity=85);
    }





@media (max-width:768px) { 
    .div_logo_ust span {
        padding-top: 30px;
        font-size: 15px;
    }


    .div_slayt_yazi span {
        padding-top: 16px;
    }

    .div_ana_slayt_blok {
        padding: 15px 15px 0 15px;
    }

        .div_ana_slayt_blok > div {
            margin-bottom: 15px;
        }

    .div_ana_haber {
        background-color: #ececed;
    }

    .div_ana_video {
        background-color: #dbdbdb;
    }

    .div_ic_sayfa_sag .span_icerik {
        clear: both;
        padding-top: 15px;
    }

    .div_ebulten_text {
        padding-right: 15px;
    }

        .div_ebulten_text .Text_Ebulten {
            width: 200px;
        }

    .div_alt_logo {
        border-right: none;
        border-bottom: solid 1px #d7d7d7;
    }

    .div_alt_menu1 {
        border-right: none;
        border-bottom: solid 1px #d7d7d7;
    }

    .div_alt_menu2 {
        border-right: none;
        border-bottom: solid 1px #d7d7d7;
    }

    .div_alt_menu1 > span {
        visibility: visible;
    }

        .div_alt_menu1 > span:before {
            content: "";
        }

    .scrollToTop {
        bottom: 50px;
    }
}

@media (max-width:480px) { 

    .div_ico_telefon_ust {
        display: none;
    }

    .div_ana_slayt_yazi > div {
        padding: 0 15px 0 15px;
    }

    .div_ana_slayt_blok > div h1 {
        font-size: 15px;
    }

    .div_ana_slayt_blok > div a {
        font-size: 13px;
        padding-top: 0;
    }

    .div_fotogaleri_icerik_root {
        width: 135px;
    }
}

@media (min-width:768px) { 

    .div_logo_ust span {
        padding-top: 50px;
        font-size: 16px;
    }

    .ul_ust_menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .div_ana_slayt_root .owl-dots {
        margin-top: 250px;
    }

    .div_ebulten_text {
        padding-right: 0;
    }

        .div_ebulten_text .Text_Ebulten {
            width: 244px;
        }

    .div_alt_logo {
        border-right: solid 1px #d7d7d7;
    }

    .div_alt_menu1 {
        border-right: solid 1px #d7d7d7;
        border-bottom: none;
    }

    .div_alt_menu2 {
        border-right: none;
        border-bottom: none;
    }

    .div_alt_menu1 > span {
        visibility: hidden;
    }

        .div_alt_menu1 > span:before {
            content: "Özsuna";
            visibility: visible;
        }
}

@media (min-width:992px) { 
    .div_logo_ust span {
        padding-top: 50px;
        font-size: 18px;
    }

    .ul_ust_menu > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }

    .div_ana_slayt_root .owl-dots {
        margin-top: 144px;
    }

    .div_ebulten_text {
        padding-right: 0;
    }

        .div_ebulten_text .Text_Ebulten {
            width: 244px;
        }

    .div_alt_logo {
        border-right: solid 1px #d7d7d7;
    }

    .div_alt_menu1 {
        border-right: solid 1px #d7d7d7;
        border-bottom: none;
    }

    .div_alt_menu2 {
        border-right: solid 1px #d7d7d7;
        border-bottom: none;
    }

    .div_alt_menu1 > span {
        visibility: hidden;
    }
}

@media (min-width:1200px) { 
    .div_logo_ust span {
        padding-top: 66px;
        font-size: 19px;
    }

    .ul_ust_menu > li > a {
        padding-left: 17px;
        padding-right: 17px;
    }

    .div_ana_slayt_root .owl-dots {
        margin-top: 26px;
    }

    .div_ebulten_text {
        padding-right: 0;
    }

        .div_ebulten_text .Text_Ebulten {
            width: 244px;
        }

    .div_alt_logo {
        border-right: solid 1px #d7d7d7;
    }

    .div_alt_menu1 {
        border-right: solid 1px #d7d7d7;
        border-bottom: none;
    }

    .div_alt_menu2 {
        border-right: solid 1px #d7d7d7;
        border-bottom: none;
    }

    .div_alt_menu1 > span {
        visibility: visible;
    }

        .div_alt_menu1 > span:before {
            content: "";
        }
}

.div_telefon_ust span, .div_telefon_ust a, .div_sosyal_ust > a, .div_logo_ust span, .ul_ust_menu ul li a, .div_ana_slayt_blok > div, .div_slayt_yazi a, .div_ana_slayt_blok > div h1, .div_ana_haber > a, .div_modul_haber_item, .a_tum_duyurular, .div_ana_duyuru_caro a {
    -webkit-transition: 150ms linear;
    -moz-transition: 150ms linear;
    -o-transition: 150ms linear;
    -ms-transition: 150ms linear;
    transition: 150ms linear;
}

.div_logo_ust img:hover, .div_UC_Modul_Resim img:hover, .div_duyuru_nav span:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


