/* v1.0.3 */
/* core rs css file. 95% of time you shouldn't change anything here. */
.royalslider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalslider > * {
	float: left;
}


.rswebkit3d .rsslide,
.rswebkit3d.slider-content .rscontainer,
.rswebkit3d.slider-content .rsoverflow/*,
.rswebkit3d .rsthumbs,
.rswebkit3d .rspreloader,
.rswebkit3d img,
.rswebkit3d .rsoverflow,
.rswebkit3d .rsbtncenterer,
.rswebkit3d .rsabsoluteel*/ {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translatez(0); 
}
.rsfade.rswebkit3d .rsslide,
.rsfade.rswebkit3d img,
.rsfade.rswebkit3d .rscontainer {
	-webkit-transform: none;
}
.rsoverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsvisiblenearbywrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsvisiblenearbywrap .rsoverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rscontainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsarrow,
.rsthumbsarrow {
	cursor: pointer;
}

.rsthumb {
	float: left;
	position: relative;
}


.rsarrow,
.rsnav,
.rsthumbsarrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rshidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsgcaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* fullscreen options, very important ^^ */
.royalslider.rsfullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalslider .rsslide.rsfakepreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsslide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalslider.rsautoheight,
.rsautoheight .rsslide {
	height: auto;
}

.rscontent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rspreloader {
	position:absolute;
	z-index: 0;	
}

.rsnav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsnavitem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsthumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rstabs {
	float: left;
	background: none !important;
}
.rstabs,
.rsthumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsvideocontainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsvideoframeholder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsvideoframeholder.rsvideoactive {
	opacity: 1;
}
.rsvideocontainer iframe,
.rsvideocontainer video,
.rsvideocontainer embed,
.rsvideocontainer .rsvideoobj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsvideocontainer.rsiosvideo iframe,
.rsvideocontainer.rsiosvideo video,
.rsvideocontainer.rsiosvideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsablock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(/uploads/image/wtddroyalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(/uploads/image/wtddroyalslider/grabbing.png) 8 8, move;
}

.rsnodrag {
	cursor: auto;
}

.rslink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(/uploads/image/wtddroyalslider/blank.gif);
	-webkit-backface-visibility: hidden;
}

/***********************************************************************************************************/
/******************************
*
*  royalslider porthole skin 
* 
******************************/

.fixed .rshomeporthole {
	background: rgba(0, 0, 0, 0.3);
}
.rshomeporthole {
	background: #000;
}

#main-slideshow-content {
	display: none;	
}
#main-slideshow #main-slideshow-content {
	display: block;
}
#main-slideshow {
	overflow: hidden;
}
#main-slideshow > ul > li {
	display: none;
}

/***************
*
*  thumbnails
*
****************/
.rsthumbs {	z-index: 1 !important;}

.rshomeporthole .rsthumb {
	float: none;
	margin: 0 auto;
}

.rshomeporthole .rsthumbshor {
	width: 100%;
	height: auto;
}
.rshomeporthole .rsthumbsver {
	position: absolute;
	width: 98px;
 	height: 370px;
 	top: 50%;
 	margin-top: -185px;
	right: 25px;
}
.rshomeporthole.rswiththumbshor .rsthumbscontainer {
	position: relative;
}
.rshomeporthole.rswiththumbsver .rsthumbscontainer {
	position: relative;
	width: 100%;
	padding-top: 120px;
}
.rshomeporthole .rsthumb {
	overflow: hidden;
	width: 30px;
	height: 30px;

	opacity: 0;

	-webkit-border-radius:	90px;
	-moz-border-radius:		90px;
	-ms-border-radius:		90px;
	-o-border-radius:		90px;
	border-radius:			90px;


	-webkit-box-shadow: 0px 1px 0px rgba(117, 117, 117, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0px 1px 0px rgba(117, 117, 117, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:		0px 1px 0px rgba(117, 117, 117, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow:		0px 1px 0px rgba(117, 117, 117, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow:			0px 1px 0px rgba(117, 117, 117, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.05);

}
.no-touch .rshomeporthole .rsthumb {

	-webkit-transition:	all 600ms ease;
	-moz-transition:	all 600ms ease;
	-ms-transition:		all 600ms ease;
	-o-transition:		all 600ms ease;
	transition:			all 600ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.rshomeporthole .rsthumb img {
	width: 100%;
	height: 100%;

	-webkit-border-radius:	90px;
	-moz-border-radius:		90px;
	-ms-border-radius:		90px;
	-o-border-radius:		90px;
	border-radius:			90px;
}

.rshomeporthole .rsthumb.rsnavvis {
	opacity: 0.5;
}

.rshomeporthole .rsthumb.rsnavprev,
.rshomeporthole .rsthumb.rsnavnext {
	width: 50px;
	height: 50px;

	opacity: 0.8;
}

.rshomeporthole .rsthumb.rsnavselected {
	width: 90px;
	height: 90px;

	opacity: 1;
}

.rshomeporthole .rsthumb.rsnavselected img {

}
.rshomeporthole .rstmb {
	display: block;
}

/* thumbnails with text */
.rshomeporthole .rstmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #fff;
}
.rshomeporthole .rstmb span {
	color: #ddd;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

/***************
*
*  play/close video button
*
****************/
.rshomeporthole .rsvideocontainer {
	position: absolute;
}
.rshomeporthole .rsplaybtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:120px;
	height:120px;
	margin-left:-60px;
	margin-top:-60px;
	cursor: pointer;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.rshomeporthole .rsplaybtnicon {
	display:block;
	width:120px;
	height:120px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

/* 	background:  no-repeat center center; */
	background:  no-repeat center center;
	background-size: 80px 80px;
	opacity: 0.9;
}
.rshomeporthole .rsplaybtn {
	background-color: #000;
	background-color: rgba(0,0,0,0.6);

	-webkit-border-radius: 120px;
	border-radius: 120px;
}
.old-ie .rshomeporthole .rsplaybtnicon {
	background-image: url(/uploads/image/wtddroyalslider/video-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.rshomeporthole .rsplaybtn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rshomeporthole .rsbtncenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rshomeporthole .rsclosevideobtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translatez(0);
	
}
.rshomeporthole .rsclosevideobtn.rsiosbtn {
	top: -38px;
	right: -6px;
}

.rshomeporthole .rsclosevideoicn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background:  no-repeat center center;
	background-size: 26px 26px;
	background-color: rgba(0,0,0,0.75);
}
.rshomeporthole .rsclosevideoicn:hover {
	background-color: rgba(0,0,0,0.9);
	opacity: 1;
}

.hide-thumbnails .rshomeporthole .rsthumb,
.hide-thumbnails .rshomeporthole .progress-wrapper {
	display: none !important;
}

/***************
*
*  preloader
*
****************/

.rshomeporthole .rspreloader {
	width:60px;
	height:60px;
	padding: 5px;

	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
}
	.rshomeporthole .rspreloader .fa-spinner {
		position: absolute;
		left: 0;
		top: 0;
		margin: 13px 0 0 13px;
		width: 44px;
		height: 44px;
		text-align: center;
		font-size: 50px;
		-webkit-animation: spin 2s infinite linear;
		-moz-animation: spin 2s infinite linear;
		-o-animation: spin 2s infinite linear;
		animation: spin 2s infinite linear;
	}


/***************
*
*  caption
*
****************/
.rshomeporthole .rscapt {
	position: absolute;
	top: auto;
	bottom: 45px;

	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box;

	text-align: center;
	width: 100%;
	padding: 0 140px;
	z-index: auto;
}
	.overlap .rshomeporthole .rscapt {
		bottom: 115px;
	}
/*
	.fixed .rshomeporthole .rscapt {
		padding: 0 140px 0 40px;
	}
*/

.rshomeporthole .rstitle {
	position: relative;
	display: inline-block;
	/*margin: 0 auto;*/
	margin-right: 15px;
	color: #fff;
	vertical-align: middle;

	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.rshomeporthole .rsdesc {
	display: block;
	margin: 10px auto 0 auto;
	color: #fff;
	vertical-align: middle;

	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.rshomeporthole .rsclink {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 41px;
	/*margin: 10px auto -20px auto;*/
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: ;

}

	.rshomeporthole .rsclink:hover {
		opacity: 0.7
	}

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 
	.rshomeporthole .rsclink {
		background:  no-repeat center center;
		background-size: 100% 100%;
	}
}*/

@media screen and (max-width: 1024px) {
	.rshomeporthole .rscapt {
		/* padding: 0 140px 0 30px; */
	}
		.overlap .rshomeporthole .rscapt {
			bottom: 75px;
		}
}
@media screen and (max-width: 800px) {
	.rshomeporthole .rscapt {
		/* padding: 0 140px 0 20px; */
		bottom: 25px;
	}
		.overlap .rshomeporthole .rscapt {
			bottom: 45px;
		}
	.rshomeporthole .rsclink {
		/*width: 131px;
		height: 25.5px;
		margin-bottom: -6px;*/
	}
}
@media screen and (min-width: 0px) and (max-width: 760px) {
	.rshomeporthole .rsthumbs {
		display: none
	}
	.rshomeporthole .rscapt {
		/* padding: 0 50px 0 20px; */
		padding: 0 20px;
		bottom: 15px;
	}
		.overlap .rshomeporthole .rscapt {
			bottom: 15px;
		}
}

@media screen and (max-width: 1200px) {
	.rshomeporthole .rsplaybtn {
		height: 100px;
		margin-left: -50px;
		margin-top: -50px;
		width: 100px;
	}
	.rshomeporthole .rsplaybtnicon {
		width: 100px;
		height: 100px;
		background-size: 60px 60px;
	}

}

@media screen and (max-width: 1024px) {
	.rshomeporthole .rsplaybtn {
		height: 80px;
		margin-left: -40px;
		margin-top: -40px;
		width: 80px;
	}
	.rshomeporthole .rsplaybtnicon {
		width: 80px;
		height: 80px;
		background-size: 50px 50px;
	}
}

@media screen and (max-width: 800px) {
	.rshomeporthole .rsplaybtn {
		height: 60px;
		margin-left: -30px;
		margin-top: -30px;
		width: 60px;
	}
	.rshomeporthole .rsplaybtnicon {
		width: 60px;
		height: 60px;
		background-size: 40px 40px;
	}
}

@media screen and (max-width: 320px) {
}


.rshomeporthole .progress-wrapper,
.rshomeporthole .progress-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.rshomeporthole .progress-wrapper {
	position:  absolute;
	z-index: 999;
	top: 50%;
	left: 0;
	margin-top: -49px;
	width: 98px;
	height: 98px;

	-webkit-transition:	opacity 150ms ease;
	-moz-transition:	opacity 150ms ease;
	-ms-transition:		opacity 150ms ease;
	-o-transition:		opacity 150ms ease;
	transition:			opacity 150ms ease;
}
	.rshomeporthole .progress-wrapper.blurred {
		opacity: 0;
	}

.rshomeporthole .progress-controls {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 90px;
	height: 90px;
	opacity: 0.5;

	-webkit-border-radius:	90px;
	-moz-border-radius:		90px;
	-ms-border-radius:		90px;
	-o-border-radius:		90px;
	border-radius:			90px;

	background-color: rgba(0, 0, 0, 0.3);
	background-image: ;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-transition:	opacity 150ms ease;
	-moz-transition:	opacity 150ms ease;
	-ms-transition:		opacity 150ms ease;
	-o-transition:		opacity 150ms ease;
	transition:			opacity 150ms ease;
}
.touch .rshomeporthole .progress-controls {
	background-color: transparent;
}
	.rshomeporthole .progress-controls:hover {
		opacity: 1;
	}
	.rshomeporthole .paused .progress-controls {
		background-image: ;
		background-size: 32px 32px;
		background-position: 31px center;
	}



.rshomeporthole .progress-mask {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.rshomeporthole .progress-spinner-left,
.rshomeporthole .progress-spinner-right {
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;

	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
}

.rshomeporthole .progress-spinner-left.paused,
.rshomeporthole .progress-spinner-right.paused {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.rshomeporthole .progress-spinner-left {
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	border-right: none;
	transform-origin: 100% 50%;
	transform: rotate(180deg);
	animation-name: rota-left;

	-webkit-transform-origin: 100% 50%;
	-webkit-transform: rotate(180deg);	
	-webkit-animation-name: rota-left;
}
.rshomeporthole .progress-spinner-right {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	border-left: none;
	transform-origin: 0 50%;
	transform: rotate(-180deg);
	animation-name: rota-right;

	-webkit-transform-origin: 0 50%;
	-webkit-transform: rotate(-180deg);
	-webkit-animation-name: rota-right;
}


@keyframes rota-left {
	0% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rota-right {
	0% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rota-left {
	0% {
		-webkit-transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes rota-right {
	0% {
		-webkit-transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

/******************************
*
*  royalslider default skin 
*
*    1. arrows 
*    2. bullets
*    3. caption
*    
*  sprite: 'rs-default.png'
*  feel free to edit anything
*  if you don't some part - just delete it
* 
******************************/


/* background */
.rsshor,
.rsshor .rsoverflow,
.rsshor .rsslide,
.rsshor .rsvideoframeholder,
.rsshor .rsthumbs {
	background: #1a1a1a;
}


/***************
*
*  1. arrows
*
****************/

.rsshor .rsarrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsshor.rsver .rsarrow {
	width: 100%;
	height: 44px;
	
}
.rsshor.rsver .rsarrowleft { top: 0; left: 0; }
.rsshor.rsver .rsarrowright { bottom: 0;  left: 0; }

.rsshor.rshor .rsarrowleft { left: 0; top: 0; }
.rsshor.rshor .rsarrowright { right: 0; top:0; }

.rsshor .rsarrowicn {		
	width: 26px;
	height: 36px;
	top: 50%;
	left: 6px;
	margin-top:-18px;

	position: absolute;	
	cursor: pointer;
}
.rsshor .rsarrowright .rsarrowicn {
	left: auto;
	right: 6px;
}
.rsshor .rsarrowicn:before,
.rsshor .rsarrowicn:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 36px;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 9;
}
.rsshor .rsarrowicn:after {
	top: 1px;
	left: 0;
	z-index: 8;
}


.rsshor.rshor .rsarrowleft .rsarrowicn { background-position: -64px -32px; }
.rsshor.rshor .rsarrowright .rsarrowicn { background-position: -64px -64px; }

.rsshor.rsver .rsarrowleft .rsarrowicn { background-position: -96px -32px; }
.rsshor.rsver .rsarrowright .rsarrowicn { background-position: -96px -64px; }

.rsshor .rsarrowdisabled .rsarrowicn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. bullets
*
****************/

.rsshor .rsbullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 11px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsshor .rsbullet {
	/*width: 8px;
	height: 8px;*/
	display: inline-block;
	*display:inline; 
	*zoom:1;
	/*padding: 6px 4px 6px 3px;*/
}
.rsshor .rsbullet span {
	display: block;
	/*width: 8px;
	height: 8px;
	border-radius: 50%;*/
}

/***************
*
*  8. global caption
*
****************/
.rsshor .slider-post-caption {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 27px;
	width: 100%;
	text-align: center;
}
.rsshor .slider-post-caption p {
	margin-bottom: 5px;
}
.rsshor .slider-post-inner {
	display: inline-block;
	padding: 5px 10px 0;
	margin: 0 35px;
}

.rsshor .slider-post-inner * {
	color: #fff;
}
.rsshor .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;
}

/********************************************************************************************************/

.rscontw {
	position: relative;
}


/***************
*
*  2. bullets
*
****************/

.rscontw .rsbullets {
	position: absolute;
	bottom: -14px;
	overflow: hidden;
	width: 100%;
	height: auto;/*
	margin: 0 auto -20px;*/
	text-align: center;
}
.logo-items .rsoverflow {
	margin-bottom: 10px;
}
.old-ie .logo-items .rsoverflow {
	margin-bottom: auto;
}
.rscontw .rsbullet {
	display: inline-block;
	margin: 0 1px 0 1px;
	width: 9px;
	height: 9px;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: 3px 3px;
	-moz-background-size:	 3px 3px;
	-ms-background-size:	 3px 3px;
	-o-background-size: 	 3px 3px;
	background-size: 		 3px 3px;
}
.rsbullet:hover {
	cursor: pointer;
}




/********************************************************************************************************/
.rscont {
	position: relative;
}


/***************
*
*  2. bullets
*
****************/

.rscont .rsbullets {
	position: absolute;
	top: 100%;
	margin-top: 30px;/*
	margin: 0 0 -46px 0;
	padding-top: 26px;*/
	width: 100%;
	text-align: center;
}

.team-items .rscont .rsbullets {
	margin: 0 0 -13px 0;
	padding-top: 3px;
}
.rscont .rsbullet {
	display: inline-block;
	margin: 0 1px 0 1px;
	width: 9px;
	height: 9px;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: 3px 3px;
	-moz-background-size:	 3px 3px;
	-ms-background-size:	 3px 3px;
	-o-background-size: 	 3px 3px;
	background-size: 		 3px 3px;
}

.rscont .rsbullet:hover {
	cursor: pointer;
}

/***************
*
*  play/close video button
*
****************/
.rsslide .rollover-video i {
	display: none;
}
.rsshor .rsbtncenterer .rsplaybtn {
	position: relative;
	z-index: 99;
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:120px;
	height:120px;
	left:50%;
	top:50%;
	margin-left:-60px;
	margin-top:-60px;
	cursor: pointer;
}
.rsshor .rsplaybtnicon {
	display:block;
	width:120px;
	height:120px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

/* 	background:  no-repeat center center; */
	background:  no-repeat center center;
	background-size: 60px 70px;
	opacity: 0.8;
}
.rsshor .rsplaybtnicon:hover {
	opacity: 1;
}

.rsshor .rsbtncenterer {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.rsshor .rsclosevideobtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translatez(0);
	
}
.rsshor .rsclosevideobtn.rsiosbtn {
	top: -38px;
	right: -6px;
}

.rsshor .rsclosevideoicn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background:  no-repeat center center;
	background-size: 26px 26px;
	background-color: rgba(0,0,0,0.75);
}
.rsshor .rsclosevideoicn:hover {
	background-color: rgba(0,0,0,0.9);
	opacity: 1;
}

.video-playing .rsshor .rsthumb,
.video-playing .rsshor .progress-wrapper {
	display: none !important;
}

.rsslide .rollover-video i:after {
	background-image: none;
}
.rsvideoframeholder {
	z-index: 100;
}
/***************
*
*  preloader
*
****************/

.rsshor .rspreloader {
	width:30px;
	height:30px;
	padding: 5px;

	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:-15px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:	0px 0px 4px rgba(0, 0, 0, 0.20);
	-ms-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	-o-box-shadow:		0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow:			0px 0px 4px rgba(0, 0, 0, 0.20);
	
	-webkit-box-sizing:	content-box;
	-moz-box-sizing:	content-box;
	-ms-box-sizing:		content-box;
	-o-box-sizing:		content-box;
	box-sizing:			content-box;
}
	.rsshor .rspreloader .fa-spinner {
		position: absolute;
		left: 0;
		top: 0;
		margin: 5px 0 0 5px;
		width: 30px;
		height: 30px;
		text-align: center;
		font-size: 30px;
		-webkit-animation: spin 2s infinite linear;
		-moz-animation: spin 2s infinite linear;
		-o-animation: spin 2s infinite linear;
		animation: spin 2s infinite linear;
	}


