﻿.bg-black{ background-color: #000000 !important;}

.mini-banner {
    max-height: 600px;
    overflow: hidden;
    /*    background-image: url(http://csohitittestapi.estep.com.tr/repo/uploads/07052021003457-f8cef981-27d1-496d-9912-2a2c1661ee5a.jpg);*/
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: center center;
    background-position: center center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

    .mini-banner > img {
        -ms-opacity: 0;
        opacity: 0;
    }

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    font-size: 66%;
}

    .tags li {
        float: left;
    }

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 18px 0 18px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

    .tag::before {
        background: #fff;
        border-radius: 6px;
        box-shadow: inset 0 1px rgb(0 0 0 / 25%);
        content: '';
        height: 6px;
        left: 6px;
        position: absolute;
        width: 6px;
        top: 6px;
    }

    .tag::after {
        background: #fff;
        border-bottom: 11px solid transparent;
        border-left: 10px solid #eee;
        border-top: 11px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #ac0000;
        color: white;
    }

        .tag:hover::after {
            border-left-color: #ac0000;
        }


.blue-hall.single h4.title-h4 {
    font-size: 32px;
    line-height: 40px;
    white-space: nowrap;
}

.blue-hall.single .blue-hll-book {
    padding: 290px 0px 32px 150px;
}

.blue-hall.single .blue-hall-hldr:before {
    height: 65%;
    bottom: 0;
    top: unset;
}

.estepgray {
    background: #797674 !important;
}

/*.banner .slick-prev {*/
    /*display: none !important;*/
/*}*/

.cursor-pointer {
    cursor: pointer !important;
}

.eventsummary {
    background: transparent;
    border: solid 1px #fff;
}
    .eventsummary:hover {
        background: #ac0000;
        border: solid 1px #000;
    }
        .eventsummary:hover:after,
        .eventsummary:hover:before {
            width: 88px;
        }

/** Page Search
 *************************************************** **/
.search-banner {
    min-height: 400px;
    background: #000000;
}

    .search-banner .inner-banner-content {
        top: 70%;
        transform: translate(0,-70%);
        -webkit-transform: translate(0,-70%);
    }

.search-result {
    padding: 20px 0;
    border-bottom: #eee 1px solid;
}

    .search-result h4 {
        margin: 0;
        font-size: 20px;
    }

    .search-result p {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .search-result small {
        color: #b73939 !important;
    }

    .search-result img {
        float: left;
        margin-right: 10px;
        margin-top: 6px;
    }

.pagination-container {
    margin-top: 1em;
    padding-top: 2em;
    border-top: 1px solid #d7dadb;
    text-align: center;
}

.pagination-item {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #d7dadb;
    transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

    .pagination-item.is-active {
        background-color: #000;
        border-right: 1px solid #fff;
    }

    .pagination-item:hover {
        background-color: #ac0000;
        border-right: 1px solid #fff;
    }

        .pagination-item:hover .pagination-link,
        .pagination-item.is-active .pagination-link {
            color: #fff;
        }

    .pagination-item.first-number {
        border-left: 1px solid #d7dadb;
    }

.pagination-link {
    padding: 1.1em 1.6em;
    display: inline-block;
    text-decoration: none;
    color: #7d7975;
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
}

.pagination-item--wide {
    list-style-type: none;
    display: inline-block;
}

    .pagination-item--wide.first {
        margin: 0 1em 0 0;
    }

    .pagination-item--wide.last {
        margin: 0 0 0 1em;
    }

.pagination-link--wide {
    text-decoration: none;
    color: #7d7975;
    padding: 1.1em 1.6em;
}

    .pagination-link--wide:hover {
        color: #ac0000;
    }
/** END Page Search
 *************************************************** **/







/*
    BEGIN: Custom Calendar
*/
.calender_table .calender_table_data > div {
    width: 101%;
    max-height: 100% !important;
    overflow: auto;
    padding: 2.5%;
}

.calender_table .calender_table_data > div a span {
    font-size: 10px;
    line-height: 1.3;
    text-transform: none;
}
/*.calender_table_data div::-webkit-scrollbar {
    width: 10px;
}
.calender_table_data div::-webkit-scrollbar-track {
    background-color: darkgrey;
}
.calender_table_data div::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}*/
.calender_table_data div::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.calender_table_data div::-webkit-scrollbar-thumb {
    background: #A8A6A8;
    border-radius: 0px;
}

.calender_table_data div::-webkit-scrollbar-thumb:hover {
        background: #000000;
    }

.calender_table_data div::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
/** END Custom Calendar
 *************************************************** **/












/*
    BEGIN: Custom Checkboxes
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .estepstayla input[type=checkbox],
    .estepstayla input[type=radio] {
        --active: #ac0000;
        --active-inner: #fff;
        --focus: 2px rgba(255, 255, 255, .3);
        --border: #989898;
        --border-hover: #daa6a6;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

        .estepstayla input[type=checkbox]:after,
        .estepstayla input[type=radio]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }

        .estepstayla input[type=checkbox]:checked,
        .estepstayla input[type=radio]:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: .3s;
            --d-t: .6s;
            --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
        }

        .estepstayla input[type=checkbox]:disabled,
        .estepstayla input[type=radio]:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }

            .estepstayla input[type=checkbox]:disabled:checked,
            .estepstayla input[type=radio]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            .estepstayla input[type=checkbox]:disabled + label,
            .estepstayla input[type=radio]:disabled + label {
                cursor: not-allowed;
            }

        .estepstayla input[type=checkbox]:hover:not(:checked):not(:disabled),
        .estepstayla input[type=radio]:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }

        .estepstayla input[type=checkbox]:focus,
        .estepstayla input[type=radio]:focus {
            box-shadow: 0 0 0 var(--focus);
        }

        .estepstayla input[type=checkbox]:not(.switch),
        .estepstayla input[type=radio]:not(.switch) {
            width: 21px;
        }

            .estepstayla input[type=checkbox]:not(.switch):after,
            .estepstayla input[type=radio]:not(.switch):after {
                opacity: var(--o, 0);
            }

            .estepstayla input[type=checkbox]:not(.switch):checked,
            .estepstayla input[type=radio]:not(.switch):checked {
                --o: 1;
            }

        .estepstayla input[type=checkbox] + label,
        .estepstayla input[type=radio] + label {
            font-size: 14px;
            line-height: 21px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            margin-left: 4px;
        }

        .estepstayla input[type=checkbox]:not(.switch) {
            border-radius: 7px;
        }

            .estepstayla input[type=checkbox]:not(.switch):after {
                width: 5px;
                height: 9px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 7px;
                top: 4px;
                transform: rotate(var(--r, 20deg));
            }

            .estepstayla input[type=checkbox]:not(.switch):checked {
                --r: 43deg;
            }

        .estepstayla input[type=checkbox].switch {
            width: 38px;
            border-radius: 11px;
        }

            .estepstayla input[type=checkbox].switch:after {
                left: 2px;
                top: 2px;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                background: var(--ab, var(--border));
                transform: translateX(var(--x, 0));
            }

            .estepstayla input[type=checkbox].switch:checked {
                --ab: var(--active-inner);
                --x: 17px;
            }

            .estepstayla input[type=checkbox].switch:disabled:not(:checked):after {
                opacity: 0.6;
            }

    .estepstayla input[type=radio] {
        border-radius: 50%;
    }

        .estepstayla input[type=radio]:after {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            transform: scale(var(--s, 0.7));
        }

    .estepstayla input[type=radio]:checked {
            --s: .5;
        }
}

.estepstayla ul {
    margin: 12px;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 320px;
}

.estepstayla ul li {
        margin: 16px 0;
        position: relative;
    }

/*
    END: Custom Checkboxes
*/



.contact-banner {
    height: 450px;
    background-image: url(/images/cso-ada-ankara-map.jpg);
    background-position: center center;
}
.koro-banner {
    height: 450px;
    background-image: url(/images/Koro.jpg);
    background-position: center center;
}

.mekan-banner {
    height: 450px;
    background-image: url(/images/MekanKiralama.jpg);
    background-position: center center;
}

@media(min-width: 1920px) {
}

@media(max-width: 1600px) {
}

@media(max-width: 1400px) {
    .calender_table .calender_table_data > div a span {
        display: none;
    }
}

@media (max-width: 1199px) {
    .contact-banner {
        height: 400px;
    }

}

@media (max-width: 767px) {
    .contact-banner {
        height: 300px;
    }

}

@media (max-width: 479px) {
}










.slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.slick-slide figure {
    position: relative;
    height: 100%;
}

.slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
    opacity: 1;
}

.slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
    z-index: 1;
}

.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide a.nolink{
    cursor:default !important;
}

.banner-hldr .slick-slide a.eventlink {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    line-height: 1;
    z-index: 1;
}
.banner-hldr .fa:before {
    font-family: "fontAwesome" !important;
}

.calender_modal .modal-header .close {
    margin: unset;
}



.fancybox-slide--iframe .fancybox-content {
     width: 80vw !important;
     height: 45vw !important;
     max-width: 153vh;
     max-height: 100%;
     margin: 0;
 }

.announcementModal .modal-header {
    color: #fff;
}







/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1202;
    background: rgb(74,74,74);
    background: linear-gradient(180deg, rgba(74,74,74,1) 0%, rgba(112,112,112,1) 100%);
}

.loader {
    display: inline-block;
    width: 128px;
    position: fixed;
    z-index: 3;
    top: calc(50% - 64px);
    animation: loader2 1.5s infinite ease;
    left: calc(50% - 64px);
    transition: 1s;
}


@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader2 {
    0% {
        filter: invert(0);
        top: calc(50% - 64px);
        transform: scale(1);
    }
    50% {
        filter: invert(0.3);
        top: calc(50% - 50px);
        transform: scale(.8);
    }
    100% {
        filter: invert(0);
        top: calc(50% - 64px);
        transform: scale(1);
    }
}

/*Slider geçişi için kare kutular eklendi oklarla geçiş yorum satırına alındı*/
.banner-hldr .slick-dots {
    position: absolute !important;
    left: 50% !important;
    bottom: -320px !important; /* Görselde istediğin konuma göre ayarla */
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 18px; /* butonlar arası boşluk */
    margin: 0;
    padding: 0;
    z-index: 2;
}

.banner-hldr .slick-dots li {
    margin: 0;
}

@media (max-width: 767px) {
    .banner-hldr .slick-dots {
        bottom: 0 !important; /* -320px yerine 0 */
    }
}

.banner-hldr .slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 2px solid rgba(255,255,255,.6);
    background: rgba(255,255,255,.35);
    border-radius: 4px; /* hafif yuvarlatılmış köşe */
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease; /* hover animasyonu */
}

.banner-hldr .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
}

.banner-hldr .slick-dots li button:hover {
    background: rgba(255,255,255,.6);
}

.banner-hldr .slick-dots li button:before {
    display: none;
}