/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	position: relative;

	height: 400px;
	width: 600px;

	direction: ltr;
}

.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}

.rsOverflow {
	position: relative;
	float: left;

	height: 100%;
	width: 100%;
	overflow: hidden;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
	position: relative;
	top: 0;
	left: 0;

	height: 100%;
	width: 100%;
	overflow: hidden;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	top: 0;
	left: 0;
}

.rsContainer {
	position: relative;

	height: 100%;
	width: 100%;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsArrow,.rsThumbsArrow {
	cursor: pointer;
}

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

.rsArrow,.rsNav,.rsThumbsArrow {
	opacity: 1;

	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;

	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

.rsHidden {
	visibility: hidden;
	opacity: 0;

	-webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
	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;
}

.rsGCaption {
	float: left;

	width: 100%;

	text-align: center;
}

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

	height: auto !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	display: none;

	opacity: 1 !important;

	-webkit-transition: 0s;
	transition: 0s;

	-moz-transition: 0s;
	-o-transition: 0s;
}

.rsSlide {
	position: absolute;
	display: block;
	top: 0;
	left: 0;

	height: 100%;
	width: 100%;
	overflow: hidden;
}

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

.rsContent {
	position: relative;

	height: 100%;
	width: 100%;
}

.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 {
	position: relative;
	float: left;
	z-index: 22;

	overflow: hidden;

	cursor: pointer;
}

.rsTabs {
	float: left;

	background: none !important;
}

.rsTabs,.rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVideoContainer {
	position: relative;

	height: auto;
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;

	line-height: 0;
}

.rsVideoFrameHolder {
	position: absolute;
	top: 0;
	left: 0;

	opacity: 0;

	background: #141414;

	-webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}

.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;

	height: 100%;
	width: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {
	box-sizing: border-box;
	padding-right: 44px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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

	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 20;

	height: 100%;
	width: 100%;

	background: url(blank.gif);

	-webkit-backface-visibility: hidden;
}