/*transform origin*/
.gallery {
  background-color: #7086C3;
}
@media (min-width: 992px) {
  .gallery .mt_cat {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.gallery .mt_cat .mt_btn {
  font-weight: 400;
}
@media (max-width: 991.01px) {
  .gallery .mt_cat .dropdown .selectivo__label {
    background: #C6B365;
    border-color: #C6B365;
  }
}
.gallery .mt_cat .dropdown .selectivo__dropdown {
  background: #7086C3;
}
@media (max-width: 991.01px) {
  .gallery .mt_cat .dropdown .selectivo__dropdown {
    background: #C6B365;
    border-color: #C6B365;
  }
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option {
  color: #000;
  border-radius: 3px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option:hover {
  background-color: #C6B365;
  color: #000;
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background-color: #C6B365;
  color: #000;
}
@media (max-width: 991.01px) {
  .gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
    background-color: #7086C3;
  }
}
.gallery .lightbox__wrapper {
  background-color: #7086C3;
}
.gallery .lightbox .lightbox__close {
  background-color: #C6B365;
  border-color: #C6B365;
}
.gallery .lightbox .slick-prev, .gallery .lightbox .slick-next {
  background-color: #C6B365;
  background-image: url("../../images/slider_arrow_black.png");
}
.gallery .thumbnail_wrapper li.gallery-vt a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .thumbnail_wrapper li.gallery-vt a .play-btn {
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.6;
  background-image: url("../../images/play-icon.svg");
  background-size: cover;
  pointer-events: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 991.01px) {
  .gallery .thumbnail_wrapper li.gallery-vt a .play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.01px) {
  .gallery .thumbnail_wrapper li.gallery-vt a .play-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991.01px) {
  .gallery_lightbox_open .slick-slide > div {
    width: 90%;
  }
}
@media (max-width: 991.01px) {
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider img, .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider video {
    width: 100% !important;
  }
}

#load_more {
  background-color: #C6B365;
  border-color: #C6B365;
}
.system #load_more:hover {
  background-color: #7086C3;
  border-color: #000;
  color: #000;
}

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