﻿@charset "utf-8";
/* CSS Document */

footer .text-left {
    margin: 0;
    color: #fff;
    font-family: 'Gotham-Book';
    padding-left: 15px;
    max-width: 320px;
    padding-right: 15px;
    margin-top: 15px;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@font-face {
    font-family: "Gotham-Bold";
	src: url("../fonts/Gotham-Bold.ttf") format("truetype"),url("../fonts/Gotham-Bold.woff2") format("woff2"),url("../fonts/Gotham-Bold.woff") format("woff"),url("../fonts/Gotham-Bold.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham-Bold';
}

.ss-bg, .ss-bg .main-menu:not(.san-menu) {
    background: #ed6624;
}

.top-bar {
    background: #f2f2f2;
    padding: 10px 0;
}

    .top-bar .lang {
        margin: 0 25px 0 0;
        padding: 0;
        display: inline-block;
    }

        .top-bar .lang li {
            display: inline-block;
            margin-right: 13px;
        }

            .top-bar .lang li:last-child {
                margin: 0;
            }

            .top-bar .lang li a {
                color: #000;
                font-size: 15px;
            }

    .top-bar .social {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .top-bar .social li {
            display: inline-block;
            margin-right: 12px;
        }

            .top-bar .social li:last-child {
                margin: 0;
            }

            .top-bar .social li a {
                color: #000;
            }

.top-bar-right {
    float: right;
}

    .top-bar-right .select {
        border: none;
        background: url('../images/drawing.svg');
        background-repeat: no-repeat;
        background-position: right;
        background-position-x: calc(100% + 10px);
        padding-right: 25px;
        font-size: 15px;
        background-size: 45px 10px;
    }

        .top-bar-right .select:hover {
            color: #4f2e87 !important;
        }


    .top-bar-right select::-ms-expand {
        display: none;
    }

    .top-bar-right .poz {
        color: #443392;
        font-size: 15px;
    }

    .top-bar-right .ul-right {
        margin: 0 0 0 5px;
        padding: 0;
        display: inline-block;
    }

        .top-bar-right .ul-right li {
            display: inline-block;
        }

            .top-bar-right .ul-right li:after {
                content: "/";
                padding: 0 2px 0 6px;
            }

            .top-bar-right .ul-right li:last-child::after {
                display: none;
            }

            .top-bar-right .ul-right li a {
                color: #000;
                font-size: 15px;
            }

.main-menu {
    /*border-bottom: 1px solid #000;*/
}

    .main-menu nav {
        padding: 15px 0 20px 0;
    }

    .main-menu li a {
        color: #fff !important;
        font-size: 22px;
        padding: .5rem 1.4rem !important;
    }

    .main-menu li:hover a {
        color: #000 !important;
    }

    .main-menu .navbar-brand img {
        width: 173px;
        transition: all .4s;
    }

.ss-sec {
    padding: 50px 0 150px 0;
}

    .ss-sec h3 {
        color: #000;
        font-size: 50px;
        margin: 0 0 60px 0;
    }

    .ss-sec .card {
        background: none;
        border: none;
    }

    .ss-sec .card-header {
        padding: 0;
    }

        .ss-sec .card-header button {
            text-align: left;
            color: #fff;
            cursor: pointer;
            margin-left: 40px;
            font-size: 24px;
            border-bottom: 1px solid #fff;
            padding: .5rem 0;
            white-space: normal;
        }

            .ss-sec .card-header button.collapsed {
                color: #000;
                border-bottom: 1px solid transparent;
            }

            .ss-sec .card-header button:hover, .ss-sec .card-header button:focus {
                text-decoration: none;
            }

    .ss-sec .card-header {
        background: none;
        border: none;
    }

    .ss-sec .card-body {
        padding: 20px 40px 10px 40px;
    }

        .ss-sec .card-body p {
            color: #fff;
            font-family: 'Gotham-Book';
            font-size: 20px;
        }

    .ss-sec .card-header h5 {
        position: relative;
    }

        .ss-sec .card-header h5 button.collapsed:after {
            position: absolute;
            content: "";
            left: 0;
            top: 12px;
            width: 25px;
            height: 22px;
            background: url(../images/arrow-1.png) no-repeat;
            background-size: 100% 100%;
        }

        .ss-sec .card-header h5 button:before {
            position: absolute;
            content: "";
            left: 0;
            top: 10px;
            width: 25px;
            height: 28px;
            background: url(../images/arrow-2.png) no-repeat;
            background-size: 100% 100%;
        }

        .ss-sec .card-header h5 button.collapsed:before {
            display: none;
        }

.top-foot {
    background: #fff;
    padding: 15px 0;
}

    .top-foot p {
        margin: 0;
        color: #0b1337;
        font-family: 'Gotham-Book';
    }

.btm-foot {
    padding: 25px 0 40px 0;
    background: #0b1337;
}

.ftr-right {
    float: right;
}

.btm-foot a {
    display: inline-block;
}

.btm-foot .ftr-1 {
    margin-top: 10px;
}

.btm-foot .ftr-2 {
    margin-top: 20px;
    margin-right: 40px;
}

.home-bg, .home-bg .main-menu:not(.san-menu) {
    background: #0b1337;
}

.main-menu:not(.san-menu) {
    border-bottom: 2.5px solid #fff !important;
}

.prog-sec {
    padding: 60px 0;
    display: table;
    width: 100%;
}

    .prog-sec h3 {
        font-family: 'Gotham-Medium';
        color: #fff;
        margin: 10px 0 20px 0;
        font-size: 28px;
        letter-spacing: 1px;
        max-width: 1100px;
    }

    .prog-sec .mini-desc {
        font-family: Gotham-Book;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        margin: 10px 0 20px 0;
        max-width: 1100px;
    }

.prog-top h2 {
    color: #fff;
    margin: 40px 0 20px 0;
    font-size: 56px;
    letter-spacing: 1px;
    float: left;
}

.prog-top ul {
    float: right;
    padding: 0;
    margin: 0;
}

    .prog-top ul li {
        display: inline-block;
    }

        .prog-top ul li a {
            text-align: center;
            color: #fff;
            width: 140px;
            height: 140px;
            border-radius: 50%;
            margin-right: 18px;
            float: left;
            font-family: 'Gotham-Medium';
            /*text-transform: uppercase;*/
            justify-content: center;
            display: flex;
            align-items: center;
            font-size: 12px;
            padding-left: 15px;
            padding-right: 15px;
            line-height: 1.25 !important;
        }

        .prog-top ul li:hover a {
            opacity: .8;
        }

        .prog-top ul li a.line-2 {
            line-height: 1;
            padding-top: 55px;
        }

        .prog-top ul li:last-child a {
            margin: 0;
        }

        .prog-top ul li:nth-child(6) a {
            background: #5f50a1;
        }

        .prog-top ul li:nth-child(2) a {
            background: #58a996;
        }

        /*.prog-top ul li:nth-child(3) a {
            background: #ed6624;
        }*/

        .prog-top ul li:nth-child(4) a {
            background: #aac7ab;
        }

        .prog-top ul li:nth-child(5) a {
            background: #ee8b23;
        }

        .prog-top ul li:nth-child(1) a {
            background: #4f2e87;
        }

.prog-top {
    display: table;
    width: 100%;
    padding-bottom: 40px;
}

.prog-in {
    margin-bottom: 25px;
}

    .prog-in .prog-txt {
        min-height: 280px;
        position: relative;
        padding: 28px 30px;
    }

        .prog-in .prog-txt h4 {
            color: #fff;
            font-size: 36px;
            margin: 0 0 15px 0;
        }

        .prog-in .prog-txt h5 {
            color: #fff;
            font-size: 26px;
            margin: 0;
            position: absolute;
            bottom: 25px;
            text-align: right;
            right: 30px;
            font-family: 'Gotham-Book';
            max-width: 100%;
        }

            .prog-in .prog-txt h5 span {
                font-family: 'Gotham-Medium';
            }

    .prog-in .color-1 {
        background: #5f50a1;
    }

    .prog-in .color-2 {
        background: #58a996;
    }

    .prog-in .color-3 {
        background: #ed6624;
    }

    .prog-in .color-4 {
        background: #aac7ab;
    }

.tum-prog {
    /*background: #4f2e87;*/
    min-height: 800px;
    padding: 65px;
    margin-bottom: 80px;
    padding-left: 0;
}

    .tum-prog h4 {
        color: #fff;
        font-size: 36px;
    }

.prog-sec .scrol-top {
    float: right;
}

.home-top {
    position: relative;
}

.main-menu.san-menu {
    position: fixed;
    width: 100%;
    top: 44px;
    left: 0;
    z-index: 100;
    background: none;
    border: none;
}

    .main-menu.san-menu .navbar-brand img {
        width: 300px;
    }

.slider .carousel-indicators {
    width: auto;
    margin: 0;
    right: -15px;
    left: auto;
    bottom: 90px;
    z-index: 150;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .slider .carousel-indicators li {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        cursor: pointer;
        background: none;
        border: 2px solid #fff;
    }

        .slider .carousel-indicators li.active {
            background: #fff;
        }

.prog-menu {
    border-bottom: 1px solid #777e91;
}

.sanatci-bg, .sanatci-bg .main-menu:not(.san-menu) {
    background: #58a996;
}

.san-menu {
    border-bottom: 1px solid #2f5e56;
}

.artist {
    padding: 40px 0 0 0;
}

    .artist h1 {
        color: #000;
        margin: 0 0 40px 0;
        font-size: 48px;
    }

.art-slide {
    position: relative;
    margin: 0 0 50px 0;
}

    .art-slide .carousel-indicators {
        width: auto;
        margin: 0;
        right: 5px;
        left: auto;
        bottom: 30px;
        z-index: 150;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        .art-slide .carousel-indicators li {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            cursor: pointer;
            background: none;
            border: 2px solid #fff;
        }

            .art-slide .carousel-indicators li.active {
                background: #fff;
            }

.artist h4 {
    font-family: 'Gotham-Book';
    color: #000;
    margin: 0 0 50px 0;
    font-size: 24px;
    line-height: 1.4;
}

.art-info h5 {
    font-family: 'Gotham-Medium';
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    margin: 0 0 20px 0;
}

.art-info p {
    font-family: 'Gotham-Book';
    color: #000;
    font-size: 16px;
}

.art-info h3 {
    text-align: center;
    width: 200px;
    height: 200px;
    line-height: 200px;
    float: left;
    font-size: 20px;
    color: #58A996;
    background: #fff;
    border-radius: 50%;
    margin: 0 25px 20px 0;
}

    .art-info h3:last-child {
        margin: 0 0 20px 0;
    }

/*.art-info h3.line-3 {
        line-height: 1.2;
        padding-top: 70px;
    }*/

.social-share {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 15px 0;
    margin: 30px 0 50px 0;
}

    .social-share p {
        font-family: 'Gotham-Medium';
        float: left;
        color: #fff;
        font-size: 22px;
        margin: 0;
        line-height: 1;
    }

    .social-share ul {
        padding: 0;
        margin: 0;
        text-align: right;
    }

        .social-share ul li {
            display: inline-block;
            line-height: 1;
        }

            .social-share ul li a {
                font-family: 'Gotham-Book' !important;
                color: #fff !important;
                font-size: 22px !important;
            }

                .social-share ul li a:hover {
                    color: rgba(0,0,0,.7) !important;
                }

            .social-share ul li:after {
                content: "|";
                padding: 0 5px;
                color: #fff;
                margin-top: -3px;
            }

            .social-share ul li:last-child::after {
                display: none;
            }

.btm-art .play-2 {
    float: right;
    /*margin: 0 -65px 0 0;*/
    margin: 0 0 0 0;
    width: 900px;
}

.harita-bg, .harita-bg .main-menu:not(.san-menu) {
    background: #5f50a1;
}

.harita-menu {
    border-bottom: 1px solid #000;
}

.harita-sec {
    padding: 40px 0 150px 0;
}

    .harita-sec h1 {
        color: #000;
        font-size: 42px;
        margin: 0 0 40px 0;
    }

.gecmis-bg, .gecmis-bg .main-menu:not(.san-menu) {
    background: #aac7ab;
}

.gesmis-sec {
    padding: 40px 0 150px 0;
}

    .gesmis-sec h2 {
        font-size: 28px;
        color: #000;
        margin: 0 0 15px 0;
    }

    .gesmis-sec p {
        max-width: 1100px;
        font-size: 16px;
        color: #000;
        margin: 0 0 30px 0;
        font-family: 'Gotham-Book';
    }

.gesm-in {
    margin: 10px 0 0 0;
}

.gesm-part {
    margin: 0 0 25px 0;
}

    .gesm-part .gesm-txt {
        background: #5f50a1;
        padding: 25px 30px;
    }

        .gesm-part .gesm-txt h3 {
            color: #fff;
            margin: 0;
            font-size: 34px;
        }

.ges-slide {
    margin-top: 40px;
    position: relative;
}

    .ges-slide .carousel-indicators {
        width: auto;
        margin: 0;
        right: -15px;
        left: auto;
        bottom: 60px;
        z-index: 150;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        .ges-slide .carousel-indicators li {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            cursor: pointer;
            background: none;
            border: 2px solid #fff;
        }

            .ges-slide .carousel-indicators li.active {
                background: #fff;
            }

.ilet-bg, .ilet-bg .main-menu:not(.san-menu) {
    background: #2d9598;
}

.ilet-sec {
    padding: 30px 0 100px 0;
}

    .ilet-sec h2 {
        color: #000;
        font-size: 50px;
        margin: 0 0 40px 0;
    }

.contact-info {
    position: relative;
    margin-bottom: 60px;
}

    .contact-info address {
        position: absolute;
        bottom: 0;
        margin: 0;
        color: #000;
        font-size: 24px;
    }

.way ul {
    margin: 0 0 30px 0;
    padding: 0;
}

    .way ul li {
        display: inline-block;
        margin-right: 20px;
    }

        .way ul li:last-child {
            margin: 0;
        }

        .way ul li a {
            display: inline-block;
            width: 220px;
            height: 220px;
            line-height: 220px;
            text-align: center;
            background: #f2f2f2;
            border-radius: 50%;
            color: #000;
            font-size: 26px;
            /*text-transform: uppercase;*/
        }

            .way ul li:hover a, .way ul li a:focus {
                color: #2d9598;
            }

.way .inn-txt p {
    font-family: 'Gotham-Book';
    color: #fff;
    font-size: 28px;
}

/*--Prelaod start--*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%,-50%);
    background-size: contain !important;
    background: url(../images/preload-img.gif) no-repeat;
    /*-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    z-index: 1001;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #4f2e87;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}


/*--Prelaod End--*/





@media(min-width:1299px) {
    .container {
        max-width: 1200px;
    }

    .container-fluid {
        padding: 0 30px;
    }
}

@media(min-width:1500px) {
    .container {
        max-width: 1450px;
    }

    .btm-art .play-2 {
        width: 800px
    }
}

@media(min-width:1650px) {
    .container {
        max-width: 1600px;
    }

    .container-fluid {
        padding: 0 40px;
    }
}

@media(max-width:1399px) {
    .prog-top ul li a {
        width: 126px;
        height: 126px;
        line-height: 126px;
        margin-right: 10px;
    }

    .prog-top h2 {
        margin: 30px 0 20px 0;
    }

    .prog-top ul li a.line-2 {
        padding-top: 43px;
    }

    .prog-in .prog-txt h4, .tum-prog h4 {
        font-size: 30px;
    }

    .prog-in .prog-txt {
        padding: 20px 25px;
    }

        .prog-in .prog-txt h5 {
            font-size: 22px;
        }

    .tum-prog {
        min-height:auto!important;
        margin-bottom: 40px;
    }

    .art-info h3 {
        width: 170px;
        height: 170px;
        line-height: 170px;
        font-size: 18px;
    }

    /*.art-info h3.line-3 {
            padding-top: 50px;
        }*/

    .btm-art .play-2 {
        width: 700px;
    }

    .btm-art {
        padding-bottom: 40px;
    }

    .gesm-part .gesm-txt {
        padding: 20px 25px;
    }
}

@media(max-width:1299px) {
    .prog-top ul {
        width: 100%;
    }

    .main-menu.san-menu .navbar-brand img {
        width: 173px;
    }

    .btm-art .play-2 {
        width: 100%;
    }
}

@media(max-width:1199px) {
    .main-menu li a {
        padding: .5rem 1rem !important;
    }

    .gesm-part .gesm-txt {
        padding: 15px;
    }

        .gesm-part .gesm-txt h3 {
            font-size: 24px;
        }
}

@media(max-width:991px) {
    .main-menu li a {
        padding: .5rem .3rem !important;
        font-size: 18px;
    }

    .ss-sec {
        padding: 50px 0 80px 0;
    }

    .prog-sec {
        padding: 30px 0;
    }

        .prog-sec h3 {
            font-size: 24px;
            margin: 0 0 20px 0;
        }

        .prog-sec .mini-desc {
            font-family: Gotham-Book;
            color: #fff;
            font-size: 16px;
            letter-spacing: 1px;
            margin: 0 0 20px 0;
        }

    .prog-top h2 {
        font-size: 36px;
        margin: 0 0 20px 0;
    }

    .prog-in .prog-txt {
        padding: 15px 10px;
    }

        .prog-in .prog-txt h4, .tum-prog h4 {
            font-size: 22px;
        }

        .prog-in .prog-txt h5 {
            font-size: 18px;
            left: 10px;
        }

    .prog-in .prog-txt {
        min-height: 200px;
    }

    .social-share ul {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 10px 0 0 0;
    }

    .artist h1 {
        font-size: 36px;
        margin: 0 0 30px 0;
    }

    .art-slide {
        margin: 0 0 30px 0;
    }

    .artist h4 {
        font-size: 20px;
        margin: 0 0 30px 0;
    }

    .harita-sec {
        padding: 30px 0 60px 0;
    }

        .harita-sec h1 {
            font-size: 36px;
            margin: 0 0 20px 0;
        }

    .gesm-part .gesm-txt {
        padding: 15px 12px;
    }

        .gesm-part .gesm-txt h3 {
            font-size: 20px;
        }

    .gesmis-sec h2 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .gesmis-sec p {
        font-size: 16px;
        margin: 0 0 15px 0;
    }

    .gesmis-sec {
        padding: 30px 0 50px 0;
    }

    .ges-slide {
        margin-top: 20px;
    }

    .way .inn-txt p {
        font-size: 22px;
    }

    .way ul li a {
        width: 150px;
        height: 150px;
        line-height: 150px;
        font-size: 22px;
    }

    .contact-info address {
        font-size: 20px;
    }
}



@media(max-width:767px) {

    .hidden-xs-down {
        display: none !important;
    }

    .footer-bar.hidden-sm-up a
    {
        width:50%!important;
        max-width:50%!important;
        margin-bottom:15px;
    }

        .footer-bar.hidden-sm-up a:nth-child(2n+1)
        {
            text-align:left;
        }

            .footer-bar.hidden-sm-up a:nth-child(2n)
            {
                text-align:right;
            }



            .hidden-sm-up {
                display: block;
            }

    footer .text-left {
        text-align: center !important;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .top-bar-right .select, .top-bar-right .poz, .top-bar-right .ul-right li a {
        font-size: 12px;
    }

    .top-bar-right select {
        margin: 0;
    }


    .main-menu.san-menu {
        top: 0;
    }

    .main-menu:not(.san-menu) .navbar-brand img {
        width: 100px;
    }

    /*.main-menu {
        background: #0b1337;
    }*/

    .top-bar {
        text-align: center;
    }

    .top-bar-right {
        /*width: 100%;*/
        margin-top: 5px;
    }

    .main-menu nav {
        padding: 10px 0;
    }

    .main-menu .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .ss-sec {
        padding: 40px 0;
    }

        .ss-sec h3 {
            font-size: 36px;
            margin: 0 0 20px 0;
        }

    .btm-foot {
        padding: 20px 0;
        text-align: center;
    }

        .btm-foot a {
            margin: 0 auto 15px !important;
            display: table;
        }

    .ftr-right {
        width: 100%;
    }

    .ss-sec .card-header button {
        font-size: 20px;
    }

    .ss-sec .card-body p {
        font-size: 18px;
    }

    .slider .carousel-indicators li {
        height: 12px;
        width: 12px;
    }

    .slider .carousel-indicators {
        bottom: 70px;
        right: -20px;
    }

    .main-menu.san-menu {
        position: relative;
    }

    .prog-in .prog-txt h5 {
        right: 10px;
        left: auto;
    }

    .tum-prog {
        padding: 0;
    }

    .artist {
        padding-top: 30px;
    }

    .btm-art {
        padding-bottom: 30px;
    }

        .btm-art .play-2 {
            margin-top: 20px;
            float: none;
        }

    .social-share {
        margin: 20px 0 30px 0;
    }

    .art-slide .carousel-indicators li, .ges-slide .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

    .art-slide .carousel-indicators {
        right: 0;
    }

    .ges-slide .carousel-indicators {
        right: -20px;
    }

    .contact-info address {
        position: relative;
        margin-top: 15px;
    }

    .ilet-sec h2 {
        font-size: 36px;
        margin: 0 0 20px 0;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .ilet-sec {
        padding: 30px 0;
    }

    .way ul li a {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 18px;
    }

    .way ul li {
        margin: 0 15px 15px 0;
    }

    .way ul {
        margin: 0 0 10px 0;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .main-menu.san-menu {
        /*top: 68px;*/
    }
}

.cursor-pointer {
    cursor: pointer;
}

body {
    width: auto !important;
}

@media(max-width:575px) {
    .prog-top ul li {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

        .prog-top ul li a {
            width: 125px;
            height: 125px;
            margin-right: 5px !important;
            margin-left: 5px !important;
            line-height: 100% !important;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .prog-top ul li a::before {
                content: "";
                display: block;
                padding-top: 100%;
            }
}

/*.prog-top ul .kendine-has-li,
.prog-top ul .kendine-has-a {
    background: transparent!important;
}*/

.prog-top ul .kendine-has-a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media(max-width:384px) {
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .prog-in .prog-txt h5 {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media screen and (max-width:992px) {
    .main-menu .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
}

@media screen and (max-width:991px) {
    .hidden-li-item {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .hidden-sm-up {
        display: none !important;
    }

    .prog-top {
        padding-top: 100px;
    }

    .artist, .ss-sec, .harita-sec, .gesmis-sec, .ilet-sec, .prog-page .prog-sec {
        padding-top: 187px;
    }
}

@media screen and (min-width:1200px) {
    .artist, .ss-sec, .harita-sec, .gesmis-sec, .ilet-sec, .prog-page .prog-sec {
        padding-top: 270px;
    }

    .tab-content {
        margin-top: 50px !important;
        min-height: 300px;
    }
}


.ss-bg h4 {
    font-size: 1.75rem !important;
    color: #fff !important;
    margin-bottom: 45px;
    margin-top: 30px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

    .ss-bg h4::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
    }

.way ul li a.active {
    color: #2d9598 !important;
}

.venue-dh45p {
    background: rgba(248,153,57,255) !important;
}

.venue-8755b {
    background: rgba(79,46,132,255) !important;
}

.venue-dh52a {
    background: rgba(87,168,149,255) !important;
}

.venue-digqc {
    background: rgba(255,206,45,255) !important;
}

.venue-dihsd {
    background: rgba(237,102,35,255) !important;
}

.venue-all-program {
    background-color: rgba(170,199,172,255) !important;
}

.kendine-has-a.venue-dh45p {
    background: transparent !important;
}

.ss-sec .card-body p a {
    color: #fff !important;
    text-decoration: underline !important;
}

    .ss-sec .card-body p a:hover {
        color: #000 !important;
    }

#print {
    cursor: pointer;
    display: table;
    margin-left: auto;
}

    #print:hover {
        opacity: .5 !important;
    }

.modal-header {
    border-bottom: 0;
}

    .modal-header button {
        opacity: 1 !important;
    }

        .modal-header button:hover {
            opacity: 0.5 !important;
        }


.modal-open .modal {
    display: flex !important;
}

.modal-body {
    padding: 15px !important;
}

    .modal-body video {
        box-shadow: 10px 10px 10px 5px #000;
    }

.modal-content, .modal-body {
    background: transparent;
    padding: 0;
    border: none;
}

.modal-dialog {
    margin: auto !important;
}

@media (min-width: 1600px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.social-items-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-bar-wrapper {
    /*margin-bottom: 35px;*/
    background: #fff;
}

.footer-bar {
    display: flex;
    /*background: url(../images/sponsor-back.png);*/
    /*background-repeat: repeat;*/
    /*flex-wrap: wrap;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}


    .footer-bar a {
        display: block;
        max-width: 6.66666666667%;
    }

        .footer-bar a img {
            max-width: 100% !important;
            height: auto !important;
        }


@media screen and (max-width:1200px) {
    .footer-bar {
        flex-wrap: wrap;
    }

        .footer-bar a {
            display: block;
            max-width: 25%;
            padding-left: 7.5px;
            padding-right: 7.5px;
            margin-bottom: 15px;
            margin-top: 15px;
        }
}
