/******************************
*
*  RoyalSlider My Custom Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'WIP_slider_arrows.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.myCustomSkin,
.myCustomSkin .rsOverflow,
.myCustomSkin .rsSlide,
.myCustomSkin .rsVideoFrameHolder,
.myCustomSkin .rsThumbs {
	color: #000;
}

/***************
*
*  1. Arrows
*
****************/

.myCustomSkin .rsArrow {
	height: 100%;
	width: 39px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.myCustomSkin.rsHor .rsArrowLeft { left: 0; top: 0; }
.myCustomSkin.rsHor .rsArrowRight { right: 0; top:0; }

.myCustomSkin .rsArrowIcn {		
	width: 39px;
	height: 17px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -18.5px;

	position: absolute;	
	cursor: pointer;	
	background: url('WIP_slider_arrows.png');
}

.myCustomSkin.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0 -23px; }
.myCustomSkin.rsHor .rsArrowRight .rsArrowIcn { background-position: -42px -22px; }

.myCustomSkin .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }

/***************
*
*  5. Fullscreen button
*
****************/

.myCustomSkin .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.myCustomSkin .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('WIP_slider_arrows.png') 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
	border-radius: 2px;

}
.myCustomSkin .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9);
}
.myCustomSkin.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/

.myCustomSkin .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.myCustomSkin .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(WIP_slider_arrows.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.myCustomSkin .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.myCustomSkin .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.myCustomSkin .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.myCustomSkin .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.myCustomSkin .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('WIP_slider_arrows.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.myCustomSkin .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

/***************
*
*  7. Preloader
*
****************/

.myCustomSkin .rsPreloader {
	width:20px;
	height:20px;
	//background-image:url(../preloaders/preloader.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

/***************
*
*  8. Global caption
*
****************/
.myCustomSkin .rsGCaption {
	position: absolute;
	float: none;
	bottom: -32px;
	left: 6px;
	text-align: center;
	color: #000;
	padding: 2px 8px;
	width: 100%;
	font-size: 1em;
}