/* 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 .rsContainer,
.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(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(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(blank.gif);
	-webkit-backface-visibility: hidden;
}

/****************************************************************************************************************/
/*
	*
	*  RoyalSlider 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: 25px;
	height: 50px;
	top: 50%;
	left: 0;
	margin-top:-25px;

	position: absolute;	
	cursor: pointer;
}
.rsShor .rsArrowRight .rsArrowIcn {
	left: auto;
	right: 0;
}
.rsShor .rsArrowIcn:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 50px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;			
	background-size: 9px 14px;
}


.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: 4px;
	width: 100%;
	height: auto;
	margin: 0 -10px; 

	text-align: right;
	line-height: 8px;
	overflow: hidden;
}
.rsShor .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 3px 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: right;
}
.rsShor .slider-post-caption p {
	margin-bottom: 5px;
}
.rsShor .slider-post-inner {
	display: inline-block;
	padding: 5px 10px 0;
	margin: 0 35px;
	background-color: rgba(0,0,0,0.5);
}
.old-ie .rsShor .slider-post-inner {
	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
      zoom: 1;
}
.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;
}
.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;
	bottom: -57px;/*
	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: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M256,92.481c44.433,0,86.18,17.068,117.553,48.064C404.794,171.411,422,212.413,422,255.999%09s-17.206,84.588-48.448,115.455c-31.372,30.994-73.12,48.064-117.552,48.064s-86.179-17.07-117.552-48.064%09C107.206,340.587,90,299.585,90,255.999s17.206-84.588,48.448-115.453C169.821,109.55,211.568,92.481,256,92.481%20M256,52.481%09c-113.771,0-206,91.117-206,203.518c0,112.398,92.229,203.52,206,203.52c113.772,0,206-91.121,206-203.52%09C462,143.599,369.772,52.481,256,52.481L256,52.481z%20M206.544,357.161V159.833l160.919,98.666L206.544,357.161z%22/%3E%3C/svg%3E") no-repeat center center; */
	background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%22100px%22%20height=%22100px%22%20viewBox=%220%200%20100%20100%22%20enable-background=%22new%200%200%20100%20100%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22rgb(255, 255, 255)%22%20d=%22M50,9.827c10.784,0,20.917,4.193,28.532,11.809C86.115,29.219,90.291,39.291,90.291,50c0,10.708-4.176,20.781-11.759,28.364C70.917,85.979,60.784,90.173,50,90.173c-10.785,0-20.918-4.194-28.532-11.809C13.885,70.781,9.709,60.708,9.709,50c0-10.709,4.176-20.781,11.759-28.365%09C29.082,14.021,39.215,9.827,50,9.827%20M50,0C22.386,0,0,22.385,0,50c0,27.613,22.386,50,50,50s50-22.387,50-50C100,22.385,77.614,0,50,0L50,0z%20M37.996,74.853V26.373l39.058,24.24L37.996,74.853z%22/%3E%3C/svg%3E") no-repeat center center;
	background-size: 80px 80px;
	opacity: 0.7;
}
.rsShor .rsPlayBtnIcon:hover {
	opacity: 0.9;
}

.rsShor .rsBtnCenterer {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.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: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%22438.393,374.595%20319.757,255.977%20438.378,137.348%20374.595,73.607%20255.995,192.225%20137.375,73.622%20%0973.607,137.352%20192.246,255.983%2073.622,374.625%20137.352,438.393%20256.002,319.734%20374.652,438.378%20%22/%3E%3C/svg%3E") 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:25px;
	height:25px;
	background-image:url(preloaders/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 5px;

	left:50%;
	top:50%;
	margin-left:-12px;
	margin-top:-12px;
	-webkit-box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
	opacity: 0.5;
}

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

/******************************
*
*  RoyalSlider Porthole Skin 
* 
******************************/

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

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

/***************
*
*  Thumbnails
*
****************/
.rsThumbs {	z-index: 1 !important; display: none;}


.rsHomePorthole .rsThumb {
	float: none;
	margin: 0 auto;
}

.rsHomePorthole .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsHomePorthole .rsThumbsVer {
	position: absolute;
	width: 98px;
 	height: 370px;
 	top: 40%;
 	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-transition:	all 600ms ease;
	-moz-transition:	all 600ms ease;
	-ms-transition:		all 600ms ease;
	-o-transition:		all 600ms ease;
	transition:			all 600ms ease;

	-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);

	-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: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M256,92.481c44.433,0,86.18,17.068,117.553,48.064C404.794,171.411,422,212.413,422,255.999%09s-17.206,84.588-48.448,115.455c-31.372,30.994-73.12,48.064-117.552,48.064s-86.179-17.07-117.552-48.064%09C107.206,340.587,90,299.585,90,255.999s17.206-84.588,48.448-115.453C169.821,109.55,211.568,92.481,256,92.481%20M256,52.481%09c-113.771,0-206,91.117-206,203.518c0,112.398,92.229,203.52,206,203.52c113.772,0,206-91.121,206-203.52%09C462,143.599,369.772,52.481,256,52.481L256,52.481z%20M206.544,357.161V159.833l160.919,98.666L206.544,357.161z%22/%3E%3C/svg%3E") no-repeat center center; */
	background: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M243.391,166.834l215.748-42.766l-0.145-0.727L444.558,50.5l-363.4,72.035%09C63.07,126.12,50,141.985,50,160.424c0,16.312,0,242.407,0,242.407c0,32.351,26.318,58.669,58.668,58.669h294.664%09c32.35,0,58.668-26.318,58.668-58.669V167.575v-0.741H243.391z%20M422,402.831c0,10.294-8.374,18.669-18.668,18.669H108.668%09C98.374,421.5,90,413.125,90,402.831V261.765h332V402.831z%20M339.528,186.834l-34.931,34.931h-52.426l34.931-34.931H339.528z%09%20M395.225,80.668l41.139,27.529l-51.396,10.214l-41.17-27.55L395.225,80.668z%20M293.981,100.736l41.199,27.568l-51.394,10.213%09l-41.229-27.588L293.981,100.736z%20M192.625,120.827l41.257,27.608l-51.395,10.213L141.2,131.021L192.625,120.827z%20M183.77,186.834%09h52.426l-34.931,34.931h-52.426L183.77,186.834z%20M355.385,221.765l34.931-34.931h52.426l-34.931,34.931H355.385z%20M232.923,393.31%09V284.553l88.693,54.38L232.923,393.31z%22/%3E%3C/svg%3E") 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(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: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%22512px%22%20height=%22512px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpolygon%20fill=%22white%22%20points=%22438.393,374.595%20319.757,255.977%20438.378,137.348%20374.595,73.607%20255.995,192.225%20137.375,73.622%20%0973.607,137.352%20192.246,255.983%2073.622,374.625%20137.352,438.393%20256.002,319.734%20374.652,438.378%20%22/%3E%3C/svg%3E") 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:50px;
	height:50px;
	background-image:url(preloaders/preloader-home.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 5px;

	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;

	-webkit-box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 2px 15px 5px rgba(0, 0, 0, 0.3);
	opacity: 0.5;		
}


/***************
*
*  Caption
*
****************/
.rsHomePorthole .rsCapt {
	position: absolute;
	top: auto;
	bottom: 50px;

	-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: left;
	width: 100%;
	padding: 0 140px;
	z-index: auto;
}
/*
	.fixed .rsHomePorthole .rsCapt {
		padding: 0 140px 0 40px;
	}
*/

.rsHomePorthole .rsTitle {
	position: relative;
	display: block;
	margin: 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.18);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.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.18);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.rsHomePorthole .rsCLink {
	display: block;
	width: 262px;
	height: 51px;
	margin: 10px auto -20px auto;
	background: url("link.png") no-repeat center center;
	background-size: 100% 100%;
}
	.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: url("link-retina.png") no-repeat center center;
		background-size: 100% 100%;
	}
}

@media screen and (max-width: 1024px) {
	.rsHomePorthole .rsCapt {
		/* padding: 0 140px 0 30px; */
	}

	#main-slideshow-content {
	display: none;
	margin-top: 106px;	
}
}
@media screen and (max-width: 800px) {
	.rsHomePorthole .rsCapt {
		/* padding: 0 140px 0 20px; */
		bottom: 25px;
	}
	.rsHomePorthole .rsCLink {
		width: 131px;
		height: 25.5px;
		margin-bottom: -6px;
	}
	#main-slideshow-content {
	display: none;
	margin-top: 0px;	
}
}
@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;
	}
		
	#main-slideshow-content {
	display: none;
	margin-top: 0px;	
}
}


.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: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%09%20width=%2230px%22%20height=%2230px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M217.679,462h-120V50h120V462z%20M414.321,50h-120v412h120V50z%22/%3E%3C/svg%3E");
	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;
}
	.rsHomePorthole .progress-controls:hover {
		opacity: 1;
	}
	.rsHomePorthole .paused .progress-controls {
		background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2232px%22%20height=%2232px%22%20viewBox=%220%200%20512%20512%22%20enable-background=%22new%200%200%20512%20512%22%20xml:space=%22preserve%22%3E%09%3Cpolygon%20fill=%22white%22%20points=%22418.999,256.001%20121.001,462%20121.001,50%20%22/%3E%3C/svg%3E");
		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: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;

	-webkit-animation-duration: 1s;
	-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);
	}
}
