@import url('https://fonts.googleapis.com/css?family=Arimo:400,  700');
    h2, nav.menu-list ul li[data-active=active] {
    font-weight: 700;
}
body {
    font-family: Arimo, Arial, sans-serif;
    color: #555;
    background: #f5f5f5;
    padding-top: 80px;
}
body article, body footer, body header, body section {
    overflow: hidden;
}
.swiper-container.full-slideshow, .swiper-container.full-slideshow .swiper-slide .swiper-zoom-container img, body section {
    width: 100%}
body main {
    min-height: 75vh;
}
body a {
    color: #555;
    transition: .3s;
}
.color-opera-gray-1, body a.no-hover.color-white:active, body a.no-hover.color-white:focus, body a.no-hover.color-white:hover, footer a, .header-bar a:active, .header-bar a:focus, .header-bar a:hover {
    color: #e5e5e5;
}
body button:active, body button:focus, body input:active, body input:focus, body select:active, body select:focus, body textarea:active, body textarea:focus {
    outline: 0;
}
body li, body ul {
    list-style: none;
}
body ::selection {
    background: #ff0;
    color: rgba(0, 0, 0, .75);
}
.color-opera-blue-1 {
    color: #006;
}
.color-opera-blue-2 {
    color: #c06;
}
.color-opera-blue-3 {
    color: #b6d4e1;
}
.color-opera-gray-2 {
    color: #555;
}
.btn-buy, .warn, footer a:active, footer a:focus, footer a:hover, .header-bar a {
    color: #fff;
}
.bg-opera-blue-1 {
    background-color: #006;
}
.bg-opera-blue-2 {
    background-color: #c06;
}
.bg-opera-blue-3 {
    background-color: #b6d4e1;
}
.bg-opera-gray-1 {
    background-color: #e5e5e5;
}
.bg-opera-gray-2 {
    background-color: #555;
}
.bg-opera-gray-3, footer {
    background-color: #32373b;
}
h2 {
    font-size: 1.55em;
}
h3 {
    font-size: 1.32em;
}
.warn.bg-opera-blue-1, .header-bar {
    background: #006;
}
.header-bar .navbar-brand {
  height: auto;
}
.header-bar nav.menu-list ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
header aside.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    width: 290px;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: .5s;
    transform: translateX(-320px);
}
header aside.mobile-menu a {
    display: block;
    color: #555!important;
    width: 100%;
    padding: 10px 15px!important;
}
header aside.mobile-menu a::before {
    display: none!important;
}
header aside.mobile-menu a::after {
    content: none!important;
}
header aside.mobile-menu ul {
    display: block;
}
header aside.mobile-menu ul li a, section#highlighted-shows article:not(:last-child), section#history aside article h3 {
    border-bottom: 1px solid #e5e5e5;
}
header aside.mobile-menu ul li[data-active=active] a {
    background: rgba(0, 0, 0, .025);
}
header aside.mobile-menu .aside-footer {
    position: absolute;
    left: 0;
    bottom: 0;
}
header aside.mobile-menu .aside-footer a {
    display: block;
    margin-bottom: 5px;
}
header aside.mobile-menu.open {
    transform: translateX(0);
}
header aside.mobile-menu+.aside-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 580;
    width: 100vw;
    height: 100vh;
    background: rgba(100, 100, 100, .45);
}
footer nav.menu-list ul, nav.menu-list ul {
    list-style: none;
    padding: 0;
}
nav.menu-list ul li:not(:last-child) a::after {
    content: '.';
    display: inline-block;
    margin-left: 10px;
}
.swiper-container.full-slideshow .swiper-slide {
    text-align: center;
}
.swiper-container.full-slideshow .text {
    bottom: 25px;
    left: 50%;
    z-index: 25;
}
.swiper-container.full-slideshow .text h2 {
    width: 100%;
    position: relative;
    left: -50%;
    font-size: 2em;
    padding: 0 15px;
}
.swiper-container.full-slideshow .swiper-button-next, .swiper-container.full-slideshow .swiper-button-prev {
    background-color: #006;
    background-image: none;
    color: #fff!important;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    padding-bottom: 2.5px;
}
.swiper-container.full-slideshow .swiper-button-next.swiper-button-prev, .swiper-container.full-slideshow .swiper-button-prev.swiper-button-prev {
    padding-right: 5px;
    left: 25px;
}
.swiper-container.full-slideshow .swiper-button-next.swiper-button-next, .swiper-container.full-slideshow .swiper-button-prev.swiper-button-next {
    padding-left: 5px;
    right: 25px;
}
.warn {
    background: #c06;
    display: inline-block;
    padding: 2.5px 7.5px;
}
.warn p {
    margin: 0;
}
.btn-buy {
    width: 100%;
    background: #27ae60;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 1.2em;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}
.btn-buy:active, .btn-buy:focus, .btn-buy:hover {
    background: #259c57;
    color: #fff;
    outline: 0;
}
footer article:not(:first-child) {
    border-left: 1px solid #555;
}
footer img {
    width: 200px;
}
footer img.ticketek {
    width: 145px;
}
footer nav.menu-list ul li:first-child a {
    padding-left: 0;
}
section#next-shows article {
    border-left: 1px solid #e5e5e5;
}
section#next-shows article:last-child {
    border-right: 1px solid #e5e5e5;
}
section#next-shows-lg article a>div {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
section#calendar .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: uppercase;
    border-radius: 0;
}
section#calendar .bootstrap-select.btn-group:first-child .dropdown-toggle .filter-option {
    color: #006;
    font-weight: 700;
}
section#calendar .bootstrap-select.btn-group>.dropdown-toggle {
    border-radius: 2px;
}
section#calendar .calendar-wrapper {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
section#calendar .calendar-wrapper article {
    width: 14.285%}
section#calendar .calendar-wrapper article.calendar-header {
    padding: 10px 15px;
    border-right: 1px solid #ccc;
}
section#calendar .calendar-wrapper article:not(.calendar-header) {
    position: relative;
    padding-bottom: 14.285%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
section#calendar .calendar-wrapper article:not(.calendar-header) i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-style: normal;
}
section#calendar .calendar-wrapper article:not(.calendar-header) .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 5px 25px 10px;
}
section#calendar .calendar-wrapper article:not(.calendar-header) .item a {
    margin-top: 5px;
    color: #006;
}
section#calendar .calendar-wrapper article:not(.calendar-header).with-show::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #006;
    border-left: 5px solid transparent;
    border-right: 5px solid #006;
    display: none;
}
section#calendar .calendar-wrapper div.empty {
    height: 230px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}