/*@import url(//fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,latin-ext);*/
/*@import url(//fonts.googleapis.com/css?family=Ubuntu+Condensed:400&subset=latin,latin-ext);*/
/*@import url(//fonts.googleapis.com/css?family=Francois+One:400&subset=latin,latin-ext);*/
/*@import url(//fonts.googleapis.com/css?family=Dosis:400,700|Marck+Script&subset=latin,latin-ext);*/
/*@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin,latin-ext);*/
/*@import url(//fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);*/
/*
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');
*/


*:focus {
    outline: none;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

i {
    font-style: normal;
}

input,
textarea,
select {
    font: inherit;
    line-height: inherit;
    resize: none;
}

input:focus,
textarea:focus {
    /* outline:1px solid #a00;  */
}

::-webkit-input-placeholder {
    color: #515254
}

::-moz-placeholder {
    color: #515254
}

:-ms-input-placeholder {
    color: #515254
}

input[type='number'] {
    -moz-appearance: textfield;
}

::selection {
    background: rgb(81, 82, 84);
    /* WebKit/Blink Browsers */
    text-shadow: none;
    color: #fff;
}

::-moz-selection {
    background: rgb(81, 82, 84);
    /* Gecko Browsers */
    text-shadow: none;
    color: #fff;
}

/*



e9b75e rgba(233,183,94,1) //altin
00b6bd rgba(0,182,189,1) //turkuaz


*/

body,
html {
    height: 100%;
    /*box-shadow:inset 0px 0px 800px rgba(0,0,0,0.5);*/
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;

}

.kapakLinkler {
    margin: 2rem 0;
    text-align: center;
}

.kapakLinkler a {
    display: inline-block;
    margin: 0 10px 20px 10px;
    color: #fff !important;
    padding: 10px 40px;
    background: #e9b75e;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px
}

.kapakLinkler .basvuru a {
    font-size: 22px;
    color: #000 !important;
}

.container {
    position: relative;
    max-width: 1240px;
    width: auto;
}

/* ust */
.ustSecim {
    font-weight: bold;
    font-size: 12px;
    margin: 7px 0px 0 15px
}

.ustSecim a {
    opacity: 0.3;
    border-right: 1px solid;
    padding: 0 5px;
}

.ustSecim a.aktif {
    opacity: 1;
}

.ustSecim a:last-child {
    border: none;
}




#logolar {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #e9b75e;
}

#logolar a {
    padding: 0 15px;
}

#logolar a:first-child {
    padding: 0;
    top: 0;
}

#logolar a:nth-child(2) {
    border-left: 1px solid #ddd;
    padding-right: 0;
}

/*ana logo*/
#logoKapsayan {
    position: relative;
    z-index: 99;
}


#ustSosyal {
    display: block;
    margin: 5px 0 0 15px
}

#ustSosyal a {
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    background: #333;
    font-size: 14px;
    margin: 0 2px;
    text-align: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

#ustSosyal a i {
    line-height: 23px;
}

#ustSosyal a.facebook {
    background: #00B6BC;
}

#ustSosyal a.twitter {
    background: #191814;
}

#ustSosyal a.instagram {
    background: #e9b75e;
}

#ustSosyal a.youtube {
    background: #000;
}



#ustMenu {
    margin: 10px 0;
    position: relative;
    z-index: 99;
    text-align: left;
}

#ustMenu li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
}

#ustMenu li a {
    color: #000;
    display: block;
    padding: 5px 10px;
    background: #e9b75e;
}

#ustMenu li:hover>a {
    background: #be9243;
    color: #000
}

#ustMenu>li {
    line-height: 25px;
}

#ustMenu ul li {
    position: relative;
    width: 280px;
    border-bottom: 1px solid #ffffff50;
    background: #e9b75e;
}

#ustMenu ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 280px;
    margin: 0 -2px;
    box-shadow: 5px 5px 5px #00000030
}

#ustMenu>li>ul:nth-of-type(1) {
    left: 0px;
    top: 35px
}

#ustMenu li:hover>ul {
    display: block;
}

/*
#ustMenu a { font-size:12px; font-weight: bold; padding:2px 4px 0 4px; margin-left:-6px; border-right:2px solid #333; display:inline-block }
#ustMenu a:last-child {  }
#ustMenu a.aktif  { border:2px solid ; border-bottom:none; }
#ustMenu a.bienal {   }
#ustMenu a.ehlihiref { color:#e9b75e; }
*/

#ustMenuKapsayan input[type=checkbox] {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}

#ustMenuKapsayan i.fas.fa-bars {
    font-size: 20px !important;
    margin-top: 10px;
    margin-right: 3px
}

#ustMenuKapsayan input[type=checkbox]:checked+#ustMenu {
    display: block !important;
}

#ustMenuKapsayan input[type=checkbox]:checked+#ustMenu a {
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}

.owl-carousel {}

.owl-theme .owl-nav [class*="owl-"] {
    font-size: 90px !important;
    color: #000 !important;
    ;
    line-height: 36px;
    background: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

.owl-dots {}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -28px !important;
    ;
    left: 0;
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
}


.aramaKapsayan {
    position: relative;
    float: right;
    margin: 2px 0 0 2px;
}

.aramaKapsayan input {
    transition: 0.5s;
    width: 70px;
    padding: 2px 5px 2px 30px;
    line-height: 20px;
    border-radius: 20px;
    border: 1px solid #000;
}

.aramaKapsayan i.fas {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.aramaKapsayan input.aktif {
    transition: 0.5s;
    width: 120px;
}




/*slayt*/
#slaytKapsayan {}




.row.kutuListe .kutu {
    text-align: center;
    margin: 0 0 40px 0
}

.row.kutuListe .kutu .gorsel {
    height: 350px;
    border: 1px solid #ddd;
    overflow: hidden
}

.row.kutuListe .kutu .gorsel img {
    transition: 0.5s;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
    top: 50%
}

.row.kutuListe .kutu .gorsel img:hover {
    transform: scale(1.2) translateY(-42%);
}

.row.kutuListe .kutu h5 {
    margin: 15px 0
}

ul.icerikYol {}

ul.icerikYol li {
    display: inline-block;
    margin: 0 10px 5px 0;
    font-weight: bold;
}

ul.icerikYol li span {
    color: #999;
}

ul.icerikYol li:first-of-type a {}

ul.icerikYol li a {
    padding: 5px 0px 5px 0px;
    color: #666;
}

/*ul.icerikYol li:last-of-type span { display:none;  }*/


.row.kutuListe.anasayfaHaber .kutu .gorsel {
    height: 250px;
}

#altLogolar ul.sponsorlar li {
    display: inline-block;
    height: 45px;
    padding-right: 0px;
    margin: 10px;
}

#altLogolar ul.sponsorlar li img {
    height: 100%;
    max-width: 100%;
}

#altLogolar .altLogolarBaslik {
    border-bottom: 1px solid #ddd;
    margin: 15px 0 10px 0
}

#altLogolar .altLogolarBaslik span {
    position: relative;
    top: 10px;
    left: 25px;
    display: inline-block;
    background: #fff;
    padding: 0px 5px;
    color: #666;
}


#altMenu {
    margin: 15px 0;
}

#altMenu a {
    display: inline-block;
    padding: 0 3px;
    border-right: 1px solid;
}

#altMenu a:last-child {
    border-right: none;
}

.altSayfa {}

.altSayfa h1 {
    color: #e9b75e;
    margin-top: -5px;
    margin-bottom: 25px;
}

.altSayfa#haritaSayfa .container-fluid {
    padding-right: 0;
    padding-left: 0;
}


#yaziSayfa .detay img.baslik.gorsel {
    width: 200px;
    float: left;
    margin: 0 15px 15px 0;
}

#yaziSayfa .video {
    margin: 25px 0;
}

#yaziSayfa .video iframe {
    width: 100%;
}

.row.yaziListe ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.row.yaziListe ul li img {
    width: 80px;
    float: left;
    margin: 0 15px 15px 0;
}

#yaziSayfa .yanListe ul li {
    border-bottom: 1px solid #e9b75e50;
    border-left: 5px solid #e9b75e;
}

/*liste*/
#sanatciSayfa ul.sanatciListe {
    column-count: 5
}

#sanatciSayfa ul.sanatciListe li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

/*detay*/
#sanatciSayfa h1 {
    color: #e9b75e;
}

#sanatciSayfa img.gorsel {
    width: 100%;
}



/*liste*/
#mekanSayfa img.gorsel,
#yaziSayfa img.gorsel {
    width: 100%;
}

#mekanSayfa iframe,
#yaziSayfa iframe {
    width: 100%;
}

.row.kutuListe.mekanListe .kutu .gorsel {
    height: 250px;
    border: 1px solid #ddd
}


/*detay*/
#mekanSayfa .liste .row,
#yaziSayfa .liste .row {
    margin-bottom: 15px;
    background: #f5f5f5;
}

#mekanSayfa .liste .sol,
#yaziSayfa .liste .sol {
    padding-left: 0;
}

#mekanSayfa .liste .sol img,
#yaziSayfa .liste .sol img {
    max-width: 100%;
}

#mekanSayfa .liste .sag h4,
#yaziSayfa .liste .sag h4 {
    margin: 15px 0 5px 0;
}



/*liste*/


#etkinlikSayfa h5.tarih,
#etkinlikSayfa h5.mekan,
#etkinlikSayfa h5.sanatci {
    font-size: 16px;
}

#etkinlikSayfa img.gorsel {
    width: 100%;
    margin-bottom: 15px;
}

#etkinlikSayfa iframe {
    width: 100%;
}

/*detay*/
#etkinlikSayfa .liste .row {
    margin-bottom: 15px;
    background: #f5f5f5;
}

#etkinlikSayfa .liste .sol {
    padding-left: 0;
}

#etkinlikSayfa .liste .sol img {
    max-width: 100%;
    margin-bottom: 0;
}

#etkinlikSayfa .liste .sag {
    padding-top: 15px;
}

#etkinlikSayfa .pdf {
    display: block;
    margin: 0 0 15px 0;
    font-weight: bold;
}

#etkinlikSayfa .pdf i.fa {
    font-size: 20px;
}


/*eserler*/
#eserSayfa .item {
    padding: 0px;
    background: #f5f5f5;
    margin: 0 15px 15px 0;
    border-radius: 3px;
}

#eserSayfa .item .gorsel img {
    width: 100%;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

#eserSayfa .item .gorsel {
    transition: 0.3s;
}

#eserSayfa .item .gorsel:hover {
    transition: 0.3s;
    opacity: 0.7 !important;
}

#eserSayfa .item .metin {
    padding: 15px;
    color: #666;
}

/*eserler*/

#iletisimSayfa.altSayfa {}

#iletisimSayfa.altSayfa #iletisimHarita iframe {
    width: 100%;
    height: 600px;
}


#basvuruForm {
    min-height: 500px;
}

#basvuruForm #projeGorselleri {
    width: 100px;
    font-size: 10px;
    display: block;
}

.galeri {
    padding: 15px 0 15px 0;
}

.galeri .kutu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    width: 165px;
    height: 165px;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    /*margin:0 -80px -80px 0;*/
    cursor: pointer;
}

.galeri .kutu img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    border: 1px solid #fff;
}

.galeri .kutu:hover {
    /*-webkit-transition:0.5s; transition:0.5s; -webkit-transform:rotate(0deg) !important; transform:rotate(0deg) !important;*/
    z-index: 99;
}

#flippage img {
    height: 30px;
}

#aramaSayfa.altSayfa {}

#aramaSayfa.altSayfa .satir {
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #ccc;
}

#aramaSayfa.altSayfa .satir span.kategori {
    display: inline-block;
    padding: 3px 10px;
    background: #666;
    color: #fff
}

#aramaSayfa.altSayfa .satir mark {
    padding: 0;
    background: #00b6bd;
    color: #fff;
}


#yayinSayfa li {}

#yayinSayfa li h5 span {
    display: inline-block;
    border-left: 1px solid #999;
    padding: 0 15px
}

#yayinSayfa li a i.fas {
    margin-right: 15px;
}


.sayfalama ul {
    justify-content: center;
}

.sayfalama ul li a {}

.sayfalama ul li.active a {
    background: #e9b75e !important;
    color: #fff !important;
}

.sayfalama ul li a:hover {
    background: #555 !important;
    ;
}

/*
.upload { position:relative; width:100%; }
.upload input { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; cursor:pointer;  }
.popup { position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999; }
.popup img { position:absolute; left:0; top:0; bottom:0; right:0; max-width:100%; max-height: 100%; width:auto; height:auto; display:block; margin:auto; }
*/
.perde {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.secilemez {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divider {
    height: 1px;
    width: 100%;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    /*
  background-color: rgba(0,0,0,0.2);
  box-shadow:0 1px 0 rgba(255,255,255,0.2);
  */
}

.divider2 {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.pagination li a {}

.pagination li a {
    margin: 0 5px 5px 0;
    background: #666;
    color: #fff;
    border: none
}

.pagination li.active a {
    background: #fff;
    color: #333
}

label {
    font-weight: bold;
    opacity: 0.6;
}

a:link,
a:visited {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #999;
}

.ekko-lightbox.modal .modal-body {
    padding: 3px
}

.alarm {
    -webkit-animation: alarm 1s infinite;
    animation: alarm 1s infinite;
    outline: 1px solid red
}

@keyframes alarm {
    0 {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes alarm {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (max-width:768px) {
    img#logo {
        width: 130px;
    }

    #logolar a {
        padding: 0 10px;
        top: 0;
    }

    #logolar img {
        height: 22px;
    }


    #ustMenu {
        margin: 30px 0;
        float: right;
        width: 100% !important;
        text-align: right;
    }

    #ustMenu li {
        position: relative;
        display: block;
        margin: 2px 0;
    }

    #ustMenu li a {
        padding: 6px 10px !important;
    }

    #ustMenu ul li {
        display: none;
    }

    #ustMenu li:hover>ul {
        display: none;
    }




    #mekanSayfa .liste .sol,
    #yaziSayfa .liste .sol {
        padding-left: 15px;
    }

    #mekanSayfa h1,
    #yaziSayfa h1 {
        margin-top: 15px;
    }

    #etkinlikSayfa .liste .sol {
        padding-left: 15px;
    }

    /*#altLogolar img { width:100%; }*/

    .galeri {
        margin: 0 0 25px 15px;
    }

    .galeri .kutu {
        width: 140px;
    }

}