/* clearfix */
.clearfix:after, .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .row {
    display: inline-block;
}

.clearfix, .row {
    display: block;
}

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    margin-bottom: -30px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #000000;
}

a {
    color: #421935;
}

a:hover {
    color: #421935;
}

@media (min-width: 1350px) {
    .container {
        width: 1310px;
    }
}

.dark {
    background: #000;
    width: 100%;
}

.header {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
}

.dark .header {
    border-color: #fff;
}

.logo {
    display: block;
}

@media (max-width: 991px) {
    .logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .logo img {
        display: block;
        margin: 0 auto;
    }
}

#search-container {
    clear: both;
    float: right;
    max-width: 300px;
    margin-top: 15px;
}

#search-container button {
    background-color: #421935;
    border-color: #421935;
}

.top-icons {
    float: right;
    margin-top: 0;
}

.top-icons a {
    display: block;
    float: left;
    margin-left: 18px;
    position: relative;
}

.top-icons .ig img {
    height: 38px;
}

@media (max-width: 991px) {
    .top-icons {
        float: none;
        margin: auto;
        margin-top: 23px;
        text-align: center;
    }

    .top-icons a {
        display: inline-block;
        float: none;
    }
}

.ig {
    margin-right: 18px;
}

.ig:after {
    content: "";
    border-right: 2px solid #000000;
    height: 35px;
    top: 3px;
    position: absolute;
    margin: 0px 56px;
    left: 0;
}

.dark .ig:after {
    border-color: #fff;
    margin: 0px 56px;
}


.cart:after {
    content: "";
    border-right: 2px solid #000000;
    height: 35px;
    top: 3px;
    position: absolute;
    /*    margin: 0px 18px; */
    margin: 0 0 0 56px;
    left: 0;
}

.dark .cart:after {
    border-color: #fff;
}

.cart {
    margin-right: 18px;
}

.badge {
    background-color: #37cd62;
}

.lang {
    float: left;
    margin-top: 0px;
}

.lang a {
    color: #000000;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 0;
    margin-left: 0px;
    padding: 10px;
}

.lang a:nth-child(1).active {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .lang {
        float: none;
        display: inline-block;
        margin-top: 0px;
        vertical-align: top;
    }

    .lang a {
        display: block;
    }
}

@media (max-width: 450px) {
    .lang {
        margin-top: 10px;
    }
}

.dark .lang a {
    color: #fff;
}

.lang a:hover {
    text-decoration: none;
    color: #421935;
}

.lang a.active {
    color: #fff;
    text-decoration: none;
    background: #421935;
}

.navbar {
    border: 0;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 5px;
    border-radius: 0;
}

.dark .navbar {
    border-color: #fff;
}

.navbar-nav > li > a {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 20px 35px;
}

@media (max-width: 1349px) {
    .navbar-nav > li > a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav > li > a {
        font-size: 18px;
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 20px 10px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li a {
        padding-left: 0;
        text-align: center;
    }
}

.dark .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li:first-child a {
    padding-left: 0;
}

.navbar-nav > li:last-child a {
    padding-right: 0;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
    text-decoration: underline;
    background: none;
    color: #421935;
}

@media (min-width: 768px) {
    .nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
        text-decoration: none;
        background: url("../images/menu-hover-short.png") center top no-repeat;
        color: initial;
    }

    .dark .nav > li > a:focus, .dark .nav > li > a:hover, .dark .nav > li.active > a {
        background: url("../images/menu-hover-short-white.png") center top no-repeat;
        color: white;
    }
}

.navbar-toggle .icon-bar {
    background-color: #353535;
}

.navbar-toggle {
    border-color: #353535;
}

.hp-kontakt {
    float: left;
    /*width: 28%;*/
    padding: 0px;
    position: relative;
    margin-bottom: 60px;
}

.hp-kontakt .btn-purple {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 142px;
    display: inline-block;
}

.hp-slider {
    float: right;
    width: 71%;
    padding-left: 10px;
    margin-bottom: 60px;
}

@media (max-width: 1349px) {
    .hp-slider {
        width: 100%;
        max-width: 930px;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .hp-kontakt {
        /*display: none;*/
        width: 100%;
        float: none;
        margin: 0 auto;
        max-width: 330px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .hp-slider {
        max-width: 600px;
        width: 95%;
        padding: 0;
        box-sizing: border-box;
    }
}

#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 30px;
    background-color: #411934;
    text-shadow: none;
}

@media (max-width: 991px) {
    #myCarousel .carousel-caption {
        padding: 10px;
    }
}

.carousel-caption h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.carousel-caption p {
    font-weight: 300;
    line-height: 1;
    font-size: 18px;
}

@media (max-width: 991px) {
    .carousel-caption h4 {
        font-size: 16px;
        padding-top: 10px;
    }
}


.caption-text {
    float: left;
}

#contact_form button,
.btn-link {
    border: 2px solid #000;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    padding: 15px 35px;
    margin-top: 0px;
}

.btn-link.purple {
    padding: 15px 70px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #421935;
    border: none;
}

.btn-link.purple:hover {
    color: #fff;
}

.btn-link.bigger {
    padding: 17px 90px;
    font-size: 18px;
}

#contact_form button:hover,
.btn-link:hover {
    color: #000;
    border-color: inherit;
}

.item .btn-link {
    float: right;
    margin-top: 6px;
}

.btn-link.reverse {
    border-color: #fff;
    color: #fff;
}

#contact_form button {
    background: white;
    border-radius: 0;
}

@media (max-width: 767px) {
    .btn-full {
        padding: 17px 25px !important;
    }

    .btn-link {
        font-size: 14px;
        padding: 10px 25px;
    }
}


#myCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0px;
    width: 35%;
    max-width: 300px;
}

#myCarousel .list-group-item,
.hp-carousel .slider-nav .slick-list div {
    border-radius: 0px;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid #000;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#myCarousel .list-group-item span,
.hp-carousel .slider-nav div span {
    color: #421935;
    font-weight: 700;
    display: block;
    height: 38px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    #myCarousel .list-group-item,
    .hp-carousel .slider-nav .slick-list div {
        font-size: 18px;
        line-height: 24px;
    }

    #myCarousel .list-group-item span,
    .hp-carousel .slider-nav div span {
        height: 50px;
    }
}


#myCarousel .list-group .active,
.hp-carousel .slider-nav .slick-current {
    background-color: #421935;
}

#myCarousel .list-group .list-group-item.active, #myCarousel .list-group .list-group-item.active span,
.hp-carousel .slider-nav .slick-list .slick-current, .hp-carousel .slider-nav .slick-current span {
    color: #fff;
}

@media (min-width: 992px) {
    #myCarousel {
        padding-right: 35%;
    }

    #myCarousel .carousel-controls {
        display: none;
    }
}

@media (max-width: 991px) {
    .carousel-caption p,
    #myCarousel .list-group {
        display: none;
    }
}

.hp-carousel .slider-nav .slick-list {
    margin-top: 4px;
}

@media (min-width: 1200px) {
    .hp-carousel .slider-nav .slick-list {
        margin-top: 10px;
    }
}

.col-slider-nav {
    padding: 0;
}

.col-slider-nav .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.slick-slide {
    outline: 0;
}

.col-slider-nav .slick-prev, .col-slider-nav .slick-next {
    position: relative;
    left: 50%;
    left: calc(50% - 18px);
    color: black;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    background: white;
    outline: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.col-slider-nav .slick-prev {
    position: absolute;
    top: -15px;
}

@media (min-width: 1200px) {
    .col-slider-nav .slick-prev, .col-slider-nav .slick-next {
        font-size: 30px;
        left: calc(50% - 22px);
    }

    .col-slider-nav .slick-prev {
        top: -25px;
    }
}

.slick-slide img {
    max-height: 618px;
}

.hp-carousel {
    padding-bottom: 30px;
}

/* Hlavní obrázek se nahrává jako 1200x800 nebo 1200x900 – slide držíme vždy
   v poměru 3:2, aby všechny slidy měly stejnou výšku a karusel neposkakoval. */
.hp-carousel .slider-for .item img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    /* seznam vpravo vycentrovat na výšku obrázku */
    .hp-carousel {
        display: flex;
        align-items: center;
    }
}

.btn-purple {
    background-color: #421935;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 30px;
}

.btn-purple:hover {
    color: #fff;
}

.gray-bg {
    background-color: #e8e8e8;
    width: 100%;
}

.purple-bg {
    background-color: #421935;
    width: 100%;
}

h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

h3.purple {
    color: #421935;
}

h2.headline-line, h1.headline-line {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    padding-top: 35px;
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
    h2.headline-line, h1.headline-line {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    h2.headline-line, h1.headline-line {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    h2.headline-line, h1.headline-line {
        font-size: 36px;
        line-height: 1;
    }
}

h2.headline-line.reverse, h1.headline-line.reverse {
    color: #fff;
    border-color: #fff;
}

.program-item-text {
    position: static;
    padding-left: 6px;
}

@media (max-width: 991px) {
    .program-item-text {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.program-item-text h3 {
    color: #421935;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .big-list .program-item-text {
        font-size: 18px;
    }
}

.big-list .program-item-text h2 {
    color: #421935;
    margin: 10px 0 0 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

@media (min-width: 768px) {
    .big-list .program-item-text h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .big-list .program-item-text h2 {
        margin: 0;
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .big-list .program-item-text h2 {
        font-size: 36px;
    }
}

.program-item-text span {
    display: block;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.program-item-text span.under {
    color: #421935;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    color: #421935;
    display: inline;
}

.big-list .program-item-text span.under {
    font-size: 24px;
}


.program-item-date {
    background: url("../images/calendar.svg") no-repeat left center;
    padding-left: 30px;
    line-height: 1.5;
}

.program-item-text span.program-item-date {
    font-size: 18px;
    font-weight: 300;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.big-list .program-item-text span.program-item-date {
    font-size: 18px;
}

@media (min-width: 992px) {
    .big-list .program-item-text span.program-item-date {
        font-size: 24px;
    }
}

.program-item .btn-link {
    margin-top: 10px;
}

.program-item .styled-select {
    margin-bottom: 10px;
}

.program-item img {
    max-height: 285px;
}

@media (min-width: 992px) {
    .row .col-md-6.program-item:nth-child(2n+1) {
        clear: both;
    }
}

.program-list {
    padding-bottom: 50px;
}

.program-list .program-item .row {
    margin-top: 25px;
}

.big-line {
    border-top: 5px solid #000;
    margin-top: 5px;
}

.big-line.reverse {
    border-color: #fff;
}

.program-item {
    padding-top: 28px;
    position: relative;
}

.festivaly {
    margin-top: 10px;
}

.big-item-list {
    padding-top: 25px;
}

.festivaly-page .big-item-list {
    padding-top: 50px;
}

.festivaly-page .big-item-list.first {
    padding-top: 30px;
}

.festivaly-page .fest-date {
    background: #e8e8e8 url("../images/calendar.svg") center 15px no-repeat;
    background-size: 40px;
    padding-top: 100px;
    height: 400px;
}

.festivaly-page .date {
    display: block;
    color: black;
    font-family: Raleway;
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: lr-tb;
}


.item-big {
    font-size: 24px;
    margin-bottom: 50px;
}

.item-big h3 {
    color: #421935;
    font-size: 60px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .item-big h3 {
        font-size: 40px;
    }

    .item-big {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .item-big h3 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .item-big h3 {
        font-size: 24px;
    }

    .item-big {
        font-size: 14px;
    }
}

.dark .item-big h3 {
    color: #fff;
}

.festivaly-page .item-big h2 {
    margin-top: 25px;
    color: #421935;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: none;
}

.festivaly-page .item-archived .item-big h2 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .festivaly-page .item-big h2,
    .festivaly-page .item-archived .item-big h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .festivaly-page .item-big h2,
    .festivaly-page .item-archived .item-big h2 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .festivaly-page .item-big h2 {
        font-size: 60px;
    }

    .festivaly-page .item-archived .item-big h2 {
        font-size: 36px;
    }
}


.item-big .btn-link {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .item-big .btn-link {
        margin-bottom: 30px;
    }
}

.video-list {
    padding-top: 25px;
    padding-bottom: 20px;
}

#body-photo_gallery .video-list img {
    margin-bottom: 30px;
}

.video-list .row .col-xs-6:nth-child(2n+1) {
    clear: both;
}

@media (min-width: 768px) {
    .video-list .row .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .video-list .row .col-xs-6:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .video-list .row .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .video-list .row .col-xs-6:nth-child(3n+1) {
        clear: none;
    }

    .video-list .row .col-xs-6:nth-child(4n+1) {
        clear: both;
    }
}


.video-item {
    margin-bottom: 30px;
    max-width: 297px;
}

@media (max-width: 991px) {
    .video-item {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.video-item-black {
    height: 92px;
    width: 100%;
    background-color: #000000;
    color: #fff;
    padding: 20px;
    position: relative;
    display: block;
}

.video-item-black:hover {
    color: #fff;
    text-decoration: none;
}

.video-item-black::after {
    position: absolute;
    content: ">>";
    right: 20px;
    top: 35px;
    color: #fff;
    font-size: 36px;
}

.video-item-black span {
    color: #aaa;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.video-item-black p {
    max-width: 160px;
}

.video-item-img {
    position: relative;
    height: 167px;
    overflow: hidden;
}

.video-item-img img {
    width: 100%;
    height: auto;
}

.video-item-icon {
    color: #fff;
    position: absolute;
    top: 17px;
    font-size: 24px;
    right: 17px;
    width: 65px;
    height: 30px;
}

.video-item-icon.photo {
    background: url("../images/photo.svg") no-repeat right top;
    padding-right: 43px;
}

.video-item-icon.camera {
    background: url("../images/camera.svg") no-repeat right top;
}

.video-item-icon + .video-item-icon {
    right: 95px;
}

.footer {
    background: #000 url("../images/footer-bg.webp") no-repeat top;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .footer-mapa {
        margin: 0 auto;
    }

    .footer-mapa img {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .footer {
        padding-bottom: 30px;
    }
}

.footer-headline {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 45px;
    border-bottom: 2px solid #404040;
    margin-bottom: 80px;
}

.footer-headline span {
    display: block;
    float: left;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .footer-headline span {
        margin-bottom: 30px;
        margin-right: 0px;
        max-width: 400px;
    }

    .footer-headline {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
}

.footer ul li {
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .footer ul li {
        padding: 0;
        margin: 0;
        display: inline-block;
        margin: 0px 15px;
    }
}

.footer ul > li > a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.8;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer ul > li > a {
        font-size: 16px;
    }
}

.footer-kontakt {
    font-size: 24px;
    display: block;
    float: none;
}

.footer-apps {
    font-size: 20px;
    margin: 2rem -0.5rem 0 0;
    display: block;
    float: none;
}

.footer-apps p {
    margin-right: 0.4rem;
}

.footer-input, #frm-webFormRendererNew-webForm-df_emailaddress {
    height: 52px;
    border: 1px solid #404040;
    width: 245px;
    background: transparent;
    border-radius: 0;
    padding: 0px 20px;
    color: #cccccc;
    font-size: 16px;
    margin: 0;
    display: block;
    float: right;
}

.footer-submit, #se-webform-55 button {
    background-color: #404040;
    height: 52px;
    border-radius: 0;
    border: 1px solid #404040;
    margin: 0;
    display: block;
    float: right;
    font-size: 30px;
    line-height: 1;
}

.footer-social {
    display: block;
    float: none;
}

.footer-social a {
    display: block;
    float: right;
    margin-left: 15px;
    margin-top: 25px;
}

.footer-social img {
    max-width: 32px;
    height: auto;
}

.footer-social .ig_bot {
    margin-top: 30px;
}

.footer-logo {
    float: right;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .footer-social {
        float: left;
        width: 40%;
    }

    .footer-social a {
        float: left;
        margin-left: 15px;
    }

    .footer-logo {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-last {
        padding-top: 40px;
    }
}


.footer-bot {
    margin-top: 18px;
}

.footer-bot a {
    color: #fff;
    text-decoration: none;
}

.footer-bot a:hover {
    text-decoration: underline;
}

.video-date {
    color: #aaa;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.video-icon img {
    width: 61px;
    margin-bottom: 25px;
}

.paginator-wrap {
    padding-top: 50px;
}

.paginator-wrap .btn-link {
    float: right;
}

@media (max-width: 991px) {
    .paginator-wrap .btn-link {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.paginator {
    float: right;
    margin-top: 10px;
}

.paginator a {
    display: block;
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    padding-left: 55px;
}

.paginator.reverse a {
    color: #000;
}

.paginator a.active, .paginator a:hover {
    color: #421935;
}

.purple-box {
    width: 100%;
    height: 402px;
    background-color: #421935;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.rotate {
    display: block;
    position: absolute;
    bottom: 110px;
    right: -30px;
    width: 100%;
    transform: rotate(-90deg);
}

@media (min-width: 1200px) {
    .rotate {
        bottom: 95px;
        right: -40px;
    }
}

@media (min-width: 1350px) {
    .rotate {
        bottom: 135px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    .purple-box {
        display: none;
        width: 100%;
        height: 150px;
    }

    .left-box.online-box {
        margin-top: 0;
    }

    .rotate {
        display: block;
        position: absolute;
        bottom: 10px;
        right: auto;
        left: 0px;
        padding-left: 20px;
        width: 100%;
        transform: rotate(0deg);
    }
}

.online-vstupenka {
    display: block;
    width: 100%;
    background: url("../images/wallet.svg") no-repeat left center;
    height: 47px;
    padding-left: 55px;
    color: #421935;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .online-vstupenka {
        max-width: 250px;
    }
}

.online-vstupenka:hover {
    color: #421935;
}

.left-box {
    padding-left: 0px;
    margin-top: 30px;
}

.input-pocet {
    width: 156px;
    height: 52px;
    border: 2px solid #404040;
    background-color: #ffffff;
    margin-bottom: 18px;
}

.styled-select select {
    width: 236px;
    height: 52px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 65px;
    border: none;
    background: none;
    border-radius: none;
    box-shadow: none;
}

.styled-select {
    width: 192px;
    height: 52px;
    border: 2px solid #404040;
    background: #ffffff url("../images/select.svg") no-repeat right 15px top 7px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: none;
}

.online-box .btn-link.purple {
    padding: 15px 10px;
    width: 100%;
    max-width: 191px;
    text-align: center;
    box-sizing: border-box;
}

.koncert-more {
    display: block;
    width: 100%;
    background: url("../images/calendar_purple.svg") no-repeat left center;
    height: 48px;
    padding-left: 55px;
    color: #421935;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.koncert-wrap {
    margin-top: 50px;
}

.koncert-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.koncert-wrap ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.koncert-wrap ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.koncert-wrap ul li a:hover {
    color: #000;
}

.program-detail h1 {
    font-size: 26px;
}

@media (min-width: 768px) {
    .program-detail h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .program-detail h1 {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .program-detail h1 {
        font-size: 40px;
    }
}

.program-detail .text {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.program-detail .text a {
    text-decoration: underline;
}

.program-detail .text img {
    max-width: 100%;
    height: auto !important;
}

@media (min-width: 992px) {
    .program-detail .text {
        font-size: 24px;
    }
}

.program-detail .text p {
    margin-bottom: 30px;
}

.program-detail .photo {

}

h1 {
    color: #421935;
    font-size: 60px;
    font-weight: 700;
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

.program-detail .program-item-date {
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
    background-size: 28px;
    padding-left: 40px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .program-detail .program-item-date {
        font-size: 30px;
    }
}

.share-menu {
    display: block;
    padding-top: 30px;
    border-top: 2px solid #000;
}

.share-menu span {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    padding-top: 7px;
}

.share-menu a {
    display: block;
    float: left;
    margin-left: 15px;
}

.share-menu a img {
    display: block;
    height: 32px;
}

.grant-menu {
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 120px;
    flex-wrap: nowrap;
    gap: 20px;
}

.grant-menu .col-xs-2 {
    flex-shrink: 0;
    text-align: center;
}

.grant-menu .col-xs-10 {
    flex-grow: 1;
}

.grant-menu .col-xs-2 img {
    max-width: 150px;
    width: auto;
    height: auto;
}

.grant-menu span {
    font-size: 24px;
}

@media (min-width: 1350px) {
    .grant-menu .col-xs-10 {
        margin-left: -60px;
    }
}

@media (max-width: 768px) {
    .grant-menu {
        flex-direction: column;
        gap: 10px;
    }

    .grant-menu .col-xs-2 {
        width: auto;
        margin: 0 auto;
    }

    .grant-menu .col-xs-2 img {
        margin: 0 auto;
    }

    .grant-menu .col-xs-10 {
        width: 100%;
        text-align: center;
    }

    .grant-menu span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .grant-menu {
        margin-bottom: 60px;
    }

    .grant-menu .col-xs-2 img {
        max-width: 100px;
    }

    .grant-menu span {
        font-size: 16px;
    }
}

.big-list-right {

}

@media (max-width: 767px) {
    .big-list-right.online-box {
        padding-top: 20px;
    }

    .big-list-right.online-box .online-vstupenka {
        margin-top: 30px;
    }
}


.big-list .program-item {
    padding-bottom: 0px;
    margin-bottom: 40px;
}

.big-list .program-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.big-list .program-item-text {
    padding-right: 5px;
}

.line {
    height: 2px;
    background: #000;
    width: 100%;
    margin-top: 40px;
}

.vstupenky-top-select {
    float: left;
}

.vstupenky-top-select span {
    display: block;
    float: left;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-right: 10px;
}

.vstupenky-top-select .styled-select {
    float: left;
}

.vstupenky-top-select .styled-select select {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.vstupenky-kalendar-top {
    /*float: right;*/
    display: inline-block;
    margin: 12px 0 25px 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

@media (min-width: 580px) {
    .vstupenky-kalendar-top {
        margin-left: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #calendar-container {
        zoom: 75%;
    }
}

/*
.vstupenky-kalendar-top div {
    float: left;
    margin-right: 20px;
}

.vstupenky-kalendar-top span{
    color: #000000;
    display: block;
    float: right;
    font-size: 20px;
    font-weight: 700;
    transform: scaleX(1.6995) rotate(90deg);
}

@media (max-width: 991px) {
    .vstupenky-kalendar-top span{
        margin-right: 15px;
    }
}
*/

.program-big h2 {
    color: #421935;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .program-big h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .program-big h2 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .program-big h2 {
        font-size: 48px;
    }
}

.program-big span {
    font-weight: 700;
    line-height: 36px;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .program-big span {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .program-big span {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .program-big span {
        font-size: 24px;
    }
}


@media (max-width: 991px) {
    .program-big .btn-link {
        margin-bottom: 30px;
    }
}

.today {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    background-color: #421935;
    padding: 8px 20px;
    text-transform: uppercase;
    /*float: left;*/
    margin-bottom: 15px;
}

.program-bottom {
    border-top: 4px solid #000;
    padding-top: 40px;
    margin-bottom: 120px;
}

.program-bottom span {
    float: left;
    display: block;
    margin: 0px 60px;
    line-height: 50px;
    color: #421935;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.btn-prev, .btn-next {
    display: block;
    float: left;
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    margin-right: 35px;
    margin-top: 10px;
}

.btn-next {
    float: right;
}

.program-bottom .btn-link {
    margin: 0 15px;
    padding: 15px 50px;
    margin-top: 10px;
}

.kontakt-private {
    font-size: 24px;
}

.kontakt-private h1 {
    margin-bottom: 20px;
}

.kontakt-private .under {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.kontakt-private-top {
    padding-bottom: 40px;
}

.kontakt-private h2 {
    color: #421935;
    text-transform: none;
    font-size: 48px;
    font-weight: 700;
    padding-top: 45px;
}

@media (max-width: 991px) {
    .kontakt-private h2 {
        font-size: 28px;
    }

    .kontakt-private {
        font-size: 20px;
    }
}

.kontakt-moznosti {
    padding-bottom: 50px;
}

.kontakt-moznosti-item {
    display: inline-block;
    padding: 0px 65px;
    margin-bottom: 50px;
}

.kontakt-moznosti-item img {
    margin: 0 auto;
}

.kontakt-moznosti-item span {
    display: block;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    max-width: 130px;
    line-height: 1;
    margin-top: 15px;
}

.wrap-styled-ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
}

.wrap-styled-ul ul li {
    padding-left: 75px;
    padding-top: 4px;
    background: url("../images/check.svg") no-repeat left top;
    background-size: 51px;
    min-height: 51px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .wrap-styled-ul ul {
        font-size: 18px;
    }
}

.kapacita {
    margin-bottom: 40px;
}

.kontakt-gray {
    background-color: #e8e8e8;
    font-size: 36px;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 75px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .kontakt-gray {
        font-size: 20px;
    }
}

.kontakt-gray img {
    margin: 0 auto;
}

.kontakt-gray strong {
    color: #421935;
}

.kontakt-gray a {
    color: #421935;
}

.kontakt-gray-top {
    margin-top: 10px;
}

.calendar {
    display: none;
}

.calendar table {
    width: 99.8%;
    margin: 0 auto;
    margin-top: 15px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.calendar .table > tbody > tr > td {
    padding: 8px;
    line-height: 1;
    vertical-align: top;
    border: 2px solid #000000;
    height: 109px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    width: 14.28%;
}

.calendar .table > tbody > tr > td.not-empty {
    background-color: #cccccc;
}

.calendar .table > tbody > tr > td.active-day {
    background-color: #421935;
}

.calendar .table > tbody > tr > td a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.calendar .table > tbody > tr > td.disable a {
    color: #cccccc;
}

.calendar .table > tbody > tr > td.disable {
    border: 2px solid #cccccc;
    background: #fff;
}

.calendar .table > tbody > tr > td.active-day {
    color: #fff;
}

.calendar .table > tbody > tr > td.active-day a {
    color: #fff;
}

.calendar .table > tbody > tr > td > span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.calendar .table > tbody > tr > td.disable > span {
    color: #cccccc;
    font-weight: 300;
}

.cart-page {
    color: #000000;
    font-size: 48px;
    font-weight: 300;
    position: absolute;
    top: 15px;
    right: 15px;
}

.cart-wrap table {
    margin-top: 25px;
    margin-bottom: 0;
}

.cart-wrap table > thead > tr > th {
    text-align: left;
    border-bottom: 2px solid #000;
}

table .text-center {
    text-align: center !important;
}

.table > tbody > tr > td {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding-top: 30px;
    border: none;
    padding-bottom: 25px;
}


.cart-wrap .table > tbody > tr > td {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 25px;
}

.cart-wrap .table > tbody > tr > td span {
    display: block;
    color: #421935;
    font-weight: 700;
    line-height: 24px;
}

.cart-wrap .trash {
    display: block;
    float: right;
    margin-top: 10px;
}

.cart-wrap .table > tbody > tr > td > div {
    float: left;
}

.cart-wrap .table > tbody > tr > td > input {
    width: 110px;
    height: 50px;
    border: 2px solid #000000;
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    display: block;
}

.cart-wrap .table > tbody > tr > td .styled-select {
    float: none;
    margin: 0 auto;
}

.cart-wrap .table > tbody > tr > td.table-price {
    color: #421935;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.small-line {
    border-bottom: 1px solid #000;
}

.cart-info {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-cena {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-cena span {
    color: #421935;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.cart-cena p {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.cart-wrap label {
    font-size: 16px;
}

.input-box, .form-group {
    margin-top: 20px;
    text-align: left;
}

.form-group .col-sm-2, .form-group .col-sm-10 {
    width: 100% !important;
}

.form-group label {
    padding-top: 0 !important;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.form-group textarea,
textarea.form-input {
    width: 100%;
    max-width: 515px;
    height: 85px;
    border: 2px solid #000000;
    display: block;
}

.cart-bottom {
    margin-bottom: 100px;
}

.cart-bottom .btn-link {
    float: right;
    display: block;
    width: auto;
    text-align: center;
    max-width: 340px;
    margin-top: 75px;
}

.form-group input,
input.form-input, .fos_user_registration_register .input-box input {
    height: 50px;
    border: 2px solid #000000;
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 20px;
}

.form-group input[type="submit"]:hover,
input.form-input[type="submit"]:hover, .fos_user_registration_register .input-box input[type="submit"]:hover {
    color: #fff;
    background-color: #421935;
    border-color: #421935;
}

.fos_user_registration_register label {
    width: 100% !important;
    padding: 0 !important;
}

.user-wrap .table > tbody > tr > td span {
    display: block;
    color: #421935;
    font-weight: 700;
    line-height: 24px;
}

.user-wrap .table > tbody > tr > td > div {
    float: left;
}

.user-wrap .table {
    margin-top: 25px;
    margin-bottom: 0;
}

.user-wrap table > thead > tr > th {
    text-align: left;
    border-bottom: 2px solid #000;
}

.user-wrap table > tbody > tr > td {
    text-align: left;
    border-bottom: 2px solid #000;
}

.user-wrap .table > tbody > tr > td.listek {
    background: url("../images/listek.svg") no-repeat left center;
    padding-left: 50px;
}

.user-wrap .table > tbody > tr > td.neuhrazeno img {
    display: inline-block;
    margin-top: -3px;
}

.user-wrap .table > tbody > tr > td.neuhrazeno span {
    color: #000;
    display: inline-block;
    margin-left: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.user-wrap .table > tbody > tr > td.uhrazeno img {
    display: inline-block;
    margin-top: -3px;
    width: 19px;
}

.user-wrap .table > tbody > tr > td.uhrazeno span {
    color: #421935;
    display: inline-block;
    margin-left: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.vstupenky-wrap {
    margin-bottom: 100px;
}

.user-wrap .input-box {
    margin-top: 30px;
}

.user-wrap .form-input {
    margin-bottom: 0;
}

.send-input {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    border: 2px solid #000000;
    background: none;
    padding: 0px 25px;
}

.send-input:hover {
    color: #fff;
    background-color: #421935;
    border-color: #421935;
}

@media (max-width: 991px) {
    .send-input {
        width: 100%;
    }
}

.user-wrap {
    margin-bottom: 100px;
}

.user-wrap .margin-top {
    margin-top: 40px;
}

.user-login .input-box {
    max-width: 300px;
}

.user-login .send-input {
    padding: 0px 60px;
}

.user-reset {
    margin-top: 0 !important;
}


@media (max-width: 991px) {
    .user-login .input-box {
        max-width: 100%;
    }

    .user-login .send-input {
        padding: 0px 60px;
        width: 100%;
        margin-bottom: 30px;
    }

    .user-reg {
        margin-top: 3rem;
    }
}

.user-reg .send-input {
    padding: 0;
    width: 100%;
}

.cart_4_wrap {
    max-width: 844px;
    margin: 0 auto;
    float: none;
    border: 2px solid #000000;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 30px;
}

.cart_4_wrap p {
    max-width: 530px;
}

.cart_4_wrap img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 105px;
}

.cart_4_wrap h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.cart_4 .btn-link {
    padding: 15px 50px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    margin-bottom: 100px;
}

.gastro {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .gastro {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .gastro {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .gastro {
        font-size: 24px;
    }
}


.gastro h1 {
    margin-bottom: 20px;
}

.gastro-top {
    padding-bottom: 40px;
}

.gastro-box {
    display: inline-block;
    width: 120px;
    height: 110px;
    background-color: #421935;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0px 20px;
    vertical-align: top;
    margin: 10px;
}

a.gastro-box:hover, a.gastro-box:focus {
    color: white;
    text-decoration: underline;
}

.gastro-box img {
    max-height: 50px;
    margin: 15px auto 10px;
}

@media (min-width: 768px) {
    .gastro-box {
        margin: 40px 15px;
        width: 188px;
        height: 177px;
        font-size: 24px;
    }

    .gastro-box img {
        margin: 30px auto 20px;
    }
}


.gastro-box span {
    display: block;
}

.gastro-images {
    position: relative;
    margin: 80px 0px;
}

@media (max-width: 767px) {
    .gastro-images {
        margin: 40px 0px;
    }

    .gastro .text-center .btn-link {
        margin-top: 5px;
    }
}

.gastro-img {
    display: block;
    float: left;
    position: relative;
    margin: 0px 13px;
}

@media (max-width: 1349px) {
    .gastro-img {
        float: none;
        display: inline-block;
        margin: 0 auto;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .gastro-img img {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gastro-img {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.gastro-img:nth-child(1) {
    margin-left: 0;
}

.gastro-img:nth-child(3) {
    margin-right: 0;
}

.gastro-img.top_30 {
    margin-top: -30px;
}

.gastro-img.bot_30 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .gastro .purple-boxes .gastro-box:last-child {
        padding: 0;
    }
}

.gastro-lupa {
    position: absolute;
    width: 49px;
    height: 50px;
    background: url("../images/lupa.svg") no-repeat center;
    right: 20px;
    bottom: 20px;
}

.gastro-yt {
    position: absolute;
    width: 70px;
    height: 50px;
    background: url("../images/icon-youtube-play-red.svg") no-repeat center;
    left: 50%;
    left: calc(50% - 35px);
    top: 50%;
    top: calc(50% - 25px);
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.gastro-img:hover .gastro-yt {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gastro .small-max {
    max-width: 1040px;
    margin: 0 auto;
}

.gastro .btn-link {
    display: inline-block;
    float: none;
    margin-bottom: 100px;
}

.kontakt-text {
    color: #000;
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .kontakt-text {
        font-size: 18px;
    }
}


.kontakt-text h4 {
    color: #421935;
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.kontakt-left table {
    width: 70%;
}

.kontakt-right {
    font-size: 18px;
}

.kontakt-right .input-box {
    margin-top: 40px;
}

.kontakt-right label {
    display: block;
    clear: both;
}

.kontakt-right input {
    max-width: 408px;
    float: left;
}

.kontakt-right textarea {
    max-width: 100%;
    height: 161px;
    margin-bottom: 30px;
}

.mapa {
    margin: 70px 0px;
}

.kontakt-small {
    font-size: 18px;
}

.kontakt-bot {
    margin-bottom: 100px;
}

.festial-top h1 {
    margin: 0;
    margin-bottom: 25px;
}

.festial-top .gray-bg {
    padding-left: 110px;
    padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .festial-top .gray-bg {
        padding: 20px;
    }
}

.festial-top .share-menu {
    float: right;
    border-top: 0;
    margin: 0;
    padding: 0;
}

.festival-text p {
    margin: 0;
    margin-top: 40px;
    font-size: 18px;
}

@media (min-width: 992px) {
    .festival-text p {
        font-size: 24px;
    }
}

.festival-text {
    margin-bottom: 90px;
}

.festial-top .purple-box {
    height: 630px;
}

@media (max-width: 991px) {
    .festial-top .purple-box {
        display: none;
    }
}

.festial-top .rotate {
    bottom: auto;
    top: 150px;
    right: -50px;
    left: auto;
    text-align: right;
    height: 100px;
    width: 300px;
    transform: rotate(-90deg);
}

.festival-bot .online-box {
    background-color: #421935;
    padding-left: 30px;
    padding-top: 30px;
    height: 265px;
}

.festival-bot .online-vstupenka {
    color: #ffffff;
    padding: 0;
}

@media (max-width: 991px) {
    .festival-bot .online-box {
        text-align: center;
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .festival-bot .online-box .styled-select {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .festival-bot .online-box .styled-select select {
        width: 105%;
    }

    .festival-bot .online-vstupenka {
        float: none;
        margin: 0 auto;
    }

    .festival-bot .input-pocet {
        width: 100%;
    }

}

/* Vizuálně skryto, ale zůstává v accessibility tree a v pořadí tabulátoru,
   aby odečítač oznámil stav zaškrtnutí. Nesmí být display:none ani visibility:hidden. */
input.styled-check {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
}

input.styled-check:focus-visible + label span {
    outline: 2px solid #421935;
    outline-offset: 2px;
}

input.styled-check + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -7px 4px 0 0;
    vertical-align: middle;
    background: url('../images/uncheck.svg') left top no-repeat;
    cursor: pointer;
}

input.styled-check:checked + label span {
    background: url('../images/checkbox.svg');
}

input.styled-check.reverse + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px 4px 0 0;
    vertical-align: middle;
    background: url('../images/uncheck_reverse.svg') left top no-repeat;
    cursor: pointer;
}

input.styled-check.reverse:checked + label span {
    background: url('../images/check_reverse.svg');
}


.checkLeft {
    position: relative;
    float: left;
    width: 30px;
}

.checkRight {
    line-height: 1;
    float: left;
    width: auto;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .checkLeft {
        width: 15%;
        margin: 0;
    }

    .checkRight {
        width: 85%;
        margin: 0;
    }
}

.online-vstupenka .checkRight {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    max-width: 165px;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .online-vstupenka .checkRight {
        max-width: 100%;
    }
}

.big-line.no-top {
    margin-top: 0px;
}

.festival-bot-link .btn-link {
    margin-top: 40px;
    margin-bottom: 100px;
}

.check_cart {
    float: right;
}

.check_cart .checkLeft {
    margin-top: 20px;
}

.check_cart .checkRight {
    margin-top: 25px;
    color: #404040;
    font-size: 18px;
    font-weight: 700;
}

.cart-bottom.cart-final .btn-link {
    margin-top: 20px;
    max-width: none;
    padding: 15px 30px;
}

.media {
    font-size: 24px;
    margin-bottom: 100px;
}

.media h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
}

@media (min-width: 768px) {
    .media h1 {
        margin-top: 0;
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .media h1 {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .media h1 {
        font-size: 40px;
    }
}

.media p {
    margin-bottom: 30px;
}

.media .purple-box {
    height: 200px;
}

.media img {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .media .purple-box {
        height: 339px;
    }

    .media img {
        padding-top: 90px;
    }
}

.media .item-big .btn-link {
    margin-top: 0;
}

.btn-right .btn-link {
    float: right;
}

@media (max-width: 991px) {
    .media .text-right {
        text-align: left;
    }

    .media .btn-right .btn-link {
        display: block;
        margin-bottom: 30px;
        float: left;
    }
}

.text-soldout {
    display: inline-block;
    padding-right: 30px;
    font-size: 20px;
}

.highlight .text-soldout {
    color: white;
}

.vstupenky-toggle {
    clear: both;
    display: block;
    font-weight: 700;
    padding-top: 30px;
}

.vstupenky-toggle .show-calendar {
    display: inline;
}

.show-calendar + span {
    color: #000000;
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    transform: scaleX(1.6995) rotate(270deg);
}

.show-calendar.collapsed + span {
    transform: scaleX(1.6995) rotate(90deg);
}

.input-pocet {
    text-align: center;
}

.package-name {
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
    color: #421935;
    font-size: 22px;
    font-weight: 700;
}

.highlight .package-name {
    color: white;
}

.form-user-login p a {
    display: inline-block;
    margin-top: 25px;
}

.table-pricelist td.text-left {
    padding-left: 25px;
}

.table-pricelist td {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.table-pricelist tr:nth-child(even) td {
    background-color: #e8e8e8;
}

.text-center .btn-link {
    display: inline-block;
    float: none;
    margin-top: 50px;
}

#body-homepage .gray-bg .program-list .program-item img {
    max-height: 230px;
}

#pagination-next {
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 50px;
}


/* highlighted */
.program-item.highlight {
    color: white;
    background-color: #421935;
}

@media (min-width: 768px) {
    .program-item {
        padding: 0 15px;
    }

    .program-item.highlight {
        background-color: white;
    }

    .program-item.highlight .in {
        background-color: #421935;
        padding: 30px 0 0;
    }

    #tickets .program-item {
        padding: 0;
    }
}

.program-item.highlight .program-item-text h2,
.program-item.highlight .program-item-text h2 a,
.program-item.highlight .program-item-text span.program-item-date,
.program-item.highlight .program-item-text span,
.program-item.highlight .online-vstupenka {
    color: white;
}

.program-item.highlight .program-item-date {
    background-image: url("../images/calendar_wh.svg");
    background-size: 20px;
}

.program-item.highlight .btn-link {
    color: white;
    border-color: white;
}

.program-item.highlight form .btn-link {
    border: 2px solid white;
}

.program-item.highlight input,
.program-item.highlight select {
    color: black;
}

.program-item.highlight .online-vstupenka {
    background-image: url("../images/wallet_wh.svg");
    background-size: 44px;
}

#basket-count {
    position: absolute;
    top: -6px;
    right: -10px;
    padding: 4px 7px;
}

.festival-buy-wrap {
    padding: 30px 15px 0;
    margin-bottom: 70px;
}

.big-list .row .program-item:first-child {
    margin-top: 40px;
}

.left-box .wrap-booking {
    padding: 30px;
    background-color: #e8e8e8;
}

@media (min-width: 992px) {
    .left-box .wrap-booking {
        padding: 30px 50px;
    }

    .koncert-wrap {
        padding-left: 50px;
    }
}

.package-name {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 60px;
    background: url("../images/icon_package.svg") 0 4px no-repeat;
    background-size: 40px;
    font-size: 24px;
    line-height: 24px;
}

.list-items {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0 30px;
    padding: 15px 0 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.list-items p {
    margin-bottom: 15px;
}


.program-big img {
    max-height: 400px;
}

.sale-discount {
    padding: 1px 0 1px 25px;
    background: url("../images/icon_sale.svg") 0 0 no-repeat;
    background-size: 20px;
    color: #404040;
    font-size: 12px;
}

.highlight .sale-discount {
    color: white;
}

.qtip-default {
    border: 1px solid #421935;
    background-color: #421935;
    color: white;
    font-size: 13px;
}

.qtip-content {
    padding: 8px 10px;
    line-height: 1.2em;
}

.table-pricelist .menu-name {
    width: 60%;
}

.table-pricelist .menu-rate {
    width: 20%;
}

.table-pricelist .menu-price {
    width: 20%;
}

#body-private_events .gastro-images {
    margin-top: 0;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #body-photo_list .video-list .row .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    #body-photo_list .video-list .row .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    #body-photo_list .video-list .row .col-sm-6:nth-child(4n+1) {
        clear: both;
    }
}

.menu-pricing-desc {
    margin-top: 10px;
    font-size: 14px;
}

.menu-pricing-desc p:last-child {
    margin-bottom: 0;
}

.menu-pricing-desc img {
    max-width: 100%;
    height: auto !important;
}

.calendar-out {
    background-color: #fff !important;
}

.basket-event-name {
    width: calc(100% - 23px);
}

.qr-image-pricing {
    max-width: 70px !important;
    float: left;
    margin: 0 15px 0 0;
}

@media (min-width: 992px) {
    .hp-kontakt img {
        height: 326px;
    }
}

@media (min-width: 1200px) {
    .hp-kontakt img {
        height: 401px;
    }
}

@media (min-width: 1350px) {
    .hp-kontakt img {
        height: 440px;
    }
}

@media (min-width: 768px) {
    #body-pricing_menu.en .gastro-box {
        font-size: 20px;
    }
}

.slider .item a {
    position: relative;
    display: block;
}

.slider .item .btn-purple {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: 1px solid white;
}

@media (max-width: 767px) {
    .slider .item .btn-purple {
        font-size: 12px;
        padding: 7px 15px;
        right: 20px;
        bottom: 20px;
    }

    .col-slider-for {
        padding: 0;
    }
}

.user-wrap .input-box {
    clear: both;
    float: none;
}

.user-wrap .input-box + p {
    clear: both;
}

.user-wrap .input-box label {
    text-align: start;
}

@media (min-width: 992px) {
    .user-jazzpass #jazzpass_form .form-group {
        float: left;
        width: 50%;
        margin: 0 0 20px 0;
    }

    .user-jazzpass #jazzpass_form .form-group:nth-child(2) {
        clear: both;
    }

    .user-jazzpass #jazzpass_form .form-group .col-sm-10 {
        padding: 0;
    }

    .user-jazzpass #jazzpass_form .form-group:nth-child(1),
    .user-jazzpass #jazzpass_form .form-group:nth-child(2),
    .user-jazzpass #jazzpass_form .form-group:nth-child(4),
    .user-jazzpass #jazzpass_form .form-group:nth-child(6) {
        padding-right: 15px;
    }

    .user-jazzpass #jazzpass_form .form-group:nth-child(3),
    .user-jazzpass #jazzpass_form .form-group:nth-child(5),
    .user-jazzpass #jazzpass_form .form-group:nth-child(7) {
        padding-left: 15px;
    }

    .user-wrap .input-box {
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .purple-box {
        font-size: 40px;
    }

    .rotate {
        right: -15px;
    }

    .left-box .wrap-booking {
        padding: 25px;
    }

    .online-vstupenka {
        font-size: 22px;
    }

    .program-detail .text {
        font-size: 20px;
    }

    .program-detail .program-item-date {
        font-size: 26px;
    }

    .styled-select {
        width: 163px;
    }

}

@media (max-width: 767px) {
    .table-responsive-cart table th,
    .table-responsive-cart table td {
        display: block;
        font-size: 16px !important;
    }

    .table-responsive-cart table thead th {
        display: none;
    }

    .table-responsive-cart table thead th:nth-child(1) {
        display: block;
    }

    .table-responsive-cart table div {
        float: none !important;
        width: 100% !important;
    }

    .table-responsive-cart table td {
        padding: 15px 5px 0px !important;
    }

    .table-responsive-cart table tr td:last-child {
        padding: 0 0 10px !important;
        border-bottom: 1px solid black;
    }

    .cart-wrap .trash {
        float: right;
        margin: 0;
        position: relative;
        top: -32px;
    }

    .cart-cena span {
        font-size: 30px;
    }

    .gray-bg .program-item {
        padding-top: 0;
    }

    .festivaly .text-center .btn-link {
        margin-top: 0;
    }

    .program-item-text span.program-item-date {
        margin-top: 5px;
    }

    .btn-ticket-collapse {
        display: block;
        padding: 10px;
        color: white;
        background-color: #421935;
    }

    .ticket-buy-collapse {
        display: none;
    }

    .text-soldout {
        padding-right: 0;
        font-size: 14px;
    }

    .col-slider-for .slick-prev, .col-slider-for .slick-next {
        position: relative;
        left: 50%;
        left: calc(50% - 18px);
        color: black;
        font-size: 24px;
        font-weight: 700;
        border: 0;
        background: white;
        outline: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    }
}

@media (min-width: 768px) {
    .ticket-buy-collapse {
        display: block;
    }

    .btn-ticket-collapse {
        display: none;
    }
}

#search-container {
    /*TODO: styles*/
}

#body-photo_gallery .purple-bg .btn-link {
    border: 2px solid #aaa;
    color: #aaa;
}

.festival-bot .text-soldout {
    color: white;
}

@media (max-width: 767px) {
    #body-festival_detail .festial-top .gray-bg {
        background-color: white;
        padding: 15px 0 0;
    }

    #body-festival_detail .festial-top .gray-bg h1 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .festival-text p {
        margin-top: 25px;
    }

    .festival-text {
        margin-bottom: 20px;
    }

    .online-box-soldout {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
        height: auto !important;
        text-align: left !important;
    }

    .big-list-right.online-box-soldout .online-vstupenka {
        margin-top: 15px;
    }


}

.archived-divider {
    font-size: 4rem;
    font-weight: 600;
    margin: 0 3rem;
    padding: 1rem 3rem 3rem;
    border-bottom: 2px solid #000;
}

.register-button-container {
    position: relative;
    z-index: 1;
}

.checkbox-consent-container {
    margin: 3rem 0 0 2.5rem;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .checkbox-consent-container {
        margin: 3rem 0 2rem 2.5rem;
    }
}

a.login {
    position: relative;
}

.user-logged {
    position: absolute;
    top: -4px;
    right: 2px;
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/icon_logged.svg") 0 0 no-repeat;
    background-size: 15px;
}

input.has-error, textarea.has-error {
    border: 2px solid #f61300 !important;
}

.paginator-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginator-wrap .pagination a, .paginator-wrap .pagination span {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    outline: none !important;
    height: 52px !important;
    line-height: 37px !important;
    font-weight: 600;
    padding: 6px 35px !important;
}

.paginator-wrap .pagination .active span {
    background-color: #421935 !important;
}

/* scroll infobar */
.top-info-box {
    position: relative;
    background-color: #421935;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 12px 0px;
    line-height: 1.2;
    text-align: center;
    min-height: 80px;
    align-items: center;
    display: flex;
    transition: all 0.2s;
}

.top-info-box.scroll {
    position: fixed;
    left: 0;
    right: 0;
    padding: 12px 0px;
    z-index: 9999;
    min-height: 40px;
}

.top-info-content {
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.top-info-content-text {
    width: 100%;
}

.top-info-content p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .top-info-box {
        font-size: 14px;
        padding: 10px 0px;
    }
}

/* end scroll infobar */

/* flash alerts */
.alert {
    margin: 1rem 0 3rem 0;
    text-align: center;
}

/* flash alerts end */

/* recaptcha hide badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* end recaptcha hide badge */

.admin-button {
    position: fixed;
    bottom: 0.1rem;
    right: 5.3rem;
    z-index: 999999;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    background-color: black;
}

.admin-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fffffff0;
    font-size: smaller;
    font-weight: bold;
}
