/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: auto;
	min-height: 800px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsThumb {
	float: left;
	position: relative;
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide  {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}
.infoBlock {
  position: absolute;
  top: 20px;
  right: 70px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  padding: 20px;
}
.infoBlock h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock sub {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}
/* Desktop and Laptop */
@media only screen and (min-width: 769px) and (max-width: 10000px) { 
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: auto;
		width: auto;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: auto;
		width: auto;
    }
	/* Resize Thumbnails*/
	.rsMinW .rsThumb {
		width: 75%;
		height: 75%;
	}
	.rsMinW .rsThumbsHor {
		height: 75%;
	}
	.rsMinW .rsThumbsVer {
		width: 75%;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
        height: auto;
		width: auto;
  }
  .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;
  }
	/* Resize Thumbnails*/
  .rsMinW .rsThumb {
		width: 50%;
		height: 50%;
  }
  .rsMinW .rsThumbsHor {
		height: 50%;
  }
  .rsMinW .rsThumbsVer {
		width: 50%;
  }
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {        
        height: auto;
		width: auto;
  }
	/* resize Thumbnails*/
	.rsMinW .rsThumb {
		width: 33%;
		height: 33%;
	}
	.rsMinW .rsThumbsHor {
		height: 33%;
	}
	.rsMinW .rsThumbsVer {
		width: 33%;
	}
}


