@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700);

body {
    background: #FFFFFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
header {
	width: 100%;
	height: 100px;
	line-height: 99px;
	background: url(../images/header-bg.png) no-repeat center top;
	position: fixed;
	top: 0px;
	transition: all 0.4s ease;
	z-index: 9999;
	
}
header #logo img {max-width: 100%;}
header #phone {
	font-size: 21px;
}
header.sticky {
	height:80px;
	line-height:79px;
}
header.sticky a {
	height:80px;
	line-height:79px;
	line-height: 75px;
}
nav ul {
	padding: 0; 
	margin: 0;
	text-align:right;
}
nav li {
	display: inline-block;
	margin-left: 20px;
}
nav li a {
	color:#30342C;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 3px solid rgba(0,0,0,0);
	font-size: 13px;
	text-transform: uppercase;
	line-height: 95px;
}
nav li a:hover {
	color:#30342C;
	text-decoration: none;
	border-bottom: 3px solid #008ad2;
}
/*
 * intor
 */
#intro {
	background-size: contain;
	height: 760px;;
	max-height:760px;
	margin-top: 100px;
	padding: 60px 0 40px 0;
}
#intro h1 {
	font-size: 60px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.2em;
}
#intro h1 span {
	display: block;
	font-size: 36px;
	line-height: 1.2em;
}
/*
 * about
 */

 #about {
 	background-color: #C4C7C8;
 	padding: 60px 0;
 }
 #about h2 {
 	
 }
 #about .content-wrapper .content {
 	background: #EFF0F3 url(../images/about-wrapper-bg.png) no-repeat left top;
 	padding: 50px 30% 50px 40px;
 	position:relative;
 }
 #about .content-wrapper img {
  	position: absolute;
  	right: -40px;
  	bottom: -45px;
 }
  
 /*
 * products
 */ 
#products {
	padding: 60px 0;
}
#products h2 {
	color: #008BD3;
}
#products .box {
	margin-bottom: 20px;
	position: relative;
	overflow:hidden;
}
#products .box img {
	width: 100%;
}
#products .box .caption {
	position:absolute;
	left: -250%;
	top: 0%;
	height: 100%;
	width: 400%;
	background:rgba(0,139,211,0.7);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
#products .box:hover .caption {
	top: -10%;
}
#products .box .title {
	position:absolute;
	bottom:0;
	left: 0;
	width: 70%;
	padding: 0 0 20px 20px;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.2em;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
#products .box:hover .title {
	bottom: 30px;
}
/* rekviziti */
#rekviziti {
	background: url(../images/rekvizit-bg.jpg) no-repeat bottom center;
	background-size:cover;
	color: #FFFFFF;
}
#rekviziti .wrapper {
	background: rgba(66,68,72,0.7);
	padding: 60px 0;
}
#rekviziti .download {
	margin-top: 60px;
}
#rekviziti a {
	color: #d0d0d0;
	text-decoration: none;
	display:block;
	text-align:center;
}
#rekviziti a i {
	display: block;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	margin-bottom: 15px;
	transform: scale(1.3, 1.3);
}
#rekviziti a:hover i {
	transform: scale(1.5, 1.5);
}
#rekviziti  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*
 * contacts
 */
#contacts {
	padding: 40px 0 0 0;
}
#contacts .content {
	padding: 40px 0;
	background: #1184B7;
	color: #FFFFFF;
}

#contacts address p {
	font-style: normal;
	font-size: 18px;
	margin-bottom :1em;
	overflow: hidden;
	padding-left: 30px;
}
#contacts address p i {
	float: left;
	margin-left: -30px;
	top:6px;
	position: relative;
}
#contacts address a {
	color: #FFFFFF;
}
#contacts .ajax-form input, .ajax-form button {
	border-radius: 0;
}
#contacts .ajax-form textarea {
	height: 150px;
	border-radius: 0;
}
#contacts .btn-primary {
    color: #204d74;
    background-color: #A6E9FF;
    border-color: #A6E9FF;
    font-size: 18px;
    padding: 12px 20px;
}

#contacts .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #A6E9FF;
    border-color: #A6E9FF
}

#contacts .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
#map {
	height: 400px;
}
/*
 *  footer
 */
footer {
	background: #343D42;
	color:#C4C7C8;
	padding: 20px 0;
}
footer .phone {
	text-align: center;
}
footer .email {
	text-align: right;
}
/* elements */
h2 {
	font-size: 60px;
	margin-top: 0;
	font-weight:400;
	text-transform: uppercase;
}
.margin-top30 {
    margin-top: 30px;
}
.text-center {
    text-align: center;
}
