*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "LatoRegular";
	overflow-x: hidden;
}
.hidden {
	display: none;
}


h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none !important;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}


.clearfix:after {
    display: block;
    content: "";
    clear: both;
}




.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px  15px;
	border: 3px solid #86bc42;
	padding-top: 13px;
}
.done-window h3 {
	margin: 0;
}

.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

.video-responsive { 
  position: relative; 
  overflow:hidden; 
  height: 270px;
  margin: auto;
  margin-bottom: 25px;
} 

.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_mnu_button  {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 36px;
}


.popup-form {
	background-color: #fff;
	border-radius: 3px;
	padding: 25px;
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
}

.popup-form input, .popup-form textarea {
	border: none;
	border-bottom: 1px solid #BCBCBC;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

.popup-form h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}


.dib {
	display: inline-block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

img {
	max-width: 100%;
}

.block-1 {
	position: relative;
}

.slider .item {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 250px;
}


.slider .item:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(68,35,47,.4);
	z-index: 1;
}
.slider .item .center {
	z-index: 3;
	position: relative;
}
.slider .owl-nav {
	top: 35%;
	left: 0;
	right: 0;
	position: absolute;
}
.slider .owl-nav > div {
	position: absolute;
	color: rgba(255,255,255,.3);
	font-size: 50px;
	line-height: 1.2;
}
.slider .owl-nav .owl-prev {
	left: 1%;
}

.slider .owl-nav .owl-next {
	right: 1%;
}


.sl-text  {
	color: #fff;
}
.sl-text .title {
	font-size: 55px;
	line-height: 1.2;
	display: inline-block;
	font-family: 'Lato-Black';
	border: 3px solid #fff;
	padding: 25px 35px;
	background: rgba(132,67,43,.6);
	margin-bottom: 15px;
	color: #fef3e2;
}

.sl-text  p {
	padding-left: 35px;
	font-size: 24px;
	line-height: 1.2;
}
.sl-text  p strong {
	font-size: 40px;
	line-height: 1.2;
	font-family: 'Lato-Black';
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(132,67,43,.6);
	color: #fff;
	padding-top: 25px;
	z-index: 20;
}


h1 {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	font-family: "LatoLight";
	margin-top: 15px;
}

h1 strong {
	font-family: 'Lato-Black';
	display: block;
}

.phone-box {
	font-size: 26px;
	text-align: right;
}

.phone-box  a {
	color: #fff;
}
.phone-box p {
	margin: 0;
}
.btn {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	border: none;
	padding: 12px 35px;
	cursor: pointer;
}
.btn:hover {
	color: #fff;
}
.btn-red {
	background-color: #ac0039;
	position: relative;
	z-index: 1;

}

.btn-red:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	z-index: -1;
	background-color: #790028;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.btn-red:hover:after {
	content: '';
	width: 100%;
	right: 0;
	color: #fff;
} 

.nav {
	background-color: rgba(0,0,0,.4);
	text-align: center;
	position: relative;
	z-index: 10;
}

header .nav {
	margin-top: 25px;
}

nav ul li {
	display: inline-block;
}


nav ul li a {
	display: inline-block;
	font-size: 18px;
	padding: 16px 15px;
	cursor: pointer;
}

nav ul li a:hover {
	background-color: #ac0039;
	color: #fff;
}

.btm-panel {
	background: url(../img/bg-main.png) no-repeat center top;
	z-index: 4;
	position: relative;
}

.btm-box {
	position: relative;
	height: 362px;
	background: url(../img/bg-desc-main.png) no-repeat center top;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 70px 35px 35px 35px;
	text-align: center;
	font-size: 17px;
}

.btm-panel img {
	width: 380px !important;
	max-width: 300px !important;
	position: absolute;
	bottom: 0;
}

.block-2 {
	background: url(../img/bg-block-2.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0;
}

h2 {
	font-size: 36px;
	text-align: center;
	font-family: "LatoLight";
	text-transform: uppercase;
	margin-bottom: 60px;
}

h2 strong {
	font-family: 'Lato-Black';
}

.b2-big {
	float: left;
	width: 50%;
	height: 385px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
		background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;

}
.b2-big:nth-child(2n) {
	width: calc(50% - 10px);
	margin-right: 0;
}

.b2-small {
	float: left;
	width: 50%;
	height: 187px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.b2-small:nth-child(2n) {
	margin-right: 0;
	width: calc(50% - 10px);
}

.b2-medium {
	float: left;
	width: 50%;
	height: 385px;
}

.b3 .b2-small {
	margin-right: 0;
	width: calc(50% - 10px);
	margin-left: 10px;
}

.b2-box {
	position: relative;
	color: #fff;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.b2-box .center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	padding-left: 35px;
	padding-right: 35px;
}

.b2-box .center i {
	font-size: 50px;
	display: inline-block;
	margin-bottom: 5px;
}

.block-3 {
	padding: 70px 0;
}
.block-3 .btn {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 50px;
}
.project-block {
	border: 10px solid #fef3e2;
	position: relative;
	margin-bottom: 45px;
}

.project-block .slider-nav {
	bottom: 10px;
	position: absolute;
	left:70px;
	right: 70px;
	z-index: 10;

}
.project-block .slider-nav:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -70px;
	right: -70px;
	bottom: -10px;
	top: -10px;
	background: rgba(132,68,41,.7);
	z-index: -1;
}
.project-block .slider-nav  .btn-slider {
	position: absolute;
	top: 36%;	
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.project-block .slider-nav  .btn-slider:hover {
	background-color: #fff;
	color: #000;
}
.project-block .slider-nav  .btn-slider.prev {
	left: -45px;
}


.project-block .slider-nav  .btn-slider.next {
	right: -45px;
}

.project-block .slider-nav .thumb {
	padding:15px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.project-block .slider-nav .thumb:hover {
	opacity: .8;
}
.project-block .slider-nav .thumb:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #fff;
}

.reviews-box {
	padding: 35px;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
	font-family: "LatoLight";
	line-height: 1.4;
	background-color: #fff;
}

.reviews-box .title {
	text-transform: uppercase;
	font-family: "LatoLight";
	margin-bottom: 25px;
}

.reviews-box .title  i {
	font-size: 25px;
}

.reviews-box h3 {
	font-size: 22px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-family: "LatoBold";
}

.reviews-box h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
	height: 1px;
	background-color: #b7b7b7;
}
.project-desc {
	font-family: "LatoLight";
}
.project-desc h3 {
	font-size: 22px;
	font-family: "LatoBold";
	line-height: 1.2;
	margin-bottom: 15px;
}

.project-desc strong {
	font-family: "LatoBold";
}

.price-box {
	background-color: #dac0a5;
	padding: 15px 25px;
	margin-top: 30px;
    font-size: 18px;
    font-family: "LatoBold";
}


.price-box p {
	margin-bottom: 0;
}

.price-box p strong {
	font-family: "LatoBold";
}

.price-box .budget {
	font-size: 18px;
}

.price-box .budget  strong {
	font-size: 18px;
}

.price-box .budget  strong i {
	font-size: 26px;
}
.gallery {
	background: url(../img/bg-gallery.png) no-repeat center top;
	padding: 70px 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery h2 {
	margin-bottom: 0;
	font-size: 30px;
	font-family: 'Lato-Black';
}
.gallery h2 + p {
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
}

.gallery .col-lg-3 a {
	display: block;
	position: relative;
}

.gallery .col-lg-3 a:after {
	content: '';
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: rgba(132,68,41,.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gallery .col-lg-3 a:before {
	content: '\e8d1';
	font-family: "icon";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 50px;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gallery .col-lg-3 a:hover:after {
	visibility: visible;
	opacity: 1;
} 

.gallery .col-lg-3 a:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
} 

.gallery .btn {
	display: inline-block;
	margin: 50px 0;
}

.feedback {
	background: url(../img/bg-feedback.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0;
	background-attachment: fixed;
}

.feedback-box {
	background: url(../img/bg-form.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding:50px  25px;
}

.feedback-box >  p {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.feedback-box h3 {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Lato-Black';
	margin: 20px 0;
}
.feedback-box .btn {
	text-transform: uppercase;
	font-size: 20px;
	margin: 25px 0;
}

.form p {
	margin-bottom: 0;
	font-size: 15px;
}
.form input {
	text-indent: 15px;
	width: 100%;
	margin-bottom: 15px;
	padding: 13px 0;
	border: 1px solid #dac0a5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form input:focus {
	border: 1px solid #ab7c4c;
}

.principle {
	padding: 70px 0;
	background: url(../img/bg-principle.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.princip-box {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 40px 20px;
	margin-bottom: 30px;
}

.princip-box i {
	font-size: 40px;
	display: block;
	margin-bottom: 15px;

}
.princip-box.princip-top i{
	
	vertical-align: middle;
	display: inline-block;
}

.princip-box h3 {
	text-transform: uppercase;
	font-family: "LatoBold";
	font-size: 24px;
	line-height: 1.2;
}

.princip-box {
	min-height: 386px;
}

.princip-box.princip-top {
	min-height: 220px;
}

.steps {
	background: url(../img/bg-steps.png) no-repeat center top;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.steps h2 strong {
	color: #c5853c;
}

.steps .step-box {
	width: 205px;
	display: inline-block;
	border: 2px solid #fff;
	padding:25px  10px 10px 10px;
	vertical-align: top;
	margin-right: 15px;
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	min-height: 200px;
	margin-bottom: 30px;
	position: relative;
}

.steps .step-box .num {
	font-size: 40px;
	color: #c5853c;
	line-height: 1.2;
	margin-bottom: 10px;
}

.steps .step-box:last-child {
	margin-right: 0 !important;
}

.steps .step-box:last-child:after {
	display: none;
}
.steps .step-box:after {
	content: '';
	width: 22px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: -22px;
	top:90px;
}

.steps .btn {
	font-size: 20px;
	text-transform: uppercase;
	margin: 30px 0;
	padding: 20px 35px;
}

.map {
	background-color: #fef3e2;
	padding: 70px 0;
}

.map-wrap h3 {
	font-size: 24px;
	line-height: 1.4;
	font-family: "LatoLight";
	position: relative;
	z-index: 2;
}

.map-wrap h3 strong {
	font-family: 'Lato-Black';
}

.map-feedback h3 {
	font-size: 18px;

}

.map-feedback h3 a {
	font-size: 40px;
	line-height: 1.2;
	color: #000;
	display: block;
	margin: 10px 0 15px;
}

.map-feedback .form  p {
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.map-feedback .btn {
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 35px;
}

footer {
	background-color: #9d6954;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 25px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fef3e2;
}
.soc-box ul li {
	display: inline-block;
	margin-right: 5px;
}

.soc-box ul li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #9d6954;
	background-color: #fff;
}
.soc-box ul li a:hover {
	background-color: #9d6954;
	color: #fff;
}
.phone-box-f a {
	font-size: 26px;
}

footer .nav {
	margin-bottom: 25px;
	background: rgba(0,0,0,.2);
}

.rules ul li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 7px;
}

.rules ul li a {
	display: inline-block;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
}
.rules ul li a:hover {
	border-bottom: 1px solid transparent;
}
.wts {
	font-size: 12px;
	margin-top: 10px;
}

.popup-form {
	max-width: 650px;
	padding: 40px;
	background: url(../img/bg-modal.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;

}

.popup-form h3 {
	font-size: 26px;
	font-family: 'Lato-Black';
	margin-bottom: 35px;
}

.popup-form .btn {
	font-size: 20px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	padding: 20px 35px;
}

.popup-form p {
	font-size: 14px;
}


.popup-form input {
	width: 430px;
}

.img-map {
	margin-top: -80px;
}

.gallery .btn-more {
	width: auto !important;
}

.block-project-2 {
	background-color: #fef3e2;
}

.block-project-1 {
	padding-top: 0;
}