  #full-width-slider {
  width: 100%;
  color: #000;

}

.sliderContainer {
	  border-bottom:1px solid #fff;}


.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 35%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
	background:none;
  color: #FFF;
  left: 30px;
  right: auto;
}
.rsContent {
	position:relative;}
.infoBlockLeftBlack  {
		font-family: "museo-sans", Arial, sans-serif;
font-style: normal;
	text-decoration:none !important;
	font-weight:900;
	color: #fff;
font-size:32px;
font-size:3.2rem;
line-height:29px;
line-height:2.9rem;
text-shadow: 2px 3px 0 rgba(0,0,0,.5);
}

a.link {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-indent:-99999px;
	z-index:100;}

.infoBlock p {

  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

.rsGCaption {
	display:none;}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 420px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
	  max-width: 100%;
    left: 5px;
    top: 5px;
    right: auto;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}