    
.visibleNearby {
  width: 100%;
  background: #fff;
  color: #000;
  padding-top: 25px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #fff;
  color: #000;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.05;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
  #gallery-1 {
    padding: 0 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 700px;
  }

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 500px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}




#page-navigation { display: none; }
.rsNav { z-index:16777216; }




html, body {
	width: 100%;
	height: 100%;
}
.royalSlider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 50px;
/*	height: auto !important;
	width: auto !important; */
	height: 100%;
	width: 100%;
}

#gallery-1, .rsOverflow {
        background: #000 !important;
}
.rsNav {
        background: #0001 !important;
	position: absolute;
	bottom: 0;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
        background: transparent;
}
.projoLeft {
        right: 1.5%;
        left: auto;
}
.projoRight {
        left: 0;
        right: auto;
}
.rsDefault .rsThumb {
	border: 4px solid #000;
}
.rsDefault .rsThumb.rsNavSelected {
	border: 4px solid #ffcb08;
}


