@charset "utf-8";
/* CSS Document */


#full-width-slider {
  width: 100%;
  max-height:350px;
}

.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: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #333333;
  background: #FFF;
  background: rgba(255,255,255,0.8);
  right: 10px;
  left: auto;
  bottom:50px;
  top:auto;
}

.infoBlockRightBlack {
  color: #333333;
  background: #FFF;
  background: rgba(255,255,255,0.8);
  left: 10px;
  right: auto;
  bottom:50px;
  top:auto;
}

.infoBlock h12 {
  font-size: 20px;
  font-family:nevis;
  font-style:normal;
  font-weight:bold;
}

.infoBlock h8 {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style:italic;
  font-weight:bold;
  margin: 4px 0 0;
  line-height: 1.2;
  padding-bottom:35px;
}

.infoBlock p {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  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;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      /*height: 520px !important;*/
	height: 390px !important;
	/*background-image:url(/componentes/slider/imagenes/bg_shadow.png);
	background-repeat:no-repeat;
	background-position:bottom ;
	  
	  border:solid 1px orange;*/
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        /*height: 660px !important;*/
		height: 530px !important;
	 /* border:solid #93C 2px;*/
		
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
   /* height: 300px !important;*/
    height: 170px !important;
	 /* border:solid blue 2px;*/
	
  }
  .infoBlock {
    padding: 10px;
    height: 100%;
    max-height: 100%;
    min-width: 40%;
    right: 0;
    top: 0px;;
    left: auto;
	bottom:20px;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}