/*transform origin*/
.gallery .mt_cat {
  width: 90%;
  margin: 0 auto;
  padding: 45px 1vw 56px;
}
@media (max-width: 991.8px) {
  .gallery .mt_cat {
    padding: 35px 1vw;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .gallery .mt_cat .dropdown .selectivo__dropdown {
    background: transparent;
    justify-content: flex-start;
  }
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}
.system .gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option:not(.selectivo__option--selected):hover {
  background: rgb(234.4166666667, 242.8611111111, 247.0833333333);
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background: url(../../images/common/Button.jpg) no-repeat center/cover;
  color: #ffffff;
}
.gallery .thumbnail_wrapper {
  z-index: 1;
}
.gallery .thumbnail_wrapper ul li a {
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery .thumbnail_wrapper ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .system .gallery .thumbnail_wrapper ul li a:hover::before {
    opacity: 0.3;
  }
}

body .lightbox__wrapper .lightbox .mt_gallery_caption {
  color: #344054;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991.8px) {
  body .lightbox__wrapper .lightbox .mt_gallery_caption {
    font-size: 15px;
  }
}
body .lightbox__wrapper .lightbox .mt_gallery_caption b {
  line-height: 24px;
  /* 120% */
  text-transform: uppercase;
}
body .lightbox__wrapper .lightbox .mt_gallery_caption p {
  line-height: 30px;
  /* 150% */
  padding-top: 18px;
}
@media (max-width: 991.8px) {
  body .lightbox__wrapper .lightbox .mt_gallery_caption p {
    padding-top: 5px;
  }
}
body .lightbox__wrapper .lightbox .lightbox__close {
  border: 0;
  background: url(../../images/common/close_dark.svg) no-repeat center center;
}
body .lightbox__wrapper .lightbox .slick-prev,
body .lightbox__wrapper .lightbox .slick-next {
  background: url(../../images/common/arrow-right.svg) no-repeat center center;
}
.system body .lightbox__wrapper .lightbox .slick-prev:hover,
.system body .lightbox__wrapper .lightbox .slick-next:hover {
  background-color: #53797d;
}

.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option[data-value="Virtual tour"] {
  pointer-events: none;
}

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