.search {
    overflow-x: hidden;
}
body {
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.mobydyk {
    display: inline-block;
    mask: url("../../img/mobydyk-icon.svg");
    -webkit-mask: url("../../img/mobydyk-icon.svg");
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    fill: #fff;
    height: 22.4px;
    width: 30.4px;
    margin-left: 7px;
    margin-bottom: -4px;
    background: #777;
}

.clr {
    clear: both;
}

.author {
    margin: 30px 0;
}

.error-wrapper {
    max-width: 60%;
    text-align: center;
    padding: 10% 0;
    margin: 0 auto;
    font-size: 1.2rem;
}
.error-wrapper a {
    color: #000;
}
.error-wrapper i {
    font-size: 5rem;
    display: block;
}

@media (max-width: 1000px) {
    .error-wrapper {
        max-width: 90%;
    }
}

.container {
    width: 100%;
    max-width: 1600px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1700px) {
    .container {
        padding: 0 7.5%;
    }
}
@media (max-width: 1367px) {
    .container {
        padding: 0 5%;
    }
}

main.space-top {
    padding-top: 80px;
}


header {
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #efefef;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
.header-grid {
    display: flex;
    width: 100%;
    gap: 4%;
    position: relative;
    padding: 0;
    margin: 0;
    align-items: center;
}
.header-grid .logo {
    width: 20%;
    flex: 0 1 calc(20%);
    margin: 0;
    padding: 12px 0;
}
.header-grid .logo img {
    height: 60px;
    width: auto;
    position: relative;
    top: 3px;
}
.header-grid .main-nav {
    width: 76%;
    flex: 0 1 calc(76%);
    margin: 0;
    padding: 0;
    text-align: right;
}
.header-grid .main-nav ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header-grid .main-nav ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.header-grid .main-nav ul li a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 6px 15px;
    box-sizing: border-box;
    text-decoration: none;
}
.header-grid .main-nav ul li.shop {
    background: #dbb855;
    position: relative;
    padding: 26px 14px;
    margin-left: 20px;
}
.header-grid .main-nav ul li.shop a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    position: relative;
}
.header-grid .main-nav ul li.shop a:after {
    position: absolute;
    bottom: -10px;
    left: 33%;
    content:""; /** doplnit vstupenky **/
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-size: 1rem;
}
.header-grid .main-nav ul li.shop a i {
    display: inline-block;
    margin-right: 6px;
}

#title {
    width: 100%;
    height: auto;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
#title .grid {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 5%;
}
#title .col-6 {
    width: 57.5%;
    flex: 0 1 calc(57.5%);
    padding: 0;
    margin: 0;
}
#title .col-4 {
    width: 37.5%;
    flex: 0 1 calc(37.5%);
    padding: 0;
    margin: 0;
}
#title .col-6 .main-banner {
    position: relative;
}
#title .col-6 .main-banner .img {
    position: relative;
    padding: 0;
    margin: 0;
    max-height: 450px;
}
#title .col-6 .main-banner a {
    color: #fff;
    text-decoration: none;
}
#title .col-6 .main-banner .img img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    max-height: 450px;
    object-fit: cover;
}
#title .col-6 .main-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
}
#title .col-6 .main-banner .banner-title {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #fff;
}
#title .col-6 .main-banner .banner-title h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 10px 0;
}
#title .col-6 .main-banner .banner-title .tag {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 4px 24px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0;
}
#title .col-6 .main-banner .banner-title .venue,
#title .col-6 .main-banner .banner-title .date {
    font-size: 1.1rem;
    font-weight: 300;
    margin: 10px 0;
}
#title .col-6 .main-banner .banner-title .venue i,
#title .col-6 .main-banner .banner-title .date i {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
}

#title .col-4 h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}
#title .col-4 h2 i {
    display: inline-block;
    margin-right: 10px;
    color: #353161;
}
#title .col-4 .calendar {
    width: 100%;
    position: relative;
    margin: 10px auto;
    padding: 0;
    box-sizing: border-box;
}
#title .col-4 .calendar .calendar-row {
    display: flex;
    align-items: center;
    gap: 2%;
    margin: 5px auto;
    padding: 2% 0;
    box-sizing: border-box;
}
#title .col-4 .calendar .calendar-row .date {
    width: 23%;
    flex: 0 1 calc(23%);
    padding: 0;
    margin: 0;
    font-size: 3.25rem;
    font-weight: 700;
}
#title .col-4 .calendar .calendar-row .date a,
.main-grid .side-col .upcoming-events .event-row .date-col {
    text-decoration: none;
}
#title .col-4 .calendar .calendar-row .name {
    width: 75%;
    flex: 0 1 calc(75%);
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 300;
}
#title .col-4 .calendar .calendar-row .name a {
    color: #0d0d0d;
    text-decoration: none;
}
#title .col-4 .calendar .calendar-row .name .event {
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
}
#title .col-4 .calendar .calendar-row .date.red a,
.main-grid .side-col .upcoming-events .event-row .date-col.red a {
    color: #c34a3c;
}
#title .col-4 .calendar .calendar-row .date.purple a,
.main-grid .side-col .upcoming-events .event-row .date-col.purple a {
    color: #353161;
}
#title .col-4 .calendar .calendar-row .date.green a,
.main-grid .side-col .upcoming-events .event-row .date-col.green a {
    color: #4aa360;
}
#title .col-4 .calendar .calendar-row .date.yellow a,
.main-grid .side-col .upcoming-events .event-row .date-col.yellow a {
    color: #dbb754;
}

.green {
    color: #4aa360 !important;
}
.purple {
    color: #353161 !important;
}
.red {
    color: #c34a3c !important;
}
.yellow {
    color: #dbb754 !important;
}
.blue {
    color: #32708e !important;
}
.green-bg {
    background-color: #4aa360;
    color: #fff;
}
.purple-bg {
    background-color: #353161;
    color: #fff;
}
.red-bg {
    background-color: #c34a3c;
    color: #fff;
}
.yellow-bg {
    background-color: #dbb754;
    color: #fff;
}
.blue-bg {
    background-color: #32708e;
    color: #fff;
}

#search {
    width: 100%;
    height: auto;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
#search .form-grid {
    display: flex;
    gap: 2%;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
#search .form-grid .col-90 {
    width: 92%;
    flex: 0 1 calc(92%);
    padding: 0;
    margin: 0;
}
#search .form-grid .col-10 {
    width: 6%;
    flex: 0 1 calc(6%);
    padding: 0;
    margin: 0;
    text-align: left;
}
#search input[type="text"] {
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #c34a3c;
    background: transparent;
    color: #0d0d0d;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    padding: 16px 24px;
    box-sizing: border-box;
}
#search button {
    color: #c34a3c;
    background: transparent;
    border: 0;
    font-size: 3rem;
    text-align: right;
    cursor: pointer;
}


#recommended {
    width: 100%;
    height: auto;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.recommended-container {
    width: 100%;
    background: linear-gradient(to bottom, #fff 30%, #f7f4f4 30%);
    padding: 4% 1.5% 2% 1.5%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.recommended-grid {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.card-slide {
    width: 20%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0.5%;
}
#recommended h2 {
    transform: rotate(270deg);
    font-size: 3rem;
    text-transform: uppercase;
    transform-origin: top left;
    color: #f7f4f4;
    width: auto;
    position: absolute;
    bottom: -2.5%;
    left: -60px;
}
.slick-track {
    margin: 0;
}
#recommended .more-button,
#info .more-button {
    width: 100%;
    text-align: right;
    margin-top: 3%;
}
#recommended .more-button a,
#info .more-button a {
    background: #c34a3c;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 12px 28px;
    box-sizing: border-box;
    border-radius: 5px;
}
#info .more-button a {
    margin-top: 15px;
    display: inline-block;
}
#recommended .more-button a i,
#info .more-button a i {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    transition: 0.5s;
    right: 0;
}
#recommended .more-button a:hover i,
#info .more-button a:hover i {
    right: -5px;
}

.slick-arrows {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 3;
    font-size: 3rem;
    width: 100px;
}
.slick-arrows .prev, .slick-arrows .next {
    cursor: pointer;
    display: inline-block;
    margin: 0 1%;
    color: #666;
}
.slick-arrows .slick-disabled {
    color: #bebebe;
    cursor: inherit;
}


.event-card,
.venue-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.event-card img,
.venue-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.event-card .img {
    min-height: 250px;
}
.event-card a,
.venue-card a {
    color: #0d0d0d;
    text-decoration: none;
}
.event-card .tag {
    padding: 4px 16px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 10px 0;
}
.event-card i,
.venue-card i {
    display: inline-block;
    margin-right: 8px;
}
.event-card .event-name,
.venue-card .venue-name {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 8px 0;
}
.event-card .event-name {
    margin-bottom: 5px;
}
.event-card .venue, .event-card .date,
.venue-card .address {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

.article-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.article-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.article-card img.thmb {
    height: 400px;
    object-fit: cover;
}
.article-card i {
    display: inline-block;
    margin-right: 8px;
}
.article-card .title {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 10px 0;
}
.article-card .title a {
    color: #0d0d0d;
    text-decoration: none;
}
.article-card .date {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

.image-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.image-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.image-card .title {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 10px 0;
}
.image-card .title a {
    color: #0d0d0d;
    text-decoration: none;
}
.image-card .author {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.7;
}
.image-card .author span {
    font-weight: 500;
}
.image-card .year {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

.product-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
.product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.product-card i {
    display: inline-block;
    margin-right: 8px;
}
.product-card .title {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 10px 0;
}
.product-card .title a {
    color: #0d0d0d;
    text-decoration: none;
}
.product-card .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #353161;
    margin: 15px 0;
}
.product-card .description {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.5;
}
.product-card .buy-button a {
    display: inline-block;
    margin: 10px 0 15px 0;
    padding: 12px 28px;
    box-sizing: border-box;
    background: #c34a3c;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 300;
    border-radius: 5px;
}

#info {
    width: 100%;
    height: auto;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
#info .content-grid {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 4%;
}
#info .content-grid .col-70 {
    width: 68%;
    flex: 0 1 calc(68%);
    padding: 0;
    margin: 0;
}
#info .content-grid .col-30 {
    width: 28%;
    flex: 0 1 calc(28%);
    padding: 0;
    margin: 0;
}
#info .content-grid .col-70 h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 30px 0;
}
#info .content-grid .col-30 h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 30px 0;
}
#info .content-grid .col-70 .articles-grid {
    display: flex;
    gap: 5%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#info .content-grid .col-70 .articles-grid .article-col {
    width: 30%;
    flex: 0 1 calc(30%);
    padding: 0;
    margin: 0;
}
#info .content-grid .col-30 .video-row {
    margin: 0 0 1.5% 0;
    padding: 0;
    width: 100%;
}
#info .content-grid .col-30 .video-row img,
.video-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#info .content-grid .col-30 .video-row h5,
.video-card h5 {
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}
.video-card h5 a {
    color: #0d0d0d;
    text-decoration: none;
}
.video-card p {
    font-size: 1.1rem;
    margin: 5px 0 20px 0;
}

#partners {
    width: 100%;
    height: auto;
    padding: 1% 0 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#partners h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
}
#partners .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
#partners .grid .partner {
    width: 8%;
    flex: 0 1 calc(8%);
    margin-bottom: 30px;
}
#partners .grid .partner a img {
    width: auto;
    height: 80px;
    transition: 0.3s;
    filter: grayscale(100%);
    object-fit: cover;
}
#partners .grid .partner img.width {
    width: 100% !important;
    height: auto !important;
}
#partners .grid .partner a img.small {
    width: 100px;
    height: auto;
}
#partners .grid .partner a:hover img {
    filter: none;
}

.error-wrapper i {
    color: #353161;
}

#divider {
    width: 100%;
    margin: 1% auto 2% auto;
    padding: 0;
}
#divider .divider {
    display: flex;
    width: 100%;
}
#divider .divider .fill {
    width: 20%;
    flex: 0 1 calc(20%);
    margin: 0;
    padding: 0;
    height: 12px;
}


footer {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
footer .footer-grid {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 3% 0;
    gap: 2.5%;
    box-sizing: border-box;
}
footer .footer-grid .col-20 {
    width: 18%;
    flex: 0 1 calc(18%);
    margin: 0;
    padding: 0;
}
footer .footer-grid .col-25 {
    width: 23%;
    flex: 0 1 calc(23%);
    margin: 0;
    padding: 0;
}
footer .footer-grid .col-35 {
    width: 33%;
    flex: 0 1 calc(33%);
    margin: 0;
    padding: 0;
}

footer .footer-grid img {
    width: 95%;
    height: auto;
    filter: grayscale(95%);
    transition: 0.3s;
}
footer .footer-grid img:hover {
    filter: none;
}
footer .footer-grid ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
footer .footer-grid ul li {
    padding: 1% 0;
    box-sizing: border-box;
}
footer .footer-grid ul li a {
    color: #555;
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
footer .footer-grid ul li a:hover {
    text-decoration: underline;
}
footer .footer-grid .socials {
    width: 100%;
    margin-bottom: 0;
}
footer .footer-grid .socials .social-icon {
    display: inline-block;
    margin-right: 30px;
}
footer .footer-grid .socials .social-icon a {
    color: #333;
    text-decoration: none;
    font-size: 2.5rem;
}
footer .footer-grid .socials .social-icon a.fb:hover {
    color: #4267B2;
}
footer .footer-grid .socials .social-icon a.ig {
    background: radial-gradient(circle at 30% 107%, #333 0%, #333 5%, #333 45%,#333 60%,#333 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .footer-grid .socials .social-icon a.ig:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .footer-grid .socials .social-icon a.yt:hover {
    color: #FF0000;
}
footer .footer-grid p {
    color: #555;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 10px;
}
footer .footer-grid .phone {
    font-size: 2.5rem;
    margin-top: 40px;
    color: #555;
    margin-bottom: 0;
}
footer .footer-grid .phone i {
    font-size: 2rem;
    display: inline-block;
    margin-right: 10px;
}

footer .copyright {
    float: right;
    width: 76%;
    border-top: 4px solid #555;
    padding: 1.5% 10% 2% 0;
    box-sizing: border-box;
    margin: 0;
}
footer .copyright p {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
}
footer .copyright p.disclaimer {
    margin-bottom: 40px;
}
footer .copyright .links {
    display: inline-block;
    margin-left: 15px;
}
footer .copyright .links a {
    color: #777;
}
footer .copyright .links a:hover {
    text-decoration: none;
}


.section-title {
    width: 100%;
    padding: 3% 0 1% 0;
    box-sizing: border-box;
}
.section-title h1 {
    text-transform: uppercase;
    font-size: 2.75rem;
    margin: 0 auto;
}
.section-title h1.page-title {
    color: #353161;
}

.page {
    padding: 2% 0 4% 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.page .page-content {
    font-size: 1rem;
    line-height: 1.7;
}
.page .page-content img {
    max-width: 100%;
    height: auto;
}
.page .page-content .grid {
    display: flex;
    margin: 0 auto;
    padding: 0;
    position: relative;
    gap: 5%;
}
.page .page-content .grid .col-2 {
    width: 47.5%;
    flex: 0 1 calc(47.5%);
    margin: 0;
    padding: 0;
}
.page .page-content .grid .col-4 {
    width: 21.25%;
    flex: 0 1 calc(21.25%);
    margin: 0;
    padding: 0;
}
.page .page-content .grid .col-4 h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 20px 0 7px 0;
}
.page .page-content .grid .col-4 p {
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 300;
    margin: 7px 0;
}
.page .page-content .grid .col-4 p i {
    display: inline-block;
    margin-right: 5px;
    color: #353161;
}
.page .page-content .grid .col-4 p a {
    color: #000;
    text-decoration: none;
}
.page .page-content .grid .col-4 p a:hover {
    text-decoration: underline;
}

.page .page-content .grid .col-2 h2 {
    margin-top: 0;
    font-size: 1.75rem;
}
.page .page-content .grid .col-2 .address {
    font-size: 1.2rem;
    line-height: 1.7;
}
.page .page-content .grid .col-2 .contact-info {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 30px 0;
}
.page .page-content .grid .col-2 .contact-info i {
    font-size: 1.4rem;
    color: #353161;
    display: inline-block;
    margin-right: 8px;
}
.page .page-content .grid .col-2 .contact-info a {
    color: #000;
    text-decoration: none;
}
.page .page-content .grid .col-2 .contact-info a:hover {
    text-decoration: underline;
}
.page .page-content .grid .col-2 .company-info {
    font-size: 1rem;
    margin: 30px 0;
    line-height: 1.7;
    font-weight: 300;
}
.page .page-content .grid .col-2 .about-company {
    font-size: 0.9rem;
    line-height: 1.7;
    font-weight: 300;
}

.subsection-title {
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #353161;
    text-align: center;
}
#contactForm a {
    color: #353161;
}
.contact-form {
    width: 100%;
    padding: 2% 20% 3% 20%;
    box-sizing: border-box;
    margin: 2% auto 0 auto;
    background: #fafafa;
    position: relative;
}
.contact-form .message-sent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    padding: 180px 20% 3% 20%;
    box-sizing: border-box;
    text-align: center;
}
.contact-form .message-sent i {
    display: block;
    font-size: 4.5rem;
    color: #353161;
}
.contact-form .message-sent h4 {
    font-size: 2rem;
    color: #353161;
    text-transform: uppercase;
}
.contact-form .message-sent p {
    font-size: 1.2rem;
    color: #000;
}
.contact-form .form-row {
    margin: 20px auto;
    width: 100%;
}
.contact-form .form-row input[type="text"],
.contact-form .form-row input[type="email"] {
    outline: none;
    width: 100%;
    padding: 12px 8px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 2px solid #353161;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
}
.contact-form .form-row textarea {
    outline: none;
    width: 100%;
    padding: 12px 8px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 2px solid #353161;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
    resize: none;
    height: 120px;
}
.contact-form .form-row button {
    width: 100%;
    display: block;
    padding: 16px 26px;
    background: #353161;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1rem;
    border: 0;
    text-align: center;
    cursor: pointer;
}

.filter {
    background: #f7f4f4;
    padding: 1% 0;
    box-sizing: border-box;
    width: 100%;
}
.filter h2 {
    color: #555;
    font-size: 1.75rem;
    margin: 10px 0 15px 0;
}
.filter h2 span a,
.resetFilter a {
    font-size: 1.4rem;
    color: #c34a3c;
}
.resetFilter a {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.filter .filter-grid {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 3.333%;
    align-items: center;
}
.filter .filter-grid .col-20 {
    width: 22%;
    flex: 0 1 calc(22%);
    margin: 0;
    padding: 0;
}
.filter .filter-grid .col-40 {
    width: 42%;
    flex: 0 1 calc(42%);
    margin: 0;
    padding: 0;
}
.filter .filter-grid .col-10 {
    width: 6%;
    flex: 0 1 calc(6%);
    margin: 0;
    padding: 0;
}
.filter .filter-grid .col-20 select {
    width: 100%;
    padding: 12px 6px;
    box-sizing: border-box;
    background: transparent;
    font-size: 1.05rem;
    color: #333;
    font-weight: 300;
    border: 0;
    border-bottom: 2px solid #c34a3c;
    cursor: pointer;
}
.filter .filter-grid .col-40 .input-container {
    width: 42%;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
.filter .filter-grid .col-40 input {
    width: 100%;
    padding: 12px 6px;
    box-sizing: border-box;
    background: transparent;
    font-size: 1.05rem;
    color: #333;
    font-weight: 300;
    border: 0;
    border-bottom: 2px solid #c34a3c;
    position: relative;
}
.filter .filter-grid .col-40 label {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #c34a3c;
    font-size: 1rem;
}
.filter .filter-grid .col-40 .date-divider {
    display: inline-block;
    margin: 0 5px;
    font-size: 1rem;
    color: #555;
}
.filter .filter-grid button {
    border: 0;
    background: #c34a3c;
    color: #fff;
    font-size: 2rem;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
}

.events {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
    box-sizing: border-box;
    position: relative;
}
.events .events-grid {
    display: flex;
    width: 100%;
    gap: 3.333%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
.events .events-grid .empty-result {
    font-size: 1.2rem;
}
.events .events-grid .event-col {
    width: 22.5%;
    flex: 0 1 calc(22.5%);
    margin: 25px 0;
    padding: 0;
}

.events .load-more {
    width: 100%;
    margin: 40px auto;
    padding: 0;
    text-align: center;
}
.events .load-more a {
    background: #c34a3c;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 62px;
    box-sizing: border-box;
    text-decoration: none;
}


.gallery-detail {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    box-sizing: border-box;
    position: relative;
}
.gallery-detail .gallery-detail-grid {
    display: flex;
    width: 100%;
    gap: 7%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
.gallery-detail .gallery-detail-grid .detail-image {
    width: 38%;
    flex: 0 1 calc(38%);
    margin: 0;
    padding: 0;
}
.gallery-detail .gallery-detail-grid .detail-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.gallery-detail .gallery-detail-grid .detail-info {
    width: 55%;
    flex: 0 1 calc(55%);
    margin: 0;
    padding: 0;
}
.gallery-detail .gallery-detail-grid .detail-info h1 {
    color: #0d0d0d;
    font-size: 3.5rem;
    font-weight: 400;
    margin-top: 1%;
    margin-bottom: 0;
}
.gallery-detail .gallery-detail-grid .detail-info .info-box {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
}
.gallery-detail .gallery-detail-grid .detail-info .info-box .row {
    margin: 25px 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 300;
}


.banner {
    width: 100%;
    margin: 0 auto 3% auto;
    padding: 0;
}
.banner a {
    text-decoration: none;
}
.banner img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 5px;
}
.banner .banner-text {
    color: #000;
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 15px auto;
}

.gallery-description {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.7;
}
.photo-gallery {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.photo-gallery .photo {
    width: 32%;
    flex: 0 1 calc(32%);
    margin: 10px 0;
    padding: 0;
    border-radius: 5px;
}
.photo-gallery .photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.back-link a {
    color: #353161;
    text-decoration: none;
    font-size: 1.1rem;
}
.back-link a:hover {
    text-decoration: underline;
}
.back-link a i {
    display: inline-block;
    margin-right: 6px;
}
.back-link.mb {
    margin-bottom: 30px;
}


.event-detail {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    box-sizing: border-box;
    position: relative;
}
.event-detail .detail-header {
    display: flex;
    width: 100%;
    gap: 7%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
.event-detail .detail-header .detail-image {
    width: 38%;
    flex: 0 1 calc(38%);
    margin: 0;
    padding: 0;
}
.event-detail .detail-header .detail-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.event-detail .detail-header .detail-info {
    width: 55%;
    flex: 0 1 calc(55%);
    margin: 0;
    padding: 0;
}
.event-detail .detail-header .detail-info h1 {
    color: #0d0d0d;
    font-size: 3.5rem;
    font-weight: 400;
    margin-top: 1%;
    margin-bottom: 0;
}
.event-detail .detail-header .detail-info h1 .cancel-label {
    display: inline-block;
    background: #c34a3c;
    color: #fff;
    padding: 8px 24px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 2rem;
    position: relative;
    top: -8px;
}
.event-detail .detail-header .detail-info .past-event {
    display: inline-block;
    background: #32708e;
    color: #fff;
    padding: 8px 24px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-top: 20px;
}
.event-detail .detail-header .detail-info .event-category {
    margin: 30px 0 0 0;
    padding: 0;
}
.event-detail .detail-header .detail-info .event-category span {
    font-size: 1.1rem;
    padding: 8px 24px;
    box-sizing: border-box;
    border-radius: 5px;
}
.event-detail .detail-header .detail-info .info-box {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
}
.event-detail .detail-header .detail-info .info-box .row {
    display: flex;
    margin: 25px 0;
    padding: 0;
    gap: 2.5%;
}
.event-detail .detail-header .detail-info .info-box .row .icon {
    width: 35px;
    flex: 0 1 calc(35px);
    font-size: 1.4rem;
}
.event-detail .detail-header .detail-info .info-box .row .text {
    width: calc(97.5% - 35px);
    flex: 0 1 calc(97.5% - 35px);
    font-size: 1.4rem;
    font-weight: 300;
}
.event-detail .detail-header .detail-info .info-box .row .text a {
    color: #0d0d0d;
}
.event-detail .detail-header .detail-info .tickets-button {
    margin-top: 40px;
}
.event-detail .detail-header .detail-info .tickets-button a {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #c34a3c;
}
.event-detail .detail-body {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #0d0d0d;
    line-height: 1.4;
}
.event-detail .detail-body .important-notice {
    color: #c34a3c;
    font-weight: 600;
    font-size: 1.5rem;
}
.event-detail .detail-body .important-notice.venue {
    color: #0d0d0d;
}
.event-detail .detail-body h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.event-detail .detail-body .venue-info {
    display: flex;
    gap: 5%;
    padding: 0;
    margin: 0;
}
.event-detail .detail-body .venue-info .address {
    width: 37.5%;
    flex: 0 1 calc(37.5%);
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.7;
}
.event-detail .detail-body .venue-info .address span {
    font-weight: 600;
    font-size: 1.5rem;
    color: #353161;
}
.event-detail .detail-body .venue-info .map {
    width: 57.5%;
    flex: 0 1 calc(57.5%);
}

.product-price .icon, .product-price .text {
    font-size: 2rem !important;
    color: #353161 !important;
    font-weight: 600 !important;
}
.product-info {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
}

.opening-hours {
    width: 100%;
    padding: 0;
    margin: 0 0 45px 0;
}
.main-grid .side-col .opening-hours h3 {
    font-size: 2rem;
    margin-top: 2%;
    font-weight: 400;
    text-transform: uppercase;
}
.main-grid .side-col .opening-hours h3 i {
    display: inline-block;
    color: #353161;
    margin-right: 10px;
}
.opening-hours .opening-row {
    display: flex;
    gap: 5%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1rem;
}
.opening-hours .opening-row .day {
    width: 20%;
    flex: 0 1 calc(20%);
    margin: 0;
    padding: 0;
}
.opening-hours .opening-row .hours {
    width: 75%;
    flex: 0 1 calc(75%);
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.article-detail {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    box-sizing: border-box;
    position: relative;
}
.article-detail .detail-header {
    width: 100%;
    margin: 0;
    padding: 0;
}
.article-detail .detail-header img {
    width: 100%;
    height: auto;
}
.article-detail .detail-header img.article-img-thumb {
    height: 300px;
    object-fit: cover;
}
.article-detail .detail-header .youtube-video {
    height: 500px;
}
.article-detail .article-img-thumb {
    height: 400px;
}
.article-detail .detail-header video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.article-detail .detail-header .detail-info h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.article-detail .detail-header .detail-info .article-date {
    font-size: 1.2rem;
}
.article-detail .detail-header .detail-info .article-date i {
    display: inline-block;
    margin-right: 8px;
}
.article-detail .detail-header .detail-info .article-perex {
    margin-top: 30px;
    font-size: 1.25rem;
}
.article-detail .detail-body {
    margin: 30px 0;
    font-weight: 300;
}

.gallery-wrapper {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.gallery-wrapper a {
    width: calc(25% - 10px);
    margin: 0;
}
.gallery-wrapper a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


.main-grid {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5%;
    align-items: flex-start;
    justify-content: flex-start;
}
.main-grid .main-col {
    width: 70%;
    flex: 0 1 calc(70%);
    margin: 0;
    padding: 0;
}
.main-grid .side-col {
    width: 25%;
    flex: 0 1 calc(25%);
    margin: 0;
    padding: 0;
}

.main-grid .side-col .upcoming-events {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}
.main-grid .side-col .upcoming-events a {
    text-decoration: none;
}
.main-grid .side-col .upcoming-events h3 {
    font-size: 2rem;
    margin-top: 2%;
    font-weight: 400;
    text-transform: uppercase;
}
.main-grid .side-col .upcoming-events h3 i {
    display: inline-block;
    color: #353161;
    margin-right: 10px;
}
.main-grid .side-col .upcoming-events .event-row {
    display: flex;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    gap: 5%;
    align-items: center;
}
.main-grid .side-col .upcoming-events .event-row > a {
    color: #0d0d0d;
    text-decoration: none;
    text-transform: inherit;
}
.main-grid .side-col .upcoming-events .event-row .date-col {
    width: 30%;
    flex: 0 1 calc(30%);
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
}
.main-grid .side-col .upcoming-events .event-row .text-col {
    width: 65%;
    flex: 0 1 calc(65%);
    padding: 0;
    margin: 0;
    color: #0d0d0d;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
}
.main-grid .side-col .upcoming-events .event-row .text-col span {
    text-transform: none !important;
    font-size: 1.1rem !important;
    font-weight: 300 !important;
}
.main-grid .side-col .upcoming-events .event-row .text-col a {
    color: #0d0d0d;
    text-decoration: none;
}


.main-grid .side-col .side-cart {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}
.main-grid .side-col .side-cart h3 {
    color: #353161 !important;
    font-size: 2rem;
    margin-top: 0;
}
.main-grid .side-col .side-cart .empty-cart {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
}
.main-grid .side-col .side-cart .cart-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    width: 100%;
    border-bottom: 2px solid #353161;
    padding: 2.5% 0;
    box-sizing: border-box;
    margin: 20px 0;
    position: relative;
}
.main-grid .side-col .side-cart .cart-row .title-col {
    font-size: 1.3rem;
    color: #353161;
    font-weight: 600;
    width: 100%;
    flex: 0 1 calc(100%);
    margin: 0 0 15px 0;
    padding-right: 5%;
    box-sizing: border-box;
}
.main-grid .side-col .side-cart .cart-row .quantity-col {
    font-size: 1.05rem;
    width: 40%;
    flex: 0 1 calc(40%);
}
.main-grid .side-col .side-cart .cart-row .price-col {
    font-size: 1.2rem;
    width: 55%;
    flex: 0 1 calc(55%);
    padding-right: 5%;
    box-sizing: border-box;
}
.main-grid .side-col .side-cart .cart-row .remove {
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%);
    color: #000;
    text-decoration: none;
    font-size: 1.25rem;
}
.main-grid .side-col .side-cart .cart-button a {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    padding: 16px 5%;
    box-sizing: border-box;
    text-align: center;
    background: #353161;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2rem;
}

.quantity-link {
    color: #353161;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px;
    font-size: 1.1rem;
}

.form-grid {
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 5%;
    display: flex;
}
.form-grid .form-col {
    width: 47.5%;
    flex: 0 1 calc(47.5%);
    padding: 0;
    margin: 0 auto;
}
.form-grid .form-col h2 {
    color: #353161;
    font-size: 2rem;
}
.consent {
    margin-top: 30px;
}
.required {
    color: #c34a3c;
}
.form-grid .form-col label {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}
.form-grid .form-col input[type="text"],
.form-grid .form-col input[type="email"] {
    outline: none;
    width: 95%;
    border: 0;
    border-bottom: 2px solid #353161;
    padding: 10px 6px;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 1rem;
}
.form-grid .form-col .delivery-method {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.form-grid .form-col .delivery-method i {
    font-size: 1.35rem;
    display: inline-block;
    margin-right: 10px;
    /*color: #dbb754;*/
}
.form-grid .form-col .delivery-price {
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 0;
}
.form-grid .form-col .delivery-desc {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 20px;
}
.form-grid .form-col .change-pickup,
.form-grid .form-col .choose-pickup-point {
    color: #353161;
    display: block;
    text-decoration: underline;
    margin-top: 3px;
    cursor: pointer;
}
.form-grid .form-col .change-pickup:hover,
.form-grid .form-col .choose-pickup-point:hover {
    text-decoration: none;
}
.form-error {
    margin: 20px auto;
    font-size: 1.2rem;
    font-weight: 600;
    color: #c34a3c;
}
.total-price {
    font-size: 2rem;
    font-weight: 400;
    margin: 35px auto;
}
.total-price span {
    font-size: 3rem;
    font-weight: 800;
    color: #353161;
}
.order-button {
    display: block;
    background: #353161;
    color: #fff;
    text-align: center;
    padding: 18px 24px;
    box-sizing: border-box;
    margin: 5px auto;
    border: 0;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

#ticketsBanner {
    width: 100%;
    margin: 2% 0;
    padding: 0;
    position: relative;
}
#ticketsBanner a {
    background: url('../../img/tickets-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 90px 2%;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    display: block;
}
#ticketsBanner a h2 {
    font-size: 2.25rem;
}
#ticketsBanner a p {
    font-size: 1.2rem;
    font-weight: 400;
}

.notification {
    width: 100%;
    text-align: center;
    padding: 0 0 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.notification i {
    font-size: 5rem;
    color: #353161;
    display: block;
}
.notification h2 {
    font-size: 2rem;
}
.notification .notification-text {
    font-size: 1rem;
    margin-bottom: 30px;
}
.notification h3 {
    font-size: 1.4rem;
    margin-top: 40px;
}
.notification .order-detail p {
    font-weight: 300;
    line-height: 1.7;
}
.notification .order-detail p strong {
    font-weight: 700;
}
.notification .order-detail .order-item span {
    font-size: 0.9rem;
}
.notification .order-detail .order-price {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 400;
}
.notification .order-detail .order-price span {
    font-size: 2rem;
    font-weight: 800;
}


.set-cookies {
    cursor: pointer;
    text-decoration: none !important;
    background: #353161;
    padding: 12px 24px;
    box-sizing: border-box;
    color: #fff;
}

.cookie-page .table {
    margin: 0 auto;
}
.cookie-page table {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    border: 0;
    border-spacing: 0;
    text-align: left !important;
}
.cookie-page table th {
    padding: 16px 14px;
    box-sizing: border-box;
    background: #353161;
    color: #fff;
    font-size: 1.1rem;
    border-bottom: 2px solid #fff;
}
.cookie-page table td {
    padding: 12px 14px;
    box-sizing: border-box;
    color: #333;
    border-bottom: 1px solid #efefef;
}

#cookiesPage {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.4);
    z-index: 9997;
    overflow: hidden;
}
#cookieConsent {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 50%;
    max-width: 750px;
    height: auto;
    border: 2px solid #353161;
    background: #fff;
    color: #000;
    font-size: 1rem;
    padding: 2.5% 3.5%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 9998;
    text-align: center;
    transition: 0.5s;
}
#cookieConsent h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
#cookieConsent .content {
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
#cookieConsent .content p {
    margin: 10px auto;
    line-height: 1.7;
}
#cookieConsent .content a {
    color: #353161;
    text-decoration: underline;
}
#cookieConsent .content a:hover {
    text-decoration: none;
}
#cookiePreferences a.close-cookies,
#cookieConsent a.close-cookies {
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 1rem;
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
#cookiePreferences .content .buttons,
#cookieConsent .content .buttons {
    display: block;
    margin-top: 40px;
}
#cookieConsent .content .buttons a {
    display: inline-block;
    padding: 8px 16px;
    min-width: 220px;
    box-sizing: border-box;
    background: #353161;
    border: 2px solid #353161;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.05rem;
    font-weight: bold;
    cursor: pointer;
}
#cookieConsent .content .buttons a.preferences {
    background: #fff;
    color: #353161;
    border: 2px solid #353161;
    margin-right: 20px;
}

#cookiePreferences {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 50%;
    max-width: 750px;
    height: auto;
    border: 2px solid #353161;
    background: #fff;
    color: #000;
    font-size: 1rem;
    padding: 2.5% 3.5%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 9998;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
}
#cookiePreferences h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
#cookiePreferences .content {
    width: 100%;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
#cookiePreferences .content p {
    margin: 10px auto;
    line-height: 1.7;
}
#cookiePreferences .content a {
    color: #353161;
    text-decoration: underline;
}
#cookiePreferences .content .buttons a,
#cookiePreferences .content .buttons button {
    display: inline-block;
    padding: 8px 16px;
    min-width: 220px;
    box-sizing: border-box;
    background: #353161;
    border: 2px solid #353161;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 20px;
    font-size: 1.05rem;
    font-weight: bold;
    cursor: pointer;
}
#cookiePreferences .content .buttons button {
    margin-right: 20px;
}
#cookiePreferences .content h4 {
    font-size: 1.25rem;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: left;
}
#cookiePreferences .content .cookies-table {
    width: 100%;
    margin: 5px auto;
    position: relative;
}
#cookiePreferences .content .cookies-table .cookie-row {
    display: flex;
    margin: 0 auto;
    padding: 12px 18px;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
    gap: 2%;
    border: 1px solid #999;
    text-align: left;
    font-size: 1.1rem;
}
#cookiePreferences .content .cookies-table a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
#cookiePreferences .content .cookies-table .cookie-row .cookie-type {
    color: #000;
    width: 70%;
    flex: 0 1 calc(70%);
    margin: 0;
    padding: 0;
    font-weight: 800;
}
#cookiePreferences .content .cookies-table .cookie-row .cookie-option {
    color: #353161;
    font-weight: bold;
    width: 28%;
    flex: 0 1 calc(28%);
    text-align: right;
}
#cookiePreferences .content .cookies-table .cookie-row .cookie-option i {
    color: #000;
    margin-left: 10px;
    font-size: 1.1rem;
    transition: 0.5s;
    position: relative;
    top: 4px;
}
#cookiePreferences .content .cookies-table .cookie-row .cookie-option i.expanded {
    transform: rotate(90deg);
}
#cookiePreferences .content .cookies-table .cookie-info {
    display: none;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 28px;
    top: 4px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #353161;
}

input:focus + .slider {
    box-shadow: 0 0 1px #353161;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.events .archive-button {
    width: 100%;
    margin: 60px auto;
    padding: 60px 0 0 0;
    box-sizing: border-box;
    border-top: 2px solid #efefef;
    text-align: center;
}
.events .archive-button a {
    background: #c34a3c;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 62px;
    box-sizing: border-box;
    text-decoration: none;
}


@media (max-width: 1000px) {
    #cookiePreferences, #cookieConsent {
        width: 95%;
        padding: 6% 5%;
        overflow-y: auto;
    }
    #cookiePreferences h3, #cookieConsent h3 {
        font-size: 1.4rem;
    }
    #cookiePreferences .content h4 {
        font-size: 1rem;
        margin-top: 20px;
    }
    #cookiePreferences .content .buttons a, #cookieConsent .content .buttons a,
    #cookiePreferences .content .buttons button, #cookieConsent .content .buttons button {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 0.9rem;
    }
    #cookiePreferences .content .cookies-table .cookie-row {
        padding: 8px 14px;
        font-size: 0.95rem;
    }
    #cookiePreferences .content .cookies-table .cookie-row .cookie-type {
        width: 65%;
        flex: 0 1 calc(65%);
    }
    #cookiePreferences .content .cookies-table .cookie-row .cookie-option {
        width: 32%;
        flex: 0 1 calc(32%);
        font-size: 0.9rem;
    }
    #cookiePreferences .content .cookies-table .cookie-row .cookie-option i {
        margin-left: 6px;
        font-size: 1rem;
        top: 6px;
    }
}


@media (max-width: 1800px) {
    #title .col-4 .calendar .calendar-row .date {
        font-size: 2.55rem;
    }
}


@media (max-width: 1600px) {
    .header-grid .logo {
        width: 17.5%;
        flex: 0 1 calc(17.5%);
    }
    .header-grid .logo img {
        height: 50px;
        width: auto;
    }
    .header-grid .main-nav {
        width: 78.5%;
        flex: 0 1 calc(78.5%);
    }

    .header-grid .main-nav ul li {
        margin: 0 5px;
    }
    .header-grid .main-nav ul li a {
        font-size: 1.1rem;
        padding: 6px 10px;
    }
    .header-grid .main-nav ul li.shop {
        padding: 24px 10px;
    }
    .header-grid .main-nav ul li.shop a {
        font-size: 1.6rem;
    }

    #title .col-4 .calendar .calendar-row .date {
        width: 28%;
        flex: 0 1 calc(28%);
    }
    #title .col-4 .calendar .calendar-row .name {
        width: 70%;
        flex: 0 1 calc(70%);
    }

    #recommended h2 {
        bottom: -7.5%;
    }

    .event-detail .detail-header .detail-info h1 {
        font-size: 3.2rem;
    }
    .event-detail .detail-header .detail-info .info-box {
        margin-top: 35px;
    }
    .event-detail .detail-header .detail-info .info-box .row .text {
        font-size: 1.3rem;
    }
    .event-detail .detail-body {
        font-size: 1.15rem;
    }
}



@media (max-width: 1450px) {
    #title .col-4 .calendar .calendar-row .date {
        font-size: 2.75rem;
    }
    #info .content-grid .col-70 h2,
    #info .content-grid .col-30 h3 {
        font-size: 2.25rem;
    }

    .main-grid .side-col .upcoming-events .event-row .date-col {
        font-size: 2.2rem;
    }
    .main-grid .side-col .upcoming-events .event-row .text-col {
        font-size: 1.2rem;
    }
    .main-grid .side-col .upcoming-events h3 {
        font-size: 1.75rem;
    }

    .event-detail .detail-header .detail-info h1 {
        font-size: 2.8rem;
    }
    .event-detail .detail-body h2 {
        font-size: 2rem;
    }
    .section-title h1 {
        font-size: 2.5rem;
    }
    .article-detail .detail-header .youtube-video {
        height: 450px;
    }
    .article-card img.thmb {
        height: 300px;
    }
    .article-detail .detail-header .detail-info h1 {
        font-size: 2.25rem;
    }
    .image-card img {
        max-height: 350px;
        object-fit: cover;
    }
}


@media (max-width: 1350px) {
    #title .col-4 .calendar .calendar-row .date {
        font-size: 2.5rem;
    }
    #info .content-grid .col-70 h2,
    #info .content-grid .col-30 h3 {
        font-size: 2.15rem;
    }

    .main-grid .side-col .upcoming-events .event-row .date-col {
        font-size: 2rem;
    }
    .main-grid .side-col .upcoming-events .event-row .text-col {
        font-size: 1.15rem;
    }

    .event-detail .detail-header .detail-info h1 {
        font-size: 2.5rem;
    }
    .event-detail .detail-body h2 {
        font-size: 1.8rem;
    }
    .section-title h1 {
        font-size: 2.25rem;
    }
    .article-detail .detail-header .youtube-video {
        height: 450px;
    }
    .article-card img.thmb {
        height: 300px;
    }
    .article-detail .detail-header .detail-info h1 {
        font-size: 2.1rem;
    }
    .image-card img {
        max-height: 350px;
        object-fit: cover;
    }

    .events .events-grid .event-col {
        width: 31%;
        flex: 0 1 calc(31%);
    }

    #ticketsBanner a {
        padding: 70px 2%;
    }
    #ticketsBanner a h2 {
        font-size: 2rem;
    }
}


@media (max-width: 1250px) {
    .header-grid .logo {
        width: 12.5%;
        flex: 0 1 calc(12.5%);
    }
    .header-grid .main-nav {
        width: 83.5%;
        flex: 0 1 calc(83.5%);
    }
    .header-grid .logo img {
        height: 40px;
    }

    .header-grid .main-nav ul li {
        margin: 0 2px;
    }
    .header-grid .main-nav ul li a {
        padding: 6px;
        font-size: 1.05rem;
    }
    .header-grid .main-nav ul li.shop {
        padding: 24px 6px;
    }
    .header-grid .main-nav ul li.shop a {
        font-size: 1.3rem;
    }
    .header-grid .main-nav ul li.shop a::after {
        font-size: 0.85rem;
        bottom: -7px;
    }
}




@media (min-width: 1001px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }

    .mobile-header, .mobile-nav {
        display: none
    }
}


@media (max-width: 1000px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    header {
        display: none;
    }

    .mobile-header {
        width: 100%;
        height: 100px;
        position: fixed;
        padding-top: 10px;
        padding-left: 5%;
        box-sizing: border-box;
        background: #fff;
        z-index: 1001;
    }
    .mobile-header .logo img {
        height: 60px;
        width: auto;
        position: relative;
        top: 4px;
    }
    .mobile-header .hamburger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: #353161;
    }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
        background-color: #353161;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        right: -101%;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        color: #333;
        text-align: center;
        transition: 0.5s;
        padding-top: 150px;
        box-sizing: border-box;
    }
    .mobile-nav.expanded {
        right: 0;
    }
    .mobile-nav ul {
        list-style: none;
        text-align: center;
        margin: 0 auto;
        padding: 0 2.5%;
    }
    .mobile-nav ul li {
        padding: 10px 0;
        margin: 10px 0;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.4rem;
    }
    .mobile-nav ul li a {
        color: #333;
        text-decoration: none;
    }


    #title .grid,
    #title .col-4 .calendar .calendar-row {
        flex-wrap: wrap;
        gap: 0;
    }
    #title .col-6,
    #title .col-4 {
        width: 100%;
        flex: 0 1 calc(100%);
    }
    main {
        padding-top: 100px;
    }
    #title .col-4 .calendar .calendar-row .date,
    #title .col-4 .calendar .calendar-row .name {
        width: 100%;
        flex: 0 1 calc(100%);
    }
    #title .col-4 .calendar .calendar-row .date {
        font-size: 2.5rem;
    }
    #title .col-4 .calendar .calendar-row .name .event {
        font-size: 1.35rem;
    }

    #search input[type="text"] {
        font-size: 1.25rem;
        padding: 6px 18px;
    }
    #search .form-grid {
        gap: 0;
    }
    #search .form-grid .col-90 {
        width: 80%;
        flex: 0 1 calc(80%);
    }
    #search .form-grid .col-10 {
        width: 18%;
        flex: 0 1 calc(18%);
    }
    #search button {
        font-size: 1.8rem;
        text-align: left;
    }

    .slick-arrows {
        top: 0;
    }
    .recommended-container {
        padding-top: 65px;
    }
    #recommended .more-button, #info .more-button {
        margin-top: 40px;
    }

    #info .content-grid,
    #info .content-grid .col-70 .articles-grid {
        flex-wrap: wrap;
        gap: 0;
    }
    #info .content-grid .col-70,
    #info .content-grid .col-30,
    #info .content-grid .col-70 .articles-grid .article-col {
        width: 100%;
        flex: 0 1 calc(100%);
    }
    #info .content-grid .col-70 h2,
    #info .content-grid .col-30 h3 {
        font-size: 2rem;
    }
    .article-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .article-card img.thmb,
    #info .content-grid .col-30 .video-row img, .video-card img {
        height: 250px;
        object-fit: cover;
    }

    #partners .grid .partner {
        width: 30%;
        flex: 0 1 calc(30%);
        margin-bottom: 20px;
    }
    #partners .grid .partner a img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    #partners {
        margin-bottom: 50px;
    }

    footer .footer-grid {
        padding-top: 40px;
        flex-wrap: wrap;
        gap: 0;
    }
    footer .footer-grid .col-20,
    footer .footer-grid .col-35,
    footer .footer-grid .col-25 {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 30px;
    }

    footer .copyright {
        width: 100%;
        float: inherit;
        padding: 3% 5% 5% 5%;
        box-sizing: border-box;
        line-height: 1.7;
    }

    .section-title h1 {
        font-size: 2.4rem;
    }


    .filter {
        padding-bottom: 20px;
    }
    .filter h2 {
        font-size: 1.4rem;
    }
    .filter .show-filter {
        color: #353161;
        font-size: 1.1rem;
        cursor: pointer;
    }
    .filter .filter-grid {
        display: none;
    }
    .filter .filter-grid.expanded {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }
    .filter .filter-grid .col-20,
    .filter .filter-grid .col-40 {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }

    .events .events-grid {
        gap: 0;
        flex-wrap: wrap;
    }
    .events .events-grid .event-col {
        width: 100%;
        flex: 0 1 calc(100%);
    }
    .event-card, .venue-card {
        max-width: 100%;
    }
    .event-card img, .venue-card img {
        max-height: 475px;
        object-fit: cover;
    }


    .main-grid {
        flex-wrap: wrap;
        gap: 0;
    }
    .main-grid .main-col,
    .main-grid .side-col {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }
    .event-detail .detail-header {
        flex-wrap: wrap;
        gap: 0;
    }
    .event-detail .detail-header .detail-image,
    .event-detail .detail-header .detail-info {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }
    .event-detail .detail-header .detail-info h1 {
        font-size: 2.5rem;
    }
    .event-detail .detail-header .detail-info .past-event {
        font-size: 1.05rem;
    }
    .event-detail .detail-header .detail-info .info-box .row .text {
        font-size: 1.2rem;
    }

    .event-detail .detail-body {
        font-size: 1.05rem;
        margin-top: 30px;
    }
    .event-detail .detail-body h2 {
        font-size: 2rem;
    }
    .event-detail .detail-body .venue-info {
        flex-wrap: wrap;
        gap: 0;
    }
    .event-detail .detail-body .venue-info .address,
    .event-detail .detail-body .venue-info .map {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }

    .main-grid .side-col .upcoming-events .event-row {
        flex-wrap: wrap;
        gap: 0;
    }
    .main-grid .side-col .upcoming-events .event-row .date-col,
    .main-grid .side-col .upcoming-events .event-row .text-col {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 15px;
    }
    .main-grid .side-col .upcoming-events .event-row .date-col {
        font-size: 2rem;
    }

    .event-detail .detail-body .important-notice {
        font-size: 1.25rem;
    }
    .gallery-wrapper a {
        width: calc(50% - 10px);
    }

    .main-grid .side-col .opening-hours h3,
    .main-grid .side-col .upcoming-events h3 {
        font-size: 1.75rem;
    }

    .article-detail .detail-header .youtube-video {
        height: 400px;
    }

    .photo-gallery .photo {
        width: 49%;
        flex: 0 1 calc(49%);
        margin: 5px auto;
    }

    .article-detail .detail-header .detail-info h1 {
        font-size: 2.2rem;
    }
    .article-detail .detail-header .detail-info .article-date {
        font-size: 1.1rem;
    }
    .article-detail .detail-header img.article-img-thumb {
        height: 250px;
    }

    .page .page-content .grid {
        flex-wrap: wrap;
        gap: 0;
    }
    .page .page-content .grid .col-2,
    .page .page-content .grid .col-4 {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }

    .contact-form {
        padding: 2% 5%;
    }

    .event-detail .detail-header .detail-info h1 {
        font-size: 2.2rem;
    }
    .product-price .icon, .product-price .text {
        font-size: 1.75rem !important;
    }

    .event-detail .detail-header .detail-image img {
        max-height: 550px;
        object-fit: cover;
    }

    .form-grid {
        gap: 0;
        flex-wrap: wrap;
    }
    .form-grid .form-col {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }
    .total-price {
        font-size: 1.6rem;
    }
    .total-price span {
        font-size: 2rem;
    }
    .order-button {
        font-size: 1.25rem;
    }

    .image-card {
        max-width: 100%;
    }
    .image-card img {
        max-height: 350px;
        object-fit: cover;
    }

    .gallery-detail .gallery-detail-grid .detail-image,
    .gallery-detail .gallery-detail-grid .detail-info {
        width: 100%;
        flex: 0 1 calc(100%);
        margin-bottom: 20px;
    }
    .gallery-detail .gallery-detail-grid .detail-info h1 {
        font-size: 2.75rem;
    }
    .gallery-detail .gallery-detail-grid .detail-info .info-box .row {
        font-size: 1.25rem;
    }

    footer .copyright .links {
        display: block;
        margin-left: 0;
    }
}