/*gallery_lists*/
#gallery-lists {
	width: 100%;
	display: none;
}
#gallery-lists ul {
	width: 100%;
	position: relative;
}
#gallery-lists li {
	position: absolute;
	top:0;
	left: 40%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	width: 280px;
	border: 1px solid #eeeeee;
	padding: 4px;
	font-size: 12px;
	line-height: 200%;
}

.rsDefault {
	border: 1px solid #eeeeee;
	width: 800px;
	height: 590px;
	padding: 5px;
	background: #ffffff url(preloader-white.gif;vpn_img) no-repeat center;
}
.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(preloader-white.gif;vpn_img);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;	
}
.royalSlider > .rsImg {
  visibility:hidden;
}
.royalSlider img {
}
.rsWebkit3d .rsSlide {
	-webkit-transform: none;
}
.rsWebkit3d img {
	-webkit-transform: translateZ(0);
}

/*zoom*/
.zoomLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
}
.zoomWarp {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 630px;
	margin-left: -500px;
	margin-top: -330px;
	z-index: 9999;
	overflow: hidden;
	box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.smooth_zoom_preloader {
	background-image: url(preloader-white.gif;vpn_img) !important;
}
.smooth_zoom_icons {
	background-image: url(../smoothZoom/zoom_assets/icons.png;vpn_img) !important;
}
.zoomClose {
	background: #ffffff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #eeeeee;
}
.zoomClose span {
	color: #ff0000;
	font-size: 22px;
	padding: 0 10px;
	cursor: pointer;
}
.smooth_zoom_preloader {
	margin: 0 auto;
}

/*Arrows*/
.rsDefault .rsArrow {
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background-color: #000;
	*background-color: #000;
	background-color: rgba(0,0,0,0.75);
	border-radius: 2px;
}
.rsDefault .rsArrow:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsVer .rsArrow {
	width: 40px;
	height: 40px;
}
.rsDefault.rsHor .rsArrow {
	top: 50%;
	margin-top: -20px;
}
.rsDefault.rsVer .rsArrowLeft {
	top:0;
	left: 0;
}
.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
	left: 0px;
}
.rsDefault.rsHor .rsArrowRight {
	right: 0px;
}
.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png;vpn_img');
}
.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 {
	opacity: .2;
	filter: alpha(opacity=20);
	*display: none;
}

/*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: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}

/*Thumbnails*/
.rsDefault .rsThumbsHor {
	width: 100%;
	height: 70px;
}
.rsDefault .rsThumbsVer {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.ie6 .rsDefault.rsWithThumbsHor .rsThumbsContainer {
	padding-top: 5px;
	padding-right: 100px;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsThumb {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 70px;
	background: #000000;
}
.rsThumb img {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsThumb .thumbIco {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 96px;
	height: 66px;
	border: 2px solid #999999;
}
.ie6 .rsThumb .thumbIco {display:none;}
.rsThumb.rsNavSelected .thumbIco {
	border-color: #c71111;
}
.rsThumb.rsNavSelected img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #ffffff;
}
.rsDefault .rsTmb span {
	color: #dddddd;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 70px;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
	border-left: 5px solid #ffffff;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top:0;
	border-right: 5px solid #ffffff;
}

/*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);
}

/*Fullscreen button*/
.rsDefault .rsFullscreenBtn {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;
}
.rsDefault .rsFullscreenBtn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 4px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png;vpn_img') 0 0;
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}
.rsFullscreen .rsIntro {
	width: 85% !important;
}
.rsFullscreen .rsZoomBtn, .rsFullscreen .rsListBtn { display: none !important; }

/*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:url(rs-default.png;vpn_img) no-repeat 0 -32px;
	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%;
}
.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: url('rs-default.png;vpn_img') -64px 0;
	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);
}

/*Global caption*/
.rsDefault .rsGCaption {
	position: absolute;
	bottom: 80px;
	left: 5px;
	right: 5px;
	padding: 10px;
	text-align: left;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
}
.ie6 .rsDefault .rsGCaption {
	width: 780px;
	clear: both;
}
.rsCount {
	font-size: 24px;
	line-height: 40px;
	padding: 0 10px;
}
.rsCount span {
	color: #ff0000;
}
.rsIntro {
	width: 580px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 20px;
}
.rsZoomBtn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../../img/icon-picturs.png;vpn_img) no-repeat -20px -100px;
}
.ie6 .rsZoomBtn { display: none; }
.rsListBtn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../../img/icon-picturs.png;vpn_img) no-repeat -20px -20px;
}
.rsLinkBtn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../../img/icon-picturs.png;vpn_img) no-repeat -20px -180px;
}



/* resizing on phone */
@media (max-width: 767px) {
	.rsThumb {
		width: 70px;
		height: 50px;
	}
	.rsThumb .thumbIco {
		width: 66px;
		height: 46px;
	}
	.rsDefault {
		width: 100%;
		height: 300px !important;
		padding: 0;
		border: 0;
	}
	.rsOverflow {
		width: 100%;
		height: 230px !important;
	}
	.rsDefault .rsGCaption {
		left: 0;
		right: 0;
		padding: 10px 0;
	}
	.rsIntro {
		width: 94%;
		padding: 0 3%;
	}
	.rsArrow, .rsCount, .rsLinkBtn {
		display: none !important;
	}
}