@font-face {
    font-family: "Montserrat-Thin";
    src: url("/../fonts/Montserrat-Thin.eot");
    src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype"),
        url("../fonts/Montserrat-Thin.svg?#webfont") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("/../fonts/Montserrat-Regular.eot");
    src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"),
        url("../fonts/Montserrat-Regular.svg?#webfont") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("/../fonts/Montserrat-Medium.eot");
    src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"),
        url("../fonts/Montserrat-Medium.svg?#webfont") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("/../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),
        url("../fonts/Montserrat-SemiBold.svg?#webfont") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("/../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"),
        url("../fonts/Montserrat-Bold.svg?#webfont") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("/../fonts/Montserrat-ExtraBold.eot");
    src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"),
        url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg?#webfont") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*,
*:before,
*:after {
    outline: 0 !important;
    outline: none !important;
}
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    color: #000000;
    font-family: "Montserrat-Regular", sans-serif;
}
#content {
    background-image: url(../images/background.svg);
    background-repeat: no-repeat;
}
#container-content {
    background: #ffffff;
}
a {
    cursor: pointer;
    color: #f15e28;
}
a:hover {
    text-decoration: none;
}
.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
}
.justify-center {
    display: flex;
    justify-content: center;
}
.bg-black {
    background: #000000;
}
.bg-orange {
    background: #f15e28;
}
.bg-white {
    background: #ffffff;
}
.mobile-order-1 {
    order: 1;
}
.mobile-order-2 {
    order: 2;
}
.mobile-order-3 {
    order: 3;
}
.mobile-start {
    justify-content: flex-start !important;
}
.buy-ticket-btn-mobile {
    margin-top: 15px;
}
h3 {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}
hr {
    background-color: #f15e28;
    height: 5px;
    width: 230px;
    border: none;
    margin: 15px 0 58px 0;
}
.btn {
    background-color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 0.1em;
    border: none;
    color: #ffffff;
    padding: 12px 23px;
}
.btn a {
    color: #ffffff;
}
.btn:hover {
    color: #ffffff;
    background-color: #000000;
}
.btn:hover a {
    color: #ffffff;
}
.btn--bordered {
    color: #f15e28;
    background-color: #ffffff;
    border: 3px solid #f15e28;
}
.btn--bordered:hover {
    color: #ffffff;
    background-color: #f15e28;
    border-color: #f15e28;
}
.btn--bordered.is_active {
    color: #ffffff;
    background-color: #f15e28;
    border-color: #f15e28;
}
.header {
    padding: 15px 0;
}
.header .logo img {
    max-width: 275px;
}
.header .main-menu {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header .main-menu li a {
    color: #000000;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.header .main-menu li a:hover {
    color: #f15e28;
    text-decoration: none;
}
.header .animated-icon {
    width: 35px;
    height: 22px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.header .animated-icon span {
    background: #000000;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.header .animated-icon span:nth-child(1) {
    top: 0;
}
.header .animated-icon span:nth-child(2) {
    top: 12px;
}
.header .animated-icon span:nth-child(3) {
    top: 24px;
}
.header .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header .animated-icon.open span:nth-child(2) {
    opacity: 0;
    display: none;
    left: -60px;
}
.header .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.header .buy-ticket-btn a.btn {
    padding: 10px 20px;
    border: 3px solid #f15e28;
}
.header .buy-ticket-btn a.btn:hover {
    background-color: #ffffff;
    color: #f15e28;
}
.header .search {
    position: relative;
}
.header .search .input-group {
    position: relative;
}
.header .search #search-input {
    opacity: 0;
    transition: 0.5s all ease-in-out;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    right: 100%;
}
.header .search #search-input.open {
    opacity: 1;
    pointer-events: all;
    z-index: 9;
}
.header .search #search-input-append {
    cursor: pointer;
}
.header .search #search-input-append img {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .header .flex-start {
        justify-content: flex-start;
    }
}
.header .navbar {
    position: relative;
    padding: 0;
}
.header .navbar-toggler {
    z-index: 999;
    position: relative;
}
.header .navbar-toggler.opened {
    right: 60px;
    top: 40px;
    position: fixed;
}
@media (max-width: 991px) {
    .header .navbar-toggler.opened {
        top: 30px;
        right: 15px;
    }
}
.header .navbar #navcontent {
    position: relative;
    z-index: 998;
}
.header .navbar #navcontent.show .navbar-nav {
    width: 366px;
    right: 0;
}
@media (max-width: 991px) {
    .header .navbar #navcontent.show .navbar-nav {
        width: 100vw;
    }
}
.header .navbar #navcontent li a {
    display: block;
    position: relative;
}
.header .navbar #navcontent li.has-children .pull-right-container {
    background-image: url(../images/arrow-down-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 7.5px;
}
@media (max-width: 991px) {
    .header .navbar #navcontent li.has-children .pull-right-container {
        right: 0;
    }
}
.header .navbar #navcontent li .treeview-menu {
    display: none;
    list-style: none;
    padding-left: 15px;
    padding-top: 10px;
}
.header .navbar #navcontent li .treeview-menu li {
    margin-bottom: 7.5px;
}
.header .navbar #navcontent li.active .treeview-menu {
    display: block;
}
.header .navbar-nav {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    right: -100%;
    height: 80vh;
    top: 0;
    transition: all 0.4s linear;
    overflow: auto;
    background: #ffffff;
    padding: 100px 40px 40px 40px;
    height: 100vh !important;
}
.header .navbar-nav .menu-element {
    margin-bottom: 10px;
}
.header .navbar-nav .menu-element span {
    color: #000000;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
.header .navbar-nav .menu-element.first-item {
    display: none;
    margin-bottom: 15px;
}
.header .navbar-nav .menu-element.first-item span {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 20px;
}
@media (max-width: 1199px) {
    .header .navbar-nav .menu-element.first-item {
        display: block;
    }
}
.header .navbar-nav .menu-element.social-item {
    width: 40px;
}
.header .navbar-nav .menu-element.social-item.facebook {
    margin-top: 45px;
}
.header .navbar-nav .menu-element.social-item.instagram {
    position: relative;
    top: -42px;
    left: 48px;
}
.header .navbar-nav .menu-element.social-item .social-icon {
    width: 32px;
    height: auto;
}
.header .navbar-nav .menu-element.lang-item {
    width: 32px;
    position: relative;
}
.header .navbar-nav .menu-element.lang-item a span {
    font-size: 22px;
}
.header .navbar-nav .menu-element.lang-item.hungarian {
    top: -80px;
    right: -170px;
}
@media (max-width: 991px) {
    .header .navbar-nav .menu-element.lang-item.hungarian {
        right: -220px;
    }
}
.header .navbar-nav .menu-element.lang-item.english {
    top: -123px;
    right: -215px;
}
@media (max-width: 991px) {
    .header .navbar-nav .menu-element.lang-item.english {
        right: -270px;
    }
}
.header .navbar-nav .menu-element.lang-item.active a span {
    color: #f15e28;
}
.header .navbar-nav .menu-element.mobile-item {
    display: none;
}
@media (max-width: 1199px) {
    .header .navbar-nav .menu-element.mobile-item {
        display: block;
    }
}
.page-title {
    color: #f15e28;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    min-width: 230px;
    width: max-content;
    border-bottom: 5px solid #f15e28;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .page-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .breadcrumbs {
        margin-bottom: 25px;
    }
}
.breadcrumbs a {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 15px;
    color: #f15e28;
    text-transform: uppercase;
}
.breadcrumbs a:hover {
    color: #000000;
}
.banner {
    position: relative;
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .banner {
        display: none;
    }
}
.banner:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 270px;
    height: 360px;
    background-image: url(../images/banner-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 2;
}
@media (max-width: 991px) {
    .banner:before {
        width: 135px;
        height: 180px;
    }
}
.banner .slick-list {
    margin-bottom: 0;
}
.banner .wrap {
    position: relative;
    max-height: 570px;
    min-height: 570px;
    height: 570px;
}
@media (max-width: 991px) {
    .banner .wrap {
        max-height: 400px;
        min-height: 400px;
        height: 400px;
    }
}
.banner .wrap .image {
    max-height: 570px;
    min-height: 570px;
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    filter: grayscale(100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.2s all ease-in-out;
}
@media (max-width: 991px) {
    .banner .wrap .image {
        max-height: 400px;
        min-height: 400px;
        height: 400px;
    }
}
.banner .wrap .info-wrap {
    position: absolute;
    left: 30px;
    bottom: 75px;
}
@media (max-width: 991px) {
    .banner .wrap .info-wrap {
        left: 0;
    }
}
.banner .wrap .info-wrap .text h2 a {
    font-family: "Montserrat-Bold", sans-serif;
    color: #000000;
    font-size: 27px;
    background: #f15e28;
    padding: 10px 15px;
    text-decoration: none;
}
@media (max-width: 991px) {
    .banner .wrap .info-wrap .text h2 a {
        font-size: 20px;
    }
}
.banner .wrap .info-wrap .text .subtitle a {
    font-family: "Montserrat-ExtraBold", sans-serif;
    color: #f15e28;
    font-size: 67px;
    text-transform: uppercase;
    text-decoration: none;
}
@media (max-width: 991px) {
    .banner .wrap .info-wrap .text .subtitle a {
        font-size: 40px;
    }
}
.banner .wrap:hover .image {
    filter: none;
    -webkit-filter: none;
    transition: 0.2s all ease-in-out;
}
.banner .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    list-style: none;
    display: flex;
}
.banner .slick-dots li {
    margin-right: 10px;
}
.banner .slick-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    background: transparent;
    font-size: 0;
    border: 3px solid #f15e28;
}
.banner .slick-dots .slick-active button {
    background: #f15e28;
}
.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.filter--home {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .filter--home {
        margin-top: 10px;
        margin-bottom: 12px;
    }
}
.filter-btn {
    margin-bottom: 20px;
    margin-right: 20px;
}
@media (max-width: 991px) {
    .filter-btn {
        font-size: 12px;
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .filter-btn {
        font-size: 16px;
        border-top: none;
        border-right: none;
        border-bottom: 3px solid #f15e28;
        border-left: none;
        margin-bottom: 5px;
    }
    .filter-btn.is_active {
        color: #000000;
        font-size: 16px;
        border-top: none;
        border-right: none;
        border-bottom: 3px solid #f15e28;
        border-left: none;
        background-color: #fff;
    }
}
.monthly {
    background: #ffffff;
    padding: 15px;
}
.monthly .month-head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 6px solid #f15e28;
}
.monthly .month-head .year {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.monthly .month-head .month {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
}
.monthly .month-head img {
    width: 17px;
}
.performances .container {
    background-color: #ffffff;
}
.performances-border {
    position: relative;
}
.performances-border:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -4px;
}
@media (max-width: 991px) {
    .performances-border:before {
        display: none;
    }
}
.performances-border:first-of-type:before {
    margin-left: 15px;
}
@media (max-width: 991px) {
    .performances-border:first-of-type:before {
        margin-left: 0;
    }
}
.performances-border--bigger {
    position: relative;
}
.performances-border--bigger:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -6px;
}
@media (max-width: 991px) {
    .performances-border--bigger:before {
        display: none;
    }
}
.performances-border--bigger:last-of-type:before {
    width: 100%;
}
.performances-item {
    padding: 0;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .performances-item {
        padding: 0 15px;
    }
}
.performances-item-date {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 19px;
    margin-bottom: 0;
    text-transform: lowercase;
}
.performances-item-day {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-transform: lowercase;
}
@media (max-width: 767px) {
    .performances-item-day {
        margin-bottom: 0px;
    }
}
.performances-item-time {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 15px;
    line-height: 25px;
}
.performances-item-venue {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}
.performances-item-link {
    color: #000000;
}
.performances-item-link:hover {
    color: #f15e28;
}
.performances-item-title {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .performances-item-title {
        font-size: 28px;
        line-height: 38px;
    }
}
.performances-item-description {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 16px;
    line-height: 19px;
}
.performances-item-btn {
    display: block;
    width: fit-content;
    background: #f15e28;
    color: #ffffff;
    padding: 15px 25px;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: -10px;
}
@media (max-width: 991px) {
    .performances-item-btn {
        margin: 15px 0 15px auto;
    }
}
.performances-item-btn:hover {
    opacity: 1;
    color: #f15e28;
    background: #ffffff;
    border: 3px solid #f15e28;
}
.performances-item-last-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .performances-item-last-col {
        justify-content: center;
        border-bottom: 3px solid #000000;
    }
}
.performances-item .sell-out {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 15px;
    line-height: 19px;
    width: 185px;
    text-align: center;
}
@media (max-width: 991px) {
    .performances-item .sell-out {
        margin: 15px 0 15px auto;
    }
}
#performances-content {
    background-color: #ffffff;
}
#performances-content .item {
    margin-bottom: 30px;
}
#performances-content .item h2 {
    margin-bottom: 15px;
}
#performances-content .item h2 a {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 35px;
}
#performances-content .item .pic .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
}
#performances-content .item .info {
    background-color: #ffffff;
    height: 330px;
    padding-top: 35px;
}
#performances-content .item .info .crea {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
}
#performances-content .item .info .desc {
    max-height: 180px;
    overflow-y: hidden;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
#performances-content .item .sell-out {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 15px;
    line-height: 19px;
    width: 185px;
    text-align: center;
}
.performance-page .video-wrapper {
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    position: absolute;
}
.performance-page .video-wrapper:before {
    content: " ";
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.performance-page .title .crea {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
}
.performance-page .title h1 {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .performance-page .title h1 {
        font-size: 28px;
        line-height: 38px;
    }
}
.performance-page .title h3 {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}
.performance-page .title h3 span {
    font-family: "Montserrat-Regular", sans-serif;
}
.performance-page .content ul.nav-tabs {
    border: none;
}
.performance-page .content ul.nav-tabs li {
    margin: 0 10px 20px 0;
}
@media (max-width: 767px) {
    .performance-page .content ul.nav-tabs li {
        margin-right: 5px;
    }
}
.performance-page .content ul.nav-tabs li a {
    font-family: "Montserrat-Bold", sans-serif;
    background-color: #f15e28;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 0.1em;
    border: none;
    padding: 6px 15px;
}
@media (max-width: 767px) {
    .performance-page .content ul.nav-tabs li a {
        font-size: 14px;
    }
}
.performance-page .content ul.nav-tabs li:hover a,
.performance-page .content ul.nav-tabs li.active a {
    background-color: #ffffff;
    color: #f15e28;
}
.performance-page .content strong,
.performance-page .content a {
    font-family: "Montserrat-Bold", sans-serif;
}
.performance-page .content .info-piece {
    margin: 25px 0 20px 0;
}
.performance-page .content .info-time {
    padding-left: 5px;
}
.performance-page .content .date {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 28px;
    text-transform: lowercase;
}
.performance-page .content .date span {
    font-family: "Montserrat-Regular", sans-serif;
}
.performance-page .content .time {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-transform: lowercase;
}
.performance-page .content .time .tickets a button {
    margin-left: auto;
    display: block;
    width: fit-content;
}
.performance-page .content .time .tickets a button.btn {
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.05em;
    border: 3px solid #f15e28;
}
.performance-page .content .time .tickets a button.btn:hover {
    background-color: #ffffff;
    border: 3px solid #f15e28;
    color: #f15e28;
}
.performance-page .content .partners .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 90px;
    margin-right: 25px;
}
.performance-page .content .partners .flex a {
    max-width: 120px;
    max-height: 90px;
    display: block;
}
.performance-page .content .partners .flex a img {
    -webkit-filter: none;
    filter: none;
}
.performance-page .content .performance-time {
    padding: 30px 0px;
}
.performance-page .content .performance-time .row {
    margin: 0 0 30px 0;
}
.performance-page .photos {
    margin-top: 30px;
}
.performance-page .photos .grid-item {
    float: left;
    margin-bottom: 10px;
    padding: 0 10px 0 0px !important;
}
.performance-page .photos .grid-item img {
    display: block;
    max-width: 100%;
}
.performance-page .photos .gutter-sizer {
    width: 0px;
}
.performance-page .sell-out {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 15px;
    line-height: 19px;
    width: 185px;
    text-align: center;
}
.articles {
    margin-top: 110px;
    margin-bottom: 75px;
}
@media (max-width: 991px) {
    .articles {
        margin: 60px 0 0 0;
    }
}
.articles .container {
    background-color: #ffffff;
}
.articles .image {
    height: 300px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.articles .info {
    background-color: #ffffff;
    padding: 0;
    position: relative;
}
.articles .info h2 {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}
.articles .info h2:hover {
    color: #f15e28;
    text-decoration: none;
}
.articles .info .date {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 15px;
    margin-bottom: 18px;
}
.articles .info .desc {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
    line-height: 22px;
    max-height: 170px;
    overflow-y: hidden;
}
.articles .info .button-wrap {
    position: absolute;
    right: 0;
}
.articles .info .button-wrap .button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f15e28;
    width: 44px;
    height: 47px;
}
.article {
    margin-bottom: 75px;
}
.article .container {
    background-color: #ffffff;
}
.article h2 {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.article .date {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}
.article .desc {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
}
.creators {
    margin-top: 30px;
    margin-bottom: 75px;
}
@media (max-width: 991px) {
    .creators {
        margin: 60px 0 0 0;
    }
}
.creators .container {
    background-color: #ffffff;
}
.creators .image {
    height: 300px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.creators .info {
    background-color: #ffffff;
    padding: 0;
}
.creators .info h2 {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.creators .info h2:hover {
    color: #f15e28;
    text-decoration: none;
}
.creators .info .date {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}
.creators .info .desc {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
    max-height: 170px;
    overflow-y: hidden;
}
.creator {
    margin-top: 30px;
    margin-bottom: 75px;
}
@media (max-width: 991px) {
    .creator {
        margin: 60px 0 0 0;
    }
}
.creator .container {
    background-color: #ffffff;
}
.creator-name {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}
.creator-description {
    color: #000000;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 90%;
    width: 100%;
}
@media (max-width: 991px) {
    .creator-description {
        max-width: 100%;
    }
}
.creator-image {
    margin-top: 20px;
    margin-bottom: 40px;
}
.creator-image img {
    max-width: 90%;
    width: 100%;
}
@media (max-width: 991px) {
    .creator-image img {
        max-width: 100%;
    }
}
.creator-link {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.creator-link:hover {
    color: #000000;
}
.creator-email {
    color: #f15e28;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.creator-email:hover {
    color: #000000;
}
@media (max-width: 767px) {
    .creator-email {
        font-size: 16px;
    }
}
.creator-social {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 991px) {
    .creator-social {
        margin: 20px 0;
    }
}
.creator-social li {
    display: inline-flex;
    margin-right: 20px;
}
.creator-performances-title {
    color: #f15e28;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.creator-performances .performances-item-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}
.creator-performances .performances-item-btn {
    margin-top: 2.5px;
}
.creator-articles {
    margin-top: 40px;
}
.creator-articles-title {
    color: #f15e28;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}
.creator-articles .image {
    height: 300px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.creator-articles .info {
    background-color: #ffffff;
    padding: 0;
}
.creator-articles .info h2 {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.creator-articles .info h2:hover {
    color: #f15e28;
    text-decoration: none;
}
.creator-articles .info .date {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
}
.creator-articles .info .desc {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
    max-height: 170px;
    overflow-y: hidden;
}
#search .item {
    margin-bottom: 30px;
}
#search .item h2 {
    margin-bottom: 15px;
}
#search .item h2 a {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 35px;
}
#search .item a {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 35px;
}
#search .item .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
}
#search .item .info {
    background-color: #ffffff;
    height: 330px;
    padding-top: 35px;
}
#search .item .info .crea {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
}
#search .item .info .desc {
    max-height: 180px;
    overflow-y: hidden;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.page {
    margin-bottom: 75px;
}
.page .container {
    background-color: #ffffff;
}
.page h2 {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.page .page-text {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 16px;
}
.page strong {
    font-family: "Montserrat-Bold", sans-serif;
}
.page a {
    color: #f15e28;
}
.page a:hover {
    color: #000000;
}
.page .page-container .page-map #map-contact {
    width: 100%;
    height: 250px;
}
.page .page-container .page-gallery {
    padding: 0 40px;
    text-align: center;
}
.page .page-container .page-gallery .photos.grid {
    margin-top: 30px;
}
.page .page-container .page-gallery .photos.grid .grid-item {
    padding: 0 20px 20px 20px;
    max-width: 500px;
    margin: 0 auto;
}
.page .tab-container .container {
    background: #ffffff;
    padding: 30px;
}
.page .tab-container .container .nav-tab {
    padding-top: 20px;
}
.page .tab-container .container .nav-tab ul.nav-tabs {
    border: none;
}
.page .tab-container .container .nav-tab ul.nav-tabs li {
    margin: 0 10px 20px 0;
}
.page .tab-container .container .nav-tab ul.nav-tabs li a {
    font-family: "Montserrat-Bold", sans-serif;
    background-color: #f15e28;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 0.1em;
    border: none;
    padding: 6px 15px;
}
.page .tab-container .container .nav-tab ul.nav-tabs li:hover a,
.page .tab-container .container .nav-tab ul.nav-tabs li.active a {
    background-color: #ffffff;
    color: #f15e28;
}
.page .tab-container .container .tab-pane {
    margin-top: 10px;
}
.page .tab-container .container .tab-pane h4 {
    margin: 20px 0 30px 0;
}
.page .tab-container .container .tab-pane h4:first-child {
    margin: 0 0 15px 0;
}
.page .tab-container .container .tab-pane h4:first-of-type {
    margin: 20px 0 15px 0;
}
.page .categories .nav-tabs {
    border: none;
}
.page .categories .nav-tabs .nav-link {
    color: #f15e28;
    font-weight: 700;
    background: #ffffff;
    border-radius: 0;
}
.page .categories .nav-tabs .nav-link.active {
    font-weight: 800;
    border: none;
    color: #ffffff;
    background: #f15e28;
}
.page .categories .tab-pane {
    margin-top: 20px;
}
.page .categories .tab-pane .category-item {
    margin-bottom: 50px;
}
.page .categories .tab-pane .category-item .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
}
.page .categories .tab-pane .category-item .name {
    margin: 8px 0 3px 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}
.colleague h3 {
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
}
.colleague .beosztas {
    font-family: "Montserrat-SemiBold", sans-serif;
    text-transform: lowercase;
}
#vtab4 h3 {
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
}
#pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagination a {
    color: #f15e28;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 25px;
    line-height: 22px;
    margin-right: 7.5px;
}
#pagination a:hover,
#pagination a.active {
    color: #000000;
}
.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: #f15e28 !important;
}
.footer {
    color: #ffffff;
}
.footer #partners {
    margin: 0 0 20px 0;
    padding: 0;
}
.footer #partners .title {
    color: #000000;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 25px;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .footer #partners .title {
        margin-top: 20px;
    }
}
.footer #partners .slick-banner-partners {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 20px;
}
.footer #partners .slick-track {
    display: flex;
}
.footer #partners .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.footer #partners .slick-list {
    margin-bottom: 0;
}
.footer #partners .banner-partner-img {
    text-align: center;
    width: 60%;
    height: auto;
    max-height: 100px;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: transform 0.5s;
    object-fit: contain;
    object-position: center;
}
.footer #partners .banner-partner-img:hover {
    filter: none;
}
@media (max-width: 991px) {
    .footer #partners .banner-partner-img {
        max-width: 120px;
    }
}
.footer #partners .slick-prev,
.footer #partners .slick-next {
    position: absolute;
    top: 50%;
    width: 16px;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.footer #partners .slick-prev {
    left: -40px;
}
.footer #partners .slick-next {
    right: -40px;
}
.footer-newsletter {
    color: #000000;
    border-top: 10px solid #f15e28;
    padding: 60px 0;
}
@media (max-width: 991px) {
    .footer-newsletter {
        padding: 40px 0 0 0;
    }
}
.footer-newsletter .title {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-newsletter .desc {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 17px;
    margin-bottom: 25px;
}
.footer #index-newsletter-form {
    color: #000000;
    margin-top: 25px;
    position: relative;
}
.footer #index-newsletter-form input[type="checkbox"] {
    float: left;
    width: 20px;
    margin: 5px 10px 0px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
}
.footer #index-newsletter-form input[type="checkbox"]::before {
    content: "\2713";
    color: transparent;
    display: block;
    width: 16px;
    height: 15px;
    border: 3px solid #f15e28;
    border-radius: 2px;
}
.footer #index-newsletter-form input[type="checkbox"]:checked::before {
    font-size: 11px;
    line-height: 1;
    text-indent: 1px;
    color: #000000;
}
.footer #index-newsletter-form label {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 15px;
    float: left;
    width: 87%;
}
.footer #index-newsletter-form .help-block-error {
    margin: 0;
}
.footer #index-newsletter-form .field-newsletterform-gdpr {
    margin: 10px 0 5px 0;
}
.footer #index-newsletter-form .consent {
    flex: 1;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .footer #index-newsletter-form .consent {
        flex: auto;
    }
}
@media (max-width: 991px) {
    .footer #index-newsletter-form .gomb {
        width: 100%;
    }
}
.footer #index-newsletter-form .form-group input.form-control {
    border: 4px solid #f15e28;
    background-color: #ffffff;
    border-radius: 0;
    color: #9d9d9d;
    font-size: 20px;
    transition: border-width 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    outline: none;
    box-shadow: none;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 18px;
    text-indent: 10px;
    height: 49px;
}
.footer #index-newsletter-form .form-group input.form-control::placeholder {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 18px;
    color: #9d9d9d;
}
.footer #index-newsletter-form .form-group input.form-control:hover {
    border: 2px solid #f15e28;
    transition: border-width 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.footer #index-newsletter-form .form-submit-btn {
    margin-right: 15px;
}
.footer a {
    color: #ffffff;
}
.footer-logo {
    margin-bottom: 65px;
}
.footer-logo img {
    max-width: 275px;
}
.footer-contact {
    padding: 40px 0;
}
.footer-contact .address {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 20px;
}
@media (max-width: 991px) {
    .footer-contact .btn {
        margin-top: 45px;
        border: 5px solid #ffffff;
    }
}
.footer-social {
    position: relative;
    margin-top: 25px;
}
@media (max-width: 991px) {
    .footer-social {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .footer-social:after {
        content: "";
        position: absolute;
        top: -20px;
        left: 15px;
        width: 90%;
        height: 4px;
        background: #ffffff;
    }
}
.footer-social a {
    margin-right: 20px;
}
.footer #map {
    width: 100%;
    height: 100%;
    background-image: url(../images/map.png);
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.footer-bottom {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 991px) {
    .footer-bottom {
        height: 117px;
        overflow: hidden;
    }
}
.footer-copyright {
    color: #ffffff;
    font-family: "Montserrat-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .footer-copyright {
        margin-bottom: 20px;
    }
}
.footer-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .footer-menu {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
.footer-menu a {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 15px;
    color: #ffffff;
}
.footer-separator {
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 0 5px;
}
.footer #back-to-top {
    cursor: pointer;
    background-image: url("../images/top.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 44px;
    height: 47px;
}
@media (max-width: 991px) {
    .footer #back-to-top {
        position: absolute;
        bottom: -2px;
        right: 15px;
    }
}
