/******************************
*
*  RoyalSlider PHA Skin 
*
*    1. Arrows 
*    2. Preloader
*    3. Caption
*    4. Slide count
* 
******************************/

/* Hide all slides before slider is initialized */
.royalSlider > .rsContent {
    display: none;
}

/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	color: #252525;
	padding-bottom: 1em;
}


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

.rsDefault .rsArrow {
	height: 100%;
	width: 28px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

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

.rsDefault .rsArrowIcn {		
	width: 28px;
	height: 28px;
	top: 50%;
	left: 50%;
	margin-top: -14px;	
	margin-left: -14px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-pha.png') no-repeat;
	
	background-color: #ccc;
	
	border-radius: 3px;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -3px -9px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -30px -9px; }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('rs-pha-white.png') no-repeat;
	background-position: -3px -9px;

	opacity: 0;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('rs-pha-white.png') no-repeat;
	background-position: -30px -9px;

	opacity: 0;
}

/***************
*
*  2. Preloader
*
****************/

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

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


/***************
*
*  3. Global caption
*
****************/

.rsDefault .rsGCaption {
	position: absolute;
	bottom: 0;
	/*left: 50%;*/
	/*margin: 0 auto;*/
	text-align: center;
	line-height: 1.625;	

	font-family: "Lato", sans-serif;
	font-size: .75em;
	font-weight: 400;
	color: #666;
	/*width: auto;*/
}


/***************
*
*  4. Slide count
*
****************/

.rsSlideCount {
	position: absolute;
	bottom: 0;
	right: 20px;
	font-family: "Lato", sans-serif;
	font-size: .75em;
	font-weight: 400;
	color: #666;
	text-align: center;
	line-height: 1.625;	
	width: 50px;
}