﻿@font-face {
    font-family: 'Hind Siliguri', sans-serif;
    src: url(~/Content/Voyage/fonts/HindSiliguri-Bold.ttf);
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    background-color: rgb(255, 255, 255);
}

.title h1 {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    color: deepskyblue;
    margin-bottom: 22px;
    line-height: 40px;
}

#music-banner-col {
    position: relative;
}

.swal2-container {
    z-index: 100000000000000 !important;
}

#music-banner-row {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: transparent;
}

#header ul.nav li .nav-link.active {
    color: deepskyblue;
}

#header ul.nav li a:hover {
    color: deepskyblue;
}

.header_items > div:hover i {
    color: deepskyblue;
}

.home #header .card_count {
    background-color: deepskyblue;
}

.card_count {
    width: 20px;
    height: 20px;
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -9px;
    color: #fff;
    background-color: deepskyblue;
    padding: 3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#header .header-continer.active .header_items > div:hover i {
    color: deepskyblue;
}

#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a.active {
    color: deepskyblue;
}

#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a:hover {
    color: deepskyblue;
}

.header-title a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-color: deepskyblue;
    line-height: 30px;
    padding: 18px 50px 20px;
    border-radius: 50px;
    font-family: 'Oswald';
}

    .header-title a:hover {
        background-color: rgb(255, 255, 255);
        color: deepskyblue;
    }

.cta a {
    font-family: 'Oswald';
    font-size: 15px;
    color: rgb(0, 191, 255);
    padding: 15px 40px 15px 40px;
    border: 1px solid rgb(0, 191, 255);
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

    .cta a:hover {
        border-color: deepskyblue;
        background-color: deepskyblue;
        color: #fff;
    }

#album-release .cta a {
    color: deepskyblue;
    border-color: deepskyblue;
    letter-spacing: 1px;
}

    #album-release .cta a:hover {
        border-color: deepskyblue;
    }

.row.ticket:hover .day_num {
    border-color: deepskyblue;
}

.cstEventCnt .row.ticket:hover .buy a {
    background-color: deepskyblue;
    border-color: deepskyblue;
    color: #fff;
}

#popup-container {
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000000000000000000;
    background-color: rgba(0,191,255,0.9);
}

.popup_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 130px;
    width: 180px;
    background-color: rgba(0,191,255, 0.54);
    border-radius: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#popup-container ul li:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border: none;
    background-color: deepskyblue;
}

#popup-container ul li.active {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border: none;
    background-color: deepskyblue;
}

.news_content .day_num * {
    color: deepskyblue;
    margin: 0;
}

.news_content .day_num div {
    border-right: 3px solid rgb(0,191,255);
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 4px;
    line-height: 14px;
}

.flex-control-nav li a.flex-active {
    background-color: deepskyblue;
    border-color: deepskyblue;
}

.quotation-image {
    position: relative;
}

@media screen and (max-width: 425px) {

    .headerClose {
        /*position: absolute;
        right: 1px;
        top: 81px;
        z-index: 998;*/
    }

        .headerClose button {
            border: 0px;
            padding: 0px;
            background: transparent;
            position: absolute;
            right: 0px;
            top: 69px;
            z-index: 998;
            text-align: right;
        }

        .headerClose.enabled button {
            position: fixed;
            right: 1px;
            top: 1px;
            z-index: 1000;
        }

        .headerClose img {
            width: 60%;
            height: auto;
        }
    /*.quotation_section {
        position: absolute;
        bottom: 50px;

    }

    .quotation-location {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 25px;
        left: 1%;
        font-size: 15px;
    }

    .quotation-device {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 1px;
        left: 1%;
        font-size: 15px;
    }*/

    .swal2-popup {
        width: auto !important;
        min-width: initial !important;
    }

    .swal2-content h2 {
        text-align: left !important;
    }

    .folow {
        margin-bottom: 0px;
        width: 40%;
        margin-top: 3px
    }

        .folow ul {
            list-style: none;
            padding-top: 10%;
            margin: 0;
        }
}

@media screen and (min-width: 426px) and (max-width: 768px) {

    .headerClose {
        position: fixed;
        right: 1px;
        top: 83px;
        z-index: 1000;
    }

        .headerClose button {
            border: 0px;
            padding: 0px;
        }

        .headerClose.enabled {
            position: fixed;
            right: 1px;
            top: 1px;
            z-index: 1000;
        }

    .swal2-popup {
        width: auto !important;
        min-width: initial !important;
    }

    .swal2-content h2 {
        text-align: left !important;
    }
    /*.quotation_section {
        position: absolute;
        bottom: 150px;
    }

    .quotation-location {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 25px;
        left: 1%;
    }

    .quotation-device {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 1px;
        left: 1%;
    }*/
    .folow {
        /* margin-top: 35px; */
        margin-bottom: 0px;
        width: 100%;
        padding-left: 45%;
    }

        .folow ul {
            list-style: none;
            padding-top: 10%;
            margin: 0;
        }

    .home-demo-2 .header_items {
        margin-top: 23px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {

    .headerClose {
        position: absolute;
        right: 1px;
        top: 88px;
        z-index: 998;
    }

        .headerClose button {
            border: 0px;
            padding: 0px;
        }

        .headerClose.enabled {
            position: fixed;
            right: 1px;
            top: 1px;
            z-index: 1000;
        }
    /*.quotation_section {
        position: absolute;
        bottom: 150px;*/
    /*margin-bottom: 15em;*/
    /*}

    .quotation-location {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 25px;
        left: 1%;
    }

    .quotation-device {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 1px;
        left: 1%;
    }*/
    .folow {
        /* margin-top: 35px; */
        margin-bottom: 0px;
        width: 113%;
        padding-left: 54%;
    }

        .folow ul {
            list-style: none;
            padding-top: 10%;
            margin: 0;
        }

    .home-demo-2 .header_items {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    /*.quotation_section {
        position: absolute;
        bottom: 10em;*/
    /*margin-bottom: 15em;*/
    /*}*/

    /*.quotation-location {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 25px;
        left: 1%;
    }

    .quotation-device {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: 1px;
        left: 1%;
    }*/

}

@media screen and (min-width: 1367px) {
    /*.quotation_section {
        position: absolute;
        bottom: 15em;*/
    /*margin-bottom: 15em;*/
    /*}

    .quotation-location {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: -30px;
        left: 1%;
    }

    .quotation-device {
        font-family: 'Hind Siliguri', sans-serif;
        position: absolute;
        bottom: -50px;
        left: 1%;
    }*/

}

/*.carousel_content:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: !important;
    background-image: url(../images/EditedLeftQuote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -9%;
    left: -10%;
}

.carousel_content:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(../images/EditedRightQuote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -9%;
    right: -10%;
}*/

.form .btn-primary:hover {
    background-color: deepskyblue;
    border-color: deepskyblue;
}

.footer .main_p {
    color: deepskyblue;
}

.btn-adress-record {
    color: #0099CC;
    /*background: transparent;*/
    border: 2px solid #0099CC;
    border-radius: 9px;
    border: none;
    color: deepskyblue;
    padding: 9px 18px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-adress-record:hover {
        background: linear-gradient(to bottom, #378de5 5%, #63a7eb 100%);
        color: white;
        transform: translateY(2px);
    }

    .btn-adress-record:active {
        position: relative;
        top: 1px;
    }

a:focus, a:hover {
    color: deepskyblue;
}

.folow ul li a:hover {
    background-color: deepskyblue;
    text-decoration: none;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.swal2-title {
    margin-bottom: 1.0em;
}

.format-popup .swal2-content {
    text-align: left;
}

.format-popup pre {
    /*background: linear-gradient(to bottom, #8fc3f7 5%, #e1e7ed 100%);
    border-radius: 8px;*/
    color: black;
    padding: 2px;
    font-size: 14px;
    height: fit-content;
    width: fit-content;
    white-space: pre-wrap;
    word-wrap: break-word;
    /*text-align: justify;*/
}

.swal2-close:focus{
    outline:none;
}

.swal2-popup {
    min-width: max-content;
}

.swal2-content h2 {
    font-size: 20px;
    text-align: -webkit-center;
    font-weight: bolder;
    margin: 30px;
}

.format-popup a {
    color: black;
}

    .format-popup a:hover {
        color: aqua;
    }

.format-giftpopup .title {
    font-size: 15px;
}

.swal2-image {
    width: 100px;
    height: 100px;
}

.format-giftpopup .swal2-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.social-platform {
    float: left;
    padding: 15px;
}

    .social-platform a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /*height: 76px;*/
    }

        .social-platform a:hover {
            color: aqua;
        }

    .social-platform .social-logo {
        width: 100px;
        height: 100px;
    }

/*@media screen and (min-width: )*/
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .headerClose {
        position: absolute;
        right: 0px;
        top: 97px;
        z-index: 998;
    }

        .headerClose button {
            border: 0px;
            padding: 0px;
        }

        .headerClose.enabled {
            position: fixed;
            right: 1px;
            top: 1px;
            z-index: 1000;
        }

    .turkish-airlines {
        position: fixed;
        bottom: 0.7%;
        left: 80%;
        z-index: 100000;
    }

        .turkish-airlines img {
            width: 70%;
            height: auto;
            display: block !important;
            transition: all ease 1s;
        }

    .header-continer.active .turkish-airlines img {
        width: 65%;
    }

    .headerImgInfo {
        /*left: 89%;*/
        background: black;
        bottom: 135px;
        position: absolute;
        display: inline-flex;
        /*max-width: fit-content;*/
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .quotation-location {
        color: #fff;
        flex-grow: 1;
        padding-left: 4px;
    }

    .quotation-device {
        color: #fff;
        flex-grow: 1;
        padding-left: 4px;
    }

    .section_7.quotation_section.flowing_text {
        padding-bottom: 14.5px !important;
    }
}

@media screen and (min-width:1367px) {
    .headerClose {
        position: absolute;
        right: 0px;
        top: 123px;
        z-index: 998;
    }

        .headerClose button {
            border: 0px;
            padding: 0px;
        }

        .headerClose.enabled {
            position: fixed;
            right: 1px;
            top: 1px;
            z-index: 1000;
        }

    .turkish-airlines {
        position: fixed;
        bottom: 0.2%;
        left: 80%;
        z-index: 100000;
    }

        .turkish-airlines img {
            width: 70%;
            height: auto;
            display: block !important;
            transition: all ease 1s;
        }

    .header-continer.active .turkish-airlines img {
        width: 65%;
    }

    .headerImgInfo {
        /*left: 89%;*/
        background: black;
        bottom: 135px;
        position: absolute;
        display: inline-flex;
        /*max-width: fit-content;*/
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .quotation-location {
        color: #fff;
        flex-grow: 1;
        padding-left: 4px;
    }

    .quotation-device {
        color: #fff;
        flex-grow: 1;
        padding-left: 4px;
    }
}

.header-continer {
    padding: 0px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
    -moz-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
    box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
}

.home .header-continer .logo img.phink-logo {
    display: block;
}

.logo, .header-continer.active .logo {
    margin-bottom: 15px;
}

#header .nav-menu.nav-demo-2 .nav > li > a, #header .nav-menu.nav-demo-2 .nav > li > a {
    padding-bottom: 0px;
}

@media screen and (max-width:1025px) {
    .header-continer.active .menu_icon, .header-continer .menu_icon {
        display: block;
    }

    .home .header_items i {
        color: #1b1b1b;
    }

    .home .header_items svg path {
        fill: #1b1b1b;
    }

    .quotation-location {
        left: 86%;
        color: #fff;
        bottom: 135px;
    }

    .quotation-device {
        left: 86%;
        color: #fff;
        bottom: 115px;
    }

    .headerImgInfo {
        /*left: 89%;*/
        background: black;
        bottom: 135px;
        position: absolute;
        display: inline-flex;
        /*max-width: fit-content;*/
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }
}

@media screen and (max-width:765px) {

    .headerImgInfo {
        /*left: 89%;*/
        background: black;
        bottom: 135px;
        position: relative;
        display: inline-flex;
        /*max-width: fit-content;*/
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
    }

    .quotation-location {
        color: #fff;
        flex-grow: 1;
        padding-left: 4px;
        font-family: 'Hind Siliguri';
        font-size: 10px;
    }

    .quotation-device {
        color: #fff;
        flex-grow: 1;
        padding-left: 4px;
        font-family: 'Hind Siliguri';
        font-size: 10px;
    }

    .flowing_text {
        bottom: 185px !important;
    }

    .headerImgInfo {
        /*left: 89%;*/
        background: black;
        bottom: 295px;
        position: absolute;
        display: inline-flex;
        /*max-width: fit-content;*/
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }
}

.customWidthLogo {
    width: 65% !important;
    transition: all ease 1s;
}

#header ul.nav li .nav-link {
    color: #1e1e1e
}

.home #header ul.nav > li > a {
    color: #1e1e1e;
}

#header ul.nav li a:hover {
    color: deepskyblue;
}


@keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0);
    }

    to {
        left: -90%;
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0);
    }

    to {
        left: -90%;
        transform: translate(-100%, 0);
    }
}

.marquees {
    background-color: black;
    opacity: .6;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    max-width: 100vw !important;
    text-align: center;
}

    .marquees span {
        color: #fff;
        position: absolute;
        top: 0;
        white-space: nowrap;
        height: 30px;
        font-size: 15px;
        padding-top: 1px;
        animation-name: slide;
        animation-duration: 60s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-name: slide;
        -webkit-animation-duration: 60s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
    }

.flowing_text {
    position: fixed !important;
    bottom: 22px;
    width: 100%;
    z-index: 999999;
}

.flowing_section {
    width: 100%;
    max-width: 100vw !important;
}

@media only screen and (max-width:1368px) {
    .header-continer.active .activeNavElement {
        padding-bottom: 0px;
    }

    .header-continer .activeNavElement {
        border-bottom: #1b1b1b solid 4px;
        padding-bottom: 28px;
        opacity: .8;
    }
}

@media only screen and (min-width:1369px) {
    .header-continer.active .activeNavElement {
        padding-bottom: 0px;
    }

    .header-continer .activeNavElement {
        border-bottom: #1b1b1b solid 4px;
        padding-bottom: 35px;
        opacity: .8;
    }
}

.logo-zoom-enabled {
    max-width: 360px;
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 3%;
    left: 7%;
    position: fixed;
    padding-right: 0px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

    .logo-zoom-enabled img {
        width: 40%;
    }

@media only screen and (max-width: 575px) {
    .logo-zoom-enabled {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
        margin-bottom: 15px;
        height: 35px;
    }
}

@media only screen and (max-width: 1380px) {
    .logo-zoom-enabled {
        max-width: 250px;
    }
}

.row.cst_Last12Hours {
    display: flex;
    justify-content: center;
}

    .row.cst_Last12Hours .col-last-12 {
        max-width: 750px;
        max-height: 450px;
        overflow-y: auto;
        margin-bottom: 40px;
        margin-top: 40px;
    }

        .row.cst_Last12Hours .col-last-12::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
            background-color: #F5F5F5;
            border-radius: 7px;
        }

        .row.cst_Last12Hours .col-last-12::-webkit-scrollbar {
            width: 7px;
            background-color: #F5F5F5;
        }

        .row.cst_Last12Hours .col-last-12::-webkit-scrollbar-thumb {
            border-radius: 7px;
            background-color: deepskyblue;
            /*background-color: #FFF;*/
            /*background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(aqua), to(#0099CC), color-stop(.7,rgba(0,191,255, 0.54)))*/
        }
.cstAlbumOverflow_Y::-webkit-scrollbar {
    width: 10px; 
    background-color: rgba(255, 255, 255, 0.35);
}

.cstAlbumOverflow_Y::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.cstAlbumOverflow_Y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: deepskyblue;
}
.cstAlbumOverflow_Y {
    max-height: 455px;
    overflow-y: auto;
    overflow-x: hidden;
}

.YayinAkisi_Sayfa {
    background-color: #1b1b1b;
}

.all-events.YayinAkisi_Sayfa .row.ticket:hover * {
    color: #ffffff;
}

.all-events.YayinAkisi_Sayfa #page-title .global-title h1 {
    color: #ffffff;
}

.all-events .ticket * {
    border-color: lightskyblue;
}
/*.all-events.YayinAkisi_Sayfa #header ul.nav > li > a, .all-events.YayinAkisi_Sayfa #header .header-continer.active ul.nav > li > a {
    color: #ffffff;
}

.all-events.YayinAkisi_Sayfa .header_items i, .all-events.YayinAkisi_Sayfa #header .header-continer.active .header_items i {
    color: #ffffff;
}

.all-events.YayinAkisi_Sayfa .header-continer.active {
    background-color: rgb(0, 0, 0);
    box-shadow: none;
}

.all-events.YayinAkisi_Sayfa #header .header-continer.active .header_items svg path {
    fill: #ffffff;
}

.all-events.YayinAkisi_Sayfa #footer, .all-events.YayinAkisi_Sayfa #footer .footer-overly {
    background-color: #020202;
}

.all-events.YayinAkisi_Sayfa .copyright {
    border-top: #020202;
}*/
#DaysOfWeek {
    margin-bottom: 25px;
}

    #DaysOfWeek ul {
        justify-content: space-evenly;
    }

        #DaysOfWeek ul a {
            color: #ffffff;
            font-size: 30px;
        }


            #DaysOfWeek ul a:hover {
                color: deepskyblue;
            }

            #DaysOfWeek ul a.active {
                color: deepskyblue;
            }

    #DaysOfWeek .nav-tabs {
        border-bottom: none;
    }

@media (max-width: 1380px) {
    .all-events.YayinAkisi_Sayfa #page-title {
        margin-bottom: 15px;
    }
}

.all-events.YayinAkisi_Sayfa .row.ticket:hover .day_num {
    border-color: deepskyblue;
}

.all-events.YayinAkisi_Sayfa .day_num span {
    color: aliceblue;
}

.all-events.YayinAkisi_Sayfa #header ul.nav li a:hover, .all-events.YayinAkisi_Sayfa #header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a:hover {
    color: deepskyblue;
}

.all-events.YayinAkisi_Sayfa .row.ticket:hover .buy a {
    background-color: transparent !important;
    border-color: transparent !important;
}

.all-events.YayinAkisi_Sayfa .col.tickets .col-2.buy a img {
    max-width: 180px;
    height: auto;
}

.all-events .buy a {
    border-color: deepskyblue;
}

.social-last12-row {
    margin-bottom: 40px !important;
}

.social-last12-col {
    max-width: initial !important;
}

.social-last12 {
    /*position: relative;*/
    margin-bottom: 40px;
}

.facebook-module {
    position: absolute;
    left: 1%;
}

    .facebook-module a {
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }

.twitter-module {
    position: absolute;
    right: 1%;
}

    .twitter-module a {
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }

@media (max-width:320px) {
    #header .nav {
        bottom: initial !important;
        top: 20% !important;
    }

    .cstTitleImage {
        min-height: 30px;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}

@media (min-width: 321px) and (max-width:360px) {
    #header .nav {
        bottom: initial !important;
        top: 30% !important;
    }

    .cstTitleImage {
        min-height: 30px;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}

@media (min-width: 361px) and (max-width: 435px) {
    #header .nav {
        bottom: initial !important;
        top: 30% !important;
    }

    .cstTitleImage {
        min-height: 30px;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}

@media (min-width: 436px) and (max-width: 750x) {
    #header .nav {
        bottom: initial !important;
        top: 30% !important;
    }

    .cstTitleImage {
        min-height: 30px;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}


@media (min-width: 435px) {
    /*.last12-row {
        margin-right: 4% !important;
    }*/

    .about-us-section {
        margin-top: 8%;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}

@media only screen and (min-width: 991px) and (max-width:1399px) {
    /*.last12-row {
        margin-right: 4% !important;
    }*/

    .about-us-section {
        margin-top: 9.5%;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
    /*.last12-row {
        margin-right: 4% !important;
    }*/

    .about-us-section {
        margin-top: 10%;
    }

    .cstGlobalTitle {
        margin-top: 0px;
        position: relative !important;
    }
}

@media (max-width: 435px) {
    .about-us-section {
        margin-top: 25%;
    }

    .col-last-12 {
        width: 104% !important;
    }

        .col-last-12 .playlist {
            padding-right: 5px !important;
        }
}


.all-events .buy a {
    border: none;
}

.contact-form input, textarea {
    color: black !important;
}

    .contact-form input:focus, textarea:focus {
        color: black !important;
    }

.col-last-12 .playlist {
    margin-top: 0px;
}

.footer-about-us-col {
    max-width: 470px !important;
}

.last12-youtube-a {
    color: red;
}

    .last12-youtube-a:hover {
        color: white;
    }

    .last12-youtube-a:active {
        color: white;
    }

    .last12-youtube-a:focus {
        color: white;
    }

.last-12-section {
    margin-top: 0px !important;
}

.header-button {
    z-index: 10;
    position: absolute;
    left: 10%;
    bottom: 15%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-color: #cb171e;
    line-height: 30px;
    padding: 18px 50px 20px;
    border-radius: 50px;
    font-family: 'Oswald';
}

    .header-button:focus {
        background-color: rgb(255, 255, 255);
        color: #1e1e1e;
    }

    .header-button:hover {
        background-color: rgb(255, 255, 255);
        color: #1e1e1e;
    }

@media (max-width: 1380px) {
    .header-button {
        font-size: 21px;
        padding: 15px 50px 16px;
    }
}

@media(max-width:1180px) {
    .header-button {
        font-size: 18px;
        padding: 12px 50px 13px;
    }
}

@media(max-width: 767px) {
    .header-button {
        font-size: 16px;
        padding: 10px 50px 11px;
    }
}

@media (max-width: 435px) {
    .header-button {
        font-size: 14px;
        padding: 7px 30px 8px;
    }
}

.label-cbx-contact-us {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

    .label-cbx-contact-us input:checked + .checkbox-contact-us {
        border-color: #20C2E0;
    }

        .label-cbx-contact-us input:checked + .checkbox-contact-us svg path {
            fill: #20C2E0;
        }

        .label-cbx-contact-us input:checked + .checkbox-contact-us svg polyline {
            stroke-dashoffset: 0;
        }

    .label-cbx-contact-us:hover .checkbox-contact-us svg path {
        stroke-dashoffset: 0;
    }

    .label-cbx-contact-us .checkbox-contact-us {
        position: relative;
        top: 2px;
        float: left;
        margin-right: 8px;
        width: 20px;
        height: 20px;
        border: 2px solid #C8CCD4;
        border-radius: 3px;
    }

        .label-cbx-contact-us .checkbox-contact-us svg {
            position: absolute;
            top: -2px;
            left: -2px;
        }

            .label-cbx-contact-us .checkbox-contact-us svg path {
                fill: none;
                stroke: #20C2E0;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 71px;
                stroke-dashoffset: 71px;
                transition: all 0.6s ease;
            }

            .label-cbx-contact-us .checkbox-contact-us svg polyline {
                fill: none;
                stroke: #FFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 18px;
                stroke-dashoffset: 18px;
                transition: all 0.3s ease;
            }

    .label-cbx-contact-us > span {
        pointer-events: none;
        vertical-align: middle;
    }

.cntr-contact-us {
    position: absolute;
    /*top: 45%;
    left: 0;*/
    width: 100%;
    /*text-align: center;*/
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.contact-us-checkbox-div {
    margin-bottom:2rem;
    margin-top: 1rem;
}

@media (max-width: 435px) {
    .label-cbx-contact-us > span {
        font-size:12px;
    }
    .contact-us-checkbox-div {
        margin-bottom: 4rem;
        margin-top: 1rem;
    }
}

.plyr .plyr__volume input[type=range] {    
    top: 3px;
}

.headerCloseButton {
    cursor:pointer;
}

.headerCloseButton:focus{
    outline:none !important;
}
#cstBackToTopBtn {
    position: fixed;
    bottom: 100px;
    left: 25px;
    z-index: 9999;
    font-size: 45px;
    color: #000000;
    cursor: pointer;
}
#discography-post .music{
    overflow-x:hidden;
}

@keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0);
    }

    to {
        left: -5%;
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0);
    }

    to {
        left: -5%;
        transform: translate(-100%, 0);
    }
}

.marqueesRadio {
    background-color: transparent;
    /*opacity: .6;*/
    width: 100%;
    /*height: 30px;
    line-height: 30px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-left: 2px;
}

    .marqueesRadio .cstWrapperSpanVyg {
        color: red;
        position: absolute;
        top: 0;
        white-space: nowrap;
        /*height: 30px;*/
        /*font-size: 15px;
        padding-top: 1px;*/
        animation-name: slide;
        animation-duration: 15s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-name: slide;
        -webkit-animation-duration: 15s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
    }
.cstCol2Vyg{
    padding-left:0px !important;
    padding-right:0px !important;
}


#contact-us .tooltiptext {
    visibility: hidden;
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 999;
    bottom: -86px;
    left: 547px;
}

#contact-us i:hover + .tooltiptext {
    visibility: visible !important;
}

#contact-us i {
    font-size: 30px;
    position: absolute;
    padding-left: 10px;   
    left: 43%;
    top: 3.5px;
}

.cstContactWithToolTip {
    position: relative;
}
.cstContainerCheckBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cstContainerCheckBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: deepskyblue;
    border: solid 1px #000000;
}

/* On mouse-over, add a grey background color */
.cstContainerCheckBox:hover input ~ .checkmark {
    background-color: deepskyblue;
    opacity: 0.6;
}

/* When the checkbox is checked, add a blue background */
.cstContainerCheckBox input:checked ~ .checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cstContainerCheckBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cstContainerCheckBox .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cstCheckBoxSpan {
    color: #000000;
    font-size: 14px;
}
#contact-us{
    z-index:99;
}
#header .nav-menu{
    z-index:100;
}

.cstEventCnt .row.ticket .buy a {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
}
.all-events .cstEventCnt .row.ticket:hover * {
    color: deepskyblue;
}
.all-events .cstEventCnt .day_num span {
    color: #1e1e1e;
}

.all-events .cstEventCnt .ticket * {
    border-color: #1e1e1e;
}

.event-tickets a:first-child {
    color: #fff;
    background-color: deepskyblue;
    border-color: deepskyblue;
}

    .event-tickets a:first-child:hover {
        color: #fff;
        background-color: #b5e2f1;
        border-color: #b5e2f1;
    }

.event-tickets a:hover:last-child {
    color: deepskyblue;
    background-color: #fff;
    border-color: deepskyblue;
}

    .event-tickets a:hover:last-child:hover {
        color: #fff;
        background-color: deepskyblue;
        border-color: deepskyblue;
    }

.event-tickets a {
    color: deepskyblue;
    background-color: #fff;
    border-color: deepskyblue;
}

.social-icons a:hover {
    color: deepskyblue;
}

.homeYayinAkis {
    max-width: 280px !important;
    height: auto !important;
    margin-left: -102px;
}
.cstPrgrmmrDetailVyg{
    display:flex;
    justify-content:center;
}

.cstInfoVygPrgrmmr{
    margin-top:40px;
    margin-bottom:40px;
}

.cstOverlyLast12HoursVyg {
    background-image: none !important;
    opacity: 0.9 !important;
    background-color: rgb(245, 248, 250) !important;
}
.cstDescriptionVygAlbm {
    text-align: justify;
}
.cstHeaderVygAlbm{
    text-align:center;
}

#cst_AlbumDetailImg .section{
    text-align:center;
}

.cstShopCtaVyg{
    background-color:deepskyblue;
    border-color:deepskyblue;
}

.cstShopCtaVyg:hover {
    opacity:0.6;
}

.cstShopCtaVyg:focus {
    color:#fff;
}

#vygAlbumDetailCstPt2 {
    background-image: linear-gradient(#56b6ac, #ebfced);
    opacity: 0.7;
    margin-top:50px;
}

.cstHeadVygDetailAlbum{
    margin-top:30px;
}

.cstMVygDetailShop2{
    margin-bottom:15px;
}

.secretVygCstP{
    cursor:pointer;
}

.cstSafariBoxSizeCls{
    box-sizing:content-box !important;
}

.cstFormatCookiePopup .swal2-content{
    text-align:left;
}

@media only screen and (min-width:300px) and (max-width:340px) {
    #header .nav > li ul.child-item {
        margin-left: -3px;
        position: relative;
        background: transparent;
    }

        #header .nav > li ul.child-item:after {
            background-color: none;
            display: none;
        }

        #header .nav > li ul.child-item > li a {
            color: #1e1e1e;
        }

    #header .nav > li ul.child-item {
        padding-top: 10px;
    }

    ul.child-item .dropdown-child-item {
        margin-bottom: 8px;
    }

    #cstBackToTopBtn {
        bottom: 270px;
        left: 15px;
    }
    #contact-us .tooltiptext {
        visibility: hidden;
        width: 100px;
        height: 252px;
        text-align: center;
        font-size: 8px;
        background-color: #fff;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 99;
        bottom: -189px;
        left: 181px;
    }
    .cstCheckBoxSpan {
        color: #000000;
        font-size: 6px;
    }
    #contact-us i {
        font-size: 20px;
        position: absolute;
        padding-left: 10px;        
        right: 2%;
        top: 12px;
        left:auto;
    }
    .checkmark{
        top:8px;
    }
    .cstEventCnt a.ticket-link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cstEventCnt .row.ticket .row {
        padding-left: 5px;
    }

    .cstEventCnt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg_MobileImg_cstHeight {
        height: calc(100vh - 245px) !important;
    }
    .quotation-location {
        left: 86%;
        color: #fff;        
    }

    .quotation-device {
        left: 86%;
        color: #fff;        
    }

    .headerImgInfo {
        background: black;
        bottom: 55px;
        position: absolute;
        display: inline-flex;        
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }
    .header-button {
        left: 45px;
        bottom: 55px;
        font-size: 12px;
        padding: 4px 15px 4px;
    }
    #cst_AlbumDetailImg{
        margin-bottom:30px;
    }
    .cst_MusicShp {
        margin-top: 10px;
    }
    .homeYayinAkis {
        max-width: 160px !important;
        height: auto !important;
        margin-left: 0px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .col.footer-about-us-col a {
        font-size: 10px;
    }
    footer {
        margin-bottom: 260px;
    }

    .row.footer {
        padding-bottom: 0px;
    }

    .copyright {
        border-top: none;
    }   
}

@media only screen and (min-width:341px) and (max-width:365px) {
    #header .nav > li ul.child-item {
        margin-left: -3px;
        position: relative;
        background: transparent;
    }

        #header .nav > li ul.child-item:after {
            background-color: none;
            display: none;
        }

        #header .nav > li ul.child-item > li a {
            color: #1e1e1e;
        }

    #header .nav > li ul.child-item {
        padding-top: 10px;
    }

    ul.child-item .dropdown-child-item {
        margin-bottom: 8px;
    }

    #cstBackToTopBtn {
        bottom: 270px;
        left: 15px;
    }

    #contact-us .tooltiptext {
        visibility: hidden;
        width: 125px;
        height: 310px;
        font-size: 10px;
        text-align: center;
        background-color: #fff;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 99;
        bottom: -245px;
        left: 210px;
    }

    .cstCheckBoxSpan {
        color: #000000;
        font-size: 7px;
    }

    #contact-us i {
        font-size: 20px;
        position: absolute;
        padding-left: 10px;
        right: 2%;
        top: 11px;
        left: auto;
    }

    .checkmark {
        top: 9px;
    }

    .cstEventCnt a.ticket-link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cstEventCnt .row.ticket .row {
        padding-left: 5px;
    }

    .cstEventCnt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bg_MobileImg_cstHeight {
        height: calc(100vh - 245px) !important;
    }

    .quotation-location {
        left: 86%;
        color: #fff;        
    }

    .quotation-device {
        left: 86%;
        color: #fff;        
    }

    .headerImgInfo {
        
        background: black;
        bottom: 60px;
        position: absolute;
        display: inline-flex;        
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .header-button {
        left: 45px;
        bottom: 60px;
        font-size: 12px;
        padding: 5px 20px 5px;
    }
    #cst_AlbumDetailImg {
        margin-bottom: 35px;
    }
    .cst_MusicShp {
        margin-top: 10px;
    }
    .homeYayinAkis {
        max-width: 160px !important;
        height: auto !important;
        margin-left: 0px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .col.footer-about-us-col a {
        font-size: 10px;
    }   
    footer {
        margin-bottom: 260px;
    }

    .row.footer {
        padding-bottom: 0px;
    }

    .copyright {
        border-top: none;
    }    
}

@media only screen and (min-width:366px) and (max-width:395px) {
    #header .nav > li ul.child-item {
        margin-left: -3px;
        position: relative;
        background: transparent;
    }

        #header .nav > li ul.child-item:after {
            background-color: none;
            display: none;
        }

        #header .nav > li ul.child-item > li a {
            color: #1e1e1e;
        }

    #header .nav > li ul.child-item {
        padding-top: 10px;
    }

    ul.child-item .dropdown-child-item {
        margin-bottom: 8px;
    }

    #cstBackToTopBtn {
        bottom: 270px;
        left: 15px;
    }
    #contact-us .tooltiptext {
        visibility: hidden;
        width: 125px;
        height: 310px;       
        font-size: 10px;
        text-align: center;       
        background-color: #fff;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 99;
        bottom: -245px;
        left: 210px;
    }

    .cstCheckBoxSpan {
        color: #000000;
        font-size: 7px;
    }

    #contact-us i {
        font-size: 20px;
        position: absolute;
        padding-left: 10px;
        right: 2%;
        top: 11px;
        left: auto;
    }

    .checkmark {
        top: 9px;
    }
    .cstEventCnt a.ticket-link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cstEventCnt .row.ticket .row {
        padding-left: 5px;
    }

    .cstEventCnt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg_MobileImg_cstHeight {
        height: calc(100vh - 245px) !important;
    }
    .quotation-location {
        left: 86%;
        color: #fff;
       
    }

    .quotation-device {
        left: 86%;
        color: #fff;
        
    }

    .headerImgInfo {        
        background: black;
        bottom: 50px;
        position: absolute;
        display: inline-flex;  
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .header-button {
        left: 45px;
        bottom: 50px;
        font-size: 12px;
        padding: 5px 20px 5px;
    }
    #cst_AlbumDetailImg {
        margin-bottom: 35px;
    }
    .cst_MusicShp {
        margin-top: 10px;
    }
    .homeYayinAkis {
        max-width: 160px !important;
        height: auto !important;
        margin-left: 0px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .col.footer-about-us-col a {
        font-size: 10px;
    }
    footer {
        margin-bottom: 260px;
    }

    .row.footer {
        padding-bottom: 0px;
    }

    .copyright {
        border-top: none;
    }    
}

@media only screen and (min-width:396px) and (max-width:750px) {
    #header .nav > li ul.child-item {
        margin-left: -3px;
        position: relative;
        background: transparent;
    }

        #header .nav > li ul.child-item:after {
            background-color: none;
            display: none;
        }

        #header .nav > li ul.child-item > li a {
            color: #1e1e1e;
        }

    #header .nav > li ul.child-item {
        padding-top: 10px;
    }

    ul.child-item .dropdown-child-item {
        margin-bottom: 8px;
    }

    #cstBackToTopBtn {
        bottom: 270px;
        left: 15px;
    }
    #contact-us .tooltiptext {
        visibility: hidden;
        width: 125px;
        height: 310px;
        font-size: 10px;
        text-align: center;
        background-color: #fff;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 99;
        bottom: -245px;
        left: 225px;
    }

    .cstCheckBoxSpan {
        color: #000000;
        font-size: 8px;
    }

    #contact-us i {
        font-size: 20px;
        position: absolute;
        padding-left: 10px;
        right: 2%;
        top: 11px;
        left: auto;
    }

    .checkmark {
        top: 9px;
    }
    .cstEventCnt a.ticket-link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cstEventCnt .row.ticket .row {
        padding-left: 5px;
    }

    .cstEventCnt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg_MobileImg_cstHeight {
        height: calc(100vh - 245px) !important;
    }
    .quotation-location {
        left: 86%;
        color: #fff;
        
    }

    .quotation-device {
        left: 86%;
        color: #fff;
        
    }

    .headerImgInfo {        
        background: black;
        bottom: 40px;
        position: absolute;
        display: inline-flex;
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .header-button {
        left: 45px;
        bottom: 40px;
        font-size: 12px;
        padding: 5px 20px 5px;
    }
    #cst_AlbumDetailImg {
        margin-bottom: 40px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .homeYayinAkis {
        max-width: 160px !important;
        height: auto !important;
        margin-left: 0px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .col.footer-about-us-col a {
        font-size: 10px;
    }
    footer {
        margin-bottom: 260px;
    }

    .row.footer {
        padding-bottom: 0px;
    }
    .copyright {
       
        border-top: none;
    }
}

@media only screen and (min-width:760px) and (max-width:991px) {
    #header .nav > li ul.child-item {
        margin-left: -5px;
        position: relative;
        background: transparent;
    }

        #header .nav > li ul.child-item:after {
            background-color: none;
            display: none;
        }

        #header .nav > li ul.child-item > li a {
            color: #1e1e1e;
        }

    #header .nav > li ul.child-item {
        padding-top: 0px;
    }

    ul.child-item .dropdown-child-item {
        margin-bottom: 10px;
    }

    #cstBackToTopBtn {
        bottom: 140px;
        left: 15px;
    }
    #contact-us .tooltiptext {
        visibility: hidden;
        width: 290px;
        height: 170px;
        text-align: center;
        font-size: 12px;
        background-color: #fff;
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 999;
        bottom: -100px;
        left: 375px;
    }

    #contact-us i {
        font-size: 30px;
        position: absolute;
        padding-left: 10px;
        left: auto;
        right: 1%;
        top: 3px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .homeYayinAkis {
        max-width: 150px !important;
        height: auto !important;
        margin-left: -55px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .quotation-location {
        left: 86%;
        color: #fff;
    }

    .quotation-device {
        left: 86%;
        color: #fff;
    }

    .headerImgInfo {
        background: black;
        bottom: 120px;
        position: absolute;
        display: inline-flex;
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .header-button {
        left: 45px;
        bottom: 120px;
        font-size: 12px;
        padding: 5px 20px 5px;
    }    
}

@media only screen and (min-width:992px) and (max-width:1025px) { 
    #header .nav > li ul.child-item {
        margin-left: -5px;
        position: relative;
        background: transparent;
    }

        #header .nav > li ul.child-item:after {
            background-color: none;
            display: none;
        }

        #header .nav > li ul.child-item > li a {
            color: #1e1e1e;
        }

    #header .nav > li ul.child-item {
        padding-top: 0px;
    }

    ul.child-item .dropdown-child-item {
        margin-bottom: 10px;
    }

    #cstBackToTopBtn {
        bottom: 100px;
        left: 20px;
    }
    .footer-about-us-col {
        max-width: 575px !important;
        text-align: justify;
    }
    #contact-us .tooltiptext {
        visibility: hidden;
        width: 290px;
        height: 170px;
        text-align: center;
        font-size: 12px;
        background-color: #fff;
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 999;
        bottom: -105px;
        left: 605px;
    }

    #contact-us i {
        font-size: 30px;
        position: absolute;
        padding-left: 10px;
        left: auto;
        right: 1%;
        top: 3px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .homeYayinAkis {
        max-width: 190px !important;
        height: auto !important;
        margin-left: -30px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .playerPlayingSong{
        margin-top:1px;
    }
    .quotation-location {
        left: 86%;
        color: #fff;
    }

    .quotation-device {
        left: 86%;
        color: #fff;
    }

    .headerImgInfo {
        background: black;
        bottom: 125px;
        position: absolute;
        display: inline-flex;
        flex-direction: column;
        overflow-x: hidden;
        align-items: flex-start;
        right: 1.5px;
        opacity: .6;
    }

    .header-button {
        left: 45px;
        bottom: 125px;
        font-size: 12px;
        padding: 5px 20px 5px;
    }
}

@media only screen and (min-width:1026px) and (max-width:1399px) {
    .header-button{
        bottom:132px;
        left:8%;
    }
    .footer-about-us-col {
        max-width: 850px !important;
        text-align: justify;
    }
    #cstBackToTopBtn {
        bottom: 124px;
        left: 20px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 30px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 45px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .cstLst12VygTitle_{
        margin-bottom:0px;
        text-align:center;
    }
    #cstImgForAlbumDetailVyg img{
        max-width:600px;
        height:auto;
    }
    .format-newSecretPopUp .swal2-content, .format-newSecretPopUp .swal2-header {
        max-width: 950px;
    }
}
@media only screen and (min-width:1400px) and (max-width:1699px) {
    .header-button {
        bottom: 132px;
        left: 8%;
    }
    .footer-about-us-col {
        max-width: 920px !important;
        text-align:justify;
    }
    #cstBackToTopBtn {
        bottom: 124px;
        left: 20px;
    }

    #contact-us i {
        font-size: 30px;
        position: absolute;
        padding-left: 10px;
        left: 41%;
        top: 3.5px;
    }

    #contact-us .tooltiptext {        
        bottom: -86px;
        left: 556px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item, #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 30px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    #cstImgForAlbumDetailVyg img {
        max-width: 630px;
        height: auto;
    }
    .format-newSecretPopUp .swal2-content, .format-newSecretPopUp .swal2-header {
        max-width: 1000px;
    }
}

@media only screen and (min-width:1700px) and (max-width:2000px) {
    .header-button {
        bottom: 132px;
        left: 8%;
    }

    #cstBackToTopBtn {
        bottom: 124px;
        left: 20px;
    }
    .footer-about-us-col {
        max-width: 1250px !important;
        text-align: justify;
    }
    #contact-us i {
        font-size: 30px;
        position: absolute;
        padding-left: 10px;
        left: 32%;
        top: 3.5px;
    }

    #contact-us .tooltiptext {
        bottom: -86px;
        left: 552px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item, #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 30px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .homeYayinAkis {
        max-width: 320px !important;
        height: auto !important;
        margin-left: -70px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    #cstImgForAlbumDetailVyg img {
        max-width: 650px;
        height: auto;
    }
    .format-newSecretPopUp .swal2-content, .format-newSecretPopUp .swal2-header {
        max-width: 1100px;
    }
}
@media only screen and (min-width:2001px){
    .header-button {
        bottom: 132px;
        left: 8%;
    }

    #cstBackToTopBtn {
        bottom: 124px;
        left: 20px;
    }
    #contact-us i {
        font-size: 30px;
        position: absolute;
        padding-left: 10px;
        left: 32%;
        top: 3.5px;
    }

    #contact-us .tooltiptext {
        bottom: -86px;
        left: 552px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item, #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 35px;
    }
    .cst_MusicShp {
        margin-top: 15px;
    }
    .homeYayinAkis {
        max-width: 320px !important;
        height: auto !important;
        margin-left: -70px;
    }
    .cstLst12VygTitle_ {
        margin-bottom: 0px;
        text-align: center;
    }
    .format-newSecretPopUp .swal2-content, .format-newSecretPopUp .swal2-header {
        max-width: 1300px;
    }
}

.form form input{
    text-transform:none !important;
}

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media only screen and (min-width:520px) and (max-width:580px) {

    .bg_MobileImg_cstHeight {
        height: calc(100vh - 45px) !important;
    }
    #cstBackToTopBtn {
        bottom: 100px;
        left: 15px;
    }
    .flowing_text{
        bottom:17px !important;
    }
    #header .nav.flex-column.section {
        margin-top: 60px;
    }
   
}

@media only screen and (min-width:580px) and (max-width:641px) {

    .bg_MobileImg_cstHeight {
        height: calc(100vh - 45px) !important;
    }

    #cstBackToTopBtn {
        bottom: 100px;
        left: 15px;
    }

    .flowing_text {
        bottom: 17px !important;
    }
    .col-10.cstCol10Vyg {
        height:30px;
    }
    .col-2.cstCol2Vyg{
        height:30px;
    }
    .bold_cstSmallBlue{
       font-size:6px !important;
    }
    .bold_cstSmallBlack {
        font-size: 6px !important;
    }
    .col-lg-3.col-md-2.col-sm-2 .playerButtons{
        display:none !important;
    }
    #header .nav.flex-column.section {
        margin-top: 60px;
    }
}

@media only screen and (min-width:642px) and (max-width:682px) {

    .bg_MobileImg_cstHeight {
        height: calc(100vh - 45px) !important;
    }

    #cstBackToTopBtn {
        bottom: 100px;
        left: 15px;
    }

    .flowing_text {
        bottom: 17px !important;
    }

    .col-10.cstCol10Vyg {
        height: 30px;
    }

    .col-2.cstCol2Vyg {
        height: 30px;
    }

    .bold_cstSmallBlue {
        font-size: 6px !important;
    }

    .bold_cstSmallBlack {
        font-size: 6px !important;
    }

    .col-lg-3.col-md-2.col-sm-2 .playerButtons {
        display: none !important;
    }
    #header .nav.flex-column.section
    {
        margin-top:60px;
    }
}

@media only screen and (min-width:683px) and (max-width:763px) {

    .bg_MobileImg_cstHeight {
        height: calc(100vh - 45px) !important;
    }

    #cstBackToTopBtn {
        bottom: 100px;
        left: 15px;
    }

    .flowing_text {
        bottom: 17px !important;
    }

    .col-10.cstCol10Vyg {
        height: 30px;
    }

    .col-2.cstCol2Vyg {
        height: 30px;
    }

    .bold_cstSmallBlue {
        font-size: 8px !important;
    }

    .bold_cstSmallBlack {
        font-size: 8px !important;
    }

    .col-lg-3.col-md-2.col-sm-2 .playerButtons {
        display: none !important;
    }

    #header .nav.flex-column.section {
        margin-top: 60px;
    }
}

.cstAntiFlexExplorer{
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    width:900px;
}

@media screen and (max-width:500px) and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

.optanon-alert-box-wrapper a {
    color: #007bff !important;
}

#optanon .fieldset label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #414141;
    border-radius: 23px;
    overflow: visible;
    text-indent: 45px;
    font-size: 13px !important;
    font-weight: bold;
    padding-top: 3px;
}

#optanon #optanon-popup-more-info-bar p {
    color: transparent;
}

    #optanon #optanon-popup-more-info-bar p::before {
        content: 'Devre Dışı';
        display: block;
        position: absolute;
        right: -75px;
        color: #323232;
    }

#optanon #optanon-popup-wrapper .optanon-status-on {
    color: transparent !important;
}

    #optanon #optanon-popup-wrapper .optanon-status-on::before {
        content: 'Etkin';
        display: block;
        position: absolute;
        right: -50px;
        color: #09a501;
    }

#optanon #optanon-popup-more-info-bar {
    width: 26% !important;
}

.optanon-status-always-active p {
    width: 120px !important;
    color: #6cc04a !important;
}

    .optanon-status-always-active p:before {
        display: none !important;
    }

.optanon-status-always-active::before {
    display: none !important;
}

.optanon-alert-box-wrapper .optanon-alert-box-body {
    margin-right: 0px !important;
    width: 70%;
}

.optanon-subgroup-cookies {
    display: none;
}

.optanon-subgroup-cookies-list {
    cursor: pointer;
}

#cstCssForPRadios p {
    word-break:break-word;
}

.cstVygHrefCookie:hover, .cstVygHrefCookie:focus {
    color: deepskyblue !important;
}
