/******************************
*
*  RoyalSlider Minimal White Skin (.rsLumix)
*s
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*
*  Sprite: '/img/rs-lumix.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsLumix .rsOverflow,
.rsLumix .royalSlide,
.rsLumix .royalVideoFrameHolder {
	background: #151515;
}


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

/* rsDefault ones */
.rsLumix .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsLumix.rsVer .rsArrow {
	width: 100%;
	height: 44px;

}
.rsLumix.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsLumix.rsVer .rsArrowRight { bottom: 0;  left: 0; }

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

.rsLumix .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;
	margin-left: -16px;

	position: absolute;
	cursor: pointer;
	background: url('/img/rs-default.png');
	background-color: #222;
	background-color: rgba(0,0,0,0.75);

	border-radius: 2px;
}
.rsLumix .rsArrowIcn:hover {
	background-color: #222;
	background-color: rgba(0,0,0,0.9);
}

.rsLumix.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsLumix.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsLumix.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsLumix.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsLumix .rsArrowDisabled .rsArrowIcn { 
	background-color: #222;
	background-color: rgba(0,0,0,0.4);
	filter: alpha(opacity=40); /* legacy IE */
	opacity: .4;
}

/* Old Custom Style
.rsLumix .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	top: 0;
}
.rsLumix .rsArrowIcn {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	z-index: 21;

	width: 66px;
	height: 55px;
	margin-top: -22.5px;
	margin-left: -33px;

	background: url('/img/rs-lumix.png');
	background-color: transparent;
}

.rsLumix .rsArrowLeft { left: 0; }
.rsLumix .rsArrowRight { right: 0; }

.rsLumix .rsArrowDisabled { opacity: .3; }

.rsLumix .rsArrowLeft .rsArrowIcn { background-position: 0 0; }
.rsLumix .rsArrowRight .rsArrowIcn { background-position: -66px 0; }
*/

/***************
*
*  2. Bullets
*
****************/
/* RS CODE
.rsLumix .rsBullets {
	display: table;
	z-index: 35;
	width: auto;
	height: auto;
	position: absolute;
	text-align: center;
	overflow: hidden;
	line-height: 8px;
	bottom: 0;
}
.rsLumix .rsBullet {
	width: 8px;
	height: 8px;
	display: table-cell;
	margin: 0 5px;
	border-radius: 8px;
	background: #aaa;
	background: rgba(255,255,255,0.6);
	*display:inline;
	*zoom:1;
}
.rsLumix .rsBullet.rsNavSelected  {
	background: #FFF;
}*/


/* JP's code*/
.rsLumix  .royalControlNavOverflow  {
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 1000;
}
	.rsLumix .royalControlNavOverflow a {
		background: #fff;
		border-radius: 4px;
		cursor: pointer;
		display: inline-block;
		margin: 0 auto 0 4px;
		opacity: .6;
		height: 10px;
		width: 10px;
		padding: 0;
		*display:inline;
		*zoom:1;
	}
	.rsLumix  .royalControlNavOverflow a.current{
		background: #000;
		opacity: 1;
	}




/***************
*
*  3. Thumbnails
*
****************/

.rsLumix .thumb{
	position: absolute;
	bottom: 0;
	right: 0;
}
	.rsLumix .thumb-shot{
		/*height: 210px;*/
		/*width: 300px;*/
	}
		.rsLumix .thumb-generic {
			width: 210px;
			height: 210px;
			/*bottom: 20px;
			right: 20px;*/
		}
		.rsLumix .thumb-cam{
			position: absolute;
			right: 5px;
			bottom: 5px;
		}
		.rsLumix .thumb-cam-viewfinder-image {
			position: absolute;
		}

	.rsLumix .thumb-expert{
		background: url(white-trans.png);
		font-size: 16px;
		font-size: 1.6rem;
		height: 230px;
		right: 30px;
		text-align: center;
		width: 230px;
	}
		.rsLumix .thumb-expert .thumb-img{
			border: 2px solid #fff;
			display: block;
			margin: 22px auto 4px;
		}



/***************
*
*  4. Tabs
*
****************/

.rsLumix .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsLumix .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 96px;
	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;
}
.rsLumix .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;
}
.rsLumix .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;
}
.rsLumix .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsLumix .rsTab.rsNavSelected {
		color: white;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	-webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	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
*
****************/

.rsLumix .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

}
.rsLumix .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/img/rs-lumix.png') 0 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	border-radius: 2px;

}
.rsLumix .rsFullscreenIcn:hover {
	background-color: #fff;
}
.rsLumix.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsLumix .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsLumix .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(/img/rs-lumix.png) no-repeat 0 -32px;
	background-color: #eee;
	background-color: rgba(238,238,238,0.75);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.rsLumix .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: #d5d5d5;
}
.rsLumix .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsLumix .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 23;
	position: absolute;
	cursor: pointer;

}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
	/*top: -6px;
	right: -38px;*/
}
.rsLumix .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/img/rs-lumix.png') -64px 0;
	background-color: #eee;
	background-color: rgba(238,238,238,0.75);
}
.rsLumix .rsCloseVideoIcn:hover {
	background-color: #d5d5d5;
}



/***************
*
*  7. Preloader
*
****************/

.rsLumix .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/img/preloader.gif);

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


/* fix blury text */
.rsLumix {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* fix IE7 clipping images */
.lt-ie8 .royalCaption,
.lt-ie8 .royalCaptionItem {
	height: 100% !important;
	top: auto !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important;
}

.lt-ie8 .rsLumix .caption {
	z-index: 19;
}
.lt-ie8 .rsLumix .thumb {
	z-index: 99999;
}