/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: rgb(255, 255, 255) 0 0 no-repeat;
}

.rsDefault .rsOverflow,
.rsDefault .rsSlide
{
	border-bottom: 1px solid rgb(165, 165, 165);
}

.royalSlider
{
	width:998px; !important
}



/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor 
{
	padding-bottom: 15px;
	width: 100%;
}

/*
.rsDefault .rsThumbsVer {
	padding-right: 4px;
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}*/

.rsDefault.rsWithThumbsHor .rsThumbsContainer 
{
	position: relative;
	border-top: 10px solid rgb(80, 148, 193);
}

.rsDefault .rsThumb 
{
	float: left;
	overflow: hidden;
	width: 185px;
	height: 50px;
	/* shadow */
	box-shadow: 0px 1px 1px 1px rgb(185, 185, 185);
	-moz-box-shadow: 0px 1px 1px 1px rgb(185, 185, 185);
	-webkit-box-shadow: 0px 1px 1px 1px rgb(185, 185, 185);
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#828182');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#828182')";
	/* gradient */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e1e4e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e1e4e9')";
	background-image: -moz-linear-gradient(top, #ffffff, #e1e4e9);
	background-image: -ms-linear-gradient(top, #ffffff, #e1e4e9);
	background-image: -o-linear-gradient(top, #ffffff, #e1e4e9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e1e4e9));
	background-image: -webkit-linear-gradient(top, #ffffff, #e1e4e9);
	background-image: linear-gradient(top, #ffffff, #e1e4e9);

}

.rsDefault .rsThumb img 
{
	width: 100%;
	height: 100%;
}

.rsDefault .rsThumb.rsNavSelected 
{
	/* gradient */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5094c1', endColorstr = '#3a7fb1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5094c1', endColorstr = '#3a7fb1')";
	background-image: -moz-linear-gradient(top, #5094c1, #3a7fb1);
	background-image: -ms-linear-gradient(top, #5094c1, #3a7fb1);
	background-image: -o-linear-gradient(top, #5094c1, #3a7fb1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#5094c1), to(#3a7fb1));
	background-image: -webkit-linear-gradient(top, #5094c1, #3a7fb1);
	background-image: linear-gradient(top, #5094c1, #3a7fb1);
}

.rsDefault .rsThumb.rsNavSelected h2
{
	color: rgb(255, 255, 255);
}

.rsDefault .rsThumb.rsNavSelected img 
{
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.rsDefault .rsTmb 
{
	display: block;
	text-align: right;
	padding-right: 30px;
}

	.rsDefault .rsThumb h2
	{
		color: rgb(172, 182, 191);
		line-height: 50px;
		/* transitions */
		transition: all .3s ease;
		-o-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		text-decoration: none;
	}
	
	.rsDefault .rsThumb:hover h2
	{
		color: rgb(195, 207, 217);		
	}

.homeTmb
{
	background:url(../images/tabs-icons-sprite.png) 15px -50px no-repeat;
}
.workTmb
{
	background:url(../images/tabs-icons-sprite.png) 15px -150px no-repeat;
}
.learnTmb
{
	background:url(../images/tabs-icons-sprite.png) 15px -250px no-repeat;
}
.newsTmb
{
	background:url(../images/tabs-icons-sprite.png) 15px -350px no-repeat;
}
.buyTmb
{
	background:url(../images/tabs-icons-sprite.png) 15px -450px no-repeat;
}

	.rsDefault .rsThumb.rsNavSelected .homeTmb
	{
		background:url(../images/tabs-icons-sprite.png) 15px 0px no-repeat;
	}
	
	.rsDefault .rsThumb.rsNavSelected .workTmb
	{
		background:url(../images/tabs-icons-sprite.png) 15px -100px no-repeat;
	}
	
	.rsDefault .rsThumb.rsNavSelected .learnTmb
	{
		background:url(../images/tabs-icons-sprite.png) 15px -200px no-repeat;
	}
	
	.rsDefault .rsThumb.rsNavSelected .newsTmb
	{
		background:url(../images/tabs-icons-sprite.png) 15px -300px no-repeat;
	}
	
	.rsDefault .rsThumb.rsNavSelected .buyTmb
	{
		background:url(../images/tabs-icons-sprite.png) 15px -400px no-repeat;
	}


/* 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;	
	background: url('../royalslider/default/rs-default.png');
}

.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;
	}
}*/



/***************
*
*  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;
	background:url(../royalslider/default/rs-default.png) no-repeat 0 -32px;
	
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	*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;
	/*top: -6px;
	right: -38px;*/
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../royalslider/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../royalslider/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}