body {
    padding-top: 128px;
    font-family: 'Oswald', sans-serif;
}

body.navFixed {
    padding-top: 79px;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #ffd162;
    text-decoration: none
}

hr {
    margin: 30px -15px;
}

h3 {
    font-size: 2rem;
}

input,
select,
textarea {
    border-radius: 0 !important
}

.dynamicContent img {
    max-width: 100% !important;
    height: auto !important;
}

.themeColor {
    color: #ffd162;
}

.modal-header:not(.hide) {
    display: block !important;
}

tr.hidden-xs {
    display: table-row;
}

.hidden-xs,
.hidden-md {
    display: block;
}

.visible-xs,
.visible-md {
    display: none;
}

.btn {
    background-color: #ffd162;
    color: white;
    border-radius: 0;
}

.btn.reverse {
    border-color: #ffd162;
    color: #ffd162;
    background-color: white;
}

.btn:hover {
    color: black;
}

.center-upper {
    text-align: center;
    text-transform: uppercase;
}

.navbar {
    position: absolute;
}

.navbar img {
    max-width: 227px;
}

.navbar .navbarToggler {
    display: none;
    position: absolute;
    cursor: pointer;
}

.navbar .navbarToggler span {
    color: white;
    font-size: 31px;
}

.navbar .navbarToggler span.fa-times {
    display: none;
}

.navOpen .navbar .navbarToggler span.fa-times {
    display: block;
}

.navOpen .navbar .navbarToggler span.fa-navicon {
    display: none;
}

.navFixed .navbar {
    background: black;
    position: fixed;
}

.navFixed.navOpen #navbarResponsive {
    top: 0;
    overflow-y: scroll;
    height: 92vh;
}

#navbarResponsive {
    display: block;
}

.navFixed.navOpen {
    overflow: hidden;
}

.navFixed .navbar .navbarToggler {
    display: block;
    z-index: 110;
}

.navFixed .navbar .logo-img img:nth-child(1) {
    display: none;
}

.navFixed .navbar .logo-img img:nth-child(2) {
    display: inline-block !important;
}

.navbar #navbarResponsive .navbar-nav>li:nth-child(3) {
    margin-left: 0;
    padding-left: 0;
    background: none;
}


.navFixed .navbar #navbarResponsive {
    top: -999px;
    position: absolute;
}

.navFixed .navbar #navbarResponsive.show {
    background: #000000e8;
    position: absolute;
    top: 79px;
    left: 0;
    padding-bottom: 80px;
}

.navFixed .navbar #navbarResponsive.show .navbar-nav {
    display: inline;
    text-align: center;
}

.navFixed .navbar #navbarResponsive.show .navbar-nav .nav-item {
    background: transparent;
    display: block;
    padding-top: 15px;
}

.navFixed .navbar #navbarResponsive.show .navbar-nav .nav-link {
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.navFixed .navbar #navbarResponsive.show .navbar-nav .nav-link:hover {
    color: #ffd162;
}

.navbar .nav-item.active .nav-link {
    color: #ffd162;
}

.navFixed .navbar #navbarResponsive.show .navbar-nav>li:nth-child(3) {
    padding-left: 50px;
}

.navFixed .navbar #navbarResponsive.show .navbar-nav .dropdown-menu {
    position: relative;
    margin-left: -15px;
    text-align: center;
}

.only-show {
    display: none !important
}

.navFixed .navbar #navbarResponsive.show .only-show {
    display: block !important
}


.li-right {
    position: absolute;
    right: 25px;
    top: 25px;
    line-height: 20px;
    display: flex;
}

.li-right span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.li-right strong {
    text-transform: uppercase;
    font-weight: 400
}

.li-kart {
    right: 220px;
}

.li-ticket {
    right: 125px;
}

.li-ticket span {
    background: url(../img/special-icons.png?v=2) no-repeat left top;
    background-size: auto 100%;
}

.li-user span {
    background: url(../img/special-icons.png?v=2) no-repeat left top;
    background-size: auto 100%;
    background-position: -60px 0px;
}

.li-right:hover,
.navFixed .li-right:hover {
    color: #ffd162;
}

.li-ticket:hover span,
.navFixed .li-ticket:hover span {
    background-position: -40px 0px;
}

.li-user:hover span,
.navFixed .li-user:hover span {
    background-position: -100px 0px;
}

.navFixed .li-right {
    color: white;
    top: 27px;
}

.navFixed .li-ticket span {
    background-position: -20px 0px;
}

.navFixed .li-user span {
    background-position: -80px 0px;
}

.header1 {
    text-align: center !important;
    padding: 8px;
    position: relative;
    z-index: 0;
}

.navbar-nav {
    display: -webkit-box;
    text-align: center
}

.navbar-nav .nav-link {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-nav .nav-link:hover {
    color: #ffd162;
}

.navbar-nav .nav-item {
    display: -webkit-inline-box;
    padding: 0 20px 0 34px;
    background: url(../img/nav-item-bg.jpg) no-repeat left top;
    line-height: 9px;
    margin-top: 14px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    border-radius: 0;
    background: transparent;
    color: black;
    text-transform: uppercase;
    margin: 0px 0px 0px 19px;
    padding: 26px 12px 5px 10px;
    border: 0;
    background-image: url(../img/dropdown-bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 99999;
}

.navbar-nav .dropdown-menu a {
    color: black;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.navbar-nav .dropdown-menu a:hover {
    color: #ffd162;
}
@media (max-width: 1200px){
    .navbar-nav .show .dropdown-menu {
        display: block!important;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: none;
    }
}
@media (min-width: 1200px){
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 5px 12px 5px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navFixed .navbar-nav .nav-item {
    max-width: 380px;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
}

.navFixed .navbar-nav .dropdown-menu {
    background: transparent !important;
    color: #fff;
}

.navFixed .navbar-nav .dropdown-menu a {
    color: #fff;
}

.navFixed .navbar-nav .dropdown-menu a:hover {
    color: #ffd162;
}

.dropdown-item:hover {
    color: #ffd162;
    background-color: transparent;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    text-align: left;
    bottom: 36px;
    transform: rotate(-3deg);
    right: 5%;
    left: 5%;
}

.carousel-caption h3 {
    font-weight: bold;
    color: white;
    font-size: 38px;
    z-index: 101;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.carousel-caption h3>span {
    font-weight: 400;
    color: #ffd162;
    font-size: 28px;
}

.carousel-inner:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 0 2000px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: 100%;
    height: 150px;
    display: inline-block;
    bottom: -90px;
    left: -2000px;
}

@media (min-width:992px) {
    .kooperatif-logo{text-align: center;}
    .carousel-inner.homeslider .carousel-item:not(.active) .carousel-caption>div {
        opacity: 0
    }

    .carousel-inner.homeslider .carousel-item.active .carousel-caption:before {
        opacity: 1;
        content: "";
        position: absolute;
        z-index: 99;
        background-color: #00000085;
        padding: 0 2000px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        width: 100%;
        height: 150px;
        display: inline-block;
        bottom: -65px;
        left: -2000px;
    }

    .carousel-item-prev .carousel-caption,
    .carousel-item-next .carousel-caption,
    .carousel-item-left .carousel-caption,
    .carousel-item-right .carousel-caption {
        display: none !important
    }

}

@media (max-width:992px) {

    .homeslider .carousel-caption h3 {
        font-size: 32px;
        background-color: #0000006b;
        margin: 0px -25px;
        padding: 10px 25px;
    }

    .homeslider .carousel-caption h3 span {
        font-size: 20px;
        display: -webkit-box;
    }

}

.page-content h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.plays-wrapper h1,
.contributers h1,
.resColumn h1 {
    padding-bottom: 20px;
}

.resColumn p {
    color: #919191;
}

.resColumn .date_ {
    margin: 20px 0px 5px 0px;
    font-size: 20px;
}

.resColumn .strong_ {
    margin: 0px 0px 20px;
    font-weight: 400;
    color: black;
    font-size: 20px;
}

.contributers,
.resColumn {
    padding: 0;
}

.contributers p {
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px 15px 0px;
}

.contributers .row,
.resColumn .row {
    margin: 0 -25px;
}

.cast {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
}

.cast a {
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.contributer_detail h2,
.cast .active,
.cast li:hover {
    color: #ffd162;
}

.cast li {
    display: -webkit-inline-box;
    padding: 0px 4px 0 20px;
    background: url(../img/nav-item-bg.jpg) no-repeat left top;
    line-height: 13px;
    margin-top: 14px;
}

.cast a:nth-child(1) li {
    padding-left: 0;
}

.group {
    margin: 0 -15px;
}

.group-title {
    color: #909090;
    margin: 20px 0px;
}

.activity_detail hr {
    margin: 40px -15px;
}

.activity_detail .person {
    margin-bottom: 25px;
    text-align: center;
}

.activity_detail .person img {
    max-width: 100%;
}

.activity_detail .person span {
    margin-top: 10px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.activity_detail .person strong {
    color: #b7b7b7;
    font-weight: 400
}

.activity_detail .sessions-wrapper {
    margin: 0px -15px 40px -15px;
    z-index: 100;
    padding-top: 0px;
}

.activity_detail .sessions-wrapper-for-fixed .sessions.fixed {
    position: fixed;
    top: 79px;
    overflow: hidden;
}

.activity_detail .sessions-wrapper-for-fixed {
    padding-top: 0px;
    margin: -105px 0px 40px 0px;
    z-index: 999;
}

.activity_detail .sessions-wrapper-for-fixed:before {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #fff;
    padding: 5px;
    margin: -5px 0px -5px 5px;
    width: 255px;
    height: 50px;
}

.activity_detail .sessions-wrapper h2 {
    font-weight: bold;
    font-size: 26px;
}

.activity_detail .sessions-wrapper .sessions {
    position: relative;
    background: #ffd162;
    padding-top: 11px;
    padding-bottom: 33px;
    font-weight: 400
}

.activity_detail .sessions-wrapper .sessions span {
    font-size: 17px;
    font-weight: 500
}

.activity_detail .sessions-wrapper .location {
    color: white;
}

.activity_detail .sessions-wrapper .sessions .buy span {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.activity_detail .sessions-wrapper .sessions .buy span:nth-child(2) {
    vertical-align: super;
}

.activity_detail .sessions-wrapper .sessions .buy:hover span {
    color: white;
}

.activity_detail .sessions-wrapper .sessions .buy:hover .icon {
    background-position: -30px 0;
}

.activity_detail .sessions-wrapper .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/special-icons.png) no-repeat left top;
    background-size: auto 100%;
}

.activity_detail .sessions-wrapper-for-fixed .sessions {
    width: 255px;
}

.activity_detail .sessions-wrapper .sessions:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: 100%;
    height: 30px;
    display: inline-block;
    bottom: -20px;
    left: -3px;
}

.activity_detail .group-gallery a {
    height: 16vh;
    margin-bottom: 0px;
    overflow: hidden;
    background-size: 100% auto;
    background-position: center;
    border: solid 4px white;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    background-repeat: no-repeat;
    background-color: black;
}

.activity_detail .group-gallery a:hover {
    -webkit-filter: grayscale(0%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}

.activity_detail_ .group-gallery a {
    height: 18vh;
    margin-bottom: 0px;
    overflow: hidden;
    background-size: 100% auto;
    background-position: center;
    border: solid 4px white;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    background-repeat: no-repeat;
    background-color: black;
}

.group.group-gallery .row {
    margin-right: -5px;
    margin-left: -5px;
}

.ekko-lightbox .modal-body {
    padding: 0;
    background-color: black;
}

.activity_detail .fragman iframe {
    max-width: 100% !important;
}

.ticket-sessions table th {
    color: #a4a4a4;
    background-color: #f7f7f7;
    font-weight: 400;
    padding: 10px;
    border: 0 !important;
}

.ticket-sessions table td {
    border: 0 !important;
    border-bottom: solid 1px #f2f2f2 !important;
}

.plays-wrapper {
    margin: 0;
}

img,
.carousel-item:not(.not-gray),
.fragman iframe {
    -webkit-filter: grayscale(00%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(00%);
}

img:hover,
.carousel-item:hover,
.modal-body img,
.fragman iframe:hover {
    -webkit-filter: grayscale(0%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;
}

.carousel-item.only-gray {
    -webkit-filter: grayscale(00%) !important;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(00%) !important;
}

.plays-wrapper img,
.contributers img,
.resColumn img {
    width: 100%;
}

.contributers .row>div:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.plays-wrapper .play:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.plays-wrapper .play p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

div.curved {
    background: black;
    min-height: 145px;
    color: white;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}

.footer-logo {
    position: absolute;
    z-index: 112;
    max-width: 227px;
    top: 30px;
    margin-left: -10px;
}

div.curved .row {
    position: relative;
    padding-top: 95px;
    z-index: 103;
}

div.curved .row>div {
    min-height: 64px;
}
div.curved .row>div:nth-child(2) {
    text-align: center;
    margin-top: -6px;
}
div.curved .row>div:nth-child(3) {
    text-align: left;
    margin-top: -6px;
}

div.curved .row span {
    font-size: 14px;
}

div.curved .row>div:nth-child(4) {
    text-align: right;
    padding-top: 0px
}

div.curved .container:before {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #fff;
    padding: 0 2000px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: 100%;
    height: 150px;
    display: inline-block;
    top: -100px;
    left: -2000px;
}

/* div.curved .container .row > div { transform: rotate(-1.2deg); } */
.navFixed .navbar .social-icons p {
    color: white;
    margin-top: 40px;
}

.navFixed .navbar .social-icons a {
    padding: 7px 8px;
}

.detail .social-icons {
    display: inherit;
    text-align: right;
}

.detail .social-icons a {
    border: none;
    margin-right: 2px;
}

.detail .social-icons img {
    width: 25px;
}

.social-icons span {
    line-height: 32px;
}

.social-icons a {
    color: white;
    border: solid 2px white;
    border-radius: 50%;
    margin-left: 8px;
    width: 34px;
    height: 34px;
    font-size: 18px;
    display: inline-block;
    padding: 1px;
    text-align: center;
}

p.social-icons a {
    color: black;
    border: solid 2px black;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
}

p.social-icons a:last-child {
    margin-right: 0px;
    margin-top: 10px;
}

.team-img p {
    display: block;
    max-width: 280px;
    text-align: center;
}

.footerBottom {
    font-size: 12px;
    color: #898989;
    padding: 10px 0px;
}

.footer-newsletter {
    padding-bottom: 30px;
}

.footer-newsletter .fa-envelope {
    left: 18px;
    top: 10px;
    position: absolute;
    font-size: 20px
}

.footer-newsletter button {
    right: 15px;
    top: 0px;
    position: absolute;
    background: black;
    padding: 6px 10px;
    line-height: 27px
}

.footer-newsletter button:hover {
    color: white;
}

.dynamic_title {
    bottom: 45px;
    font-size: 14px;
}

@media (min-width: 1201px) {
    .hidden-drop-menu{
        display: none;
    }
}

@media (min-width: 1200px) {
    .cast a:nth-child(7) li {
        padding-left: 0;
    }

    .social-icons a {
        margin-left: 8px;
    }
}

@media (max-width:1200px) {

    .footer-logo {
        top: 24px;
    }

    .social-icons a {
        margin-left: 2px;
    }
}

@media (min-width:992px) {
    .footer-newsletter {
        padding-left: 5px;
    }

}

@media (min-width:768px) and (max-width:1200px) {
    .social-icons a {
        margin-left: 0px;
    }
}

@media (max-width:992px) {
    .carousel-item h3 i {
        display: none
    }

    .footer-newsletter {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-newsletter button {
        right: 5px;
    }

    .footer-logo {
        top: 15px;
    }

    div.curved .row>div {
        margin: 30px 0px;
    }

    div.curved .row>div:nth-child(3) {
        text-align: right;
        margin-top: 25px;
    }

    div.curved .row>div:nth-child(4) {
        text-align: right;
    }


    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .navFixed .li-right {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }

    .navFixed .li-ticket {
        right: 60px;
    }

    .navFixed .li-user span {
        background-position: -90px 0px;
    }

    .navFixed .li-right:hover {
        color: #ffd162;
    }

    .navFixed .li-ticket span {
        background-position: -30px 0px;
    }

    .navFixed .li-user span {
        background-position: -120px 0px;
    }

    .navFixed .li-ticket:hover span {
        background-position: -60px 0px;
    }

    .navFixed .li-user:hover span {
        background-position: -150px 0px;
    }

    .navFixed .li-right span {
        width: 30px;
        height: 30px;
        display: -webkit-box;
    }

    .navFixed .li-right strong {
        text-transform: uppercase;
        display: none;
    }
}

@media (max-width:767px) {
    div.curved .row>div:nth-child(4){text-align: center;}
    .hidden-mobile{display: none!important;}
    .detail .social-icons {
        text-align: left;
    }

    .footer-logo {
        top: 10px;
    }

    div.curved .row>div:nth-child(1) strong {
        display: block;
    }

    div.curved .row>div:nth-child(1) {
        text-align: center;
    }

    div.curved .row>div:nth-child(3) {
        text-align: center;
        margin-top: 10px;
        display: block;
    }
}
@media( min-width: 768px){.hidden-front{display: none!important;}}
@media (max-width: 640px) {
    .social-icons a {
        margin-left: 2px;
    }

    .cast a:nth-child(1) li {
        padding-left: 20px;
    }

    .address-area {
        padding-right: 10px !important;
    }

    .carousel-item {
        height: 35vh;
    }

    #navbarResponsive {
        display: none
    }

    .row {
        margin: 0px;
    }

    .contributers .row {
        margin: 0px -10px;
    }

    body.navFixed {
        padding-top: 58px;
    }

    .navFixed .navbar #navbarResponsive.show {
        top: 60px;
    }

    .navFixed .navbar .logo-img img:nth-child(2) {
        max-width: 140px;
        display: inline-block !important;
    }


    .visible-xs {
        display: block;
    }

    tr.visible-xs {
        display: table-row;
    }

    .hidden-xs,
    tr.hidden-xs {
        display: none;
    }

    .resColumn .row {
        margin: 0 -15px;
    }

    .login-area,
    .register-area,
    .update-area {
        padding: 0 !important;
    }

    .calendar-wrapper>h1 {
        padding: 0px 0px 10px 10px;
    }

    .cast a {
        width: 50%;
        display: inline-block;
    }

    .cast a li {
        background: none;
    }
}

@media (max-width: 575px) {
    .social-icons a {
        margin-left: 8px;
    }
}

@media (max-width: 600px) {
    .cast a {
        width: 100%;
        display: inline-block;
    }

    .cast a span,
    .detail h4>span {
        width: 100%;
        display: inline-block;
        line-height: 32px;
    }

    .cast a li {
        padding-left: 0px;
    }

    .cast a:nth-child(1) li {
        padding-left: 0px;
    }

    .team-img {
        text-align: center;
    }

    .team-img p {
        display: block;
        max-width: 280px;
        text-align: center;
        margin: 0 auto;
    }

    .dynamic_title {
        font-size: 12px;
    }

}

@media (max-width: 359px) {
    .navFixed .li-right {
        right: 10px;
    }

    .navFixed .li-ticket {
        right: 50px;
    }
}

.login-area label,
.register-area label,
.update-area label,
.contact-area label {
    padding-left: 0 !important;
}

.login-area form>div,
.register-area form>div,
.update-area form>div,
.contact-area form>div {
    padding: 0 0 10px 0 !important;
}

.wrp2 {
    display: inline;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.hidden_session {
    display: none;
}

a.expand_more:hover {
    color: white;
}

.hidden {
    display: none
}

.navbar .nav-item.hidden {
    display: none !important
}

.caleandarArrow {
    color: #999;
}

.caleandarArrow:hover {
    color: #000;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f100;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdc3c7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sessions .list-unstyled {
    max-height: 270px;
    overflow-y: scroll;
}

/*@media (max-height: 576px){
  br{
      display:none;
  }
}
@media screen{
  br{
    display: none;
  }
}*/

@media (max-height: 576px) {
    .social-icons>br {
        display: none;
    }
}

@media screen {
    .social-icons>br {
        display: none;
    }
}

@media (min-width:300px) and (max-width:575px) {
    div.curved .row>div>br {
        display: flex;
    }
}

.ekko-lightbox .modal-dialog::before {
    text-shadow: 0px 0px #757575;
    content: "×";
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 60px;
    right: -29px;
    top: 1px;
    cursor: pointer;
    color: white;
    background-color: black;
    padding-left: 4px;
    line-height: 23px;
}
@media (min-width: 769px){
    .btn-cookie{margin-top: 20px;display: inline-block;border: 1px solid #000;padding: 5px 15px;color: #000;transition: .15s ease-in all;}
    .btn-cookie{border-color: #fff;color: #ffffff;background-color: #000!important;}
    .btn-cookie:hover{border-color: #000;color: #000;background-color: #fff!important;}
    .cookiebar{position: fixed;color: #ffffff;bottom: 0;left: 0;right: 0;padding: 17px 20px;background: black;z-index: 999;transition: bottom .7s;}
    .cookiebar p{margin-bottom: 0;font-size: 15px;color:#fff;}
    .cookiebar a{margin-bottom: 0;font-size: 15px;color:#fff;}
    .cookiebar .row{-webkit-align-items: center;align-items: center;}
    .cookiebar button{float: right;margin-top: 0!important;background-color: #fff;cursor: pointer;}
    .cookiebar .col-md-10{padding: 0;}
    .cookiebar .col-md-2{padding: 0;}
    .navbar-nav .nav-item:nth-child(3) .dropdown-menu{margin-left: 0!important;}
}

@media (max-width: 768px){

    .ekko-lightbox .modal-dialog::before {content: "\f00d  KAPAT";font-family: FontAwesome;position: static;width: 30px;height: 30px;font-size: 19px;right: -29px;top: 1px;cursor: pointer;color: white;background-color: black;padding-left: 7px;padding-right: 7px;padding-bottom: 4px;padding-top: 3px;line-height: 34px;}
    .ekko-lightbox .modal-dialog{text-align: center;}
    .btn-cookie{margin-top: 20px;display: inline-block;border: 1px solid #000;padding: 5px 15px;color: #000;transition: .15s ease-in all;}
    .btn-cookie{border-color: #fff;color: #ffffff;background-color: #000!important;}
    .btn-cookie:hover{border-color: #000;color: #000;background-color: #fff!important;}
    .cookiebar{position: fixed;color: #ffffff;bottom: 0;left: 0;right: 0;padding: 17px 20px;background: black;z-index: 2;transition: bottom .7s;}
    .cookiebar p{margin-bottom: 0;font-size: 14px;color:#fff;}
    .cookiebar a{margin-bottom: 0;font-size: 14px;color:#fff;}
    .cookiebar .row{-webkit-align-items: center;align-items: center;}
    .cookiebar button{float: left;margin-top: 15px!important;background-color: #fff;cursor: pointer;}
    .cookiebar .col-md-10{padding: 0;}
    .cookiebar .col-md-2{padding: 0;}

}

@media (max-width: 1321px) and (min-width: 1209px){
    .navbar-nav .nav-item{padding: 0 10px 0 24px!important;}
}