.ra-gallery {
  overflow: hidden;
}
.ra-gallery__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.ra-gallery__container > div {
  width: 33.33%;
}
@media only screen and (max-width: 980px) {
  .ra-gallery__container > div {
    width: 50%;
  }
}
.ra-gallery__container--col-4 > div {
  width: 25%;
}
@media only screen and (max-width: 980px) {
  .ra-gallery__container--col-4 > div {
    width: 50%;
  }
}
.ra-gallery__container--col-5 > div {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  .ra-gallery__container--col-5 > div {
    width: 25%;
  }
}
@media only screen and (max-width: 980px) {
  .ra-gallery__container--col-5 > div {
    width: 50%;
  }
}
.ra-gallery__item {
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.ra-gallery__item__link {
  display: block;
  color: black !important;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  border: 1px solid #d6dad2;
}
.ra-gallery__item__link--ofc {
  background-color: #f1f1f1;
}
.ra-gallery__item__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ra-gallery__item__img--ofc {
  object-fit: contain;
}
.ra-gallery__item__title-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(63, 88, 71, .9);
  transform: translateY(-100%);
  transition: 0.2s ease-in all;
}
@media only screen and (max-width: 980px) {
  .ra-gallery__item__title-container {
    display: none;
  }
}
.ra-gallery__item:hover .ra-gallery__item__title-container {
  transform: translateY(0);
}
.ra-gallery__item__title-container p {
  margin: 0;
  padding: 5px 10px !important;
  color: #fff;
  font-size: 14px;
}
.ra-gallery__item__btn-download {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: 0.3s ease-in all;
}
@media only screen and (max-width: 980px) {
  .ra-gallery__item__btn-download {
    display: none;
  }
}
.ra-gallery__item:hover .ra-gallery__item__btn-download {
  opacity: 1;
}
.ra-gallery__item__btn-download a {
  background-color: #3f5847;
  padding: 10px 18px;
  color: #fff!important;
  border-radius: 5px;
  font-size: 14px;
}
.ra-gallery__item__btn-download a:hover {
  background-color: #2b4233;
}
.cus_sidebar {
  display: none;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #2b4233;
}
.fancybox-progress {
  background-color: #2b4233;
}
.fancybox-caption__body span {
  display: block;
  margin-bottom: 20px;
}
.fancybox-caption__body .btn {
  display: inline-block;
  background-color: #3f5847;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 5px;
  margin-bottom: 10px;
  min-width: 200px;
}
.fancybox-caption__body .btn:hover {
  background-color: #2b4233;
  text-decoration: none;
}
