#full-width-slider {
  width: 100%;
  color: #000;
}
.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;
}
.infoBlockLeft {
  background: rgba(255, 255, 255, 0.8);
  left: 30px;
  right: auto;
  color: #000;
}
.infoBlockRight {
  background: rgba(255, 255, 255, 0.8);
  left: auto;
  right: 30px;
  color: #000;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  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;
  }
}

@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%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

#carousel-gallery {
  width: 100%;
  height: 266px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden !important;
}   
#carousel-gallery .touchcarousel-wrapper {
  overflow: visible;
  margin-left: 0px;
}
#carousel-gallery .touchcarousel-item {
  margin-right: 0px;    
  background: #CCC; 
}
#carousel-gallery .arrow-icon.left {
  left: 25px;       
}
#carousel-gallery .arrow-icon.right {
  right: 25px;      
}
#carousel-gallery .arrow-holder {
  width: 60px;  
}
#carousel-gallery  .scrollbar-holder {
  bottom: 6px;
}


#carousel-gallery-small {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden !important;
}   
#carousel-gallery-small .touchcarousel-wrapper {
  overflow: visible;
  margin-left: 0px;
}
#carousel-gallery-small .touchcarousel-item {
  margin-right: 0px;    
  background: #CCC; 
}
#carousel-gallery-small .arrow-icon.left {
  left: 20px;       
}
#carousel-gallery-small .arrow-icon.right {
  right: 20px;      
}
#carousel-gallery-small .arrow-holder {
  width: 40px;  
}
#carousel-gallery-small  .scrollbar-holder {
  bottom: 6px;
}

/**
* Carousel with image and text, custom skinned scrollbar
**/
#carousel-image-and-text {
	width: 100%;
	height: 279px;
	margin: 0 auto;	
}	
#carousel-image-and-text .arrow-holder {
	height: 250px;
}		
#carousel-image-and-text .touchcarousel-item {
	margin-right: 1px;	
	width: 300px;
	height: 277px;		
}
#carousel-image-and-text .item-block {
	width: 300px;
	height: 277px;
	display: block;
}
#carousel-image-and-text .item-block img,
#carousel-image-and-text .item-block h4, 
#carousel-image-and-text .item-block p {
	float: left;
	position: relative;
	display: block;
	margin: 0;			
}
#carousel-image-and-text .item-block img {
	width: 300px;
	height: 230px;		
	border: 0;
	padding: 0;		
}
#carousel-image-and-text .item-block {			
	text-decoration: none;
	color: inherit;			
}					
#carousel-image-and-text .item-block h4 {
	font: bold 13px/20px Helvetica, Arial, sans-serif;
	color: #000;
	width: 300px;
	height: auto;		
	padding: 2px 0 0 6px;
	-webkit-transition: color 0.2s ease-out; 
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;  	
}
#carousel-image-and-text .item-block p {			
	font: normal 13px/20px Helvetica, Arial, sans-serif;
	color: #555;		
	width: 300px;
	padding: 0 0 0 6px;
}
#carousel-image-and-text .scrollbar-holder {
	background: #CED7DB;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#carousel-image-and-text .scrollbar {
	background-color: #45a8ce !important;
	bottom: 0;
}

