@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);



/* #PAGE STYLES */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffffc9;
	z-index: 999999;
}


#status {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -200px;
    background: url(http://kaze.su/images/preloader-green.gif);
    background-repeat: no-repeat;
}



/* #Navigation
================================================== */

body, html { overflow: hidden; }

html,body{
	width:100%;
	height:100%;
	background:url(../images/back.gif);
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	-ms-transition: background 0.6s;
	-o-transition: background 0.6s;
	transition: background 0.6s;
}

section{
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

article{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	opacity:1;
}

article i{
	position:relative;
	font-size:30px;
	margin-top:100px !important;
	display:inline-block !important;
	color:#fff;
}

article i:before{
	width:100px;
	height:100px;
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:50%;
	border-radius:50%;
	display:inline-block !important;
	line-height:100px;
}



article .cnt{
	text-align:left;
	line-height:24px;
	font-size:20px;
}

.off{
	z-index:0;
	opacity:0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}



#menu-wrap{
    position: fixed;
	width:100%;
	z-index:1000;
	background:rgba(255,255,255,.9);
	top:0;
	left:0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
}


.logo{
	position:absolute;
	background:url('../images/logo.png') no-repeat center center;
	background-size:160px 53px;
	width:160px;
	left:50%;
	margin-left:-80px;
	top:25px;
	height:53px;
	z-index:1002;
}


.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
	padding-top:70px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 0px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.collapse-button:hover, .collapse-button:focus, .collapse-button:active {
    background-color: #fff;
    color: #000;
}
.collapse-button .icon-bar {
    background-color: #000;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	text-align:center;
	margin-top:90px;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #000;
    padding: 10px 0px;
    margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
    border-bottom:4px solid rgba(29,29,29,0);
    font-size: 12px;
	background-size:0 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    border-bottom:4px solid green;
    text-decoration: none;
color:green;
}

ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
    color: #333;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul li { background-color: #BBB }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}



/* #Home
================================================== */

#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}




/* #Slider
================================================== */

.pagewrap{
	height: 100%;
	position:relative;
}

.pageblock{
	width: 100%;
	position:relative;
}

.pageblock#fullscreen{
	height: 100%;
	background: none;
	position:relative;
}

.pageblock#fullscreen h1{
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
}

.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pageblock#fullscreen .slider .slide{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    background: url(../images/1.gif) #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
}

.pageblock#fullscreen .slider .slide .slidecontent{
	position: absolute;
	top: 90%;
	width: 100%;
	margin-top: -50px;
	text-align: center;
}

.pageblock#fullscreen .slider .slide .slidecontent h1{
	text-shadow: 0 0 25px rgba(0,0,0,0.6);
	font-weight: bold;
	font-size: 40px;
	margin-top:20px;
	padding: 0;
	line-height: 65px;
        text-align: right;
        padding: 0 5px 0 0;
}

.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 20px;
	text-transform:uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-family: 'Lato', sans-serif;
	color: #000;
	display: block;
	font-weight:400;
text-align: right;
    padding: 0 5px 0 0;
}



.pageblock#fullscreen .slider .slide .slidecontent .text{
	width: 900px;
	margin: 0 auto;
	line-height: 28px;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a{
	color: white;
	text-decoration: underline;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover{
	text-decoration: none;
}


.pageblock#fullscreen #slideposition{
	position: absolute;
	bottom: 50px;
	text-align:center;
	margin:0 auto;
	width:100%;
}

.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	text-align:center;
	margin:0 auto;
display:none;
}

.pageblock#fullscreen #slideposition ul li.indicator{
	display: inline-block;
	height: 15px;
	width: 15px;
	background: rgba(255,255,255,.3);
	margin: 0px 7px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 0;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
}

.pageblock#fullscreen #slideposition ul li.indicator.active{
	background: rgba(255,255,255,.9);
	height: 15px;
	width: 15px;
}





















.link-to-right{
	position:absolute;
	top:200px;
	right:0;
	height:50px;
	width:60px;
	z-index:200000;
	overflow:hidden;
}

.link-to-right h6{
	width:100%;
	text-align:left;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	background:url('../images/right-arrow.png') no-repeat bottom left;
	padding-bottom:25px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.link-to-right:hover h6{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-to-right h4{
	position:absolute;
	top:0;
	right:-100%;
	width:100%;
	text-align:left;
	color:#000;
	text-transform:uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
	opacity:0;
}
.link-to-right:hover h4{
	right:0;
	opacity:1;
}



.link-to-left{
	position:absolute;
	top:200px;
	left:-120px;
	height:50px;
	width:180px;
	z-index:200000;
	overflow:hidden;
}

.link-to-left h6{
	width:100%;
	text-align:right;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	background:url('../images/left-arrow.png') no-repeat bottom right;
	padding-bottom:25px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.link-to-left:hover h6{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-to-left h4{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	text-align:right;
	color:#000;
	text-transform:uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	opacity:0;
}
.link-to-left:hover h4{
	left:0;
	opacity:1;
}

.subtext{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height:22px;
	color:#b8b8b8;
	padding-bottom:20px;
}
.line-separator{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(60,60,60,.1);
	margin-bottom:40px;
	padding-bottom:40px;
}


/* #About Us
================================================== */
#about{
	overflow-y:auto;
}
#about h1{
	padding-top:180px;
	padding-bottom:20px;
color:green;
}
#about h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}



.process{
	position:relative;
	width:100%;
}
.process .border-wrap{
	position:relative;
	border:10px double rgba(0,0,0,0.03);
}
.process img{
	width:100%;
	height:auto;
	display:block;
}
.process h5{
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}
.process h5 span{
	font-size: 14px;
	line-height:14px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid rgba(60,60,60,.7);
	color:rgba(60,60,60,.7);
	vertical-align:text-top;
}
.process p{
	text-align:left;
	color:#000;
font-weight: 500;
}
#owl-demo {
	position:relative;
	width:100%;
}
#owl-demo1 {
	position:relative;
	width:100%;
}

.team-wrap{
	position:relative;
	width:100%;
}
.team-wrap .border-wrap{
	position:relative;
	border:10px double rgba(0,0,0,0.03);
}
.team-wrap img{
	width:100%;
	height:auto;
	display:block;
}
.team-wrap h5{
	padding-top:100px;
	padding-bottom:20px;
	text-align:left;
}
.team-wrap h5 span{
	font-size: 14px;
	line-height:14px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid rgba(60,60,60,.7);
	color:rgba(60,60,60,.7);
	vertical-align:text-top;
	text-transform:none;
	padding-bottom:4px;
}
.team-wrap p{
	text-align:left;
	color:#000;
}
.subtext-team{
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:rgba(60,60,60,.7);
	font-size: 18px;
	line-height:26px;
	padding-bottom:25px;
	font-style: italic;
}




.social-team{ 
	position:relative;
	padding-top:30px;
	height:40px;
	text-align:left; 
}
.team-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:40px;
    display: inline-block;
	cursor:pointer;
	border-right:1px solid rgba(60,60,60,.2);
}
.team-social li:last-child {
	border-right:none;
}

.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 40px;
	width:40px;
	color: #000; 
	opacity:0.5;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	color: #000; 
	opacity:1;
}





/* #Services
================================================== */
#services{
	overflow-y:auto;
}
#services h1{
	padding-top:180px;
	padding-bottom:20px;
color:green;
}
#services h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}
.border-left-ser{
}
.border-left-ser li{
	padding-left:20px;
}



#sync1 .item{ 
	position: relative; 
	width: 100%;
	padding-bottom:30px;
    text-align: center;
}
#sync1 .item img{ 
    width:100px;
	height:100px;
	display:block;
    text-align: center;
	margin:0 auto;
}
#sync1 .item h5{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#sync1 .item p{
	text-align:center;
}
#sync1 .item a {
	position: relative;
	display: inline-block;
	margin-top:25px;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	margin:0 auto;
	text-align:center;
	margin-left:7px;
	margin-right:7px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: .8em;
}
#sync1 .item a:hover,
#sync1 .item a:focus {
	outline: none;
}
#sync1 .item .cl-effect-7 a {
	padding: 6px 0;
}

#sync2 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
border: 1px solid green;
    margin-right: 20px;
}
#sync2 .item img{
    margin-top: 20px;
    width:50px;
	height:50px;
	display:block;
	border:1px double rgba(255,255,255,.2);
    text-align: center;
	margin:0 auto;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .synced .item img{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#sync2 .item img:hover{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.services-offers{
	position:relative;
	width:100%;
}
.line-separator-ser{
	position:relative;
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
}
.services-offers img{
	width:40px;
	height:40px;
	display:block;
}
.services-offers h5{
	text-align:left;
}
.services-offers p{
	text-align:left;
	color:#000;
font-weight: 500;
}
.services-offers h5 span{
	font-size: 14px;
	line-height:14px;
	font-family: 'Open Sans', sans-serif;
	color:rgba(60,60,60,.7);
	vertical-align:text-top;
	text-transform:none;
	padding-bottom:4px;
	padding-left:50px;
}

.background-ser1{
	background:url('../images/ser1.png') no-repeat left center;
	background-size:30px 30px;
}
.background-ser2{
	background:url('../images/ser2.png') no-repeat left center;
	background-size:30px 30px;
}
.background-ser3{
	background:url('../images/ser3.png') no-repeat left center;
	background-size:30px 30px;
}



#owl-demo2{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#owl-demo2 img{
	width:60px;
	height:60px;
	display:block;
	margin:0 auto;
	text-align:center;
	opacity:.5;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-demo2 img:hover{
	opacity:1;
}



/* #Portfolio
================================================== */

#folio{
	overflow-y:auto;
	width: 100%;
}
#folio h1{
	padding-top:180px;
	padding-bottom:20px;
color:green;
}
#folio h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}

#portfolio{
	position: relative; 
	width: 100%;
	max-width:2000px;
	overflow:hidden;
	z-index:2;
}

.portfolio-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
	padding-top:10px;
}
.portfolio-box{
	position: relative;
    width: 25%;
    overflow: hidden;
    display: inline-block;
    float: left;
    border: 1px solid #fff0;
    box-sizing: border-box;
}
.portfolio-box img{ 
	width: 100%;
	height:auto;
	display:block;
}
.portfolio-box .folio-mask1{ 
	position:absolute;
	top:0;
	left:-50%;
	width: 50%;
	height:100%;
	display:block;
	z-index:10;
	opacity:.9;
	background:green;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
display:none;
}
.portfolio-box:hover .folio-mask1{ 
	left:0;
}
.portfolio-box .folio-mask2{ 
	position:absolute;
	top:0;
	right:-50%;
	width: 50%;
	height:100%;
	display:block;
	z-index:10;
	opacity:.9;
	background:green;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
display:none;
}
.portfolio-box:hover .folio-mask2{ 
	right:0;
}
.portfolio-box h6{ 
	width:100%;
	text-align:center;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	margin-top:-30px;
	z-index:20;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box:hover h6{ 
	opacity:1;
	top:50%;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.portfolio-box p{ 
	width:100%;
	text-align:center;
		font-family: 'Open Sans', sans-serif;
	color:#fff;
	position:absolute;
	margin-bottom:-40px;
	opacity:0;
	bottom:0;
	left:0;
	z-index:20;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box:hover p{ 
	opacity:1;
	bottom:50%;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.portfolio-box p span{ 
	border-top:1px solid rgba(255,255,255,.7);
	padding-top:10px;
}




/* #Contact
================================================== */


#contact {
	overflow-y:auto;
	width: 100%;
}
#contact h1{
	padding-top:180px;
	padding-bottom:20px;
    color: green;
}
#contact h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}
	#ajax-form {
		width: 100%;
		font: 14px/22px 'Open Sans', sans-serif;
	color:#7a7a7a;
	margin:0 auto;
	}
	label {
		display: block;
		font: 15px/34px 'Open Sans', sans-serif;
	}
	input{
		width: 96%;
		border:none;
		margin-bottom:10px;
		font: 13px/22px 'Open Sans', sans-serif;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	textarea {
		width:96%;
		font: 13px/22px 'Open Sans', sans-serif;
		height:120px;
		margin-top:2px;
		padding-top: 10px;
		padding-bottom: 10px;
		border:none;
	}
	.error {
		font: 16px/22px 'Open Sans', sans-serif;
		display: none;
		color:#414141;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px/60px 'Open Sans', sans-serif;
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	#button-con {
	position:relative;
	text-align:center;
		width: 100%;
	margin:0 auto;
	margin-top:10px;
	}
#button-con button{
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	background: rgba(0,0,0,.4);
	text-transform:uppercase;
 }
#button-con button:hover{
	background: rgba(0,0,0,.6);
 }
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #333333;
	border-bottom:1px solid rgba(100,100,100,.3);}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #333333;
	border-bottom:1px solid rgba(100,100,100,.3);}
	#ajax-form textarea,
	#ajax-form input {	
	  color: #333333;
	border-bottom:1px solid rgba(100,100,100,.3);}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
}


/* #Blog
================================================== */


#blog {
	overflow-y:auto;
	width: 100%;
}
#blog h1{
	padding-top:180px;
	padding-bottom:20px;
color:green;
}
#blog h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}

.blog-wrap{
	position:relative;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.blog-wrap img{
	width:100%;
	height:auto;
	display:block;
}
.blog-wrap li{
	position:relative;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background:rgba(200,200,200,.06);
	border-top:1px dashed rgba(60,60,60,.05);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;	
}
.blog-wrap li:hover{
	background:rgba(200,200,200,.16);
	box-shadow: inset 0 0 10px rgba(0,0,0,.05);
}
.blog-wrap li:last-child{
	border-bottom:1px dashed rgba(60,60,60,.05);	
}

.blog-wrap li h6{
	text-align:left;
	padding-top:25px;
	padding-bottom:10px;
}
.blog-wrap li a h6{
	color:rgba(60,60,60,.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.blog-wrap li a h6:hover{
	color:rgba(60,60,60,.5);
}

.blog-wrap li p{
	text-align:left;
	padding-top:10px;
}
.blog-wrap li p a{
	color:rgba(60,60,60,.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.blog-wrap li p a:hover{
	color:rgba(60,60,60,.5);
}
.video-wrap{
	width:100%;
}
iframe{
	width:100%;
}







/* #Footer
================================================== */


.footer {
	position:relative;
	width: 100%;
	padding-bottom:20px;
border-top: 1px solid green;
    margin-top: 30px;
}
.footer h6 {
	text-align:center;
	padding:10px 0 10px 0;
}
.footer p {
	text-align:center;
	color:#000;
	padding-bottom:8px;
	font-size: .9em;
font-weight: 500;
}
.footer p span{
	color:#000;
}
.footer .icon-footer {
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right:10px;
	color:#000;
}
.border-right-footer{
	border-right:0px dashed rgba(60,60,60,.3);
}
.padding-left {
	padding-left:0;
}

.cl-effect-7 a {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	text-align:center;
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: .6em;
	padding: 3px 0;
	color: #000;
	text-shadow: none;
}
.cl-effect-7 a span {
	padding-bottom:2px;
	border-bottom:1px solid rgba(60,60,60,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
font-size: 16px;
}
.cl-effect-7 a:hover span {
	border-bottom:1px solid rgba(60,60,60,.6);
}
.cl-effect-7 a:hover,
.cl-effect-7 a:focus {
	outline: none;
}


.facebook-color{
	color: #3b5998;
}
.twitter-color{
	color: #00aced;
}

.instagram-color{
	color: #fff;
    font-size: 16px;
    background: green;
    padding: 15px;
}

.google-color{
	color: #dd4b39;
}
.vimeo-color{
	color: #aad450;
}


.footer .footer-bottom{
	position:relative;
	width: 100%;
	text-align:center;
	margin:0 auto;
	margin-top:40px;
	padding-top:20px;
	border-top:1px dashed rgba(60,60,60,.1);
}
.footer .footer-bottom p{
	text-align:center;
}
.footer .footer-bottom img{
	width:90px;
	height:30px;
	display:block;
	text-align:center;
	margin:0 auto;
}




/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
h1 { font-size: 20px; line-height:80px; }
#menu-wrap{
    padding-top:70px;
}

h7 {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

#sync2 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
border: 0px solid green;
    margin-right: 0px;
}

#sync1 .item h5 {
padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

.logo{
	background:url('../images/logo.png') no-repeat center center;
	background-size:140px 47px;
	width:140px;
	margin-left:-70px;
	top:20px;
	height:47px;
}
.link-to-right{
	display:none;
}
.link-to-left{
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.pageblock#fullscreen .slider .slide .slidecontent{
	top: 55%;
}
.pageblock#fullscreen .slider .slide .slidecontent h1{
	font-size: 40px;
	margin-top:10px;
	line-height: 40px;
}
.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 16px;
}
.portfolio-box{
	width: 50%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.pageblock#fullscreen .slider .slide .slidecontent{
	top: 55%;
}
.pageblock#fullscreen .slider .slide .slidecontent h1{
	font-size: 30px;
	margin-top:0;
	line-height: 30px;
}
.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 14px;
}
.process h5{
	padding-top:0;
	text-align:center;
}
.process p{
	text-align:left;
}
.team-wrap h5{
	padding-top:20px;
	text-align:center;
}
.team-wrap p{
	text-align:center;
}
.subtext-team{
	text-align:center;
}
.social-team{ 
	text-align:center; 
}
.footer h6 {
	text-align:center;
}
.footer p {
	text-align:center;
}
.cl-effect-7 a {
	text-align:center;
}
.padding-left {
	padding-left:0;
}
.border-right-footer{
	border-right:none;
}
.portfolio-box{
	width: 50%;
}
.blog-wrap li h6{
	text-align:center;
	padding-top:20px;
}
.blog-wrap li p{
	text-align:center;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.pageblock#fullscreen .slider .slide {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    background: url(../images/1.gif) #fff;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 50%;
}

h5 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.preim {
    border: 1px solid green;
    margin-bottom: 3px;
    width: 100%!important;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #00800020 49.9%, #00800020 60%, rgba(0, 0, 0, 0) 60% ), linear-gradient(45deg, #00800020 10%, rgba(0, 0, 0, 0) 10% );
    background-size: 0.5em 0.5em;
    height: 290px!important;
}

.preim2 {
    border: 1px solid green;
    margin-bottom: 3px;
    width: 100%!important;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 49.9%, #00800020 49.9%, #00800020 60%, rgba(0, 0, 0, 0) 60% ), linear-gradient(135deg, #00800020 10%, rgba(0, 0, 0, 0) 10% );
    background-size: 0.5em 0.5em;
    height: 290px!important;
}

.preimushestva {
width:100%!important;
float: left;
    padding: 10px;
    box-sizing: border-box;
}

.zakazat {
width:100%!important;
float: left;
    padding: 10px;
    box-sizing: border-box;
}

h4 {
font-size:10px;
}

#preloader {
background:#fff!important;
}

.phone-number {
top:60px!important;
}

#status {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -100px;
    background: url(http://kaze.su/images/preloader-green.gif);
    background-repeat: no-repeat;
    background-size: 50%;
}

.pageblock#fullscreen .slider .slide .slidecontent{
	top: 40%;
}
.pageblock#fullscreen .slider .slide .slidecontent h1{
	font-size: 24px;
	margin-top:0;
	line-height: 24px;
margin-top: 75%;
}
.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 13px;
}
.process h5{
	padding-top:0;
	text-align:center;
}
.process p{
	text-align:left;
}
.team-wrap h5{
	padding-top:20px;
	text-align:center;
}
.team-wrap p{
	text-align:center;
}
.subtext-team{
	text-align:center;
}
.social-team{ 
	text-align:center; 
}
.footer h6 {
	text-align:center;
}
.footer p {
	text-align:center;
}
.cl-effect-7 a {
	text-align:center;
}
.padding-left {
	padding-left:0;
}
.border-right-footer{
	border-right:none;
}	
.portfolio-box{
	width: 100%;
}
.blog-wrap li h6{
	text-align:center;
	padding-top:20px;
}
.blog-wrap li p{
	text-align:center;
}
}

@media only screen and (max-width: 319px) {
.pageblock#fullscreen .slider .slide .slidecontent{
	top: 55%;
}
.pageblock#fullscreen .slider .slide .slidecontent h1{
	font-size: 18px;
	margin-top:0;
	line-height: 18px;
}
.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 10px;
}	
.process h5{
	padding-top:0;
	text-align:center;
}
.process p{
	text-align:left;
}
.team-wrap h5{
	padding-top:20px;
	text-align:center;
}
.team-wrap p{
	text-align:center;
}
.subtext-team{
	text-align:center;
}
.social-team{ 
	text-align:center; 
}
.footer h6 {
	text-align:center;
}
.footer p {
	text-align:center;
}
.cl-effect-7 a {
	text-align:center;
}
.padding-left {
	padding-left:0;
}
.border-right-footer{
	border-right:none;
}	
.portfolio-box{
	width: 100%;
}	
.blog-wrap li h6{
	text-align:center;
	padding-top:20px;
}
.blog-wrap li p{
	text-align:center;
}
}








div.row {
	margin-bottom:15px;	/* Нижний отступ */
}

label {
	display:block;
	font-weight:bold;	/* Сделаем их жирными */
	margin-bottom:5px;	/* Нижний отступ от заголовка */
}


select {
	width:100%;		/* Ширина */
	padding:3px 5px;	/* Величина внутренних отступов: сверху/снизу, справа/слева */
}


select:hover {
box-shadow:none!important;
outline: none;
}

select:focus {
box-shadow:none!important;
outline: none;
}

select:active {
box-shadow:none!important;
outline: none;
}

#okno {
        width: 300px;
        height: 50px;
        text-align: center;
        padding: 15px;
        border: 3px solid #0000cc;
        border-radius: 10px;
        color: #0000cc;
        display: none;
      }
      #okno:target {display: block;}

.calc {
width:50%;
}
.card{
  display: flex;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.calc {
width:100%;
}
.card{
  display: block;
}
}























#page-wrap {}

.flavor { margin: 0 0 15px 0; clear: both; overflow: hidden; display: none;}
.flavor img { float: left; margin: 0 15px 0 0;width:100%; }
.flavor p {} 
#flavor-nav { margin: 0 0 15px 0;}
#flavor-nav a { padding: 0px;margin-right: 10px; font-weight: 500;color: #000;}
#flavor-nav a:hover, #flavor-nav a.current { }




















	#wrap{
		display: none;
		opacity: 0.9;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: #f5f5f5;
		z-index: 9999;
		overflow: auto;
	}
	
	#window{
		width: 90%;
		height: 70%;
		margin: auto;
		display: none;
		background: #fff;
		z-index: 9999;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	.close{
		-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    cursor: pointer;
    color: #000;
    z-index: 9999;
    position: fixed;
    border: 1px solid #000;
    border-radius: 50%;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: none;
	}



777777777777777
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;

}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #5e6e8d;
  color: #FFF;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.cd-popup-trigger {
  display: block;
  margin: 3em auto;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    margin: 6em auto;
  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5e3;
  opacity: 0;
  visibility: hidden;
  z-index:9999;
    overflow-y: scroll;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-popup-container {
  position: relative;
  width: 50%;
  margin: 10% auto;
  border-radius: 0;
  text-align: center;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  width: 50%;
  list-style: none;
margin:0 auto;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;

}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: green;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: green;
}
.cd-popup-container .cd-popup-close {
 cursor: pointer;
    color: #000;
    z-index: 9999;
    position: fixed;
    border: 1px solid #000;
    border-radius: 50%;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: none;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
display:none;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 10% auto;
  }
}


#leave {
 position: absolute;
    top: 50px;
    left: 5px;
    border: 1px solid #000000;
    display: none;
    z-index: 9999;
    margin: 15%;
    width: 50%;
    text-align: center;
    padding: 10%;
    background: #fff;
}

#leave.open {
  display: block;
}




 

.sociallinks {clear:both;margin-bottom: 25px;} 
.sociallinks a{text-decoration:none; color:#FFF; width:40px; height:40px; display:inline-block; text-indent:-9999px; }
.sociallinks a.ang_tw{background:url(http://kaze.su/images/tw.png);}
.sociallinks a.ang_fb{background:url(http://kaze.su/images/fb.png);}
.sociallinks a.ang_gp{background:url(http://kaze.su/images/gg.png);}
.sociallinks a.ang_vk{background:url(http://kaze.su/images/vk.png);}
.sociallinks a.ang_lj{background:url(http://kaze.su/images/lj.png);}
.sociallinks a.ang_ok{background:url(http://kaze.su/images/ok.png);}
.sociallinks a.ang_in{background:url(http://kaze.su/images/in.png);}

.sociallinks a.ang_tw:hover{background:url(http://kaze.su/images/tw.png);}
.sociallinks a.ang_fb:hover{background:url(http://kaze.su/images/fb.png);}
.sociallinks a.ang_gp:hover{background:url(http://kaze.su/images/gg.png);}
.sociallinks a.ang_vk:hover{background:url(http://kaze.su/images/vk.png);}
.sociallinks a.ang_lj:hover{background:url(http://kaze.su/images/lj.png);}
.sociallinks a.ang_ok:hover{background:url(http://kaze.su/images/ok.png);}
.sociallinks a.ang_in:hover{background:url(http://kaze.su/images/in.png);}






#pop-up {
  position: fixed; top: 0; bottom: 0; left: 0; right: 0;
  z-index: 1010;
  background: #fff;
  background-size: cover;
}

#pop-up div {
  position: absolute;
    left: 50%;
    top: 80%;
    padding: 3%;
    white-space: pre-wrap;
    line-height: 100%;
    color: #fff;
    background: green;
    cursor: pointer;
    max-width: 300px;
    font-size: 20px;
    margin: 0 0 0 -100px;
}






#page-preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 1010;
}

#page-preloader .spinner {
width: 300px;
height: 300px;
position: absolute;
left: 50%;
top: 50%;
background: url(http://kaze.su/images/al.gif) center center no-repeat;
margin: -150px 0 0 -150px;
}

.preim {
border: 1px solid green;
    margin-bottom: 3px;
width: 100%;
background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #00800020 49.9%, #00800020 60%, rgba(0, 0, 0, 0) 60% ), linear-gradient(45deg, #00800020 10%, rgba(0, 0, 0, 0) 10% );
background-size: 0.5em 0.5em;
height: 220px;
}

.preim2 {
border: 1px solid green;
    margin-bottom: 3px;
width: 100%;
background: linear-gradient(135deg, rgba(0, 0, 0, 0) 49.9%, #00800020 49.9%, #00800020 60%, rgba(0, 0, 0, 0) 60% ), linear-gradient(135deg, #00800020 10%, rgba(0, 0, 0, 0) 10% );
background-size: 0.5em 0.5em;
height: 220px;
}

.preimushestva {
width:50%;
float: left;
    padding: 10px;
    box-sizing: border-box;
}

.zakazat {
width:50%;
float: left;
    padding: 10px;
    box-sizing: border-box;
}






.phone-number {
position: absolute;
    background-size: 160px 53px;
    width: auto;
    left: 50%;
    margin-left: -240px;
    top: 70px;
    z-index: 1002;
    text-align: center;
    color: #000;
    font-weight: 600;
font-family: 'Montserrat', sans-serif;
}

.no-city {
padding:20px;
}