@font-face {
    font-family: 'BodoniOTRoman';
    src: url('../font/bodoniot_roman-webfont.eot');
}

@font-face {
    font-family: 'BodoniOTRoman';
    src: url(//:) format('no404'), url('../font/bodoniot_roman-webfont.woff') format('woff'), url('../font/bodoniot_roman-webfont.ttf') format('truetype'), url('../font/bodoniot_roman-webfont.svg#BodoniOTRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicOTBoldExtended';
    src: url('../font/tradegothicot_boldextended-webfont.eot');
}

@font-face {
    font-family: 'TradeGothicOTBoldExtended';
    src: url(//:) format('no404'), url('../font/tradegothicot_boldextended-webfont.woff') format('woff'), url('../font/tradegothicot_boldextended-webfont.ttf') format('truetype'), url('../font/tradegothicot_boldextended-webfont.svg#TradeGothicOTBoldExtended') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothicOTExtended';
    src: url('../font/tradegothicot_extended-webfont.eot');
}

@font-face {
    font-family: 'TradeGothicOTExtended';
    src: url(//:) format('no404'), url('../font/tradegothicot_extended-webfont.woff') format('woff'), url('../font/tradegothicot_extended-webfont.ttf') format('truetype'), url('../font/tradegothicot_extended-webfont.svg#TradeGothicOTExtended') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}


html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    *font-size: small;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    padding-top: 54px;
}

body.HomePage {
    padding-top: 0;
}

*:focus-visible {
    outline: 2px solid cornflowerblue !important;
}

.head-spacer {
    height: 84px;
}

::-moz-selection {
    background: var(--gold-dark-color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--gold-dark-color);
    color: #fff;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #8b794b;
}

h1 {
    font-size: 30px;
}

h2 {
}

h3 {
}

a {
    color: #785d16;
    text-decoration: none;
}

a:hover {
    color: #997f3d;
}

.content ol {
    margin-left: 20px;
}

.content em {
    font-style: italic;
}

.content .documents {
    margin-left: 0;
    padding-left: 0;
}

.content .documents li {
    margin-bottom: 0;
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-bottom: 1px;
    list-style-type: none;
}

textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 0
}

.sprite {
    background: url(../images/sprite.png) no-repeat;
}

#map_canvas {
    height: 420px !important;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d8d4c8;
    margin-bottom: 30px;
}

.nav-holder .inner {
    display: grid;
    grid-template-columns: 1fr min-content 1fr;
}


.footer {
    margin: 0;
    background: #000000;
    color: white;
}

.footer-tickets {
    text-align: center;
}

.footer-content {
    padding: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
    width: 1284px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
}

.footer .footer-tickets {
    background: #a20a0f;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em;
}

.footer-ticket-link {
    display: block;
    width: 100%;
}

.footer a {
    color: #fff;
    display: block;
}

.footer-socials a, .footer-copyright a {
    display: inline-block;
}

.footer .footer-tickets h2 {
    font-weight: 900;
    font-size: 1.4em;
}

.footer .footer-contacts {
    font-family: "TradeGothicOTExtended";
}

.footer .footer-contact {
    padding-bottom: 3em;
}

.footer .footer-contact .contact-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.footer-content a {
    font-family: "TradeGothicOTExtended";
    text-transform: uppercase;
    font-size: 0.8em
}

.footer .footer-news {
    font-family: "TradeGothicOTExtended";
}

.footer-news h2, .footer-socials h2 {
    font-family: "TradeGothicOTExtended";
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1em;
    font-size: 1em;
}

.footer .footer-news p {
    font-size: 0.8em;
    line-height: 1.5em;
}

.footer-socials {
    margin-left: 6em;
}

.footer-socials > div {
    padding-bottom: 3em;
}

.footer-social {
    padding: 0.5em;
    border-radius: 100%;
    background-color: #785d16;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 0.5em;
}

.footer-social i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.news-footer {
    background-color: var(--gold-background-color);
    padding: 1em;
    padding-top: 0
}

.desktop .news-footer-slide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}

.tablet .news-footer-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

.mobile .news-footer-slide {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
}

.news-footer-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 530px;
}

.news-footer-item .news-content {
    padding: 1em;
    flex-grow: 1;
    height: 250px;
    overflow: hidden;
}

.news-footer-item .news-content p {
    text-align: justify;
}

.news-footer-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-footer-item h3 {
    font-size: 1.8em;
    line-height: 1em;
    font-family: "TradeGothicOTExtended";
    margin-bottom: 0.5em;
    font-weight: bold;
    height: 75px;
    overflow: hidden;
}

.news-footer-item .news-date {
    color: gray;
    margin-bottom: 0.5em;
    font-family: "TradeGothicOTExtended";
}

.news-footer.tablet, .news-footer.mobile {
    display: none;
}

.news-controls {
    background-color: var(--gold-background-color);
    margin-bottom: 0 !important;
    padding-top: 1.5em;
}

.nsf-box .fp10 {
    background: none !important;
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* embeded subscription form */
.nsf-box .fp10 p {
    display: none;
}

.nsf-box .fp10 button {
    background-color: #785d16 !important;
    font-family: Arial, Helvetica, sans-serif;
    color: white !important;
    font-weight: bold !important;
}

.nsf-box .fp10 .description {
    color: white !important;
}
/* end embeded subscription form */


.footer-bottom {
    display: grid;
    grid-template-columns: calc(50% - 1em - 75px) 150px calc(50% - 1em - 75px);
    grid-gap: 1em;
    color: #8b794b;
    font-size: 0.8em;
}

.footer-bottom a {
    color: #8b794b;
}

.footer-bottom img {
    width: 100%;
}

.footer-bottom .footer-copyright {
    margin-top: auto;
    padding: 1em
}

.footer-bottom .footer-copyright.left {
    text-align: right;
}

.main {
    position: relative;
}

.HomePage .main {
    height: 100%;
}

.main-home {
    width: 100%;
}

.aside {
    float: left;
    width: 150px;
}

.header {
    margin: 0 auto;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 30;
}

.nav-holder {
    height: 53px;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.1);
}

.HomePage .nav-holder .primary a, .HomePage .nav-holder .secondary a {
    transition: 0.5s;
    color: white;
}

.nav-holder:hover {
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.95);
}

.nav-holder:hover .primary a, .nav-holder:hover .secondary a {
    transition: 0.5s;
    color: black!important;
}

.scrolled .nav-holder {
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.95);
    height: 90px;
}

.scrolled .nav-holder .primary a, .scrolled .nav-holder .secondary a {
    transition: 0.5s;
    color: black;
}

.nav-holder .inner {
    height: 100%;
}

.spotlight .carousel-item {
    height: 100vh;
}


.spotlight .carousel-item img, .spotlight .carousel-item video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.spotlight .carousel-caption {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    display: grid;
    font-family: 'TradeGothicOTExtended';
}

.spotlight .carousel-caption div {
    margin: auto;
}

.spotlight .carousel-caption a:not(.btn-tickets) {
    display: block;
}

.spotlight .carousel-caption.light a {
    color: #fff;
    transition: 0.5s;
}

.spotlight .carousel-caption a:not(.btn-tickets):hover {
    color: #ccc;
}

.spotlight .carousel-caption.dark a:not(.btn-tickets) {
    color: #000;
    transition: 0.5s;
}

.spotlight .carousel-caption.dark a:not(.btn-tickets):hover {
    color: #333;
}

.spotlight .carousel-caption.gold a:not(.btn-tickets) {
    color: var(--gold-dark-color);
    transition: 0.5s;
}

.spotlight .carousel-caption.gold a:not(.btn-tickets):hover {
    color: #785d16;
}

.spotlight .carousel-pause {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 1em;
    margin-bottom: 1rem;
    list-style: none;
    color: rgba(255, 255, 255, 0.3);
    font-size: 1.5rem;
}

.video-pause {
    position: absolute;
    bottom: 2em;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 1.5em;
}

.btn-tickets {
    background-color: var(--ticket-link-color);
    color: #fff;
    padding: 1em 2em;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'TradeGothicOTExtended';
    transition: linear 0.2s;
    display: inline-block;
    border: 1px var(--ticket-link-color) solid;
}

.btn-tickets:hover {
    color: white;
    background-color: #8A090D;
}

.spotlight .carousel-caption h1 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
}

.spotlight .carousel-caption h4 {
    font-size: 2em;
}

button.social-logo {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    padding: 0
}

.brand {
    transition: 0.3s;
    width: 150px;
    margin-top: 1em;
}


.primary,
.secondary {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.logo {
    transition: 0.5s;
    width: 150px;
    position: absolute;
    margin: 0;
}
.scrolled  .logo {
    transition: 0.5s;
    width: 100px;
    margin: 0 25px;
}

.primary ul,
.secondary ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95em;
    gap: 1em;
    justify-content: space-around;
}

.nav-holder:focus-within {
    background-color: white;
}

.primary a,
.secondary a,
.tertiary li a {
    color: #000;
    font-family: 'TradeGothicOTBoldExtended';
    text-transform: uppercase;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 0.75em;
}

.primary li a:hover,
.secondary li a:hover {
    color: var(--gold-dark-color);
}


.tertiary .parent,
.tertiary .current.parent {
    display: none;
}

.tertiary li a {
    color: #999;
}


.lang-nav {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

.lang-nav a.en, .lang-nav a.sl {
    line-height: 200px;
    overflow: hidden;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background: url(../images/sprite.png) no-repeat;
}

.lang-nav a.en {
    background-position: -21px -22px;
}

.lang-nav a.sl {
    background-position: -43px -22px;
}

.lang-nav a.social-logo {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}


.lang-nav a.nl-link:hover {
    opacity: .8;
}

@media screen and (min-width: 656px) {
    .lang-nav .break {
        display: none
    }

    .lang-nav a.nl-link {
        color: #999;
        margin: 0;
    }

    .lang-nav a.nl-link:hover {
        color: #000;
    }

    .spotlight .carousel-item .desktop {
        display: block;
    }
    .spotlight .carousel-item .mobile {
        display: none;
    }
}

.loading {
    text-align: center;
}

.front-news {
    position: fixed;
    top: 40%;
    right: 0;
    width: 240px;
    z-index: 20;
}

span.separator {
    padding: 0 5px 0 7px;
}

.secondary .sub li {
    padding-left: 10px;
}

.season-list li.cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: right top no-repeat #deddd8;
    background-size: auto;
    aspect-ratio: 16/9;
    width: 100%;
}

ul.list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.list li {

    min-height: 195px;
    text-align: center;

}

.list li.item {
    background-color: #eeede9;
}


.photo-list li.cover {
    background-color: #deddd9;
}

.photo-list li.cover p {
    padding: 37px 30px 0;
    color: #666;
    font-size: 13px;
    line-height: 19px;
}

.photo-list li h3 {
    margin-top: 72px;
    font-family: 'TradeGothicOTBoldExtended';
    line-height: 22px;
    margin-bottom: 10px;
}

.photo-list li .separator {
    padding: 0 8px 0 5px;
}

.photo-list li.item .links {
    line-height: 20px;
}

.season-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));

}

.season-list li.item {
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/privzeta.jpg);
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
}

.season-list li.item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.season-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.season-list li.item .title {
    height: 60px;
    background-color: #000;
    opacity: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: 0.3s;
}

.season-list li.item:hover .title {
    height: 70px;
    transition: 0.3s;
}

.season-list li.cover {
    background-color: #deddd8;
}

.season-list li.cover p {
    font-size: 11px;
    color: #777;
}


.season-list li h2 {
    color: #000;
    font-size: 21px;
    font-family: 'TradeGothicOTBoldExtended';
    text-transform: uppercase;
}

.season-list li h3 {
    font-family: 'TradeGothicOTExtended';
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
    margin-top: -2px;
    padding: 0 20px 10px;
}


.season-list li h4 {
    text-transform: none;
    margin-bottom: 6px;
    font-size: 11px;
    color: #aaa;
    padding: 10px 20px 0;
}

.tertiary {
    text-align: center;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    padding: 9px 0 3px;
}

.tertiary select {
    display: none;
}

.tertiary li {
    display: inline-block;
    font-family: 'TradeGothicOTBoldExtended';
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 18px;
    /*background: url(../images/menu-separator.png) no-repeat right center;*/
    margin-right: 10px;
    margin-bottom: 5px;
}

.tertiary li.last {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

.tertiary li a {
    display: inline-block;
}

.gallery-default li {
    zoom: 1;
    display: inline !important;
}


.gallery-default li a {
    padding: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
}

article h1 {
    font-size: 48px;
    font-family: 'TradeGothicOTExtended';
    color: var(--gold-dark-color);
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-left: -3px;
}

article h2.author {
    font-size: 24px;
    margin-bottom: 7px;
    font-family: 'BodoniOTRoman';
    font-style: normal;
}

article h2 {
    font-family: 'TradeGothicOTExtended';
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 32px;
}

article h3 {
    font-family: 'TradeGothicOTExtended';
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}

article p + h3,
article ul + h3,
article ol + h3 {
    margin-top: 30px;
}

article p + h2,
article ul + h2,
article ol + h2 {
    margin-top: 40px;
}

.content-container {
    background-color: #eeede9;
    padding: 65px 10% 50px;
}

article header {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

article header .info {
    margin-top: -10px;
    line-height: 24px;
}

article header .info li {
    font-size: 15px;
    display: inline-block;
    color: #333;
}

article header .info li span {
    padding: 0 5px 0 7px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}


article.additional {
    padding-top: 100px;
}

article header .info li span.other-dates-link,
#show-extended {
    color: #a20a0f;
    padding: 0 17px 0 0;
    background: url(../images/arrow.gif) no-repeat right 4px;
    cursor: pointer;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

aside #show-extended {
    margin-top: -15px;
}

article header .btn {
    float: left;
    margin-top: 20px;
    margin-bottom: 25px;
}

img.sponsors {
    float: right;
    margin-top: 8px;
}

article header .info li span.open,
span#show-extended.open {
    background-position: right -18px;
}

article iframe {
    width: 100%;
    aspect-ratio: 16/9 !important;
    height: unset;
}

.event-page {
    background-color: #f4f2ec;
}

.event-header {
    height: 60vh;
    width: 100%;
    display: grid;
    grid-template-areas: "header";
    min-height: fit-content;
}

.event-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    grid-area: header;
}

.event-header .event-info {
    grid-area: header;
    margin-top: auto;
    margin-bottom: 4em;
    text-align: center;
    color: white;
    font-family: 'TradeGothicOTBoldExtended';
}

.event-header .event-info h3 {
    color: var(--gold-background-color);
    font-size: 1em;
    margin-bottom: 0.5em;
}

.event-header .event-info h1 {
    text-transform: uppercase;
    font-size: 3em;
    color: white;
    margin: auto;
    font-weight: bold;
}


.event-header .event-info.Gold h2,
.event-header .event-info.Gold h3,
.event-header .event-info.Gold h1
{
    color: var(--gold-background-color);
}

.event-header .event-info.Dark h2,
.event-header .event-info.Dark h3,
.event-header .event-info.Dark h1
 {
    color: #000000;
}



.event-header .event-info h2 {
    font-size: 1.5em;
}

.event-header .event-info button {
    margin-top: 2em;
}

.event-content {
    width: 90%;
    padding: 3em;
    margin: auto;
    background-color: white;
    position: relative;
    top: -2em;
    line-height: 1.8em;
    text-align: justify;
}

.event-sponsor {
    width: min-content;
    max-width: 100%;
    margin: auto;
}

.event-sponsor img {
    max-width: 300px;
}

.event-people, .event-documents, .event-additionals, .event-notifications {
    text-align: center;
}

.event-people li, .event-documents li, .event-additionals li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    text-align: right;
}

.event-people li strong, .event-documents li strong, .event-additionals li strong {
    text-align: left;
}

.event-people i, .event-documents i, .event-additionals i, .event-notifications i {
    font-size: 1.8em;
    color: #8b794b;
    margin: 0.25em 0 1em 0;
}

.event-content h3 {
    font-family: 'TradeGothicOTBoldExtended';
    text-transform: uppercase;

}

.event-people h3, .event-documents h3, .event-additionals h3, .event-notifications h3 {
    font-size: 0.8em;
}

.event-shows h3 {
    text-align: center;
    margin-bottom: 1em;
}

.event-shows .btn.more {
    display: block;
    margin: auto;
    margin-bottom: 2em;
}

.event-shows {
    margin-bottom: 2em;
}

.event-shows-list {
    background-color: #f7f6f4;
    padding: 0 1em;
}

.event-show {
    display: grid;
    grid-template-columns: min-content 1fr min-content 125px;
    grid-gap: 1em;
    font-family: 'TradeGothicOTBoldExtended';
}

.event-date {
    text-align: center;
    padding: 0;
}

.event-date h4 {
    font-size: 2.5em;
    line-height: 1em;
}

.event-date p {
    font-size: 0.8em;
    line-height: 1em;
}

.event-time {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.event-time h4 {
    font-size: 1.8em;
    line-height: 1em;
}

.event-show-list .event-location {
    padding: 0;
}

.event-show-list .event-show {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.event-list-small .event-location, .event-list-small .event-author {
    font-size: 0.8em;
    color: #666
}

.event-list-small .event-title {
    font-size: 2em;
    line-height: 1.2em;
}

.event-notice {
    font-size: 0.8em;
    line-height: 1em;
    color: #999;
}

.event-premiere {
    color: var(--ticket-link-color)
}

.show-icons {
    width: fit-content;
    margin: auto 0 auto auto;
    height: fit-content;
}

.show-icons button:not(:last-child) {
    margin-right: 0.25em;
}

.cast, .event-additional, .files {
    display: none;
    margin-bottom: 4em;
}

.event-additional-content, .event-notification {
    padding: 2em;
    background-color: #f4f2ec;
    margin-bottom: 1em;
    text-align: justify;
}

.event-additional-content h4, .event-notification h4 {
    font-family: 'TradeGothicOTBoldExtended';
    text-transform: uppercase;

}

.event-additional-content h4 {
    text-align: center;
}

.event-additional-content .additional-content, .event-description {
    margin-bottom: 2em;
}

.event-notifications {
    margin-bottom: 2em;
}

.event-gallery, .event-trailer-gallery {
    margin-bottom: 2em;
}

.event-gallery h3, .event-trailer-gallery h3 {
    font-size: 0.8em;
    line-height: 1em;
}

.event-trailers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1em;
}

.event-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1em;
    aspect-ratio: 16 / 9;
}

.event-premiere-text {
  color: var(--ticket-link-color);
    margin-bottom: 1em;

}

.event-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.event-gallery-controls, .event-trailers-controls, .news-controls {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
}

.calpage-calendar {
    background-color: var(--gold-background-color);
    height: 100%;
}

.calpage-calendar .react-calendar-container {
    padding: 1em 2em 3em 2em;
}

a.carousel-control-pause {
    height: fit-content;
    margin: auto 0;
}

.event-gallery-controls .carousel-control-prev,
.event-gallery-controls .carousel-control-next,
.event-trailers-controls .carousel-control-prev,
.event-trailers-controls .carousel-control-next,
.news-controls .carousel-control-prev,
.news-controls .carousel-control-next {
    display: inline-block;
    position: unset;
    font-size: 1.5em;
    width: unset;
    color: var(--gold-dark-color);
    z-index: 10;
    opacity: 1;
    padding: 0 1em
}

.news-and-events-footer {
    background-color: #eeede9;
    padding: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

.news-and-events-footer .event-list-small {
    background-color: white;
    padding: 2em 2em 0 2em;
}

.calendar-footer {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.calendar-footer .react-calendar-container {
    padding: 1em;
    flex-grow: 1;
}

.calendar-title {
    font-family: 'TradeGothicOTBoldExtended';
    text-transform: capitalize;
    font-size: 1.8em;
    text-indent: 1em;
}

.calendar-list .calendar-title {
    margin-bottom: 1em;
    text-indent: unset;
}

.calendar-block .calendar-title {
    text-indent: unset;
}

.calendar-more {
    background-color: var(--gold-dark-color);
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: 'TradeGothicOTBoldExtended';
    padding: 0.5em;
}

.ratio.ratio-16x9 {
    background-color: transparent !important;
}

body.modal-open {
    overflow: unset !important;
}

.modal-backdrop.show {
    opacity: 0.9;
}


.default-page .content {
    width: 100%;
    font-style: normal;
}

.default-page .content-container {
    text-align: center;
}

.default-page h1 {
    margin-bottom: 40px;
}

.default-page article {
    background: url(../images/logo-ornament-siva.svg) no-repeat center bottom;
    background-size: 40%;
    padding-bottom: 140px;
}

.detail-page .content {
    float: right;
    font-style: normal;
    width: 50%;
}

.detail-page h1 {
    text-transform: none;
    font-size: 32px;
    margin-bottom: 40px;
    width: 95%;
}

.detail-page article header {
    float: left;
    width: 48%;
}

article time {
    font-size: 18px;
}

.detail-page time {
    margin-bottom: 65px;
    margin-top: -30px;
    float: left;
    width: 100%;
}

.detail-page .image {
    float: left;
    margin-top: 20px;
}

.content ul,
content ol,
content table,
article aside ul {
    margin-bottom: 40px;
}

.content {
    font-size: 14px;
    line-height: 26px;
}

.content ul li {
    list-style-type: none;
    background: url(../images/bullet.png) -5px 10px no-repeat;
    padding-left: 20px;
}

.content ul li,
.content ol li {
    line-height: 24px;
    margin-bottom: 10px;
}

.default-page ul li {
    list-style-type: none;
    background: none;
}

.content p {
    margin-bottom: 20px;
}

.default-page .content p,
.ExtendedPage .content p,
.event-page .content p {
    margin-bottom: 20px;
    text-align: justify;
}

.ExtendedPage .content p {
    text-align: center;
}

article aside {
    float: right;
    width: 47%;
    font-size: 12px;
    margin-left: 2%;
    margin-top: 20px;
}

article aside p {
    margin-bottom: 0;
}

article aside .news {
    border-top: 1px solid #c7c7c7;
    width: 100%;
    float: left;
    padding-top: 10px;
    margin-top: 20px
}

article aside .extended {
    display: none;
}

.news-list li {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.news-list time {
    float: left;
    width: 15%;
}

.news-list h2 {
    float: left;
    width: 30%;
    padding-right: 5%;
    font-size: 22px;
}

.more {
    display: inline-block;
}

.more:hover {
    color: #dd013a;
}

.list-page article .content {
    width: 50%;
    float: left;
    margin-top: 0;
}

.list-page article .content-image {
    width: 36%;
}

.news-list a.img {
    float: right;
    width: 150px;
    margin-bottom: 17px;
}

.gallery {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.gallery li {
    float: left;
    display: none;
    position: relative;
    width: 100%;
}

.gallery li.first {
    display: block;
}

.gallery li.first img {
    display: block;
}

.gallery li.first span.magnify {
    position: absolute;
    right: 0;
    bottom: 0;
}

.gallery li img {
    width: 100%;
    display: none;
}

.gallery-default {
    margin-bottom: 40px;
    margin-top: 10px;
}

.gallery-default li {
    display: inline-block;
}

.gallery-detail {
    float: left;
}

.gallery-detail li {
    display: none;
}

.gallery-detail li.first {
    display: block;
}

.gallery-detail img {
}

.gallery-one {
    display: block;
}

dl {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
}

dl dd,
dl dt {
    float: left;
    width: 48%;
    text-align: right;
    margin-bottom: 12px;
    line-height: 22px;
}

dl dt {
    font-weight: bold;
    clear: both;
}

dl dd {
    float: right;
    text-align: left;
}


h2.people-title {
    width: 48%;
    text-align: right;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: bold;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

ul#ticker {
    background: #8A090D;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    color: #fff;
    height: 29px;
    width: 100%;
    cursor: default;
}

ul#ticker li {
    padding: 5px 8px;
    text-align: center;
    color: #EBE5CC;
}

ul#ticker li a {
    color: #EBE5CC;
}

table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    border-spacing: 0;
    margin: 0 0 10px;
}

table td,
.content table th {
    padding: 2px 5px;
    border: 1px solid #dddddd;
    vertical-align: top;
    background-color: #f7f6f4;
}

table th,
thead td {
    text-align: left;
    font-weight: bold;
}

.default-page table th,
.default-page thead td {
    text-align: center;
    font-weight: bold;
}


.foot-note {
    text-align: center;
    padding: 15px;
}

.foot-note img {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
}

.foot-note p {
    font-size: 14px;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.no-events {
    text-align: center;
    padding: 0 55px;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd
}

td.icons {
    text-align: right;
}

td.icons a {
    line-height: 1em;
}

td.icons a img {
    display: inline-block;
    margin: 0 0 0 2px;
}

.icon {
    position: relative;
    display: inline-block;
    padding: 0;
    top: 0;
    right: 0;
    cursor: pointer;
}

.notice {
    width: 240px;
    line-height: 18px;
    text-align: left;
}

.other-dates .icon img {
    width: 17px;
}

.other-dates .icon {
    margin-left: 1px;
}

.other-dates {
    display: none;
    float: left;
    width: 100%;
}

.other-dates table,
.content table {
    width: 100%;
    border: none;
    border-top: 1px solid #ddd;
    color: #333;
    margin-bottom: 0;
    float: left;
}

.other-dates table td,
.content table td {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
}

.other-dates table td.icons {
    padding: 4px 6px 0;
}

.other-dates table .place {
    width: 65%;
}

.no-js .other-dates {
    display: block;
}

.content.cookie-content table {
    width: 100%;
}

.content table {
    width: 70%;
    margin-bottom: 20px;
}


input {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.js #photogallery_form #photogallery_form_submit {
    display: none;
}


.mobile-tickets-info {
    display: none;
}

.breadcrumbs {
    border-top: 1px solid #ddd;
    padding: 7px 0;
    color: #707070;
    font-size: 11px;
}


.mobile,
.brand-mobile,
.trigger {
    display: none;
}


.header {
    position: fixed;
}

.accessibility .accessibility-menu {
    position: fixed;
    right: -3.5em;
    top: 10vh;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    z-index: 100;
}

.accessibility.open .accessibility-menu {
    right: 0;
}

.scrolled .accessibility-menu, body:not(.HomePage) .accessibility-menu {
    background-color: rgba(255, 255, 255, 1);
}


.accessibility-menu li {
    display: block;
    padding: 1em;
}

.accessibility .accessibility-close {
    position: fixed;
    right: 0.65em;
    top: 10vh;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    z-index: 100;
}

.accessibility.open .accessibility-close {
    right: 4.15em;
}

.accessibility:focus-within .accessibility-menu, .accessibility:focus-within .accessibility-close {
    background-color: white;
}

.accessibility:focus-within .accessibility-close {
    right: 4.15em;

}

.accessibility:focus-within .accessibility-menu {
    right: 0;
}

.scrolled .accessibility-close, body:not(.HomePage) .accessibility-close{
    background-color: rgba(255, 255, 255, 1);
}

.accessibility-close li {
    display: block;
}

.accessibility-close button {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.accessibility-close img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.accessibility-close li {
    display: block;
}

button.skip-header {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
    margin: 0 5px;
}

button.skip-header img {
    width: 100%;
    height: 100%;
}

.sitemap-page div {
    font-size: 40px;
    text-align: center;
}

.sitemap-page li {
    font-size: 80%;
    padding-top: 1em;
}

.sitemap-page ol {
    counter-reset: item;
}

.sitemap-page ol > li {
    counter-increment: item;
    display: block;
}

.sitemap-page ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
    color: var();
}

.sitemap-page h1 {
    text-align: center;
}

@media all and (max-width: 1400px) {

    .news-footer.desktop, .news-footer.mobile {
        display: none;
    }

    .news-footer.tablet {
        display: block;
    }

    .footer-content {
        width: 965px;
    }

    .footer-socials {
        margin-left: 2em
    }

    article h1 {
        font-size: 40px;
    }

    article aside,
    article .content {
        font-size: 12px;
        line-height: 23px;
    }

    .event-page .content,
    .default-page .content {
        font-size: 15px;
        line-height: 26px;
    }

    .list-page article .content-image {
        width: 30%;
    }

    .content ul li,
    .content ol li {
        line-height: 22px;
    }
}

@media all and (max-width: 1024px) {

    .main,
    .footer,
    .header {
        width: 100vw;
        /*max-width: 90%;*/
    }

    .footer-content {
        width: auto;
        max-width: 95%;
    }

    .footer-socials {
        margin-left: 0;
    }

    .list {
        width: auto;
        margin: 0 auto;
    }

    .list li {

    }

    .shows li div.layer3,
    .shows li div.layer1 {
        background-attachment: initial;
        background-size: cover;
    }

    .mobile-tickets-info {
        display: block;
        padding: 20px 20px 20px 0;
    }

    .btn-nomobile {
        display: none;
    }

    .news-and-events-footer {
        grid-template-columns: 1fr;
    }

    .primary ul,
    .secondary ul {
        font-size: 0.82em;
        gap: 0.5em;
    }

}

@media all and (max-width: 900px) {
    .primary ul,
    .secondary ul {
        font-size: 0.75em;
        gap: 0.5em;
    }
}

@media all and (max-width: 800px) {

    body {
        padding-top: 0;
    }

    .event-trailers {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-nav, .footer-news, .footer-socials {
        padding-bottom: 3em
    }

    .spotlight .carousel-caption h1 {
        font-size: 3em;
    }

    .spotlight .carousel-caption h4 {
        font-size: 1.5em;
    }

    .accessibility .accessibility-close, .accessibility .accessibility-menu {
        top: 15vh;
    }

    .list li {
        background-size: cover;
    }

    .news-list time,
    .news-list h2,
    .list-page article .content {
        width: 100%;
    }

    .footer-container {
        display: block;
    }

    .detail-page time {
        margin-bottom: 30px;
    }

    .event-page .content {
        width: 100%;
    }

    .event-page aside {
        float: left;
    }

    article aside {
        margin-left: 0;
        width: 100%;
    }

    .content-container {
        padding-top: 40px;
    }

    article header .info {
        margin-bottom: 0;
    }

    .detail-page article header {
        width: 100%;
    }

    .detail-page .content {
        width: 100%;
    }

    .event-page h1 {
        width: 90%;
    }

    .sb-select {
        font-size: 14px;
        padding: 6px 25px 7px 7px;
    }

    .header li a {
        padding: 10px 0;
        display: block;
        width: 100%;
        float: left;
    }

    .header {
        text-align: center;
        /*position: relative !important;*/
        padding-top: 0;
        width: 100%;
        max-width: 100%;
        transition: background-color 0.5s linear;
    }

    .scrolled .brand-mobile img {
        width: 100px;
        margin-top: 0.1em;
        transition: width 0.5s linear, margin-top 0.5s linear;
    }

    .scrolled header.header {
        background-color: #fff;
        transition: background-color 0.5s linear;
    }

    .scrolled .trigger {
        top: 25px;
        transition: top 0.5s linear;
    }

,

.nav-holder .primary a.current,
.nav-holder .secondary a.current {
    color: #ccc;
}

    .nav-holder .brand {
        display: none;
    }

    .nav-holder .inner {
        display: block;
        background-color: #000000;
    }

    .primary ul,
    .secondary ul {
        display: block;
        font-size: 1.2em;
        justify-content: unset;
    }


    .mobile {
        display: block;
    }

    .main-home {
        padding-top: 0;
    }

    .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .brand-mobile {
        display: inline-block;
        margin: 0.3em 0 0.3em;
    }

    .brand-mobile img {
        width: 125px;
        transition: width 0.5s linear;
    }

    .head-spacer, .gallery.gallery-one {
        height: 110px;
    }

    .nav-holder {
        display: none;
    }

    header:has(.nav-holder.open) {
        background-color: white;
    }

    .nav-holder.open {
        display: block;
        background-color: #000;
        text-align: center;
        padding: 30px 0;
        position: relative;
        width: 100%;
        height: 60vh;
        z-index: 9;
    }

    .nav-holder.open .primary,
    .nav-holder.open .secondary
    {
        display: block;
    }

    .brand {
        display: none;
    }

    .tertiary {
        padding: 3px 0 0;

    }

    .tertiary li.link {
        margin-bottom: 0;
        display: none;
    }

    .tertiary.open li.link {
        display: block;
        line-height: 2;
        transition: line-height 1s linear;
    }

    .tertiary {
        max-height: none;
    }

    .tertiary.open {
        max-height: min-content;
        transition: max-height 0.3s ease-in-out;
    }


    .trigger {
        position: absolute;
        right: 3%;
        top: 35px;
        width: 40px;
        height: 30px;
        display: block;
        text-align: center;
        z-index: 10;
        cursor: pointer;
        background: url(../images/menu-small.png) 50% 50% no-repeat;
        transition: top 0.5s linear;
    }

    .trigger.close {
        background-image: url(../images/close.png);
    }

    .tertiary {
        position: relative;
    }


    .tertiary li.current,
    .tertiary li.section {
        display: block;
        width: 100%;
        margin-right: 0;
        padding-right: 18px;
        background-image: url(../images/arrow.png);
        background-position: right;
        background-repeat: no-repeat;
        line-height: 2;
    }

    .tertiary .parent.current {
        display: block;
    }

    .tertiary li.parent {
        display: none;
    }

    .header li a {
        padding: 10px 0;
        display: block;
        width: 100%;

    }

    .nav-holder .primary li a,
    .nav-holder .secondary li a,
    .nav-holder:hover .primary a,
    .nav-holder:hover .secondary a {
        color: var(--gold-dark-color)!important;
        font-size: 13px;
    }

     .primary li a.current,
     .secondary li a.current {
        color: #ccc!important;
    }

    .brand-mobile {
        display: inline-block;
    }

    .brand-mobile img {
        width: 125px;
        margin-top: 0.3em;
        transition: width 0.5s linear, margin-top 0.5s linear;
    }

    .brand {
        display: none;
    }

    .tertiary {
        padding: 3px 0 0;

    }

    .tertiary li.link {
        margin-bottom: 0;
        display: none;

    }

    .tertiary.open li.link {
        display: block;
        line-height: 2;
        transition: line-height 1s linear;
    }

    .tertiary {
        max-height: none;
    }

    .tertiary.open {
        max-height: min-content;
        transition: max-height 0.3s ease-in-out;
    }


    .trigger {
        position: absolute;
        right: 3%;
        top: 35px;
        width: 40px;
        height: 30px;
        display: block;
        text-align: center;
        z-index: 10;
        cursor: pointer;
        background: url(../images/menu-small.png) 50% 50% no-repeat;
    }

    .trigger.close {
        background-image: url(../images/close.png);
    }

    .tertiary {
        position: relative;
    }


    .tertiary li.current,
    .tertiary li.section {
        display: block;
        width: 100%;
        margin-right: 0;
        padding-right: 18px;
        background-image: url(../images/arrow.png);
        background-position: right;
        background-repeat: no-repeat;
        line-height: 2;
    }

    .tertiary .parent.current {
        display: block;
    }

    .tertiary li.parent {
        display: none;
    }

}

@media all and (max-width: 756px) {
    .news-footer.desktop, .news-footer.tablet {
        display: none;
    }

    .news-footer.mobile {
        display: block;

    }
}


@media all and (max-width: 655px) {
    body {
        padding-top: 0;
    }


    .list li {
        width: 100%;
    }


    article h1,
    .default-page h1 {
        /*font-size:28px;*/
        font-size: 22px;
        margin-bottom: 20px;
    }


    .lang-nav {
        position: relative;
        right: 0;
        top: 0;
        display: flex;
        justify-content: end;
        margin-top: 1em;
    }





    .notice-top {
        display: block;
        top: 20px;
        left: 3%;
        height: 30px;
        width: 40px;
        text-align: center;
        background: url(../images/icon-notice.gif) 50% 50% no-repeat;
        position: absolute;
    }

    .notice {
        left: -30px;
        width: 200px;
    }

    .notice .arrow {
        left: 35px;
        right: auto;
    }

    ul#ticker {
        left: 0;
        top: 0;
        position: relative;
        height: auto;
        background: none;
    }

    ul#ticker li {
        border-bottom: 1px solid #66070a;
        background-color: #8A090D;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    article h2 {
        font-size: 24px;
        line-height: 28px;
    }

    article h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .default-page .content p,
    .extended-page .content p,
    .event-page .content p {
        text-align: left !important;
    }

    .event-content {
        padding: 1em
    }

    .event-images {
        grid-gap: 0.5em;
    }


    .spotlight .carousel-item .desktop {
        display: none;
    }
    .spotlight .carousel-item .mobile {
        display: block;
    }

    .event-show-list .event-show {
        grid-template-columns: min-content 1fr min-content;
    }

    .event-show-list .event-show .show-icons {
        grid-column: 1 / 5;
        padding-right: 1em;
    }
}

#captcha-v2 {
    margin: 0 auto;
    width: 304px;
}

.responsive-table-wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.calendar-nav h3 {
    font-family: 'TradeGothicOTBoldExtended';
    font-size: 0.9em
}



