@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap");
body {
  color: #1d1d1d;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, .btn, .navbar {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
}

h4 {
  text-transform: uppercase;
}

p {
  margin-bottom: 0.75rem;
}

footer p,
footer .footer-nav li {
  font-weight: 300;
}

h5 {
  text-transform: uppercase;
  color: #8d1a19;
  margin-bottom: 15px;
}

.editor img {
  max-width: 100%;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: unset;
  color: #1d1d1d;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  max-width: 100vw;
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  color: #8d1a19;
}
a:hover {
  color: #8d1a19;
  text-decoration: none;
}

.section-ptb {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-pt {
  padding-top: 70px;
}

.section-pb {
  padding-bottom: 70px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.btn {
  display: block;
  border-radius: 21px;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  width: fit-content;
  font-size: 18px;
}

.btn-primary {
  background-color: #8d1a19;
  border-color: #8d1a19;
}

.btn-primary:hover {
  background-color: #701514;
  border-color: #701514;
}

.btn-alt {
  background-color: transparent;
  border-color: white;
  color: white;
  opacity: 0.5;
}
.btn-alt:hover {
  opacity: 1;
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn.on-img-bottom {
  margin-bottom: 30px;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
}

.show-more {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.show-more i {
  overflow: hidden;
  width: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  vertical-align: middle;
}
.show-more:hover i {
  width: 16px;
}

.form-control {
  border-radius: 0;
}

.section-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.fb_reset {
  display: none;
}

header {
  z-index: 9999;
  position: relative;
  background-color: white;
}
header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-collapse {
  justify-content: space-evenly;
}
header .navbar-nav.menu {
  margin: auto;
}
header .navbar-nav.menu .nav-item .nav-link {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
header .navbar-nav.menu .nav-item .nav-link span {
  font-weight: bold;
  display: block;
  height: 22px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
header .navbar-nav.menu .nav-item .nav-link span i {
  display: block;
  text-align: center;
  font-size: 22px;
}
header .navbar-nav.menu .nav-item .nav-link:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header .navbar-nav.menu .nav-item .nav-link:hover span {
  height: 46px;
}
header .navbar-nav.socials .nav-item {
  align-self: center;
  font-size: 18px;
}
header .navbar-nav.socials .nav-item.horizon-fest svg {
  width: 50px;
  opacity: 53%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
header .navbar-nav.socials .nav-item .nav-link:hover svg {
  opacity: 0.7;
}

@media (max-width: 991px) {
  header .navbar-nav.menu .nav-item .nav-link span {
    text-align: center;
  }

  header .navbar-nav.menu .nav-item .nav-link span i {
    display: inline-block;
    margin-right: 10px;
  }

  header .navbar-nav.socials .nav-item {
    margin-right: 0 !important;
  }
  header .navbar-nav.socials .nav-item .nav-link {
    display: block;
  }
  header .navbar-nav.socials .nav-item.horizon-fest, header .navbar-nav.socials .nav-item.languages {
    text-align: center;
    flex-basis: 100%;
  }

  header .navbar-nav.socials {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  header .navbar-nav.socials .nav-item:not(.languages) .nav-link {
    font-size: 32px;
  }
}
footer {
  position: relative;
  color: #ffffff88;
}
footer:before {
  content: "";
  position: absolute;
  background: url("../img/pattern.png") repeat 150px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
footer:after {
  background: radial-gradient(#2B2B2B, #0D0D0D);
  mix-blend-mode: hard-light;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
footer .main {
  padding: 40px 20px;
  margin-left: 0;
  margin-right: 0;
}
footer .main a {
  color: #ffffff88;
}
footer .main a:hover {
  color: white;
}
footer .main .brand-img img {
  margin-bottom: 10px;
  opacity: 0.53;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
footer .main .brand-img img:hover {
  opacity: 1;
}
footer .main .socials {
  margin-top: 10px;
}
footer .main .socials a {
  font-size: 26px;
}
footer .main .socials a + a {
  margin-left: 20px;
}
footer .main .footer-nav {
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
}
footer .main .footer-nav li:not(:last-of-type) {
  margin-bottom: 10px;
}
footer .main h4 {
  margin-bottom: 20px;
}
footer .sub {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: 300;
}

@media (max-width: 787px) {
  footer {
    text-align: center;
  }
  footer .btn {
    margin: auto;
  }
}
.contact-info .brand-img img {
  margin-bottom: 10px;
}
.contact-info .socials {
  margin-top: 10px;
}
.contact-info .socials a {
  color: #888888;
  font-size: 32px;
}
.contact-info .socials a + a {
  margin-left: 15px;
}
.contact-info .socials a:hover {
  color: #8d1a19;
}

/*owl-carousel theme*/
.owl-carousel .owl-dots {
  height: 0;
}

.owl-carousel {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #888888;
}

.owl-nav button span {
  display: none;
}

.owl-nav button {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  outline: none;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button.owl-prev:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}

.owl-nav button.owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #888888;
  opacity: 0.5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.slider {
  position: relative;
}
.slider .owl-hero-slider {
  padding: 0;
}
.slider .owl-hero-slider .owl-nav button.owl-prev {
  left: 5px;
}
.slider .owl-hero-slider .owl-nav button.owl-next {
  right: 5px;
}
.slider .owl-hero-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.slider .owl-hero-slider .item {
  min-height: calc(100vh - 66px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slider .owl-hero-slider .item .hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider .slider-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider .slider-logo svg {
  width: 100px !important;
  margin-bottom: 20px;
}
.slider .slider-logo h1 {
  color: white;
  text-transform: uppercase;
  font-family: "Bodoni Moda", Serif;
  font-size: 55px;
}

@media (max-width: 575px) {
  .slider .owl-carousel .item .mobile-padding {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  header {
    margin-top: 0 !important;
  }

  .slider .slider-logo {
    display: none;
  }
}
.parallax {
  background-image: url("https://via.placeholder.com/1920x1080");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.blog-more {
  text-transform: uppercase;
  color: #1d1d1d;
  font-weight: 500;
}

.filtr-container {
  width: calc(100% + 1px) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.filtr-container:before {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1100;
}
.filtr-container .filtr-item {
  width: calc(25% - .5px) !important;
  padding-top: 17%;
}
.filtr-container .filtr-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.filtr-container .filtr-item .hvr-overlay {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000bb;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.filtr-container .filtr-item .hvr-overlay h3 {
  font-weight: 300;
  text-transform: uppercase;
}
.filtr-container .filtr-item .hvr-overlay .btn-alt {
  border-width: 2px;
  opacity: 1;
  border-color: #8d1a19;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.filtr-container .filtr-item:hover .hvr-overlay {
  opacity: 1;
}

@media (max-width: 991px) {
  .filtr-container .filtr-item {
    width: 100% !important;
    padding-top: 70%;
  }
  .filtr-container .filtr-item .hvr-overlay {
    opacity: 1;
    height: auto;
    top: unset;
    bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .filtr-container .filtr-item .hvr-overlay h3 {
    margin-bottom: 0 !important;
    font-size: 1.25rem;
  }
  .filtr-container .filtr-item .hvr-overlay i {
    display: none;
  }
  .filtr-container .filtr-item .hvr-overlay .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    opacity: 0 !important;
  }
  .filtr-container .filtr-item .hvr-overlay .btn:hover, .filtr-container .filtr-item .hvr-overlay .btn:focus, .filtr-container .filtr-item .hvr-overlay .btn:focus-within, .filtr-container .filtr-item .hvr-overlay .btn:visited {
    opacity: 0 !important;
  }
}
.horizontal-selector {
  display: flex;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  width: fit-content;
  margin: 0 auto 30px;
  overflow: hidden;
}
.horizontal-selector ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 0;
  margin: 0;
}
.horizontal-selector ul li {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
  align-self: center;
}
.horizontal-selector ul li a {
  color: #1d1d1d;
  white-space: nowrap;
}
.horizontal-selector ul li a:hover {
  color: #8d1a19;
}
.horizontal-selector ul li.active a {
  color: #8d1a19;
}
.horizontal-selector ul.sub-filters {
  background-color: #e2e2e2;
}

@media (max-width: 991px) {
  .horizontal-selector ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.full-width-gallery {
  background-color: black;
  position: relative;
  text-align: center;
}
.full-width-gallery .gallery-main-img {
  max-height: 100vh;
  object-fit: cover;
  max-width: 100%;
}
.full-width-gallery .gallery-thumbnails {
  margin-top: 15px;
}
.full-width-gallery .gallery-thumbnails .item {
  height: 100%;
}
.full-width-gallery .gallery-thumbnails .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-width-gallery .gallery-thumbnails .owl-stage {
  display: flex;
  justify-content: center;
  margin: auto;
}
.full-width-gallery .gallery-thumbnails a.mobile {
  display: none;
}
.full-width-gallery .nav button.owl-next, .full-width-gallery .nav button.owl-prev {
  color: #888888;
  background-color: transparent;
  border: none;
}
.full-width-gallery .nav button span {
  display: none;
}
.full-width-gallery .nav button {
  position: absolute;
  color: white;
  top: 50%;
  width: 40px;
  outline: none;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.full-width-gallery .nav button:hover {
  opacity: 1;
}
.full-width-gallery .nav button.owl-prev {
  left: 0;
}
.full-width-gallery .nav button.owl-next {
  right: 0;
}
.full-width-gallery .nav button.owl-prev:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}
.full-width-gallery .nav button.owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}

@media (min-width: 1200px) {
  .full-width-gallery {
    height: 100vh;
    overflow: hidden;
  }
  .full-width-gallery .gallery-thumbnails {
    position: absolute;
    bottom: 0;
    height: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  }
  .full-width-gallery .gallery-thumbnails img {
    opacity: 0.75;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .full-width-gallery .gallery-thumbnails img:hover {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .full-width-gallery .gallery-thumbnails {
    height: auto !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .full-width-gallery .gallery-main-img {
    display: none !important;
  }
  .full-width-gallery .nav {
    display: none !important;
  }
  .full-width-gallery iframe {
    display: none !important;
  }
  .full-width-gallery .gallery-thumbnails a.mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.open-calendar {
  color: white;
  font-size: 50px;
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 1;
  opacity: 0.6;
}
.open-calendar:hover {
  color: white;
  opacity: 1;
}

.slider-calendar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  z-index: 1;
  background-color: #000000cc;
  transition: all 0.4s ease;
}
.slider-calendar-overlay .close {
  color: white;
}
.slider-calendar-overlay .close:hover {
  color: white;
}
.slider-calendar-overlay .section-title {
  color: white;
}
.slider-calendar-overlay.hide {
  background-color: transparent;
}
.slider-calendar-overlay .container {
  animation: zoomOutBottomRight;
  animation-duration: 1s;
}
.slider-calendar-overlay .container.animate {
  animation: zoomInBottomRight;
  animation-duration: 1s;
}

.calendar .categories {
  color: white;
  text-align: right;
}
.calendar .categories .item {
  display: inline-flex;
  align-items: center;
}
.calendar .categories .item:not(:first-of-type) {
  margin-left: 10px;
}
.calendar .categories .item .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.calendar .categories .item .icon.category-color-4 {
  background-color: #8d1a19;
}
.calendar .categories .item .icon.category-color-5 {
  background-color: #1B65A9;
}
.calendar .categories .item .icon.category-color-6 {
  background-color: #187715;
}
.calendar .categories .item .icon.category-color-7 {
  background-color: #9d6f1b;
}
.calendar .categories .item .icon.category-color-8 {
  background-color: #690d7e;
}
.calendar .categories .item .icon.category-color-9 {
  background-color: #0d6d5e;
}
.calendar .categories .item .name {
  text-transform: uppercase;
  font-size: 12px;
}
.calendar .days {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.calendar .days .item {
  width: 277.5px !important;
  opacity: 80%;
  padding: 2px;
  transition: all 0.3s ease-in-out;
}
.calendar .days .item:hover {
  opacity: 95%;
}
.calendar .days .item .head {
  background-color: #8d1a19;
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
  color: white;
}
.calendar .days .item .body {
  height: 138px;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 10px;
}
.calendar .days .item .body h5 {
  margin-bottom: 0;
}
.calendar .days .item .body h5.category-color-4 {
  color: #8d1a19;
}
.calendar .days .item .body h5.category-color-5 {
  color: #1B65A9;
}
.calendar .days .item .body h5.category-color-6 {
  color: #187715;
}
.calendar .days .item .body h5.category-color-7 {
  color: #9d6f1b;
}
.calendar .days .item .body h5.category-color-8 {
  color: #690d7e;
}
.calendar .days .item .body h5.category-color-9 {
  color: #0d6d5e;
}
.calendar .days .item .body .time-place {
  font-weight: 300;
}
.calendar .days .item .body .tickets {
  margin-top: auto;
}
.calendar .nav {
  display: flex;
  justify-content: space-between;
}
.calendar .nav button {
  position: relative;
  color: white;
}
.calendar .nav button.owl-next, .calendar .nav button.owl-prev {
  color: #888888;
  background-color: transparent;
  border: none;
}
.calendar .nav button span {
  display: none;
}
.calendar .nav button {
  height: 100%;
  width: 40px;
  top: 0;
  outline: none;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.calendar .nav button:hover {
  opacity: 1;
}
.calendar .nav button.owl-prev {
  left: 0;
}
.calendar .nav button.owl-next {
  right: 0;
}
.calendar .nav button.owl-prev:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}
.calendar .nav button.owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}

@media (max-width: 1599px) {
  .calendar .days .item:nth-child(n+13) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .calendar .days .item {
    width: 100% !important;
  }

  .calendar .days .item .body .tickets {
    margin-top: 0;
  }

  .calendar .days .item .body {
    height: auto;
  }
  .calendar .days .item .body .tickets {
    text-align: right;
    font-size: 18px;
  }

  .open-calendar {
    bottom: unset;
    top: 30px;
  }

  .slider-calendar-overlay {
    background-color: black;
    height: auto;
    padding-bottom: 5px;
    position: relative;
  }

  .slider.mobile .owl-hero-slider {
    height: 0;
  }
}
@media (max-width: 991px) {
  .horizon-section .row {
    margin-left: 0;
    margin-right: 0;
  }
  .horizon-section .row > div:first-child {
    margin-bottom: 30px;
  }
}
.staff-show-section {
  position: relative;
  background-color: black;
}
.staff-show-section .staff-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.staff-show-section .staff-info {
  position: relative;
  margin-left: 20px;
  width: calc(50% - 20px);
  background-color: white;
  padding: 15px;
  align-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
}
.staff-show-section .staff-info .name {
  font-weight: 300;
}

@media (max-width: 991px) {
  .staff-show-section {
    padding: 0;
  }
  .staff-show-section .staff-img {
    width: 100%;
    position: relative;
  }
  .staff-show-section .staff-info {
    width: 100%;
    margin: 0;
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.show-critics .item {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.show-critics .item .title {
  color: #8d1a19;
}
.show-critics .item .author {
  color: #1d1d1d;
  font-style: italic;
}
.show-critics .item .site {
  color: #777777;
}

/*loader*/
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999999;
}
#loader > div {
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */
