.ro-section-gallery {
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/DSC_5429_30_31_32_33.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/DSC_5429_30_31_32_33.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ro-section-gallery.virtual-tour {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/DSC_5429_30_31_32_33.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/DSC_5429_30_31_32_33.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ro-container {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.rbs-section-header {
  padding-bottom: 35px;
  text-align: center;
}

.rbs-section-header.ro-white {
  color: #fff;
}

.rbs-section-title-holder {
  display: inline-block;
  text-align: center;
}

.rbs-section-title {
  margin-bottom: -10px;
  color: #222;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.rbs-section-title.fc-white {
  color: #fff;
}

.rbs-section-title-line {
  display: inline-block;
  width: 70%;
  height: 2px;
  background-color: #f80;
}

.rbs-h2 {
  margin-top: 10px;
  color: #333;
  font-size: 34px;
  line-height: 40px;
}

.rbs-h2.fc-light {
  color: #ccc;
}

.rbs-h2.fc-white {
  color: #fff;
}

.rbs-h4 {
  margin-top: 0px;
  color: #777;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.ro-gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ro-gallery-thumbs {
  position: relative;
  overflow: hidden;
  width: 30%;
  padding-bottom: 21%;
  border-style: solid;
  border-width: 7px;
  border-color: hsla(0, 0%, 100%, 0.39);
  background-color: #000;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
}

.ro-gallery-thumbs:hover {
  border-color: #fff;
}

.ro-gallery-thumbs.vt-thumb {
  border-color: #fff;
}

.ro-gallery-thumb-photo {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 5;
  height: 100%;
  max-width: none;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

.ro-gallery-thumb-photo:hover {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  -ms-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);
}

.ro-gallery-thumb-photo.with-photo {
  opacity: 1;
}

.ro-gallery-view-photos {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 12;
  display: inline-block;
  padding: 10px 19px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.69);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ro-gallery-hidden {
  display: none;
  padding-top: 69px;
}

.lightbox-link {
  overflow: hidden;
  width: 150px;
  height: 120px;
}

.ro-gallery-view-photos-smtext {
  color: #f90;
  font-size: 16px;
}

@media (max-width: 991px) {
  .ro-gallery-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ro-gallery-thumbs {
    width: 60%;
    margin-bottom: 40px;
    padding-bottom: 40%;
  }
  .ro-gallery-thumbs.last {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .rbs-h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .ro-gallery-thumbs {
    width: 90%;
    padding-bottom: 60%;
  }
}

@media (max-width: 479px) {
  .rbs-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .rbs-h4 {
    font-size: 20px;
  }
  .ro-gallery-thumbs {
    width: 100%;
    padding-bottom: 65%;
    border-width: 5px;
  }
}