/******************************
*
*  royalslider default skin 
*
*    1. arrows 
*    2. bullets
*    3. thumbnails
*    4. tabs
*    5. fullscreen button
*    6. play/close video button
*    7. preloader
*    8. caption
*    
*  sprite: 'rs-default.png'
*  feel free to edit anything
*  if you don't some part - just delete it
* 
******************************/


/* background */
.rsdefault,
.rsdefault .rsoverflow,
.rsdefault .rsslide,
.rsdefault .rsvideoframeholder,
.rsdefault .rsthumbs {
	background: #151515;
	color: #fff;
}


/***************
*
*  1. arrows
*
****************/

.rsdefault .rsarrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsdefault.rsver .rsarrow {
	width: 100%;
	height: 44px;
	
}
.rsdefault.rsver .rsarrowleft { top: 0; left: 0; }
.rsdefault.rsver .rsarrowright { bottom: 0;  left: 0; }

.rsdefault.rshor .rsarrowleft { left: 0; top: 0; }
.rsdefault.rshor .rsarrowright { right: 0; top:0; }

.rsdefault .rsarrowicn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsdefault .rsarrowicn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsdefault.rshor .rsarrowleft .rsarrowicn { background-position: -64px -32px; }
.rsdefault.rshor .rsarrowright .rsarrowicn { background-position: -64px -64px; }

.rsdefault.rsver .rsarrowleft .rsarrowicn { background-position: -96px -32px; }
.rsdefault.rsver .rsarrowright .rsarrowicn { background-position: -96px -64px; }

.rsdefault .rsarrowdisabled .rsarrowicn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. bullets
*
****************/

.rsdefault .rsbullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	/*background: #000;
	background: rgba(0,0,0,0.75);*/

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsdefault .rsbullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 0 10px 20px 10px;
}
.rsdefault .rsbullet span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsdefault .rsbullet.rsnavselected span {
	background-color: #65be16;
}





/***************
*
*  3. thumbnails
*
****************/

.rsdefault .rsthumbshor {
	width: 100%;
	height: auto;
}
.rsdefault .rsthumbsver {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsdefault.rswiththumbshor .rsthumbscontainer {
	position: relative;
	height: 100%;
}
.rsdefault.rswiththumbsver .rsthumbscontainer {
	position: relative;
	width: 100%;
}
.rsdefault .rsthumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsdefault .rsthumb img {
	width: 100%;
	height: 100%;
}
.rsdefault .rsthumb.rsnavselected {
	background: #02874a;
}
.rsdefault .rsthumb.rsnavselected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsdefault .rstmb {
	display: block;
}

/* thumbnails with text */
.rsdefault .rstmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #fff;
}
.rsdefault .rstmb span {
	color: #ddd;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* thumbnails arrow icons */
.rsdefault .rsthumbsarrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsdefault .rsthumbsarrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsdefault.rswiththumbsver .rsthumbsarrow {
	width: 100%;
	height: 20px;
}
.rsdefault.rswiththumbsver .rsthumbsarrowleft { top: 0; left: 0; }
.rsdefault.rswiththumbsver .rsthumbsarrowright { bottom: 0;  left: 0; }

.rsdefault.rswiththumbshor .rsthumbsarrowleft { left: 0; top: 0; }
.rsdefault.rswiththumbshor .rsthumbsarrowright { right: 0; top:0; }

.rsdefault .rsthumbsarrowicn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
}

.rsdefault.rswiththumbshor .rsthumbsarrowleft .rsthumbsarrowicn { background-position: -128px -32px; }
.rsdefault.rswiththumbshor .rsthumbsarrowright .rsthumbsarrowicn { background-position: -128px -48px; }

.rsdefault.rswiththumbsver .rsthumbsarrowleft .rsthumbsarrowicn { background-position: -144px -32px; }
.rsdefault.rswiththumbsver .rsthumbsarrowright .rsthumbsarrowicn { background-position: -144px -48px; }

.rsdefault .rsthumbsarrowdisabled { display: none !important; }

/* thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsdefault .rsthumb {
		width: 59px;
		height: 44px;
	}
	.rsdefault .rsthumbshor {
		height: 44px;
	}
	.rsdefault .rsthumbsver {
		width: 59px;
	}
}




/***************
*
*  4. tabs
*
****************/

.rsdefault .rstabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsdefault .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: #fff;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsdefault .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;
}
.rsdefault .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;
}
.rsdefault .rstab:active { 
	border: 1px solid #d9d9dd;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsdefault .rstab.rsnavselected { 
	color: #fff;
	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
*
****************/

.rsdefault .rsfullscreenbtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsdefault .rsfullscreenicn {
	display: none;
	margin: 6px;
	width: 32px;
	height: 32px;

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsdefault .rsfullscreenicn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsdefault.rsfullscreen .rsfullscreenicn {
	background-position: -32px 0;
}





/***************
*
*  6. play/close video button
*
****************/

.rsdefault .rsplaybtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsdefault .rsplaybtnicon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsdefault .rsplaybtn:hover .rsplaybtnicon {
	background-color: rgba(0,0,0,0.9);
}
.rsdefault .rsbtncenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsdefault .rsclosevideobtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translatez(0);
	
}
.rsdefault .rsclosevideobtn.rsiosbtn {
	top: -38px;
	right: -6px;
}

.rsdefault .rsclosevideoicn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsdefault .rsclosevideoicn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. preloader
*
****************/

.rsdefault .rspreloader {
	width:20px;
	height:20px;
	background-image:;

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. global caption
*
****************/
.rsdefault .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;
}
