﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Main-heading classes */
.main-logo {
  max-width: 100%;
  /*width: 18rem;*/
  height: 9rem;
  display: inline-block;
  margin: auto;
}

.head-banner-logo {
  display: flex;
  justify-content: start;
  align-items: start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.head-banner-logo a {
  display: inline-block;
}

.head-imgs-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.75rem;
}

.top-menu-icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.top-menu-icons-container a {
  display: inline-block;
}

.site-logo {
  max-width: 100%;
  display: inline-block;
  margin: auto;
  width: 7rem;
}

.head-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hamburger mobile */
.head-img-container-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-menu-hamburger-mobile {
  display: flex;
  justify-content: start;
  align-items: start;
  margin: auto;
  width: 3rem;
  height: auto;
}

.hamburger-icon {
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: auto;
}

.fb-icon {
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: auto;
}

.insta-icon {
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: auto;
}

.main-logo-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hamburger-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -25%;
  border-left: 0.25rem solid white;
  border-bottom: 0.25rem solid white;
  border-right: 0.25rem solid white;
  box-shadow: 0px 5px 10px rgb(0, 0, 0);
  padding: 1rem;
  z-index: 1000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  width: 18rem;
}

.hamburger-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.hamburger-menu li {
  list-style: none;
  margin-bottom: 0.5em;
}

.hamburger-menu li:not(:last-child):after {
  content: "";
  display: block;
  margin: 0.5em 0;
  border-bottom: 0.125rem solid white;
  width: 95%;
}

.hamburger-menu li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
  font-size: 1.25rem;
}

.hamburger-menu li a:hover {
  color: gold;
}

/* Mobile hamburger classes */
.hamburger-menu-mobile {
  display: none;
  position: absolute;
  top: 92%;
  left: -20rem;
  width: 18rem;
  border-left: 0.25rem solid white;
  border-bottom: 0.25rem solid white;
  border-right: 0.25rem solid white;
  box-shadow: 0px 5px 10px rgb(0, 0, 0);
  padding: 1rem;
  z-index: 1000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  transition: left 0.3s ease;
  flex-direction: column;
}

#hamburger-toggle-mobile:checked ~ .hamburger-menu-mobile {
  left: 0;
}

.hamburger-menu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.hamburger-menu-mobile li {
  list-style: none;
  margin-bottom: 0.5em;
}

.hamburger-menu-mobile li:not(:last-child):after {
  content: "";
  display: block;
  margin: 0.5em 0;
  border-bottom: 0.125rem solid white;
  width: 95%;
}

.hamburger-menu-mobile li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
  font-size: 1.25rem;
}

.hamburger-menu-mobile li a:hover {
  color: gold;
}

/* Mobile menu social icons */
.top-menu-social-icons-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.menu-img-container-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger-icon-mobile {
  display: none;
  margin: auto;
  width: 3rem;
  height: auto;
}

.fb-icon-mobile {
  display: none;
  margin: auto;
  width: 3rem;
  height: auto;
}

.insta-icon-mobile {
  display: none;
  margin: auto;
  width: 3rem;
  height: auto;
}

/* Mobile hamburger ids */
#hamburger-icon-mobile {
  cursor: pointer;
}

#hamburger-toggle-mobile {
  display: none;
}

#hamburger-toggle-mobile:checked ~ .hamburger-menu-mobile {
  left: 0;
}

/* Main-heading ids */
#main-heading {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

#main-heading a {
  display: inline-block;
}

#hamburger-toggle-mobile:checked + .hamburger-menu-mobile {
  display: block;
  left: 0;
}

#top-banner {
  max-width: 90.625rem;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#hamburger-icon {
  cursor: pointer;
}

#hamburger-toggle {
  display: none;
}

#hamburger-toggle:checked + ul {
  display: block;
}

/* Main-heading Media queries */
@media (max-width: 1280px) {
  .site-logo {
    width: 100%;
  }
  .head-banner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    flex: 1 1 100%;
  }
  .top-menu-icons-container {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding-left: 2rem;
    position: relative;
  }
  .top-mobile-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 100%;
  }
  .head-imgs-container {
    order: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    flex: 2 1 auto;
  }
  .head-imgs-container img {
    width: calc(12vw - 1rem);
  }
  #top-banner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  .site-logo {
    width: 95%;
  }
  .main-logo {
    /*width: calc(12vw - 1rem);*/
    min-width: 7.5rem;
  }
  .hamburger-menu-mobile {
    display: flex;
  }
  #hamburger-toggle:checked + ul {
    display: none;
  }
  .top-mobile-menu {
    width: 95%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .main-logo-container {
    margin-bottom: 1rem;
  }
  .head-imgs-container {
    gap: 1vw;
  }
  .head-imgs-container img {
    width: calc(15vw - 1rem);
    min-width: 3.75rem;
  }
  .hamburger-icon, .fb-icon, .insta-icon {
    display: none;
  }
  .hamburger-icon-mobile, .fb-icon-mobile, .insta-icon-mobile {
    display: inline-block;
  }
  .menu-img-container-mobile-start {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 15% 25% 15%;
  }
  .head-img-container-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 40% 50% 40%;
    text-align: center;
  }
  .menu-img-container-mobile-end {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 15% 50% 15%;
  }
  .top-menu-hamburger-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    margin: unset;
  }
  .head-banner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10vw;
    padding-right: 1vw;
    margin: unset;
    order: 2;
    margin: 0 auto 1rem auto;
  }
  .top-menu-social-icons-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-left: 0;
    position: relative;
    order: 2;
  }
  #main-heading {
    max-width: 95%;
  }
  #top-banner {
    flex-direction: column;
    align-items: center;
  }
}
/* Slider classes */
.img-slider {
  position: relative;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}

.img-slider .slide {
  position: relative;
  width: 100%;
  clip-path: circle(0% at 0 50%);
  display: none;
}

.img-slider .slide.active {
  display: block;
  transition: 2s;
  height: 100%;
  max-height: 31.25rem;
  transition-property: clip-path;
  clip-path: circle(150% at 0 50%);
}

.img-slider .slide img,
.img-slider .slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderCaption {
  background-color: transparent;
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  width: 30%;
  height: auto;
}
.sliderCaption .sliderCaptionHelper {
  background: #0f0d0d;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  height: 100%;
  width: 150%;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  -webkit-transform: skewX(-20deg);
  /* Safari */
  transform: skewX(-20deg);
}
.sliderCaption .sliderCaptionTxtBelow {
  position: absolute;
  top: 72%;
  left: 5%;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem black;
}
.sliderCaption .sliderCaptionTxtCenter {
  position: absolute;
  right: 15%;
  width: 80%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem black;
}
.sliderCaption .sliderCaptionHelperSecond {
  position: absolute;
  top: 14%;
  right: 10%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.3rem black;
}
.sliderCaption .sliderCaptionHelperThird {
  position: absolute;
  top: 30%;
  right: 5%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.4rem black;
  width: 20rem;
}
@media (max-width: 820px) {
  .sliderCaption .sliderCaption, .sliderCaption .sliderCaptionTxtBelow, .sliderCaption .sliderCaptionTxtCenter, .sliderCaption .sliderCaptionHelper, .sliderCaption .sliderCaptionHelperSecond, .sliderCaption .sliderCaptionHelperThird {
    display: none;
  }
}

@media (max-width: 1450px) {
  .sliderCaptionTxtBelow {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }
  .sliderCaptionTxtCenter {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }
  .sliderCaption {
    bottom: -0.75rem;
  }
}
@media (max-width: 1250px) {
  .sliderCaptionTxtBelow {
    font-size: 0.75rem !important;
    font-weight: 300 !important;
  }
  .sliderCaptionTxtCenter {
    font-size: 0.8rem !important;
    font-weight: 300 !important;
  }
}
.img-slider .navigation {
  z-index: 2;
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}

.img-slider .navigation .btn {
  width: 1rem;
  height: 1rem;
  margin: 0.625rem;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigation .btn.active {
  background: white !important;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.5);
}

.slider-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 1rem;
}

.slider-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-menu ul li {
  margin-bottom: 0.5rem;
}

.slider-menu.active {
  display: block;
}

#slider {
  max-width: 90.625rem;
}

#slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Calendar classes */
.event-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 1.25rem 0;
}

.event-slider {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 2.5rem;
}

.event-selected {
  outline: 5px solid #bdb21a;
  background-color: #f0f8ff;
}

.event {
  margin: 0 0.75%;
  flex: 0 0 8.2%;
  border-radius: 2%;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tile-event a {
  background: #26348b;
  border: 0.125rem solid #26348b;
  text-decoration: none;
}

.tile-event-unset {
  background: #26348b;
  border: 0.125rem solid #26348b;
  text-decoration: none;
}

.text {
  font-size: 1rem;
  background-color: #26348b;
  color: white;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
}

.text.middle {
  background: white;
  width: 8rem;
  color: #26348b;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

.tile-sunday a {
  border-color: red;
}

.sunday-topdwn {
  background: red;
}

.sunday-middle {
  color: red !important;
}

.tile-unsetday {
  border-color: gray;
}

.unsetday-topdwn {
  background: gray;
}

.unsetday-middle {
  color: gray !important;
}

.calendar-left-arrow, .calendar-right-arrow {
  cursor: pointer;
  position: absolute;
  background: none;
  border: none;
  font-size: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.calendar-left-arrow {
  left: 0.5%;
}

.calendar-right-arrow {
  right: 0.5%;
}

/* Calendar ids */
#event-calendar {
  width: 90.625rem;
  margin: 0 auto;
}

/* Calendar medias */
@media (max-width: 1450px) {
  .event {
    margin: 0 1.14%;
    flex: 0 0 8.8%;
  }
  .text.middle {
    font-size: calc(1rem + 1vw);
    width: unset;
  }
  .tile-event {
    flex: 0 0 8.8%;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1250px) {
  .event {
    margin: 0 1%;
    flex: 0 0 10.5%;
  }
  .text.middle {
    font-size: 1.75rem;
  }
  .tile-event {
    flex: 0 0 10.5%;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .event-container {
    width: 100%;
  }
  .event {
    margin: 0 0.9%;
    flex: 0 0 12.5%;
  }
  .tile-event {
    flex: 0 0 12.5%;
  }
  .text.middle {
    font-size: 1.5em;
  }
  .text {
    font-size: 0.75rem;
  }
  .calendar-left-arrow {
    left: 0.25%;
  }
  .calendar-right-arrow {
    right: 0.25%;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .event-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .event-slider {
    padding-top: unset;
    padding-bottom: unset;
  }
  .event {
    margin: 0 1.5%;
    flex: 0 0 13.65%;
  }
  .tile-event {
    flex: 0 0 13.65%;
  }
  .text {
    font-weight: bold;
    color: #26348b;
    background: white;
    padding: 0.2rem;
  }
  .text.sunday-topdwn {
    font-weight: bold;
    color: red;
    background: white;
  }
  .text.sunday-middle {
    color: red;
    background: white;
  }
  .text.unsetday-topdwn {
    font-weight: bold;
    color: gray;
    background: white;
  }
  .text.unsetday-middle {
    color: gray;
    background: white;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 770px) {
  .event {
    margin: 0 1.5%;
    flex: 0 0 17%;
  }
  .tile-event {
    flex: 0 0 17%;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 645px) {
  .event {
    margin: 0 1.45%;
  }
  .tile-event {
    flex: 0 0 22%;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .event {
    margin: 0 2%;
    flex: 0 0 30%;
  }
  .tile-event {
    flex: 0 0 30%;
  }
  #event-calendar {
    max-width: 100%;
  }
  #main-wrapper {
    max-width: 100%;
  }
}
/* Main-heading classes */
.partners-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 0.5%;
}

.head-partner {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.middle-partners {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  width: 100%;
}

.middle-partner {
  flex: 1 1 33.33%;
  text-align: center;
}

.bottom-partner {
  flex: 1 1 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.top-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.middle-img-left, .middle-img-right, .bottom-img {
  max-width: 100%;
  display: block;
  height: auto;
}

#partners {
  width: 90.625rem;
  margin: 0 auto;
  padding-top: 1.25rem;
}

#partners img {
  display: block;
}

#partners a {
  display: block;
  padding: 0;
  margin: 0;
}

@media (max-width: 1450px) {
  .partners-container {
    width: 95%;
  }
  .middle-partners {
    gap: 15%;
    width: 95%;
  }
  .top-img, .middle-img-left {
    width: 100%;
  }
  #partners {
    width: 100%;
  }
}
/* Footer classes */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-block {
  flex: 1;
  text-align: center;
}

.left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-block.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-block.right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-block.right h2 {
  margin-left: -3rem;
}

.footer-block.left h2 {
  margin-left: -2.813rem;
}

.footer-block h2 {
  margin: 0;
  font-weight: normal;
}

.footer-block ul {
  list-style: none;
  padding-left: 0px;
  text-align: left;
}

.footer-block ul li {
  margin-bottom: 0.313rem;
}

.footer-block p.two-rows {
  margin-top: 3.875rem;
}

.footer-block p.single-row {
  margin-top: 5.875rem;
}

.footer-block ul li a {
  color: white;
  text-decoration: none;
}

.footer-btm-version {
  text-align: center;
  margin-bottom: 1rem;
  color: white;
  font-size: 0.875rem;
}

/* Footer ids */
#footer {
  background-color: #26348b;
  color: white;
  padding: 6.25rem 0;
  max-width: 90.625rem;
  margin: auto;
  margin-top: 2rem;
}

/* Footer medias */
@media (max-width: 820px) {
  #footer {
    display: none;
  }
}
/* Divider classes */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  width: 90.625rem;
  margin: 0.5rem auto 1.5rem auto;
  z-index: 5;
}

.divider.top {
  padding-top: 1.5rem;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 0.125rem solid;
}

.divider::before {
  margin-right: 1.5rem;
}

.divider::after {
  margin-left: 1.5rem;
}

.divider span {
  white-space: nowrap;
  font-size: 1.75rem;
}

.divider-spacing {
  display: flex;
  align-items: center;
  text-align: center;
  width: 90.625rem;
  margin: 0.5rem auto;
}

.divider-spacing::before,
.divider-spacing::after {
  content: "";
  flex: 1;
  border-bottom: 0.125rem solid #26348b;
}

.divider-spacing::before {
  margin-right: 1.5rem;
}

.divider-spacing::after {
  margin-left: 1.5rem;
}

.divider-spacing span {
  white-space: nowrap;
  color: #26348b;
  font-size: 1.75rem;
}

.divider-top-site {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90.625rem;
  min-height: 5rem;
  margin: 0 auto;
  overflow: hidden;
}

.divider-top-site::before,
.divider-top-site::after {
  content: "";
  flex: 1;
  border-bottom: 0.125rem solid white;
}

.divider-top-site::before {
  margin-right: 1.5rem;
}

.divider-top-site::after {
  margin-left: 1.5rem;
}

.divider-top-site span {
  white-space: normal;
  color: white;
  word-wrap: break-word;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 1%;
  padding-bottom: 1%;
}

.divider button {
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 0.625rem;
}

@media (max-width: 1450px) {
  .divider {
    max-width: 100%;
  }
  .divider-top-site {
    width: 100%;
  }
  .divider-top-site span {
    padding-top: 1%;
    padding-bottom: 1%;
  }
}
@media (max-width: 1100px) {
  .divider {
    max-width: 100%;
  }
  .divider-top-site span {
    padding-top: 1%;
    padding-bottom: 1%;
  }
}
@media (max-width: 820px) {
  .divider {
    max-width: 100%;
  }
  .divider-top-site span {
    font-size: 1.5rem;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
@media (max-width: 700px) {
  .divider {
    max-width: 100%;
  }
  .divider button {
    font-size: 1rem;
  }
  .divider-top-site span {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
@media (max-width: 620px) {
  .divider {
    max-width: 100%;
  }
  .divider-top-site span {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
/* Program classes */
.tile-prog {
  background: #fff;
  border-radius: 2%;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  height: 35rem;
  display: block;
  flex-direction: column;
  justify-content: space-between;
}
.tile-prog .header {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tile-prog .header .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.tile-prog .header .loading-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 6rem;
  height: auto;
}
.tile-prog .header .main-image {
  position: relative;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: 100%;
  height: auto;
}
.tile-prog .header .loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: grey;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
}
.tile-prog .header .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 3%;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  /*padding: 3%;
  text-align: center;
  font-size: 1.5em;*/
}
.tile-prog .header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease-in-out;
}
.tile-prog .header span {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0.8;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  min-width: 40%;
  max-width: 90%;
  text-transform: uppercase;
  white-space: nowrap;
}
.tile-prog .info-program {
  padding-top: 0.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  text-align: center;
}
.tile-prog .info-program .date, .tile-prog .info-program .date-single {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.5rem;
}
.tile-prog .info-program .date div, .tile-prog .info-program .date-single div {
  width: 50%;
  text-align: center;
}
.tile-prog .info-program .date-single div {
  width: 100%;
}
.tile-prog .info-program .details {
  margin: 10px 0;
}
.tile-prog .action {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tile-prog .action .icon-logo {
  display: flex;
  flex: 0 0 60%;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
.tile-prog .action .action-cntr {
  flex-grow: 1;
}
.tile-prog .action .action-btn {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  width: 30%;
  flex-shrink: 1;
  white-space: nowrap;
}
.tile-prog .action .txt {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  width: 30%;
  flex-shrink: 1;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5rem;
}
.tile-prog .action button {
  color: white;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.5rem;
  transition: background-color 0.2s;
}
.tile-prog .action button img {
  width: 1.5rem;
  height: auto;
  display: flex;
}
.tile-prog .action .action-img {
  min-width: 20%;
  width: 30%;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile-prog .action .action-cntr {
  min-width: 20%;
  width: 25%;
  max-width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tile-prog .action .action-img img {
  width: 60%;
  height: auto;
}

.tile-container-program {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5rem;
  max-width: 90.625rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.tile-prog:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.tile-prog .cancelled-filter {
  filter: grayscale(100%);
  opacity: 0.6;
}

.tile-prog .cancelled-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.7) !important;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  min-width: 40%;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 10;
  white-space: nowrap;
  opacity: 0.9;
}

.tile-prog .prepared-filter {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.tile-prog .prepared-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(169, 169, 169) !important;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 10;
  white-space: nowrap;
  opacity: 0.9;
}

/* Program ids*/
#main-content {
  width: 90.625rem;
  margin: 0 auto;
  height: auto;
  padding-bottom: 1.25rem;
}

#main-content:not(.has-more-than-six) .tile-container-program {
  margin-bottom: 0;
}

/* Program medias */
@media (min-width: 1280px) {
  #main-content {
    width: 100%;
    max-height: 100%;
  }
  .tile-container-program {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 820px) and (max-width: 1280px) {
  #main-content {
    width: 100%;
  }
  .tile-prog .header {
    display: block;
    height: auto;
    max-height: 48%;
  }
  .tile-container-program {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  #main-content {
    width: 95%;
  }
  #main-wrapper {
    min-width: 100%;
  }
  .tile-prog .header {
    display: block;
    width: auto;
    max-height: 54%;
  }
  .tile-container-program {
    grid-template-columns: 100%;
    gap: 0;
  }
  /* No LR padding */
  .tile-container-program {
    padding-left: 0%;
    padding-right: 0%;
  }
  .tile-prog:first-child {
    width: 100%;
    /*        border-radius: unset;
            box-shadow: unset;
            transform: unset;*/
    margin-top: 1rem;
  }
  .tile-prog {
    width: 100%;
    /*        border-radius: unset;
            box-shadow: unset;
            transform: unset;*/
    margin-bottom: 3rem;
  }
  .tile-prog .header span {
    max-width: 65%;
  }
  .tile-prog:hover {
    /*        transform: unset;
            box-shadow: unset;*/
  }
  .action-btn {
    margin-top: 1rem;
  }
}
/* Recommend classes */
.tile-container-recommend {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1fr, 1fr);
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 100%;
  position: relative;
}

.tile-container-recommend-mobile {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5rem;
  max-width: 90.625rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.tile-rec-mobile {
  background: #fff;
  border-radius: 2%;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  height: 35rem;
  display: block;
  flex-direction: column;
  justify-content: space-between;
}
.tile-rec-mobile .header {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.tile-rec-mobile .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.tile-rec-mobile .main-image {
  position: relative;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: 100%;
  height: auto;
}
.tile-rec-mobile .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 3%;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  /*padding: 3%;
  text-align: center;
  font-size: 1.5em;*/
}
.tile-rec-mobile .header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease-in-out;
}
.tile-rec-mobile .header span {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0.8;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  min-width: 40%;
  max-width: 90%;
  text-transform: uppercase;
  white-space: nowrap;
}
.tile-rec-mobile .info-rec-mobile {
  padding-top: 0.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  text-align: center;
}
.tile-rec-mobile .info-rec-mobile .date, .tile-rec-mobile .info-rec-mobile .date-single {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.5rem;
}
.tile-rec-mobile .info-rec-mobile .date div, .tile-rec-mobile .info-rec-mobile .date-single div {
  width: 50%;
  text-align: center;
}
.tile-rec-mobile .info-rec-mobile .date-single div {
  width: 100%;
}
.tile-rec-mobile .info-rec-mobile .details {
  margin: 10px 0;
}
.tile-rec-mobile .action {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tile-rec-mobile .action .icon-logo {
  display: flex;
  flex: 0 0 60%;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
.tile-rec-mobile .action .action-cntr {
  flex-grow: 1;
}
.tile-rec-mobile .action .action-btn {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  width: 30%;
  flex-shrink: 1;
  white-space: nowrap;
}
.tile-rec-mobile .action .txt {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  width: 30%;
  flex-shrink: 1;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5rem;
}
.tile-rec-mobile .action button {
  color: white;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.5rem;
  transition: background-color 0.2s;
}
.tile-rec-mobile .action button img {
  width: 1.5rem;
  height: auto;
  display: flex;
}
.tile-rec-mobile .action .action-img {
  min-width: 20%;
  width: 30%;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile-rec-mobile .action .action-cntr {
  min-width: 20%;
  width: 25%;
  max-width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tile-rec-mobile .action .action-img img {
  width: 60%;
  height: auto;
}

.tile-rec-mobile:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.tile-rec-mobile .cancelled-filter {
  filter: grayscale(100%);
  opacity: 0.6;
}

.tile-rec-mobile .cancelled-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.7) !important;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  min-width: 40%;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 10;
  white-space: nowrap;
  opacity: 0.9;
}

.tile-rec-mobile .prepared-filter {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.tile-rec-mobile .prepared-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(169, 169, 169) !important;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 10;
  white-space: nowrap;
  opacity: 0.9;
}

.recommend-slider {
  display: flex;
  height: 100%;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  align-items: center;
  max-width: 90.625rem;
}
.recommend-slider .tile-rec {
  /*        display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 35rem;*/
  background: #fff;
  border-radius: 2%;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  height: 35rem;
  display: block;
  flex-direction: column;
  justify-content: space-between;
}
.recommend-slider .tile-rec .header {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.recommend-slider .tile-rec .header .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.recommend-slider .tile-rec .header .loading-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 6rem;
  height: auto;
}
.recommend-slider .tile-rec .header .main-image {
  position: relative;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: 100%;
  height: auto;
}
.recommend-slider .tile-rec .header .loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: grey;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
}
.recommend-slider .tile-rec .header .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 3%;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  /*padding: 3%;
  text-align: center;
  font-size: 1.5em;*/
}
.recommend-slider .tile-rec .header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease-in-out;
}
.recommend-slider .tile-rec .header span {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0.8;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  min-width: 40%;
  max-width: 90%;
  text-transform: uppercase;
  white-space: nowrap;
}
.recommend-slider .tile-rec .info-program {
  padding-top: 0.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  text-align: center;
}
.recommend-slider .tile-rec .info-program .date, .recommend-slider .tile-rec .info-program .date-single {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.5rem;
}
.recommend-slider .tile-rec .info-program .date div, .recommend-slider .tile-rec .info-program .date-single div {
  width: 50%;
  text-align: center;
}
.recommend-slider .tile-rec .info-program .date-single div {
  width: 100%;
}
.recommend-slider .tile-rec .info-program .details {
  margin: 10px 0;
}
.recommend-slider .tile-rec .action {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.recommend-slider .tile-rec .action .icon-logo {
  display: flex;
  flex: 0 0 60%;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}
.recommend-slider .tile-rec .action .action-cntr {
  flex-grow: 1;
}
.recommend-slider .tile-rec .action .action-btn {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  width: 30%;
  flex-shrink: 1;
  white-space: nowrap;
}
.recommend-slider .tile-rec .action .txt {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  width: 30%;
  flex-shrink: 1;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5rem;
}
.recommend-slider .tile-rec .action button {
  color: white;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.5rem;
  transition: background-color 0.2s;
}
.recommend-slider .tile-rec .action button img {
  width: 1.5rem;
  height: auto;
  display: flex;
}
.recommend-slider .tile-rec .action .action-img {
  min-width: 20%;
  width: 30%;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-slider .tile-rec .action .action-cntr {
  min-width: 20%;
  width: 25%;
  max-width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.recommend-slider .tile-rec .action .action-img img {
  width: 60%;
  height: auto;
}
.recommend-slider .recommend:first-child {
  margin-left: 2.5%;
}

.recommend .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.recommend .action button {
  margin: 0;
  padding: 1rem;
  color: white;
  border: none;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  white-space: nowrap;
  min-width: 40%;
  font-size: 1.5rem;
  transition: background-color 0.2s;
}

/* Arrows */
.recommend-left-arrow, .recommend-right-arrow {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 5rem;
  width: 5rem;
  background: white;
  opacity: 0.7;
  border: 1px solid gray;
  border-radius: 50%;
  font-size: 3rem;
  color: gray;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}

.recommend-left-arrow {
  left: -0.05rem;
}

.recommend-right-arrow {
  right: -0.05rem;
}

.recommend-left-arrow:hover, .recommend-right-arrow:hover {
  color: #26348b;
}

/* Recommend ids */
#recommended {
  width: 90.625rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

#recommended-mobile {
  width: 90.625rem;
  display: none;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

/* Recommend medias */
@media (min-width: 1280px) {
  .recommend-slider .tile-rec {
    flex: 0 0 28%;
    margin: 0 2.75%;
  }
  #recommended {
    max-width: 100%;
  }
  .recommend-slider {
    max-width: 100%;
  }
}
@media (min-width: 820px) and (max-width: 1280px) {
  .recommend {
    flex: 0 0 44.481%;
    margin: 0 3%;
  }
  #recommended {
    width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 820px) {
  .recommend {
    flex: 0 0 100%;
    margin: 0 auto;
  }
  .recommend:first-child {
    margin-left: 0%;
  }
  #recommended {
    width: 100%;
    display: none;
  }
  #recommended-mobile {
    display: block;
    width: 95%;
  }
  /* No LR padding */
  #main-wrapper {
    min-width: 100%;
  }
  .tile-container-recommend {
    padding-left: 0%;
    padding-right: 0%;
  }
  .recommend-left-arrow, .recommend-right-arrow {
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
  }
  .recommend-left-arrow {
    left: 0.5rem;
  }
  .recommend-right-arrow {
    right: 0.5rem;
  }
  .recommend:first-child {
    margin-left: 0% !important;
  }
  .tile-rec.recommend {
    margin-top: unset;
  }
  .tile-rec-mobile .header {
    display: block;
    width: auto;
    max-height: 54%;
  }
  .tile-container-recommend-mobile {
    grid-template-columns: 100%;
    gap: 0;
  }
  .tile-container-recommend-mobile {
    padding-left: 0%;
    padding-right: 0%;
  }
  .tile-rec-mobile:first-child {
    width: 100%;
    margin-top: 1rem;
  }
  .tile-rec-mobile {
    width: 100%;
    margin-bottom: 3rem;
  }
  .tile-rec-mobile .header span {
    max-width: 65%;
  }
  .action-btn {
    margin-top: 1rem;
  }
}
/* Strediska mixins */
/* Hamburger menu */
/* .divider.site-name */
/* .divider */
/* .event-content.site-name */
/* .notice */
/* detail-strip */
/* #footer.site-name */
/* Mixin for svg site colors */
/* No mixin needed */
/* background */
span.bc-teal {
  background: #008080;
  color: white;
}

span.bc-green {
  background: green;
  color: white;
}

span.bc-red {
  background: red;
  color: white;
}

span.bc-blue {
  background: blue;
  color: white;
}

span.bc-olive {
  background: #808000;
  color: white;
}

/* font-color */
span.fc-teal {
  color: #008080;
}

span.fc-green {
  color: green;
}

span.fc-red {
  color: red;
}

span.fc-blue {
  color: blue;
}

span.fc-olive {
  color: #808000;
}

/* contain CkvDetail video Css */
/* Site-slides classes */
/* Site-slides ids*/
#slide {
  max-width: 90.625rem;
  position: relative;
}
#slide .site-slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#slide .yt-container {
  position: relative;
  padding-top: 35%;
}
#slide .yt-container #thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slide .yt-container #play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7%;
  height: auto;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
#slide .yt-container #play-btn img {
  width: 100%;
  height: auto;
  background: transparent;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#slide .yt-container #play-btn img:hover {
  opacity: 0.75;
}
#slide #yt-player {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slide #youtube-video {
  width: 100%;
  height: 100%;
  display: block;
}

/* Site-slides medias */
@media (min-width: 820px) and (max-width: 1280px) {
  #slide .yt-container #play-btn {
    width: 10%;
  }
}
@media (max-width: 820px) {
  #slide .yt-container #play-btn {
    width: 15%;
  }
}
/* Events classes */
/* Events ids */
#event {
  max-width: 90.625rem;
  margin: 0 auto;
  height: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 820px) {
  #event {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
#event .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
  justify-content: center;
}
#event .imgs img {
  object-fit: cover;
}
#event .imgs .lightbox-container {
  max-width: calc(25% - 1rem);
}
@media (max-width: 1280px) {
  #event .imgs .lightbox-container {
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 820px) {
  #event .imgs .lightbox-container {
    max-width: 100%;
  }
}
#event .separator {
  border: none;
  border-bottom: 2px solid black;
  padding: 0 1rem;
  margin: 1rem 0;
}
#event .event-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
  justify-content: center;
}
#event .event-info .date p {
  margin: 0;
  font-size: 1.25rem;
}
#event .event-info .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s, filter 0.5s;
  min-width: 12rem;
}
#event .event-info .button:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}
#event .event-info .button .button-icon-strip {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
#event .event-info .button .button-text {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  flex-grow: 1;
}
#event .event-info .button img {
  width: 1.5rem;
  height: auto;
  display: block;
  flex-shrink: 0;
}
#event .event-info .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#event .event-info .button-icon-strip {
  width: 100%;
  height: -1.5rem;
  z-index: 1;
}
#event .event-info .spacer {
  flex: 15%;
  text-align: center;
}
#event .event-info .txt {
  text-align: center;
  padding: 1.2rem 3rem 1.2rem 3rem;
}
@media (max-width: 1280px) {
  #event .event-info .spacer {
    margin: 0;
  }
}
@media (max-width: 820px) {
  #event .event-info {
    flex-direction: column;
    align-items: flex-start;
  }
  #event .event-info .date {
    align-self: center;
    padding: 1.2rem 0 !important;
  }
  #event .event-info .spacer {
    align-self: center;
  }
  #event .event-info .txt {
    align-self: center;
  }
  #event .event-info .button {
    align-self: center;
    margin-top: 1rem;
    padding: 1rem;
    justify-content: center;
  }
}
#event .event-info > .date:first-child {
  padding: 1.2rem 3rem;
}
#event .event-info > .date:not(:first-child),
#event .event-info > .spacer:not(:first-child) {
  padding: 1.2rem 3rem 1.2rem 3rem;
}
#event .event-text p {
  margin: 0 0 1rem 0;
}
#event .event-text span {
  line-height: 1.5em;
}

/* Obecna mixins */
/* Obecna classes */
.container {
  display: flex;
  flex-wrap: wrap;
}

.column {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.cols2 .column:nth-child(1n),
.cols2 .column:nth-child(2n) {
  flex: 1 1 45%;
}

.cols3 .column:nth-child(1n),
.cols3 .column:nth-child(2n),
.cols3 .column:nth-child(3n) {
  flex: 1 1 30%;
}

/* Obecna ids */
#default {
  max-width: 100%;
  width: 90.625rem;
  margin-top: 1rem;
}

/* Obecna medias */
@media (max-width: 1280px) {
  .cols3 .column:nth-child(1n),
  .cols3 .column:nth-child(2n) {
    flex: 1 1 50%;
    text-align: center;
  }
  .cols3 .column:nth-child(3n) {
    flex: 1 1 100%;
    text-align: center;
  }
}
@media (max-width: 820px) {
  #default {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .cols2, .cols3 {
    flex-direction: column;
  }
  .cols2 .column {
    width: 100%;
  }
  .cols3 .column {
    width: 100%;
    order: initial;
  }
}
/* Headings */
.heading-bold {
  font-family: "EncodeSans-Bold";
}

.heading-medium {
  font-family: "EncodeSans-Medium";
}

.heading-regular {
  font-family: "EncodeSans-Regular";
}

#default h1 {
  font-size: 3.125rem;
}

#default h2 {
  font-size: 2.75rem;
}

#default h3 {
  font-size: 2.25rem;
}

#default h4 {
  font-size: 1.875rem;
}

.t-title {
  padding-bottom: 1.25rem;
}

.typho-preview {
  margin-top: 1.875rem;
}

/* Notice */
.notice {
  border-left: 10px solid;
  padding: 30px 40px;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
}

.notice::before, .notice::after {
  display: none;
}

.notice i {
  font-size: 24px;
  margin-right: 25px;
}

.notice p {
  color: white;
}

.notice img {
  color: white;
  filter: invert(1);
  width: 3rem;
  padding-right: 1rem;
}

@media (max-width: 820px) {
  .notice {
    flex-direction: column;
  }
}
/* Lightbox */
.lightbox-container {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
}
.lightbox-container .pic-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  word-wrap: break-word;
  padding: 5px;
}
.lightbox-container .pic-caption:empty {
  display: none;
}

.image-container {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 2%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.image-container:hover {
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.image-container:hover .mainImage {
  filter: brightness(50%);
  transition: filter 1.2s;
}

.mainImage {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2%;
  width: 100%;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.plus {
  font-size: 3rem;
  font-weight: bold;
}

.tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 10;
}

.image-container:hover .tooltip {
  display: block;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  position: relative;
  width: 80%;
  height: 80%;
  top: 10%;
  margin: auto;
  text-align: center;
}

.lightboxImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.25s ease;
}

.zoomed .lightboxImage {
  pointer-events: auto;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#detail-pics-row .detail-pic-flex .lightbox-container {
  max-width: 21%;
}

#detail-pics-row .detail-pic-flex .lightbox-container:nth-child(4n+4) {
  padding-right: 0;
  margin-right: 0;
}

/* YouTube */
.video-frame {
  border: 1px solid #e5ebef;
  padding: 20px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  position: relative;
}

.video-yt-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.video-yt-container-16-9 {
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-repsonsive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Blockquote */
.blockquote-inner {
  margin-top: 5rem;
}

.blockquote {
  font-size: 1.25rem;
  z-index: 0;
  margin: 0;
}

blockquote::before {
  background: url("../img/blockquote/quote_top.png") no-repeat scroll left top;
  width: 132px;
  height: 81px;
  top: 0;
}

blockquote::before, blockquote::after {
  content: "";
  position: absolute;
  z-index: -1;
}

blockquote::after {
  background: url("../img/blockquote/quote_bottom.png") no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 40px;
  bottom: 30px;
}

.blockquote-v {
  display: flex;
  align-items: flex-start;
  background: #f9fafb;
  padding: 26px 40px 26px 140px;
  border: 0;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blockquote-v .quote_icon {
  font-size: 150px;
  color: #d3d6e1;
  position: absolute;
  transform: rotate(180deg);
  top: 2rem;
  background: transparent;
  left: 40px;
  line-height: 125px;
}

.blockquote-v span {
  padding: 0 4px;
}

.blockquote-v p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blockquote-v::before, .blockquote-v::after {
  display: none;
}

@media (max-width: 820px) {
  .blockquote-v {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
  .blockquote-v .quote_icon {
    font-size: 100px;
    margin-left: 2.5rem;
    left: 0;
    top: 1rem;
    transform: translateX(-50%) rotate(180deg);
    margin-bottom: 1rem;
  }
  .blockquote-v p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
#detail-head {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  max-width: 90.625rem;
  margin: 0 auto;
}
#detail-head .detail-image {
  position: relative;
  flex: 1 1 50%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#detail-head .detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
#detail-head .detail-image #play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.3%;
  height: auto;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
#detail-head .detail-image #play-btn img {
  width: 100%;
  height: auto;
  background: transparent;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#detail-head .detail-image #play-btn img:hover {
  opacity: 0.75;
}
#detail-head .detail-image #yt-player {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#detail-head .detail-image #youtube-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
#detail-head .detail-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
#detail-head .detail-content .content-text {
  margin-bottom: 1rem;
}
#detail-head .detail-content .content-text h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}
#detail-head .detail-content .content-text p .year {
  text-align: left;
}
#detail-head .detail-content .content-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#detail-head .detail-content .content-icons .icon-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#detail-head .detail-content .content-icons .icon-item .icon-head-detail {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s, filter 0.3s;
}
#detail-head .detail-content .content-icons .icon-item .icon-head-detail:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}
#detail-head .detail-content .content-icons .icon-item span {
  font-size: 1rem;
  color: #333;
}

@media (max-width: 1280px) {
  #detail-head {
    padding-right: 1rem;
    gap: 1rem;
  }
  #detail-head .detail-content {
    width: 95%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  #detail-head .detail-content .content-icons {
    width: 100%;
  }
}
@media (max-width: 820px) {
  #detail-head {
    flex-direction: column;
    padding-right: 0rem;
  }
  #detail-head .detail-image {
    width: 100%;
  }
  #detail-head .detail-content {
    width: 100%;
  }
  #detail-head .detail-content .content-icons {
    flex-direction: row;
    justify-content: space-evenly;
  }
  #detail-head .detail-content .content-icons .icon-item {
    flex-direction: column;
  }
  #detail-head .detail-content .content-icons .icon-item .icon-head-detail {
    width: 2rem;
    height: 2rem;
  }
  #detail-head .detail-content .content-icons .icon-item span {
    font-size: 1rem;
  }
}
/* Detail-strip */
#detail-strip {
  max-width: 90.625rem;
  margin: 0 auto;
  align-items: center;
  padding: 1.2rem 0;
}
#detail-strip .strip-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 3rem;
}
#detail-strip .strip-container:first-of-type {
  border-top: 2px solid;
}
#detail-strip .strip-container:last-of-type {
  border-bottom: 2px solid;
}
#detail-strip .strip-container .strip-item-container {
  /*display: flex;

  flex-wrap: wrap;*/
  display: grid;
  gap: 1rem;
  grid-template-columns: auto auto auto auto;
}
#detail-strip .strip-container .strip-item-container .strip-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#detail-strip .strip-container .strip-item-container .strip-item .icon-strip {
  margin-right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  font-weight: bold;
  transition: transform 0.3s, filter 0.3s;
}
#detail-strip .strip-container .strip-item-container .strip-item .icon-strip:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}
#detail-strip .strip-container .strip-item-container .strip-item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
}
#detail-strip .strip-container .strip-item-container .strip-item .info .info-line {
  font-size: 1.5rem;
}
#detail-strip .strip-container .strip-item-container .strip-item .info .info-line:last-child {
  font-weight: bold;
  max-width: 100%;
}
#detail-strip .strip-container .strip-item-container .strip-item .text {
  display: none;
}
#detail-strip .strip-container .strip-item-container .strip-item:nth-child(1n) {
  max-width: 15rem;
  min-width: 13rem;
}
#detail-strip .strip-container .strip-item-container .strip-item:nth-child(2n) {
  max-width: 19rem;
  min-width: 8rem;
}
#detail-strip .strip-container .strip-item-catg {
  width: 100%;
  display: flex;
  justify-content: center;
}
#detail-strip .button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
#detail-strip .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s, filter 0.5s;
}
#detail-strip .button:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}
#detail-strip .button .button-icon-strip {
  width: 1.5rem;
  height: 1.5rem;
}
#detail-strip .button .button-text {
  padding-left: 2rem;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
#detail-strip .button img {
  width: 1.5rem;
  height: auto;
  display: flex;
}
#detail-strip .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
#detail-strip .button-icon-strip {
  width: 100%;
  height: -1.5rem;
  z-index: 1;
}
#detail-strip .spacer {
  width: 1.5rem;
  flex: 15%;
}

@media (max-width: 1280px) {
  #detail-strip .strip-container {
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 1rem;
  }
  #detail-strip .strip-container .button {
    margin-top: 1rem;
  }
  #detail-strip .strip-container .strip-item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
  }
  #detail-strip .strip-container .strip-item {
    flex: 1 1 calc(50% - 1rem);
    max-width: 50%;
  }
}
@media (max-width: 820px) {
  #detail-strip .strip-container {
    gap: 1rem;
  }
  #detail-strip .strip-container .strip-item-container {
    width: 100%;
    gap: 1rem;
    justify-content: center;
  }
  #detail-strip .strip-container .strip-item-container .strip-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #detail-strip .strip-container .strip-item-container .strip-item .icon-strip {
    width: 2rem;
    height: 2rem;
    margin-right: unset;
  }
  #detail-strip .strip-container .strip-item-container .strip-item .info .info-line {
    font-size: 1.25rem;
  }
  #detail-strip .strip-container .button {
    margin-top: 1rem;
    padding: 1rem;
    justify-content: center;
  }
}
/* Detail-description */
#detail-description {
  max-width: 90.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.synopsis {
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.long-description {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

/* Detail-slider */
#detail-slider {
  max-width: 90.625rem;
  overflow: hidden;
}
#detail-slider .slider-container {
  position: relative;
  width: 100%;
}
#detail-slider .slider-container .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 0.2rem;
}
#detail-slider .slider-container .slider .lightbox-container {
  flex: 0 0 calc(19.25% - 0.2rem);
  width: 20%;
  box-sizing: border-box;
}
#detail-slider .slider-container .slider .lightbox-container .image-container img:first-child {
  margin-left: 0;
}
#detail-slider .slider-container .imgs {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}

/*.slider img {
    flex: 0 0 calc(20% - 0.2rem);
    min-width:20%;
    margin: 0 0.08rem;
}*/
button.prev-slide,
button.next-slide {
  position: absolute;
  cursor: pointer;
  height: 2.75rem;
  width: 2.75rem;
  background: white;
  border: 1px solid gray;
  border-radius: 50%;
  font-size: 1.75rem;
  color: gray;
  z-index: 999;
  top: 50%;
  opacity: 0.7;
  transform: translateY(-50%);
}

button.prev-slide {
  left: 2rem;
}

button.next-slide {
  right: 2rem;
}

button.prev-slide:hover, button.next-slide:hover {
  color: #26348b;
}

@media (max-width: 1280px) {
  .slider-container .slider .lightbox-container {
    flex: 0 0 calc(34.1% - 0.2rem) !important;
  }
}
@media (max-width: 820px) {
  .slider-container .slider .lightbox-container {
    flex: 0 0 calc(50.5% - 0.2rem) !important;
  }
}
/* Search */
.search-block {
  padding: 10px;
  border-radius: 5px;
}

.search-block img {
  color: white;
  width: 3rem;
  padding-right: 1rem;
}

.search-input {
  display: flex;
  align-items: center;
}

.search-input input {
  width: 45%;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 1rem;
}

.search-button {
  padding: 10px 10px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 20px 0;
  text-align: center;
  display: block;
}

.search-results {
  margin-top: 20px;
}

.search-result-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.search-result-item a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

.search-result-item a:hover {
  text-decoration: underline;
}

.search-block-unboxed {
  padding: 10px;
  border-radius: 5px;
}

.search-block-unboxed img {
  color: white;
  width: 5rem;
  padding-right: 1rem;
}

.list-unstyled {
  list-style-type: none;
  padding-left: 10px;
  margin-left: 0;
}
.list-unstyled a {
  text-decoration: none;
  color: #007bff;
  transition: all 0.3s ease-in-out;
}
.list-unstyled a:hover {
  outline: none;
  color: #10b3d6;
}
.list-unstyled img {
  width: 2rem;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.list-unstyled .result-snippet {
  padding-left: 2.2rem;
}

.program-search-info {
  display: flex;
  align-items: center;
}
.program-search-info p {
  margin: 0;
}
.program-search-info .search-erase-button {
  padding: 10px 10px;
  background: red;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 20px 0;
  margin-left: 1rem;
  text-align: center;
  display: block;
}

#form {
  width: 90.625rem;
  background-color: #fff;
}

#form-login {
  width: 90.625rem;
}

#form-reg {
  width: 90.625rem;
}

.container {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.form-container {
  width: 60%;
  background-color: white;
  padding: 20px;
}

.form-container-login {
  width: 60%;
  background-color: #fff;
  padding: 20px;
}

.form-header {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 30px 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #26348b;
}

.summary-container {
  width: 35%;
  margin-left: 5%;
  border-left: 1px solid #ccc;
  background-color: white;
  border: 1px solid beige;
  padding: 20px;
}

.form-group {
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.form-group label {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  background-color: #fff;
}

.half-width {
  display: flex;
  justify-content: space-between;
}

.half-width .form-group:nth-child(2n+1) {
  width: 48%;
}

.half-width .form-group:last-child {
  width: 48%;
}

.two-thirds-width {
  width: 65%;
}

.one-third-width {
  width: 30%;
}

.optional {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
  left: 20px;
  width: calc(100% + 1vw);
  box-sizing: border-box;
}

.full-width {
  display: flex;
  justify-content: space-between;
}

.full-width .form-group {
  width: 30%;
}

.form-btn {
  display: flex;
  justify-content: center;
}

.submit-btn {
  width: 50%;
  padding: 10px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 20px 0;
  text-align: center;
  display: block;
}

.login-form {
  padding-top: 40px;
}

.summary-header {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 30px 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.summary-item .item-name {
  flex-grow: 1;
}

.summary-item .item-price {
  min-width: 100px;
  padding-left: 1rem;
  text-align: right;
}

.summary-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 20px;
}

.checkout-btn {
  width: 80%;
  padding: 10px;
  background: #28a745;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 20px auto 0 auto;
  text-align: center;
  display: block;
}

.links-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.info-w-link {
  display: flex;
  justify-content: center;
}

.links-container a {
  text-decoration: none;
  color: #007bff;
}

.error-message {
  color: red;
  text-align: center;
  margin-right: 20px;
}

success-message {
  color: green;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 1280px) {
  .form-container, .summary-container {
    width: 100%;
    margin: 0;
  }
  .summary-container {
    margin-top: 20px;
  }
  .full-width .form-group {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .form-container, .summary-container {
    width: 100%;
    margin: 0;
  }
  .summary-container {
    margin-top: 20px;
  }
  .half-width .form-group:nth-child(2n+1),
  .half-width .form-group:last-child {
    width: 100%;
  }
  .full-width .form-group {
    width: 100%;
  }
}
/* Color classes */ /* Tiles pic classes */
.tiles-pic {
  background: #fff;
  border-radius: 2%;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  /*    .header span {
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      opacity: 0.8;
      padding: 5px 10px;
      font-weight: bold;
      text-align: center;
      min-width: 40%;
  }*/
}
.tiles-pic .header {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.tiles-pic .header img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  object-position: center;
}
.tiles-pic .title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 3%;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 3em;
  overflow: hidden;
}
.tiles-pic .info-pic {
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  text-align: center;
  height: 12rem;
}
.tiles-pic .info-pic .details {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tiles-pic .info-pic .details p {
  margin: 0;
}

.tile-container-pics {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5rem;
  max-width: 90.625rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.tiles-pic:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

/* Program ids*/
#main-pics {
  width: 90.625rem;
  margin: 0 auto;
  height: auto;
  padding-bottom: 1.25rem;
}

#main-pics:not(.has-more-than-six) .tile-container-pics {
  margin-bottom: 0;
}

/* Program medias */
@media (min-width: 1280px) {
  .tile-container-pics {
    grid-template-columns: repeat(3, 1fr);
  }
  #main-pics {
    width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 820px) and (max-width: 1280px) {
  .tile-container-pics {
    grid-template-columns: repeat(2, 1fr);
  }
  #main-pics {
    width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 820px) {
  .tile-container-pics {
    grid-template-columns: 100%;
    gap: 0;
  }
  #main-pics {
    width: 100%;
  }
  /* No LR padding */
  #main-wrapper {
    min-width: 100%;
  }
  .tile-container-pics {
    padding-left: 0%;
    padding-right: 0%;
  }
  .tiles-pic:first-child {
    width: 100%;
    border-radius: unset;
    box-shadow: unset;
    transform: unset;
    margin-top: 1rem;
  }
  .tiles-pic {
    width: 100%;
    border-radius: unset;
    box-shadow: unset;
    transform: unset;
    margin-top: 3rem;
  }
  .tiles-pic:hover {
    transform: unset;
    box-shadow: unset;
  }
  .action-btn {
    margin-top: 1rem;
  }
}
.vila .title {
  background: #4c658e;
  color: white;
}
.vila .info-program {
  color: #4c658e;
}
.vila .txt {
  color: #4c658e;
}
.vila .header span {
  background: #4c658e;
}
.vila .action .icon-logo {
  filter: invert(45%) sepia(46%) saturate(321%) hue-rotate(181deg) brightness(90%) contrast(93%);
}
.vila .action button {
  background: #4c658e;
}

.parnik .title {
  background: #155738;
  color: white;
}
.parnik .info-program {
  color: #155738;
}
.parnik .txt {
  color: #155738;
}
.parnik .header span {
  background: #155738;
}
.parnik .action .icon-logo {
  filter: brightness(0) saturate(100%) invert(25%) sepia(19%) saturate(1545%) hue-rotate(99deg) brightness(99%) contrast(91%);
}
.parnik .action button {
  background: #155738;
}

.mini-cafe .title {
  background: #323232;
  color: white;
}
.mini-cafe .info-program {
  color: #323232;
}
.mini-cafe .txt {
  color: #323232;
}
.mini-cafe .header span {
  background: #323232;
}
.mini-cafe .action .icon-logo {
  filter: invert(15%) sepia(4%) saturate(22%) hue-rotate(350deg) brightness(95%) contrast(86%);
}
.mini-cafe .action button {
  background: #323232;
}

.ckv-default .title {
  background: #26348b;
  color: white;
}
.ckv-default .info-program {
  color: #26348b;
}
.ckv-default .txt {
  color: #26348b;
}
.ckv-default .header span {
  background: #26348b;
}
.ckv-default .action .icon-logo {
  filter: brightness(0) saturate(100%) invert(38%) sepia(9%) saturate(2243%) hue-rotate(179deg) brightness(95%) contrast(84%);
}
.ckv-default .action button {
  background: #26348b;
}

.atlantik .title {
  background: #13b6cb;
  color: white;
}
.atlantik .info-program {
  color: #13b6cb;
}
.atlantik .txt {
  color: #13b6cb;
}
.atlantik .header span {
  background: #13b6cb;
}
.atlantik .action .icon-logo {
  filter: invert(65%) sepia(75%) saturate(419%) hue-rotate(143deg) brightness(88%) contrast(88%);
}
.atlantik .action button {
  background: #13b6cb;
}

.open-air .title {
  background: #f47839;
  color: white;
}
.open-air .info-program {
  color: #f47839;
}
.open-air .txt {
  color: #f47839;
}
.open-air .header span {
  background: #f47839;
}
.open-air .action .icon-logo {
  filter: invert(58%) sepia(51%) saturate(2864%) hue-rotate(340deg) brightness(96%) contrast(96%);
}
.open-air .action button {
  background: #f47839;
}

.hamburger-menu.vila {
  background-color: #4c658e;
}

.hamburger-menu-mobile.vila {
  background-color: #4c658e;
}

.divider-top-site.vila {
  background: #4c658e;
}

.search-button.vila {
  background: #4c658e !important;
}

.divider.vila::before, .divider.vila::after {
  border-bottom-color: #4c658e !important;
}
.divider.vila span {
  color: #4c658e;
}
.divider.vila button {
  background-color: #4c658e;
}
.divider.vila button:hover {
  background-color: #3a4d6d;
}

.divider-spacing.vila::before, .divider-spacing.vila::after {
  border-bottom-color: #4c658e !important;
}
.divider-spacing.vila span {
  color: #4c658e;
}

.info-text.vila {
  background: rgba(76, 101, 142, 0.65);
}

.info-date.vila {
  background: #4c658e;
}

.img-slider .slide .info-text .vila {
  background: #4c658e;
}

.img-slider .slide .info-date .vila {
  background: #4c658e;
}

.img-slider .navigation .btn.vila {
  background: #4c658e;
  border: 0.1em solid #4c658e;
}

.divider span .vila {
  color: #4c658e;
}

.event-content.vila .separator {
  border-bottom-color: #4c658e !important;
}
.event-content.vila .event-info .date p {
  color: #4c658e;
}
.event-content.vila .event-info .btn button {
  background: #4c658e;
}

.notice.vila {
  background: #4c658e;
  border-color: #41577a;
}

#detail-strip .strip-container.vila:first-of-type {
  border-top-color: #4c658e;
}
#detail-strip .strip-container.vila:last-of-type {
  border-bottom-color: #4c658e;
}
#detail-strip .strip-container.vila .button {
  background-color: #4c658e;
}
#detail-strip .strip-container.vila .button::before {
  background-color: #5773a2;
}

#event .event-info.vila {
  border-top-color: #4c658e;
  border-bottom-color: #4c658e;
}
#event .event-info.vila .button {
  background-color: #4c658e;
}
#event .event-info.vila .button::before {
  background-color: #5773a2 !important;
}

#footer.vila {
  background-color: #4c658e !important;
}

.hamburger-menu.parnik {
  background-color: #155738;
}

.hamburger-menu-mobile.parnik {
  background-color: #155738;
}

.divider-top-site.parnik {
  background: #155738;
}

.search-button.parnik {
  background: #155738 !important;
}

.divider.parnik::before, .divider.parnik::after {
  border-bottom-color: #155738 !important;
}
.divider.parnik span {
  color: #155738;
}
.divider.parnik button {
  background-color: #155738;
}
.divider.parnik button:hover {
  background-color: #0b2e1e;
}

.divider-spacing.parnik::before, .divider-spacing.parnik::after {
  border-bottom-color: #155738 !important;
}
.divider-spacing.parnik span {
  color: #155738;
}

.info-text.parnik {
  background: rgba(21, 87, 56, 0.65);
}

.info-date.parnik {
  background: #155738;
}

.img-slider .slide .info-text .parnik {
  background: #155738;
}

.img-slider .slide .info-date .parnik {
  background: #155738;
}

.img-slider .navigation .btn.parnik {
  background: #155738;
  border: 0.1em solid #155738;
}

.divider span .parnik {
  color: #155738;
}

.event-content.parnik .separator {
  border-bottom-color: #155738 !important;
}
.event-content.parnik .event-info .date p {
  color: #155738;
}
.event-content.parnik .event-info .btn button {
  background: #155738;
}

.notice.parnik {
  background: #155738;
  border-color: #0f3e28;
}

#detail-strip .strip-container.parnik:first-of-type {
  border-top-color: #155738;
}
#detail-strip .strip-container.parnik:last-of-type {
  border-bottom-color: #155738;
}
#detail-strip .strip-container.parnik .button {
  background-color: #155738;
}
#detail-strip .strip-container.parnik .button::before {
  background-color: #1b7048;
}

#event .event-info.parnik {
  border-top-color: #155738;
  border-bottom-color: #155738;
}
#event .event-info.parnik .button {
  background-color: #155738;
}
#event .event-info.parnik .button::before {
  background-color: #1b7048 !important;
}

#footer.parnik {
  background-color: #155738 !important;
}

.hamburger-menu.mini-cafe {
  background-color: #323232;
}

.hamburger-menu-mobile.mini-cafe {
  background-color: #323232;
}

.divider-top-site.mini-cafe {
  background: #323232;
}

.search-button.mini-cafe {
  background: #323232 !important;
}

.divider.mini-cafe::before, .divider.mini-cafe::after {
  border-bottom-color: #323232 !important;
}
.divider.mini-cafe span {
  color: #323232;
}
.divider.mini-cafe button {
  background-color: #323232;
}
.divider.mini-cafe button:hover {
  background-color: #191919;
}

.divider-spacing.mini-cafe::before, .divider-spacing.mini-cafe::after {
  border-bottom-color: #323232 !important;
}
.divider-spacing.mini-cafe span {
  color: #323232;
}

.info-text.mini-cafe {
  background: rgba(50, 50, 50, 0.65);
}

.info-date.mini-cafe {
  background: #323232;
}

.img-slider .slide .info-text .mini-cafe {
  background: #323232;
}

.img-slider .slide .info-date .mini-cafe {
  background: #323232;
}

.img-slider .navigation .btn.mini-cafe {
  background: #323232;
  border: 0.1em solid #323232;
}

.divider span .mini-cafe {
  color: #323232;
}

.event-content.mini-cafe .separator {
  border-bottom-color: #323232 !important;
}
.event-content.mini-cafe .event-info .date p {
  color: #323232;
}
.event-content.mini-cafe .event-info .btn button {
  background: #323232;
}

.notice.mini-cafe {
  background: #323232;
  border-color: #232323;
}

#detail-strip .strip-container.mini-cafe:first-of-type {
  border-top-color: #323232;
}
#detail-strip .strip-container.mini-cafe:last-of-type {
  border-bottom-color: #323232;
}
#detail-strip .strip-container.mini-cafe .button {
  background-color: #323232;
}
#detail-strip .strip-container.mini-cafe .button::before {
  background-color: #414141;
}

#event .event-info.mini-cafe {
  border-top-color: #323232;
  border-bottom-color: #323232;
}
#event .event-info.mini-cafe .button {
  background-color: #323232;
}
#event .event-info.mini-cafe .button::before {
  background-color: #414141 !important;
}

#footer.mini-cafe {
  background-color: #323232 !important;
}

.hamburger-menu.ckv-default {
  background-color: #26348b;
}

.hamburger-menu-mobile.ckv-default {
  background-color: #26348b;
}

.divider-top-site.ckv-default {
  background: #26348b;
}

.search-button.ckv-default {
  background: #26348b !important;
}

.divider.ckv-default::before, .divider.ckv-default::after {
  border-bottom-color: #26348b !important;
}
.divider.ckv-default span {
  color: #26348b;
}
.divider.ckv-default button {
  background-color: #26348b;
}
.divider.ckv-default button:hover {
  background-color: #1b2563;
}

.divider-spacing.ckv-default::before, .divider-spacing.ckv-default::after {
  border-bottom-color: #26348b !important;
}
.divider-spacing.ckv-default span {
  color: #26348b;
}

.info-text.ckv-default {
  background: rgba(38, 52, 139, 0.65);
}

.info-date.ckv-default {
  background: #26348b;
}

.img-slider .slide .info-text .ckv-default {
  background: #26348b;
}

.img-slider .slide .info-date .ckv-default {
  background: #26348b;
}

.img-slider .navigation .btn.ckv-default {
  background: #26348b;
  border: 0.1em solid #26348b;
}

.divider span .ckv-default {
  color: #26348b;
}

.event-content.ckv-default .separator {
  border-bottom-color: #26348b !important;
}
.event-content.ckv-default .event-info .date p {
  color: #26348b;
}
.event-content.ckv-default .event-info .btn button {
  background: #26348b;
}

.notice.ckv-default {
  background: #26348b;
  border-color: #1f2b73;
}

#detail-strip .strip-container.ckv-default:first-of-type {
  border-top-color: #26348b;
}
#detail-strip .strip-container.ckv-default:last-of-type {
  border-bottom-color: #26348b;
}
#detail-strip .strip-container.ckv-default .button {
  background-color: #26348b;
}
#detail-strip .strip-container.ckv-default .button::before {
  background-color: #2d3da3;
}

#event .event-info.ckv-default {
  border-top-color: #26348b;
  border-bottom-color: #26348b;
}
#event .event-info.ckv-default .button {
  background-color: #26348b;
}
#event .event-info.ckv-default .button::before {
  background-color: #2d3da3 !important;
}

#footer.ckv-default {
  background-color: #26348b !important;
}

.hamburger-menu.atlantik {
  background-color: #13b6cb;
}

.hamburger-menu-mobile.atlantik {
  background-color: #13b6cb;
}

.divider-top-site.atlantik {
  background: #13b6cb;
}

.search-button.atlantik {
  background: #13b6cb !important;
}

.divider.atlantik::before, .divider.atlantik::after {
  border-bottom-color: #13b6cb !important;
}
.divider.atlantik span {
  color: #13b6cb;
}
.divider.atlantik button {
  background-color: #13b6cb;
}
.divider.atlantik button:hover {
  background-color: #0f8c9c;
}

.divider-spacing.atlantik::before, .divider-spacing.atlantik::after {
  border-bottom-color: #13b6cb !important;
}
.divider-spacing.atlantik span {
  color: #13b6cb;
}

.info-text.atlantik {
  background: rgba(19, 182, 203, 0.65);
}

.info-date.atlantik {
  background: #13b6cb;
}

.img-slider .slide .info-text .atlantik {
  background: #13b6cb;
}

.img-slider .slide .info-date .atlantik {
  background: #13b6cb;
}

.img-slider .navigation .btn.atlantik {
  background: #13b6cb;
  border: 0.1em solid #13b6cb;
}

.divider span .atlantik {
  color: #13b6cb;
}

.event-content.atlantik .separator {
  border-bottom-color: #13b6cb !important;
}
.event-content.atlantik .event-info .date p {
  color: #13b6cb;
}
.event-content.atlantik .event-info .btn button {
  background: #13b6cb;
}

.notice.atlantik {
  background: #13b6cb;
  border-color: #109daf;
}

#detail-strip .strip-container.atlantik:first-of-type {
  border-top-color: #13b6cb;
}
#detail-strip .strip-container.atlantik:last-of-type {
  border-bottom-color: #13b6cb;
}
#detail-strip .strip-container.atlantik .button {
  background-color: #13b6cb;
}
#detail-strip .strip-container.atlantik .button::before {
  background-color: #16cfe7;
}

#event .event-info.atlantik {
  border-top-color: #13b6cb;
  border-bottom-color: #13b6cb;
}
#event .event-info.atlantik .button {
  background-color: #13b6cb;
}
#event .event-info.atlantik .button::before {
  background-color: #16cfe7 !important;
}

#footer.atlantik {
  background-color: #13b6cb !important;
}

.hamburger-menu.open-air {
  background-color: #f47839;
}

.hamburger-menu-mobile.open-air {
  background-color: #f47839;
}

.divider-top-site.open-air {
  background: #f47839;
}

.search-button.open-air {
  background: #f47839 !important;
}

.divider.open-air::before, .divider.open-air::after {
  border-bottom-color: #f47839 !important;
}
.divider.open-air span {
  color: #f47839;
}
.divider.open-air button {
  background-color: #f47839;
}
.divider.open-air button:hover {
  background-color: #ed590d;
}

.divider-spacing.open-air::before, .divider-spacing.open-air::after {
  border-bottom-color: #f47839 !important;
}
.divider-spacing.open-air span {
  color: #f47839;
}

.info-text.open-air {
  background: rgba(244, 120, 57, 0.65);
}

.info-date.open-air {
  background: #f47839;
}

.img-slider .slide .info-text .open-air {
  background: #f47839;
}

.img-slider .slide .info-date .open-air {
  background: #f47839;
}

.img-slider .navigation .btn.open-air {
  background: #f47839;
  border: 0.1em solid #f47839;
}

.divider span .open-air {
  color: #f47839;
}

.event-content.open-air .separator {
  border-bottom-color: #f47839 !important;
}
.event-content.open-air .event-info .date p {
  color: #f47839;
}
.event-content.open-air .event-info .btn button {
  background: #f47839;
}

.notice.open-air {
  background: #f47839;
  border-color: #f2641c;
}

#detail-strip .strip-container.open-air:first-of-type {
  border-top-color: #f47839;
}
#detail-strip .strip-container.open-air:last-of-type {
  border-bottom-color: #f47839;
}
#detail-strip .strip-container.open-air .button {
  background-color: #f47839;
}
#detail-strip .strip-container.open-air .button::before {
  background-color: #f68c56;
}

#event .event-info.open-air {
  border-top-color: #f47839;
  border-bottom-color: #f47839;
}
#event .event-info.open-air .button {
  background-color: #f47839;
}
#event .event-info.open-air .button::before {
  background-color: #f68c56 !important;
}

#footer.open-air {
  background-color: #f47839 !important;
}

#default span.vila {
  color: #4c658e;
}

#main-wrapper span.vila {
  color: #4c658e;
}

#default span.parnik {
  color: #155738;
}

#main-wrapper span.parnik {
  color: #155738;
}

#default span.mini-cafe {
  color: #323232;
}

#main-wrapper span.mini-cafe {
  color: #323232;
}

#default span.ckv-default {
  color: #26348b;
}

#main-wrapper span.ckv-default {
  color: #26348b;
}

#default span.atlantik {
  color: #13b6cb;
}

#main-wrapper span.atlantik {
  color: #13b6cb;
}

#default span.open-air {
  color: #f47839;
}

#main-wrapper span.open-air {
  color: #f47839;
}

.svg-vila {
  filter: invert(45%) sepia(46%) saturate(321%) hue-rotate(181deg) brightness(90%) contrast(93%);
}

.svg-parnik {
  filter: brightness(0) saturate(100%) invert(25%) sepia(19%) saturate(1545%) hue-rotate(99deg) brightness(99%) contrast(91%);
}

.svg-mini-cafe {
  filter: invert(15%) sepia(4%) saturate(22%) hue-rotate(350deg) brightness(95%) contrast(86%);
}

.svg-ckv-default {
  filter: brightness(0) saturate(100%) invert(38%) sepia(9%) saturate(2243%) hue-rotate(179deg) brightness(95%) contrast(84%);
}

.svg-atlantik {
  filter: invert(65%) sepia(75%) saturate(419%) hue-rotate(143deg) brightness(88%) contrast(88%);
}

.svg-open-air {
  filter: invert(58%) sepia(51%) saturate(2864%) hue-rotate(340deg) brightness(96%) contrast(96%);
}

span.vila {
  color: #4c658e;
}

span.parnik {
  color: #155738;
}

span.mini-cafe {
  color: #323232;
}

span.ckv-default {
  color: #26348b;
}

span.atlantik {
  color: #13b6cb;
}

span.open-air {
  color: #f47839;
}

@font-face {
  font-family: "EncodeSans-Regular";
  src: url(../lib/fonts/EncodeSans-Regular.woff) format("woff"), url(../lib/fonts/EncodeSans-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "EncodeSans-Medium";
  src: url(../lib/fonts/EncodeSans-Medium.woff) format("woff"), url(../lib/fonts/EncodeSans-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "EncodeSans-Bold";
  src: url(../lib/fonts/EncodeSans-Bold.woff) format("woff"), url(../lib/fonts/EncodeSans-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "EncodeSans-Light";
  src: url(../lib/fonts/EncodeSans-Light.woff) format("woff"), url(../lib/fonts/EncodeSans-Light.woff2) format("woff2");
}
html {
  font-family: "EncodeSans-Regular";
  font-size: 16px;
  min-width: 22rem;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
}

* {
  box-sizing: border-box;
}
