﻿html, body {
    margin: 0 auto;
    background: #FFF;
    font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;
}
body {
    left: 0;
    margin: 0;
    position:relative;
}
.kapsul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: table;
    position: relative;
}

body {
    background: url(../img/ustbg-1.png)
}

.tepe {
    width: 100%;
    height: 30px;
    background: #5f070e;
}

ul.tepemenu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    ul.tepemenu li {
        display: block;
        position: relative;
        float: left;
    }

    ul.tepemenu ul {
        display: none;
        min-width: 200px;
    }

    ul.tepemenu li a {
        display: block;
        text-decoration: none;
        color: #f5f5f5;
        padding: 7px 12px;
        font-size: 11px;
        white-space: nowrap;
    }

    ul.tepemenu li:hover ul {
        display: block;
        position: absolute;
        z-index: 21;
        right: 0;
    }

    ul.tepemenu li:hover li {
        float: none;
    }

    ul.tepemenu li:hover a {
        background: #5f070e
    }

    ul.tepemenu li a:hover {
        background: #730912;
    }

.ust {
    width: 100%;
    height: 100px;
    background: url(../img/ustbg.png) rgba(118,7,16,1);
    position: inherit;
    z-index: 9;
    transition: all .5s ease;
    border-bottom: 0px solid #fff;
    border-top: 0px solid #000;
}

    .ust:hover {
        background: url(../img/ustbg.png) rgba(118,7,16,1)
    }

.logo {
    float: left;
    margin: 10px 0;
    display: block;
    z-index: 55;
    position: absolute
}

.menukapsul {
    float: right;
    margin: 10px 0;
    width: calc(100% - 240px)
}

    .menukapsul .ustmenu {
        width: calc(100% - 15px);
        margin: 10px 0;
        margin-right: 15px;
        text-align: right;
        color: #ccc
    }

        .menukapsul .ustmenu a {
            color: #fff
        }

    .menukapsul .anamenu {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
    }

.anamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

    .anamenu ul > li {
        float: left;
        margin: 0;
        padding: 0;
    }

        .anamenu ul > li > a {
            color: #fff;
            display: block;
            padding: 15px 15px;
            text-align: center;
            text-decoration: none;
            transition: all .25s ease;

        }

        .anamenu ul > li:hover a {
            background: #9e141f;
            text-decoration: none
        }

.anamenu li > ul {
    opacity: 0;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    visibility: hidden;
    z-index: 7;
    transition: all .25s ease;
    background: #9e141f;
}

.anamenu li:hover ul {
    opacity: 1;
    top: 49px;
    visibility: visible;
}

.anamenu li > ul > li {
    float: left;
    width: 23%;
    display: inline-block;
    position: relative;
    padding: 1%;
}

    .anamenu li > ul > li a {
        text-align: left;
        padding: 5px 0;
        border-bottom: 1px dotted #fff;
        cursor: default;
    }

    .anamenu li > ul > li:hover a {
        background: none;
    }

    .anamenu li > ul > li > ul {
        float: none;
        opacity: 1;
        position: static;
    }

        .anamenu li > ul > li > ul > li {
            display: block;
            float: none;
            width: 100%;
            padding: 0;
        }

            .anamenu li > ul > li > ul > li a {
                border-bottom: none;
                cursor: pointer;
                font-size: 12px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .anamenu li > ul > li > ul > li a:before {
                    content: "»";
                    padding-right: 3px
                }

                .anamenu li > ul > li > ul > li a:hover {
                    text-indent: 5px
                }

.fotoslide {
    width: 100%;
    height: 640px;
}

    .fotoslide .swiper-container {
        width: 100%;
        height: 640px;
    }

    .fotoslide .swiper-slide {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }

        .fotoslide .swiper-slide img {
            min-width: 1920px;
            min-height: 640px;
            width: 100%;
            transition: all .5s;
            position: relative;
        }

    .fotoslide a:hover img {
        filter: grayscale(100%);
    }

    .fotoslide .swiper-slide .smetin {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        opacity: 0;
        transition: ease .9s;
    }

        .fotoslide .swiper-slide .smetin h2 {
            margin-bottom: 50px
        }

        .fotoslide .swiper-slide .smetin strong {
            background: #000;
            padding: 5px 15px;
            font-weight: normal
        }

    .fotoslide a:hover .smetin {
        opacity: 1
    }



.brmslide {
    width: 100%;
    height: 300px;
    position: relative;
}

    .brmslide .swiper-container {
        width: 100%;
        height: 300px;
    }

    .brmslide .swiper-slide {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }

        .brmslide .swiper-slide img {
            min-width: 770px;
            min-height: 300px;
            width: 100%;
        }


.slidealt {
    width: 100%;
    height: 80px;
    background: url(../img/ustbg.1png) rgba(198,40,40,1);
    position: inherit;
}

.kutud {
    float: left;
    width: calc(12.5% - 10px);
    margin: 5px;
    cursor: pointer
}

.kutui {
    background: url(../img/ustbg.1png) rgba(118,7,16,1);
    height: 70px;
    text-align: center;
}

.kutud:hover .kutui, .kutud.hover .kutui, .kutud.flipped .kutui {
    transform: rotateY(180deg);
}

.onyuz, .arkayuz {
    width: 100%;
    height: 100%;
}

.kutui {
    position: relative;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.onyuz, .arkayuz {
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    display: block;
    text-align: center
}

.onyuz {
    z-index: 2;
    transform: rotateY(0deg);
}

.arkayuz {
    transform: rotateY(180deg);
}

    .arkayuz img, .onyuz img {
        height: 25px;
        margin: 10px;
    }

    .arkayuz strong, .onyuz strong {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: normal
    }

a.arkayuz {
    text-decoration: none;
    color: #fff;
}

.habers {
    padding: 6px;
    margin-bottom: 15px;
    border: 1px solid #CCC;
    border-radius: 3px;
    overflow: hidden;
    width: calc(100% - 12px);
    margin-right: 12px;
}

    .habers img {
        width: auto;
        height: 60px;
        border: 1px solid #CCC;
        margin-right: 5px;
        float: left;
        border-radius: 3px
    }

    .habers strong {
        color: #000;
    }
.ichliste {

}
    .ichliste img {
        height:90px;
    }
.haber a {
    text-decoration: none;
    color: #999;
    display: block
}

.habers a:hover {
    text-decoration: underline;
    color: #333;
}

    .habers a:hover img {
        border-color: #666;
    }


ul.fotoliste {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.fotoliste li {
        margin: 0;
        padding: 0;
        display: table-cell;
        float: left;
        margin: 1%;
        width: 18%;
        text-align: center;
    }

    ul.fotoliste img {
        height: 120px;
        max-width: 100%;
    }


.mtop15 {
    margin-top: 15px;
    clear: both
}

.manset {
    float: left;
    width: 60%;
    height: 400px;
    display: block;
    position: relative;
}

.myani {
    float: left;
    width: 39%;
    height: 400px;
    margin-left: 1%;
    overflow: hidden;
    background: #ccc
}

    .myani .kutu {
        float: left;
        width: 100%;
    }

.manset .swiper-container {
    width: 100%;
    height: 100%;
}

.manset .swiper-slide {
    text-align: center;
    font-size: 18px;
}

    .manset .swiper-slide img {
        height: 100%;
        min-width: 100%;
    }

    .manset .swiper-slide p {
        position: absolute;
        bottom: 30px;
        z-index: 51;
        width: calc(100% - 40px);
        padding: 5px 20px;
        background: rgba(0,0,0,.5);
        color: #FFF;
        text-align: left
    }

.manset .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

    .manset .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
        border-radius: 0;
        bottom: 0
    }

.manset .swiper-pagination-bullet {
    width: 10%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,1);
    color: #FFF;
    text-shadow: 1px 1px 2px #FFF
}

.manset .swiper-pagination-bullet-active {
    color: #fff;
    background: rgba(0,0,0,0.5);
}


.kutu {
    float: left;
    width: 39%;
    min-height: 350px;
}

.m2yuzde {
    margin-left: 1%;
    margin-right: 1%;
    width: 20%
}

h3.kutub {
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center
}



ul.liste {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px
}

    ul.liste li {
        clear: both;
        padding: 0;
        padding-bottom: 1px
    }

        ul.liste li span {
            display: block;
            width: 40px;
            min-height: 40px;
            float: left;
            margin-right: 5px;
            padding: 5px 0;
            text-align: center;
            color: #FFF;
            background: #22313F;
        }

        ul.liste li a {
            display: block;
            min-height: 40px;
            padding: 5px 0;
            padding-right: 5px;
            background: #CCC;
        }

            ul.liste li a:hover {
                background: #F2F2F2;
                text-decoration: none
            }

        ul.liste li:first-child {
            padding-top: 1px
        }

a.tumu {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    background: #CCC
}

    a.tumu:hover {
        background: #F2F2F2;
    }

.renk1 h3 {
    background: #2c3e50;
}

.renk2 h3 {
    background: #3498db;
}

.renk3 h3 {
    background: #c0392b;
}

.renk1 ul.liste li span {
    background: #2c3e50
}

.renk1 ul.liste li a {
    color: #2c3e50;
}

.renk2 ul.liste li span {
    background: #3498db
}

.renk2 ul.liste li a {
    color: #3498db;
}

.icsayfa {
    background: #EEE;
    background: linear-gradient(#FFF, #EEE);
}

.solMenu {
    float: left;
    width: 28%;
    margin-right: 1%;
    padding-right: 1%;
    background: url(../img/ortacizgi.png) no-repeat right top;
    display: block;
    min-height: 450px
}

.ortaAlan {
    float: right;
    width: 70%;
}

.ortaTum {
    float: none;
    width: 100%;
    min-height: 450px
}

.icsayfa h1 {
    color: #800;
    display: block;
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 2px solid #800;
}

.ortayer {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    display: block;
}

.ortaAlan img {
    max-width: 100%;
}

.ortaAlan table {
    max-width: 100%;
}

.ortaAlan iframe {
    max-width: 100%;
}

ul.menusol {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: url(../img/ustbg.png) rgba(118,7,16,1);
}

    ul.menusol li {
        display: block;
        position: relative;
    }

    ul.menusol ul {
        display: none;
        width: 100%;
    }

    ul.menusol li a {
        display: block;
        text-decoration: none;
        color: #f5f5f5;
        padding: 7px 12px;
        white-space: nowrap;
    }

    ul.menusol li:hover ul {
        display: block;
        position: absolute;
        z-index: 23;
        right: 0;
    }

    ul.menusol li:hover li {
        float: none;
    }

    ul.menusol li:hover a {
        background: #5f070e
    }

    ul.menusol li a:hover {
        background: #9e141f;
    }


.galeri {
    display: table-cell;
    float: left;
    min-height: 210px;
    margin: 1%;
    width: 23%;
    list-style: none;
}

    .galeri a, .galeri a:hover {
        text-decoration: none;
    }

    .galeri figure {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .galeri figure img {
            max-width: 100%;
            border: none;
            margin: 0;
            padding: 0;
        }

    .galeri figcaption {
        margin: 5px 0;
        padding: 5px;
        text-align: center;
        background: #A60000;
        color: #FFF;
    }

ul.fotoliste {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.fotoliste li {
        margin: 0;
        padding: 0;
        display: table-cell;
        float: left;
        margin: 1%;
        width: 18%;
        text-align: center;
    }

    ul.fotoliste img {
        height: 120px;
        max-width: 100%;
    }

.kutubaslik {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #CCC;
}

    .kutubaslik h3 {
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 0;
        line-height: 40px;
        float: left;
        font-weight: normal
    }

    .kutubaslik span {
        font-size: 13px;
        color: #000;
        margin: 0;
        padding: 0;
        line-height: 40px;
        float: right
    }

.duyuruListe {
}

    .duyuruListe ul {
        width: 100%;
        left: 0;
        top: 0;
        list-style: none;
    }

    .duyuruListe li {
        padding-bottom: 3px;
        padding-top: 3px;
        margin-bottom: 3px;
        border-bottom: 1px dashed #CCC;
        background: url(../img/next.png) no-repeat 5px 7px;
    }

        .duyuruListe li a {
            padding-left: 18px;
            font-size: 13px;
            text-decoration: none;
            color: #000
        }

        .duyuruListe li span {
            display: block;
            font-size: 11px;
            text-decoration: none;
            color: #808080;
        }

        .duyuruListe li a:hover {
            text-decoration: underline;
            color: #333;
        }

        .duyuruListe li:last-child {
            border-bottom: none;
        }


.ucparca {
    float: left;
    width: 32%;
    display: block;
    position: relative;
}

.ucorta {
    margin-left: 2%;
    margin-right: 2%
}

.ucparca h3 {
    color: #760710;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 15px
}

.ucparca .tumu {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
    background: #fff;
}

    .ucparca .tumu:hover {
    }

ul.listele {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

    ul.listele li {
        clear: both;
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }

        ul.listele li p {
            display: table
        }

        ul.listele li span {
            float: left;
            width: 80px;
            text-align: center;
            border-radius: 3px;
            overflow: hidden;
        }

        ul.listele li samp {
            display: block;
            line-height: 20px;
            background: #760710;
            color: #fff;
            font-size: 13px;
            font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
        }

        ul.listele li cite {
            background: #f6f6f6;
            line-height: 25px;
            font-size: 11px;
        }

        ul.listele li strong {
            display: inline-block;
            float: left;
            width: calc(100% - 85px);
            margin-left: 5px;
            font-weight: normal
        }

        ul.listele li a {
            text-decoration: none
        }

            ul.listele li a:hover {
                text-decoration: none;
                color: #760710
            }


ul.iclistede {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    width: 100%
}

    ul.iclistede li {
        clear: both;
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }

        ul.iclistede li span {
            float: left;
            width: 80px;
            text-align: center;
            border-radius: 3px;
            overflow: hidden;
        }

        ul.iclistede li samp {
            display: block;
            line-height: 20px;
            background: #760710;
            color: #fff;
            font-size: 12px;
            font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
        }

        ul.iclistede li cite {
            background: #f6f6f6;
            line-height: 25px;
            font-size: 10px;
        }

        ul.iclistede li strong {
            display: inline-block;
            float: left;
            width: calc(100% - 85px);
            margin-left: 5px;
            font-weight: normal
        }

        ul.iclistede li a {
            text-decoration: none;
            display: table;
            width: 100%;
            margin-bottom: 10px;
        }

            ul.iclistede li a:hover {
                text-decoration: none;
                color: #9e141f
            }

                ul.iclistede li a:hover samp {
                    background: #9e141f
                }

ul.ikili li {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    clear: none
}

footer {
    width: 100%;
    background: #333;
    clear: both;
    margin-top: 15px
}

    footer .kapsul {
        padding: 10px 0
    }

    footer .altlogo {
        float: left;
        width: 100px;
        margin-right: 50px
    }

        footer .altlogo img {
            opacity: .5
        }

    footer .adres {
        float: left;
        width: calc(100% - 410px);
    }

    footer .sosyal {
        float: left;
        width: 210px;
        margin-left: 50px;
        overflow: hidden;
    }

    footer .kapsul h5 {
        color: #999;
        font-size: 13px;
        font-weight: normal;
        border-bottom: 1px solid #999;
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    footer .adres ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        footer .adres ul li {
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 12px;
            color: #999;
            display: block;
            margin: 0;
            padding: 0;
            clear: both
        }

            footer .adres ul li strong {
                font-weight: normal;
                float: left;
                display: block;
                min-width: 120px
            }

            footer .adres ul li cite {
                float: left;
                display: block;
            }

.sosyal a {
    height: 25px;
    width: 25px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 5px;
    border-radius: 12px;
    background-color: #009688;
    transition: 0.3s;
}

    .sosyal a.instagram {
        background-image: url(../img/oval_ins.png);
    }

    .sosyal a.twitter {
        background-image: url(../img/oval_twitter.png);
        ;
    }

    .sosyal a.facebook {
        background-image: url(../img/oval_facebook.png);
    }

    .sosyal a.youtube {
        background-image: url(../img/oval_youtube.png);
    }
    .sosyal a:hover {opacity:.5;}



.haber {
}

    .haber h2 {
        font-size: 26px;
        font-weight: bold;
        border-bottom: 1px dashed #CCC;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .haber h3 {
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        padding-bottom: 10px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .haber img.resim {
        width: calc(100% - 8px);
        padding: 2px;
        border: 1px solid #CCC;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .haber p {
        padding-top: 0;
        line-height: 150%
    }

    .haber span.tarih {
        font-size: 14px;
        font-style: italic;
        color: #666;
        display: block;
        margin-top: 15px;
    }

    .haber iframe {
        width: 100%;
    }

.kutum {
    float: left;
    height: calc(50% - 5px);
    width: calc(50% - 5px);
    overflow: hidden;
}

    .kutum:nth-child(1) {
        margin: 0;
    }

    .kutum:nth-child(2) {
        margin-left: 10px;
    }

    .kutum:nth-child(3) {
        margin-top: 10px;
    }

    .kutum:nth-child(4) {
        margin-top: 10px;
        margin-left: 10px;
    }

.kutumyani {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    width: 100%;
    height: 100%;
}

    .kutumyani img {
        transition: all .5s;
        height: 100%;
    }

    .kutumyani .cerceve {
        position: absolute;
        opacity: 1;
    }

        .kutumyani .cerceve:before, .kutumyani .cerceve:after, .kutumyani .cerceve div:before, .kutumyani .cerceve div:after {
            background-color: #fff;
            position: absolute;
            content: "";
            display: block;
            transition: all 0.4s ease-in-out;
        }

        .kutumyani .cerceve:before, .kutumyani .cerceve:after {
            width: 0;
            height: 1px;
        }

        .kutumyani .cerceve div:before, .kutumyani .cerceve div:after {
            width: 1px;
            height: 0;
        }

        .kutumyani .cerceve.bir {
            left: 5px;
            top: 5px;
            right: 5px;
            bottom: 5px;
        }

            .kutumyani .cerceve.bir:before, .kutumyani .cerceve.bir div:before {
                left: 0;
                top: 0;
            }

            .kutumyani .cerceve.bir:after, .kutumyani .cerceve.bir div:after {
                bottom: 0;
                right: 0;
            }

        .kutumyani .cerceve.iki {
            left: 12px;
            top: 12px;
            right: 12px;
            bottom: 12px;
        }

            .kutumyani .cerceve.iki:before, .kutumyani .cerceve.iki div:before {
                right: 0;
                top: 0;
            }

            .kutumyani .cerceve.iki:after, .kutumyani .cerceve.iki div:after {
                bottom: 0;
                left: 0;
            }

    .kutumyani:hover .cerceve:before, .kutumyani.hover .cerceve:before, .kutumyani:hover .cerceve:after, .kutumyani.hover .cerceve:after {
        width: 100%;
    }

    .kutumyani:hover .cerceve div:before, .kutumyani.hover .cerceve div:before, .kutumyani:hover .cerceve div:after, .kutumyani.hover .cerceve div:after {
        height: 100%;
    }

    .kutumyani a {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .kutumyani .karanlik {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        transition: all .5s;
        background: rgba(0,0,0,0)
    }

.linkmetin {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all .5s;
}

.kutumyani:hover img {
    transform: scale(1.2);
}

.kutumyani:hover .linkmetin {
    opacity: 1;
}

.kutumyani:hover .karanlik {
    background: rgba(0,0,0,.7)
}

.etksol {
    float: left;
    width: calc(100% - 130px);
    margin-right: 10px;
    font-size: 13px
}

.etksag {
    float: right;
    width: 120px;
    text-align: right
}

.etksol p {
    margin: 5px 0;
    padding: 5px;
}

.etksol h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
    font-size: 24px
}

.etkk1 {
    float: left;
    width: 130px;
    margin-right: 10px;
    background: #f2f2f2;
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    text-indent: 28px;
    background-image: url(../img/takvim.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.etkk2 {
    float: left;
    width: calc(100% - 150px);
    background: #f6f6f6;
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
    text-indent: 8px
}

.konum {
    background-image: url(../img/konum.png);
    background-repeat: no-repeat
}

.etktum {
    float: none;
    width: 100%;
    margin: 0;
}

.etksag img {
    max-width: 100%;
    height: 110px;
    transition: all ease 1s;
    filter: grayscale(100%);
}

    .etksag img:hover {
        filter: grayscale(0%);
    }


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 3;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.icsolmenu {
    width: calc(100% - 20px);
    padding: 10px;
    display: inline-table;
}

ul.icsolmenu {
    list-style: none;
}

    ul.icsolmenu li {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding: 5px 0;
    }

        ul.icsolmenu li:last-child {
            border-bottom: none;
        }

        ul.icsolmenu li a {
            display: block;
            text-indent: 0;
            text-decoration: none;
            padding: 5px 0;
            color: #000;
            transition: all 0.3s ease;
        }

            ul.icsolmenu li a:hover {
                color: #000;
                text-indent: 5px;
            }

            ul.icsolmenu li a:before {
                content: "»";
                padding-right: 5px;
            }

        ul.icsolmenu li.arti a:before {
            content: "+";
        }

        ul.icsolmenu li ul {
            display: none;
        }

            ul.icsolmenu li ul li a {
                padding-left: 15px
            }

                ul.icsolmenu li ul li a:before {
                    content: "•";
                }

        ul.icsolmenu li.acik ul {
            display: block;
        }
.mobilmenu {
    left: -300px;
    height: 100%;
    position: fixed;
    width: 300px;
    background: #9e141f;
}
    .mobilmenu .logomenu {width:210px; padding:10px; margin-bottom:10px}
        .mobilmenu .logomenu img {
            width: 195px;
        }

    .mobilmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobilmenu li {
        display: block;
    }
    .mobilmenu a {
        list-style: none;
        font-weight: normal;
        padding: 8px 10px;
        text-decoration: none;
        font-size: 13px;
    }
    .mobilmenu ul a:before {
        content: "» "
    }
    .mobilmenu ul ul a:before {
        content: "● "
    }
    .mobilmenu ul ul ul a:before {
        content: "▸ "
    }

    .mobilmenu > ul > li {
        cursor: pointer;
        border-bottom: 1px solid #a91723;
        border-top: 1px solid #93131d;
    }

        .mobilmenu > ul > li:last-child {
            border-bottom: none;
        }

        .mobilmenu > ul > li:first-child {
            border-top: none;
        }

        .mobilmenu > ul > li > a {
            display: block;
            color: #FFF;
        }

            .mobilmenu > ul > li > a:hover {
                text-decoration: none;
            }
    .mobilmenu ul ul {
        padding: 0;
        display: none;
    }

        .mobilmenu ul ul a {
            display: block;
            color: #FFF;
            font-size: 13px;
            padding: 8px 0;
            text-indent: 10px;
        }
            


            .mobilmenu ul ul li:last-child {
                border: none;
            }

    .mobilmenu > ul > li > ul > li {
        cursor: pointer;
        border: none
    }

    .mobilmenu ul ul ul {
        padding: 0;
        display: none;
    }
        .mobilmenu ul ul ul a {
            display: block;
            color: #FFF;
            font-size: 12px;
            padding: 6px 0;
            text-indent: 20px;
        }

        .mobilmenu ul ul ul li {
        }

            .mobilmenu ul ul ul li:last-child {
                border: none;
            }


.ac-kapa {
    background: #fff;
    z-index: 57;
    position: absolute;
    top: 15px;
    left: 0;
    display: none;
    width: 40px;
    height: 30px;
    background: url(../img/ackapa.png) no-repeat center center;
    background-size: 20px;
}
.bodygizle {
    overflow-y: scroll;
    overflow-x: hidden;
}
.galeri {
    display: table-cell;
    float: left;
    min-height: 210px;
    margin: 1%;
    width: 23%;
    list-style: none;
}

    .galeri a, .galeri a:hover {
        text-decoration: none;
    }

    .galeri figure {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .galeri figure img {
            max-width: 100%;
            border: none;
            margin: 0;
            padding: 0;
        }

    .galeri figcaption {
        margin: 5px 0;
        padding: 5px;
        text-align: center;
        background: #0d47a1;
        color: #FFF;
    }

.slideneyda {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px 25px;
    /*background: url(../img/ustbg.png) rgba(118,7,16,.5);*/
}
.slideneyda .sosyal a {
        height: 25px;
        width: 25px;
        display: inline-block;
        text-indent: -9999px;
        margin: 0 5px;
        border-radius: 12px;
        background-color: #009688;
        transition: 0.3s;
    }

@media only screen and (max-width: 1366px) {
    .fotoslide {
        height: 455px;
    }

        .fotoslide .swiper-container {
            height: 455px;
        }

            .fotoslide .swiper-slide img {
                min-width: 1366px;
                min-height: 455px;
            }

}
@media only screen and (max-width: 768px) {
    .ac-kapa {
        display:block;
    }
    .fotoslide {
        height: 320px;
    }

        .fotoslide .swiper-container {
            height: 320px;
        }

        .fotoslide .swiper-slide img {
            min-width: 960px;
            min-height: 320px;
        }
    .ust {
        width: 100%;
        height: 80px;
        position: inherit;
        z-index: 9;
    }

    .logo {
        float:none;
        z-index: 15;
        text-align:center;
        width:100%;
    }
    .logo img {height:60px}

    .menukapsul {
        float: right;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index:16;
        width:auto;
    }
        .menukapsul .ustmenu {
            width:auto;
            margin: 0;
            margin-right: 15px;
            text-align: right;
        }
        .menukapsul .anamenu {
            display:none;
        }

    .kutud {
        float: left;
        width: calc(25% - 10px);
        margin: 5px;
        cursor: pointer
    }

    .kutui {
        background: url(../img/ustbg.1png) rgba(118,7,16,1);
        height: 50px;
        text-align: center;
    }
    .slidealt {
        width: 100%;
        height:auto;
        background: url(../img/ustbg.1png) rgba(198,40,40,1);
        position: inherit;
    }
    .arkayuz img, .onyuz img {
        height: 20px;
        margin: 5px;
    }

    footer .altlogo {
        float: left;
        width: 50px;
        margin-right:10px
    }

        footer .altlogo img {
            opacity: .5;
            width: 50px;
            height:50px
        }

    footer .adres {
        float: left;
        width: calc(100% - 60px);
    }

    footer .sosyal {
        float:none;
        width:100%;
        margin-left: 0;
        margin-top:15px;
        text-align:center;
    }
    .manset {
        float: none;
        width: 100%;
        height: 300px;
        display: block;
        position: relative;
    }

    .myani {
        float: none;
        width: 100%;
        height:auto;
        margin:10px 0;
        overflow: hidden;
        background:#fff;
    }

    .kutum {
        float: left;
        height:80px;
        width: calc(25% - 5px);
        overflow: hidden;
    }
    .kutumyani img {
        transition: all .5s;
        height:100%;
        width:100%;
    }

        .kutum:nth-child(1) {
            margin: 0;
        }

        .kutum:nth-child(2) {
            margin-left: 10px;
        }

        .kutum:nth-child(3) {
            margin-top: 0;
            margin-left: 10px
        }

        .kutum:nth-child(4) {
            margin-top: 0;
            margin-left: 0;
        }
    .linkmetin {
        font-size: 13px;
    }
    .ucparca {
        float: none;
        width: 100%;
    }

    .ucorta {
        margin-left: 0;
        margin-right: 0;
    }

    .ucparca h3 {
        color: #760710;
        font-size: 21px;
        font-weight: normal;
        padding-bottom:15px
    }
    .mtop15 {margin-top:10px}

    .solMenu {
        float: none;
        clear:both;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        min-height:inherit;
        padding-top:15px;
        background:none;
    }
    .kapsul {width:calc(100% - 20px);}
    .ortaAlan {
        float: none;
        width: 100%;
    }
    ul.fotoliste li {
        margin: 0;
        padding: 0;
        display: table-cell;
        float: left;
        margin: 1%;
        width: 23%;
        text-align: center;
    }
    ul.fotoliste img {
        height: 80px;
        max-width: 100%;
    }
    .etkk1 {
        float: left;
        width: 70px;
        margin-right: 10px;
        background: #f2f2f2;
        padding: 5px 0;
        display: block;
        margin-bottom: 10px;
        font-weight: normal;
        text-indent: 28px;
        background-image: url(../img/takvim.png);
        background-position: 5px center;
        background-repeat: no-repeat;
    }

    .etkk2 {
        float: left;
        width: calc(100% - 90px);
        background: #f6f6f6;
        padding: 5px 0;
        display: block;
        margin-bottom: 10px;
        text-indent: 8px
    }
    .galeri {
        min-height: 210px;
        margin: 1%;
        width: 48%;
        list-style: none;
    }

    ul.fotoliste li {
        margin: 0;
        padding: 0;
        display: table-cell;
        float: left;
        margin: 1%;
        width: 23%;
        text-align: center;
    }

    ul.fotoliste img {
        height: 120px;
        max-width: 100%;
    }

}

@media only screen and (max-width: 420px) {
    .kutud {
        float: left;
        width: calc(50% - 10px);
        margin: 5px;
        cursor: pointer
    }

    .kutui {
        background: url(../img/ustbg.1png) rgba(118,7,16,1);
        height: 50px;
        text-align: center;
    }

    .slidealt {
        width: 100%;
        height: auto;
        background: url(../img/ustbg.1png) rgba(198,40,40,1);
        position: inherit;
    }

    .arkayuz img, .onyuz img {
        height: 20px;
        margin: 5px;
    }
    .kutum {
        float: left;
        height: 80px;
        width: calc(50% - 5px);
        overflow: hidden;
    }
        .kutum:nth-child(3) {
            margin-top: 10px;
            margin-left: 0;
            margin-right:10px;
        }
        .kutum:nth-child(4) {
            margin-top: 10px;
            margin-left: 0;
        }
    .galeri {
        float: none;
        min-height: 160px;
        margin: 1%;
        width: 98%;
        list-style: none;
    }

    ul.fotoliste li {
        margin: 0;
        padding: 0;
        display: table-cell;
        float: left;
        margin: 1%;
        width: 48%;
        text-align: center;
    }

    ul.fotoliste img {
        height: 120px;
        max-width: 100%;
    }

}