/* STYLE RESET START */
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body{
	margin: 0;
	color: #111;
	font: 300 12px/1 "Open Sans", sans-serif;
	background: url("../img/bg/bg-1.png") no-repeat;
    background-attachment: fixed;
	-webkit-background-size: cover;
	        background-size: cover;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:focus, a:hover{
	color: inherit;
	text-decoration: none;
}
img{
	max-width: 100%;
}
/* STYLE RESET END */


/* DEFAULT CLASS START */
.title{
	font-size: 37px;
	margin: 90px 0;
}
.default-section{
    padding-top: 75px;
	padding-bottom: 30px;
    min-height: 100vh;
}
.progress {
    margin-top: 5px;
    border: 1px solid #ccc;
}
.text-light{
	font-weight: 300;
	font-size: 30px;
}
.active{
	color: #fc680c !important;
}
.orange-text{
	color: #fc680c;
}
/* DEFAULT CLASS END */


/* DEFAULT COMPONENT START */

/* header start */
.header{
	padding: 27px 0;
	background-color: #e5dcc6;
	position: fixed;
    width: 100%;
    z-index: 99;
	text-align: center;
}
.header-nav,
.footer-nav{
    color: rgba(161, 160, 158, 1);
}
.header-nav li{
    line-height: 21px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 11px;
    font-family: 'OpenSans', sans-serif;
	padding: 5px 20px;
}
.header-nav li:hover{
    border: 1px solid;
    padding: 4px 19px;
}
.header-nav a:hover{
	color: inherit;
	text-decoration: none;
}
/* .header-nav a:visited{ */
	/* color: #fc680c; */
/* } */
.header-nav a + a{
    margin-left: 30px;
}
.navbar-toggle{
    padding: 0;
    margin: 4px 0 0;
    border: none;
}
.language-switcher a{
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 27px;
    border: 1px solid grey;
    padding: 8px;
}
@media (max-width: 807px){
	.header-nav li{
		padding: 5px 16px;
	}
	.header-nav li:hover{
		 padding: 4px 15px;
	}

}
@media (max-width: 767px){
    .navbar-collapse{
        padding: 20px 15px;
        background-color: rgba(229, 220, 198, .9);
        border: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        text-align: right;
    }
    .container-fluid > .navbar-collapse{
        margin: 0;
    }
    .header .header-nav li{
        display: block;
    }
}
.navbar-toggle .icon-bar{
    background-color: #fc680c;
}
/* header end */

/* DEFAULT COMPONENT END */


/* CUSTOM STYLE START */

/* main start */
.inner{
    padding-top: 75px;
    height: 100vh;
    text-align: center;
}
.inner::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -4px;
}
.inner-content{
    display: inline-block;
    vertical-align: middle;
}
.inner-content h6{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.1em;
    font-size: 30px;
    color: rgba(0, 0, 0, .9);
    text-indent: 1.7em;
    margin-bottom: 101px;
	line-height: 1.7em;
}
.inner-content span{
	font-weight: 400;
	display: block;
    font-size: 25px;
	color: #fc680c;
}

@media (max-width: 1047px){
	.inner-content h6,
	.inner-content span{
		font-size: 25px;
	}
}

@media (max-width: 873px){
	.inner-content h6,
	.inner-content span{
		font-size: 22px;
	}
}

@media (max-width: 767px){
	.inner-content h6,
	.inner-content span{
		font-size: 20px;
	}
}

@media (max-width: 699px){
	.inner-content h6,
	.inner-content span{
		font-size: 16px;
	}
}

.advantages, .gallery, .phone{
	background-color: rgba(229, 220, 198, .7);
	color: #fc680c;
}
.advantages .row p{
	margin-top: 15px;
	font-weight: 400;
	font-size: 18px;
}
.advantages .row + .row{
	margin-top: 40px;
}

@media (max-width: 991px){
	.advantages .row + .row{
		margin-top: 0px;
	}
	.advantages .col-md-4{
		margin-bottom: 25px;
	}
}

.progress-block .col-md-12 span,
.footer-phone{
	font-weight: 400;
	font-size: 18px;
}
/* main end */

/*gallery start*/
.simple_overlay {
	display:none;
	position:fixed;
	z-index:9999999; 		    	  
	background-color:#333;
	/*width:675px;*/
	/*min-height:200px;*/
	margin: auto auto;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	left: 0;
	right: 0;
	max-width: 1280px;
}
.carousel{
	margin-top: 15px;
}
 
/* close button positioned on upper right corner */
.gallery{
	position:relative;
}
.simple_overlay .close {
	background: url(../img/close.jpg) no-repeat;
	position:absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 25px;
    width: 25px;
	opacity: .6;
	z-index:15;
}
.simple_overlay .right img{
	height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
	z-index:10;
}
.simple_overlay .left img{
	height: 100%;
    position: absolute;
    right: 0;
    opacity: 0;
	z-index:10;
}
.gallery, .contacts{
    padding-top: 75px;
    padding-bottom: 150px;
}
.gallery .row+ .row{
	margin-top: 15px;
}
.gallery .container+ .container{
	margin-top: 15px;
}
@media (max-width: 991px){
	.gallery .row+ .row {
    	margin-top: 15px;
	}
	.gallery .col-md-4 + .col-md-4{
		margin-top: 15px;
	}	
}

.gallery .onhover{
  position: absolute; /* Абсолютное позиционирование */
  width: 200%; /* Ширина блока */
  display: none; /* Прячем от показа */
  border: 4px solid black; /* Параметры рамки */
}

.load-more .row{
    min-height: 80px;
}
.load-more .col-md-12{
    margin-top: 35px;
}
.load-more .dot{
    display: inline-block;
    border: 5px solid;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.load-more .btn,
.load-more .btn:hover,
.load-more .btn:active{
	border: 1px solid;
	padding: 15px 25px;
	background-color: #e4d2a4;
	color: inherit;
	font-weight: 700;
	outline: 0;
}
.gallery .openbox{
	display:none;
}
/*gallery end*/

/*contacts begin*/
.form-control{
	margin-top: 5px;
}
.form-control{
	display: inline-block;
	background-color: rgba(229, 220, 198, .7);
}
.fio, .email{
	width: 49%;
}

@media (max-width: 479px){
	.fio, .email {
		width: 100%;
	}
}

.fio{
	float: left;
}
.email{
	float: right;
}
.subject{
	clear: both;
}
.email-content{
	resize: vertical;
	max-height: 350px;
}
.btn-colored, .btn-colored:hover{
	background-color: #f0ad4e;
	width: 250px;
	margin-top: 10px;
}
/*contacts end*/

/*map start*/
.map{
    padding-top: 75px;
	padding-bottom: 70px;
}
.map iframe{
	width: 100%;
	height: 370px;
}
.map .map-img span {
	display: inline-block;
    margin-top: 15px;
	margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
}
/*map end*/

/* footer start */
.footer .default-section{
	min-height: 500px;
}
.footer .container-fluid{
	padding-right: 0;
	padding-left: 0;
}
.footer-phone{
	display: block;
	margin-top: 15px;
}
.footer-nav{
    overflow: hidden;
    padding: 15px 0;
    background-color: #e5dcc6;
    width: 100%;
    z-index: 99;
    text-align: center;
}
.footer-nav li{
    line-height: 21px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 10px;
    font-family: 'OpenSans', sans-serif;
	padding: 5px 20px;
}
.footer-nav li:hover{
	border: 1px solid;
	padding: 4px 19px;
}
.footer-nav a:hover{
	color: inherit;
	text-decoration: none;
}
/* .footer-nav a:visited{ */
	/* color: #fc680c; */
/* } */
.footer-nav a + a{
    margin-left: 30px;
}
@media (max-width: 803px){
	.footer-nav a + a {
    margin-left: 0px;
	}
}

#qoo-counter{
	color: #fff;
	position: relative;
	width: auto !important;
}
#qoo-counter a{
	position: absolute;
    right: 12px;
    bottom: 12px;
}
/* footer end */

/* CUSTOM STYLE END */