/******************************
*
*  royalslider white controls skin
*
*    1. arrows 
*    2. bullets
*    3. thumbnails
*    4. tabs
*    5. fullscreen button
*    6. play/close video button
*    7. preloader
*    8. caption
*    
*  sprite: 'rs-minimal-white.png'
*  feel free to edit anything
*  if you don't some part - just delete it
* 
******************************/


/* background */
.rsminw,
.rsminw .rsoverflow,
.rsminw .rsslide,
.rsminw .rsvideoframeholder,
.rsminw .rsthumbs {
	background: #000;
	color: #fff;
}


/***************
*
*  1. arrows
*
****************/

.rsminw .rsarrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 0;
}

.rsminw .rsarrowleft { right: 37px; bottom: 35px; }
.rsminw .rsarrowright { right: 7px; bottom: 35px; }

.rsminw .rsarrowicn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background:  transparent;
	
	border-radius: 2px;
}
.rsminw .rsarrowicn:hover {

}


.rsminw.rshor .rsarrowleft .rsarrowicn { background-position: -68px -36px; }
.rsminw.rshor .rsarrowright .rsarrowicn { background-position: -68px -68px; }

.rsminw.rsver .rsarrowleft .rsarrowicn { background-position: -100px -36px; }
.rsminw.rsver .rsarrowright .rsarrowicn { background-position: -100px -68px; }

.rsminw .rsarrowdisabled .rsarrowicn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. bullets
*
****************/

.rsminw .rsbullets {
	position: absolute;
	bottom: 2px;
	right: 10px;
	z-index: 0;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsminw .rsbullet {
	width: 12px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px 5px 10px 4px;
}
.rsminw .rsbullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsminw .rsbullet.rsnavselected span {
	background: #fff;
}





/***************
*
*  3. thumbnails
*
****************/

.rsminw .rsthumbshor {
	width: 100%;
	height: auto;
}
.rsminw .rsthumbsver {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsminw.rswiththumbshor .rsthumbscontainer {
	position: relative;
	height: 100%;
}
.rsminw.rswiththumbsver .rsthumbscontainer {
	position: relative;
	width: 100%;
}
.rsminw .rsthumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsminw .rsthumb img {
	width: 100%;
	height: 100%;
}
.rsminw .rsthumb.rsnavselected {
	background: #333;
}
.rsminw .rsthumb.rsnavselected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsminw .rsthumb.rsnavselected span.thumbico {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #fff;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsminw .rstmb {
	display: block;
}




/* thumbnails arrow icons */
.rsminw .rsthumbsarrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsminw.rswiththumbsver .rsthumbsarrow {
	width: 100%;
	height: 20px;
}
.rsminw.rswiththumbsver .rsthumbsarrowleft { top: 0; left: 0; }
.rsminw.rswiththumbsver .rsthumbsarrowright { bottom: 0;  left: 0; }

.rsminw.rswiththumbshor .rsthumbsarrowleft { left: 0; top: 0; }
.rsminw.rswiththumbshor .rsthumbsarrowright { right: 0; top:0; }

.rsminw .rsthumbsarrowicn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: ;
}

.rsminw.rswiththumbshor .rsthumbsarrowleft .rsthumbsarrowicn { background-position: -128px -32px; }
.rsminw.rswiththumbshor .rsthumbsarrowright .rsthumbsarrowicn { background-position: -128px -48px; }

.rsminw.rswiththumbsver .rsthumbsarrowleft .rsthumbsarrowicn { background-position: -144px -32px; }
.rsminw.rswiththumbsver .rsthumbsarrowright .rsthumbsarrowicn { background-position: -144px -48px; }

.rsminw .rsthumbsarrowdisabled { display: none !important; }

/* thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsminw .rsthumb {
		width: 59px;
		height: 44px;
	}
	.rsminw .rsthumbshor {
		height: 44px;
	}
	.rsminw .rsthumbsver {
		width: 59px;
	}
}




/***************
*
*  4. tabs
*
****************/

.rsminw .rstabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsminw .rstab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #d9d9dd;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsminw .rstab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsminw .rstab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsminw .rstab:active { 
	border: 1px solid #d9d9dd;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsminw .rstab.rsnavselected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #acacac;
	background-image: -webkit-linear-gradient(top, #acacac, #bbb);
	background-image: -moz-llinear-gradient(top, #acacac, #bbb);
	background-image: linear-gradient(to bottom, #acacac, #bbb);
}





/***************
*
*  5. fullscreen button
*
****************/

.rsminw .rsfullscreenbtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsminw .rsfullscreenicn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background:  0 0 transparent;
}
.rsminw .rsfullscreenicn:hover {
	opacity: 0.8;
}
.rsminw.rsfullscreen .rsfullscreenicn {
	background-position: -32px 0;
}





/***************
*
*  6. play/close video button
*
****************/

.rsminw .rsplaybtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsminw .rsplaybtnicon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background: no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsminw .rsplaybtn:hover .rsplaybtnicon {
	background-color: rgba(0,0,0,0.9);
}
.rsminw .rsbtncenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsminw .rsclosevideobtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translatez(0);
	
}
.rsminw .rsclosevideobtn.rsiosbtn {
	top: -38px;
	right: -6px;
}

.rsminw .rsclosevideoicn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background:  -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsminw .rsclosevideoicn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. preloader
*
****************/

.rsminw .rspreloader {
	width:20px;
	height:20px;
	background-image:;

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. global caption
*
****************/
.rsminw .rsgcaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #fff;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}