@charset "UTF-8";
#buffer { 
	display: none; 
}					/* FOR FADER SCRIPT, BELOW... */
.rsNav { 
	display: none; 
}					/* DEFEAT SLIDER BULLETS */
.visibleNearby {
  width: 100%;
  background: #fff;/*#141414;*/
  color: #FFF;
  /*padding-top: 25px;*/
}
.visibleNearby .rsGCaption {
  font-size: 18px;
  line-height: 18px;
  /*padding: 12px 0 16px;*/
  background: none; 
  width: 100%;
  position: static;
  /*float: left;*/
  /*left: auto;
  bottom: auto;
  text-align: center;*/
  padding-left: 16%;
}
.visibleNearby .rsGCaption span {
  display: block;
  position: absolute;
  bottom: 20%; left; 80px;
  clear: both;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  background: none;
  z-index: 400; 
}

@media screen and (max-width: 2200px) {
.visibleNearby .rsGCaption span {
bottom: 19%;
}
}
@media screen and (max-width: 2100px) {
.visibleNearby .rsGCaption span {
bottom: 16%;
}
}
@media screen and (max-width: 2050px) {
.visibleNearby .rsGCaption span {
bottom: 15%;
}
}
@media screen and (max-width: 2000px) {
.visibleNearby .rsGCaption span {
bottom: 13%;
}
}
@media screen and (max-width: 1950px) {
.visibleNearby .rsGCaption span {
bottom: 10%;
}
}
@media screen and (max-width: 1900px) {
.visibleNearby .rsGCaption span {
bottom: 7%;
}
}
@media screen and (max-width: 1800px) {
.visibleNearby .rsGCaption span {
bottom: 5%;
}
}
@media screen and (max-width: 900px) {
.visibleNearby .rsGCaption span {
bottom: 6%;
}
}
@media screen and (max-width: 700px) {
.visibleNearby .rsGCaption span {
bottom: 7%;
}
}


.visibleNearby .rsGCaption span { font-family: Gotham Ssm A, Gotham Ssm B; font-style: regular; font-weight: 400; font-size: 15px; color: #fff; text-shadow: 1px 1px 0px rgba(0, 0, 0, 1); }

.visibleNearby .rsGCaption span h2 { font-family: 'Cursive', serif; font-size: 38px; line-height: 30px; font-weight: normal; margin-bottom: 10px; }

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.visibleNearby .rsSlide { box-sizing: border-box; border-width: 0 10px; border-color: #fff; border-style: solid; }

@media screen and (max-width: 767px) {
.visibleNearby .rsSlide {border-width: 0 5px;}
}
@media screen and (max-width: 600px) {
.visibleNearby .rsGCaption span { bottom: 15px; }
.visibleNearby .rsGCaption span h2 { font-size: 30px; margin-bottom: 0; }
}
@media screen and (max-width: 550px) {
#big-image-area-slider { display: none; }
}
