/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: none;
	color: #FFF;
}
.rsUni .rsOverflow {
	border: 0px solid #445064;
}
.promo3d .rsUni .rsOverflow {
	border: 0;
}
.new-projects .rsUni .rsOverflow {
	border: 0;
	display: none;
}
.new-royalslider-2 .rsLink {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}

.new-royalslider-2 .rsLink img {
	width: auto;
    height: 100%;
    max-width: inherit !important;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	box-sizing: border-box;
	margin: 0;
}
.pr-loop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	top: 0;
	left: 0;
	text-indent: 0;
	-webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}
.pr-loop i {
	font-size: 48px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	margin: auto;
	text-align: center;
}
a.rsLink:hover .pr-loop {
	opacity: 1;
}

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

.rsUni .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 60px;
	
}
.rsUni.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsUni.rsVer .rsArrowRight { bottom: 0;  left: 0; }

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

.rsUni .rsArrowIcn {		
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	margin-top:-18px;	
	margin-left: -18px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-universal.png');
	opacity: 0.5;
	border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
	opacity: 1;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn { background-position: -140px -105px; }
.rsUni.rsHor .rsArrowRight .rsArrowIcn { background-position: -140px -70px; }

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

.rsUni .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsUni .rsBullets * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px;
}
.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #88C354;
}





/***************
*
*  3. Thumbnails
*
****************/
.rsUni .rsThumbsHor {
	width: 100%;
	height: 72px;
	border-bottom: 0px solid #445064;
}
.new-projects .rsUni .rsThumbsHor {
	border: 0;
}
.rsUni .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.new-projects .rsUni .rsThumb {
    border: 0px solid #445064;
	box-sizing: border-box;
	background: #F2F2F2;
}
.new-projects .rsUni .rsThumb:hover {
    border: 0px solid #88C354;
	background: #88C354;
}

.rsUni .rsThumb img {
	width: 100%;
	height: 100%;
}
.new-projects .rsUni .rsThumb img {
	height: auto;
}
.rsUni .rsThumb.rsNavSelected {
	background: none;
}
.rsUni .rsThumb.rsNavSelected img {
	/*opacity: 0.7;
	filter: alpha(opacity=30);*/
}
.rsUni .rsThumb .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	-webkit-backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0);
}
.rsUni .rsThumb .thumbIco:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #0583c4;
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	background-color: rgba(0, 0, 0, 0.2);
	border: 2px solid #0583c4;
}
.new-projects .rsUni .rsThumb .thumbIco {
	border: 0;
} 

.rsUni .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
.npr-var {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: top 0.4s ease-out 0s;
	-moz-transition: top 0.4s ease-out 0s;
	-o-transition: top 0.4s ease-out 0s;
	transition: top 0.4s ease-out 0s;
}
a.rsLink:hover .npr-var {
	top: 0;
}
.rsUni .rsTmb span.npr-cov {
	display: block;
	padding: 10px;
	text-indent: 0;
	color: #fff;
}
.rsUni .rsTmb .npr-var span {
	color: #fff;
	font-size: 16px;
    line-height: 22px;
	text-indent: 0;
}
.rsUni .rsTmb .npr-price {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
}
.rsUni .rsTmb .npr-price span.npr-cov {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	text-indent: 0;
	color: #fff;
	font-size: 20px;
}
.new-projects h4 {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #F2F2F2;
	margin: 0;
	text-indent: 0;
	color: #445064;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px;
}
.new-projects a:hover h4 {
	text-decoration: none;
	text-indent: 0;
	color: #fff;
	background: #88C354;
}
.new-projects .rsUni .rsTmb .project-icon {
	margin-right: 8px;
}
.new-projects .icon-area {
	background-position: -30px 1px;
}
.new-projects .icon-size {
	background-position: -30px -25px;
}
.new-projects .icon-bedroom {
	background-position: -30px -77px;
}
.new-projects .icon-bathroom {
	background-position: -30px -103px;
}



/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsUni .rsThumbsArrow:hover {

}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsUni .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-universal.png') transparent;
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.new-projects .rsUni .rsThumbsArrow {
	width: 40px;
}
.new-projects .rsUni .rsThumbsArrowIcn {		
	width: 20px;
	height: 35px;
	top: 50%;
	left: 50%;
	margin-top:-17px;	
	margin-left: -10px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-universal.png') transparent;
}

.new-projects .rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -175px -35px; }
.new-projects .rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -175px 0px; }

.new-projects .rsUni.rsWithThumbsHor .rsThumbsArrowLeft:hover .rsThumbsArrowIcn { background-position: -146px -140px; }
.new-projects .rsUni.rsWithThumbsHor .rsThumbsArrowRight:hover .rsThumbsArrowIcn { background-position: -175px -140px; }

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsUni .rsThumbsArrowDisabled { display: none !important; }
.new-projects .rsUni .rsThumbsArrowDisabled { display: block !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsUni .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsUni .rsThumbsHor {
		height: 44px;
	}
	.rsUni .rsThumbsVer {
		width: 59px;
	}
}




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

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsUni .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;
	text-decoration: none;

	background: #FFF;
	border-right: none;
	*display:inline; 
	*zoom:1;
	*border-right: 1px solid #d9d9d9;
	
}
.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child { 
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active { 
	background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected { 
	color: #FFF;
	background: #383838;
	border-color: #383838;
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsUni .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-universal.png') 0 0 transparent;
	opacity: 0.7;
	border-radius: 2px;

}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





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

.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsUni .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-universal.png) no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsUni .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-universal.png') -64px 0;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



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

.rsUni .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(preloaders/preloader-white.gif);

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




/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #222;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/***************
*
*  9. Slides
*
****************/
.pr-slider {
    position: relative;
}
.pr-slider .rsContainer .rsSlide .rsContent:after {
    position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	background: url('../images/shadow-c-bottom.png') bottom center repeat-x;
	content: '';
	z-index: 15;
}
.fslide-text {
	top: 10% !important;
	left: 50% !important;
	right: 60px !important;
}
/*.fslide-text:before {
	background: rgba(68,80,100,0.8);
	-moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 15;
}*/
.fslide-text h1 {
	font-size: 36px;
	line-height: 38px;
	text-shadow: 2px 2px 0px rgba(68,80,100,1);
	padding: 20px 30px;
	/*background: rgba(68,80,100,0.8);*/
	display: block;
	width: auto;
	position: relative;
	z-index: 16;
}
.tech-slide-bg {
	background: #1770a8;
    background: -moz-radial-gradient(35% 50%, circle closest-corner, #36a1df, #1770a8);
    background: -webkit-radial-gradient(35% 50%, circle closest-corner, #36a1df, #1770a8);
    background: -o-radial-gradient(35% 50%, circle closest-corner, #36a1df, #1770a8);
    background: -ms-radial-gradient(35% 50%, circle closest-corner, #36a1df, #1770a8);
    background: radial-gradient(35% 50%, circle closest-corner, #36a1df, #1770a8);
}
.tech-slide, .tech-slide-text {
	width: 50% !important;
}
.tech-slide img {
	width: 100% !important;
	max-width: 899px;
	min-width: 800px;
	margin-top: -10%;
	float: right;
}
.tech-slide-text {
	left: auto !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
}
.tech-slide-text h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 15px;
}
ul.cicle-rabot-slide {
	list-style-type: none;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
}
ul.cicle-rabot-slide li .fa {
	list-style-type: none;
	margin-right: 10px;
}
.tech-slide-text-cov {
	margin: 40px auto;
	display: block;
	padding: 20px 60px 20px 20px;
	max-width: 600px;
}
.tech-slide-text-cov .covtxt {
	display: block;
	clear: both;
}
.tech-slide-text-cov span {
	display: block;
}
.tech-slide-text-cov a {
	display: block;
    width: auto;
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	width: 130px;
}
.tech-slide-text-cov a.green-link {
	background: #88C354;
    border: 2px solid #88C354;
    color: #fff;
}
.tech-slide-text-cov a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #88C354;
}
.tech-slide-text-cov a.green-link:hover {
	background: #67a233;
	border: 2px solid #67a233;
	color: #fff;
}
.pr-slider .rsUni .rsBullets {
    margin-top: -30px;
}
.pr-slider .rsUni .rsBullet {
    cursor: pointer;
}
.pr-slider .rsUni .rsBullet span {
    background-color: #fff;
    border: 2px solid #fff;
}
.pr-slider .rsUni .rsBullet.rsNavSelected span {
	background-color: #88C354;
}
.sl-promo-slide {
	width: 33%;
	display: block;
	float: left;
	position: relative;
	text-align: center;
}
.sl-promo-slide:nth-child(2) {
	width: 34%;
}
.sl-promo-img-bl {
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	background-size: cover !important;
	overflow: hidden;
	text-align: center;
	z-index: 15;
}
.sl-promo-img-bl img {
	display: block;
	width: 100%;
	min-width: 550px;
	text-align: center;
	display: none;
}
.sl-promo-img-bl:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url('../images/separate-vert.png') right center no-repeat, url('../images/shadow-c-bottom.png') bottom center repeat-x;
	content: '';
	z-index: 16;
}
.sl-promo-slide:last-child .sl-promo-img-bl:after {
	background: url('../images/shadow-c-bottom.png') bottom center repeat-x;
}
.sl-promo-bl {
	position: absolute;
	z-index: 17;
	width: 250px !important;
    background: rgba(68,80,100,0.8);
    color: #fff;
    padding: 20px;
    height: auto !important;
    text-align: center;
    border-radius: 0px;
	top: auto;
	bottom: 30px !important;
	left: 50%;
	right: auto;
	margin-left: -125px;
}
.sl-promo-bl a {
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
}
.sl-promo-bl a:hover {
	color: #fff;
	background: #88C354;
	border: 1px solid #88C354;
}
.sl-prom {
	width: 200px !important;
	background: #445064;
	color: #fff;
	left: 50% !important;
	top: 100px !important;
}
.sl-prom-proj1, .sl-prom-proj2, .sl-prom-proj3 {
	width: 250px !important;
	background: rgba(68,80,100,0.7);
	color: #eee;
	bottom: 30px !important;
	padding: 20px;
	height: auto !important;
	text-align: center;
}
.sl-prom-proj1 {
	left: 50px !important;
}
.sl-prom-proj2 {
	left: 600px !important;
}
.sl-prom-proj3 {
	left: 1150px !important;
}
.ld-price {
	text-decoration: line-through;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.nw-price {
	color: #88C354;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sl-prom-proj1 a, .sl-prom-proj2 a, .sl-prom-proj3 a {
	color: #fff;
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid #fff;
	text-decoration: none;
	text-align: center;
}
.sl-prom-proj1 a:hover, .sl-prom-proj2 a:hover, .sl-prom-proj3 a:hover {
	color: #fff;
	background: #88C354;
	border: 1px solid #88C354;
}
.pr-slider .label-promo {
    margin: -48px auto 0px auto;
}
.pr-slider .pr-sl-promsale .label-promo {
    margin: -25px auto -25px auto;
}
.img-prom-proj1 {
	left: 50px !important;
	position: absolute;
}
.img-prom-proj2 {
	left: 680px !important;
	position: absolute;
}
.img-prom-proj3 {
	left: 1290px !important;
	position: absolute;
}
.sl-prom2-proj1, .sl-prom2-proj2, .sl-prom2-proj3 {
	width: 250px !important;
	background: rgba(68,80,100,0.8);
	color: #eee;
	bottom: 20px !important;
	padding: 20px;
	height: auto !important;
	text-align: center;
	border-radius: 0px;
}
.sl-prom2-proj1 {
	left: 370px !important;
}
.sl-prom2-proj2 {
	left: 1000px !important;
}
.sl-prom2-proj3 {
	left: 1610px !important;
}
.sl-prom2-proj1 a, .sl-prom2-proj2 a, .sl-prom2-proj3 a {
	color: #fff;
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid #fff;
	text-decoration: none;
	text-align: center;
}
.sl-prom2-proj1 a:hover, .sl-prom2-proj2 a:hover, .sl-prom2-proj3 a:hover {
	color: #fff;
	background: #88C354;
	border: 1px solid #88C354;
}
@media (max-width: 640px) {
	.new-royalslider-2 .rsLink img {

	}
}