/*transform origin*/
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-prev,
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-next {
  background-color: #ab6434;
  border-radius: 0;
}
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-prev:active, .gallery .lightbox__wrapper .lightbox .mt_slider .slick-prev:hover,
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-next:active,
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-next:hover {
  background-color: #000000;
  border: 1px solid #000000;
  transition: none;
}
.gallery .lightbox__wrapper .lightbox .lightbox__close {
  border: 1px solid #000000;
  border-radius: 0;
}
.gallery .lightbox__wrapper .lightbox .lightbox__close:active, .gallery .lightbox__wrapper .lightbox .lightbox__close:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  background: url(../../images/fp-close.svg) center no-repeat;
  transition: none;
}
.gallery .lightbox__wrapper .lightbox .mt_gallery_caption {
  color: black;
}
@media (min-width: 992px) {
  .gallery .dropdown [role=listbox] {
    background: transparent;
  }
}
.gallery .dropdown .selectivo__label {
  border-radius: 0;
  background-color: #ab6434;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #314441;
}
@media (max-width: 991.8px) {
  .gallery .dropdown .selectivo__label {
    background-color: #ffffff !important;
    color: #314441 !important;
  }
}
.gallery .dropdown .selectivo__dropdown .selectivo__option {
  color: #314441;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .gallery .dropdown .selectivo__dropdown .selectivo__option {
    line-height: 24px !important;
  }
  .gallery .dropdown .selectivo__dropdown .selectivo__option:not(:last-child) {
    margin-right: 23px;
  }
}
@media (min-width: 992px) {
  .gallery .dropdown .selectivo__dropdown .selectivo__option:active, .gallery .dropdown .selectivo__dropdown .selectivo__option:hover {
    background-color: #ab6434 !important;
  }
}
.gallery .dropdown .selectivo__dropdown .selectivo__option:active, .gallery .dropdown .selectivo__dropdown .selectivo__option:hover {
  background-color: #ffffff !important;
}
.gallery .dropdown .selectivo__dropdown .selectivo__option {
  text-transform: uppercase;
}
.gallery .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background-color: #ab6434;
  color: #ffffff;
}
@media (max-width: 991.8px) {
  .gallery .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
    border-radius: 0;
  }
}
.gallery .thumbnail_wrapper {
  margin-bottom: 20px;
}
.gallery .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  .gallery.gallery_lightbox_open .slick-slide > div {
    width: 95%;
  }
}
@media screen and (max-width: 575.8px) and (orientation: portrait) {
  .gallery.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider img, .gallery.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider video {
    max-height: 80vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.8px) {
  .gallery.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption p, .gallery.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption b {
    padding-top: 10px;
  }
}

html.prevent-scroll {
  overflow: hidden;
}
html.prevent-scroll body {
  overflow: hidden;
}

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