/******************************
*
*  FRSP RS Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Fullscreen button
*    5. Preloader
*    6. Caption
*    
*  Sprite: 'rs-frsp.png'
* 
******************************/


/* Background */
.rsFRSP,
.rsFRSP .rsOverflow,
.rsFRSP .rsSlide,
.rsFRSP .rsVideoFrameHolder,
.rsFRSP .rsThumbs {
	background: rgba(17,17,17,0.0);
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsFRSP .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsFRSP.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsFRSP.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsFRSP.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsFRSP.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsFRSP.rsHor .rsArrowRight { right: 0; top:0; }

.rsFRSP .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-frsp.png');
	background-color: transparent;
	opacity: 0.5;
	-webkit-opacity: 0.5;
}
.rsFRSP .rsArrowIcn:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
}

.rsFRSP.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsFRSP.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsFRSP.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsFRSP.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsFRSP .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsFRSP .rsBullets {
	position: relative;
	z-index: 9;
	left: 0;
	bottom: 0;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	background: rgba(0,0,0,0.0);
	/*box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.9), 0px 0px 20px 0 rgba(0, 0, 0, 0.8);*/
	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsFRSP .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsFRSP .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsFRSP .rsBullet.rsNavSelected span {
	background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/

.rsFRSP .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsFRSP .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsFRSP.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsFRSP.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsFRSP .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsFRSP .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsFRSP .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsFRSP .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsFRSP .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsFRSP .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsFRSP .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsFRSP .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsFRSP .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsFRSP.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsFRSP.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsFRSP.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsFRSP.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsFRSP.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsFRSP .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-frsp.png');
}

.rsFRSP.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsFRSP.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsFRSP.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsFRSP.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsFRSP .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsFRSP .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsFRSP .rsThumbsHor {
		height: 44px;
	}
	.rsFRSP .rsThumbsVer {
		width: 59px;
	}
}

/***************
*
*  4. Fullscreen button
*
****************/

.rsFRSP .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsFRSP .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-frsp.png') 0 0;
	background-color: transparent;
	opacity: 0.50;
	-webkit-opacity: 0.5;

}
.rsFRSP .rsFullscreenIcn:hover {
	opacity: 0.25;
	-webkit-opacity: 0.25;
}
.rsFRSP.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}

/***************
*
*  5. Preloader
*
****************/

.rsFRSP .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

/***************
*
*  6. Global caption
*
****************/
.rsFRSP .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

