/*transform origin*/
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-prev,
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-next {
  background-color: #657C85;
  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: #657C85;
  border: 1px solid #657C85;
  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/close_white.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: #657C85;
  border-color: #657C85;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991.8px) {
  .gallery .dropdown .selectivo__label {
    background-color: #ffffff !important;
    color: #657C85 !important;
  }
}
.gallery .dropdown .selectivo__label::after {
  border-color: #657C85;
}
.gallery .dropdown .selectivo__dropdown .selectivo__option {
  color: #000000;
  text-transform: uppercase;
  line-height: 24px;
}
.gallery .dropdown .selectivo__dropdown .selectivo__option:active, .gallery .dropdown .selectivo__dropdown .selectivo__option:hover {
  background-color: #657C85 !important;
}
@media (min-width: 992px) {
  .gallery .dropdown .selectivo__dropdown .selectivo__option:active, .gallery .dropdown .selectivo__dropdown .selectivo__option:hover {
    background-color: #657C85 !important;
  }
}
@media (max-width: 991.8px) {
  .gallery .dropdown .selectivo__dropdown .selectivo__option {
    color: #657C85;
  }
}
.gallery .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background-color: #657C85;
  color: #ffffff;
}
@media (max-width: 991.8px) {
  .gallery .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
    border-radius: 0;
  }
}
.gallery .data-layer-event-virtual-tour {
  pointer-events: none;
}
.gallery #load_more {
  margin-top: 48px;
  margin-bottom: 48px;
}
.gallery .lightbox .slick-next, .gallery .lightbox .slick-prev {
  background-image: url(../../images/right.svg);
}
.gallery .thumbnail_wrapper {
  width: 90.8%;
}
.gallery .mt_cat {
  padding-bottom: 46px;
}
.gallery a.mt_btn.selectivo__option.data-layer-event-virtual-tour {
  display: block;
}

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