/*   
Theme Name: hydromaks
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/

@font-face
{
	font-family: '__Roboto Condensed_3';
	src: url('/wp-content/themes/hydromaks/fonts/robotocondensed-regular.eot');
	src: local('url'), url('/wp-content/themes/hydromaks/fonts/robotocondensed-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto Condensed Light_3';
	src: url('/wp-content/themes/hydromaks/fonts/robotocondensed-light.eot');
	src: local('url'), url('/wp-content/themes/hydromaks/fonts/robotocondensed-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face
{
	font-family: '__Imperial One_5';
	src: url('/wp-content/themes/hydromaks/fonts/imperial_web.eot');
	src: local('url'), url('/wp-content/themes/hydromaks/fonts/imperial_web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
a,
a:link,
a:visited{
	color:#0071c2;
}
header{
	background-image:url(/wp-content/themes/hydromaks/images/101291831.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:650px;
	position:relative;
}
header .header-shadow{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,0.6);
}
#logo-about,
#logo-footer,
#logo{
    line-height: 48px;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    font-family: '__Imperial One_5';
    font-weight: 400;
	width:350px;
	margin:0 auto;
	position:relative;
	z-index: 2;
	margin-top: 30px;
}
#logo-footer{
    line-height: 48px;
    font-size: 30px;
}
#logo-about{
    line-height: 48px;
    font-size: 25px;
    color: #333;
    width: 100%;
    position: absolute;
    left: 0;
    top: -20px;
}
#logo-about:after,
#logo-footer:after,
#logo:after{
	content:"";
	width:76px;
	height:68px;
	position:absolute;
	background-image:url(/wp-content/themes/hydromaks/images/logo.png);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
    left: 136px;
    top: -9px;
    z-index: -1;
}
#logo-footer:after{
    width: 50px;
    height: 50px;
    left: 149px;
    top: -1px;
}
#logo-about:after{
    width: 42px;
    height: 42px;
    left: 73px;
    top: 3px;
}

header .index-header-text{
	margin-top:100px;
}
header .index-header-text .big{
	font-family: "__Roboto Condensed_3";
	font-size:59px;
	color:#fff;
	line-height:1;
	font-weight:400;
	margin-bottom:30px;
}
header .index-header-text .little{
	line-height:1;
	font-family:"__Roboto Condensed Light_3";
	font-size: 26px;
	font-weight:300;
	color:#BABABA;
}
.menu-row {
	background-color:#fff;
	margin-top:160px;
	position:relative;
}
.menu-row .menu-container .phone{
	font-size: 29px;
    line-height: 35px;
    color: #333333;
	text-decoration: none;
	font-weight:300;
}
.menu-row .menu-container .email{
    font-size: 16px;
    line-height: 19px;
    padding-top: 3px;
    color: #0071BC;
	text-decoration: none;
	font-weight:300;
}
.menu-row .menu-container .menu a{
    height: 60px;
    line-height: 60px;
    margin: 0px;
	float:right;
	display:block;
	line-height: 56px;
    font-size: 20px;
    text-align: center;
    color: #333333;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 5px;
}
.menu-row .menu-container .top-menu li{
	float:right;
}
.menu-row .menu-container .top-menu li a{
    height: 60px;
    line-height: 60px;
    margin: 0px;
	/* float:right; */
	display:block;
	line-height: 56px;
    font-size: 20px;
    text-align: center;
    color: #333333;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 5px;
}
#promo{
	
}
.subtitle,
#promo-text{
    line-height: 31px;
    font-size: 26px;
    text-align: center;
    color: #0071BC;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
	margin-top:20px;
	margin-bottom:30px;
}
h1,
.title,
#promo .title{
    min-height: 65px;
    line-height: 54px;
    font-size: 45px;
    text-align: center;
    color: #333333;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
    position: relative;
	margin-top:40px;
}
#promo .promo-items{
	background-color: #d6d6d6;
	padding: 20px;
}
#promo .promo-items .item{
	margin-bottom:20px;
	text-decoration:none;
	color: #333333;
}
#promo .promo-items .item:hover{
	text-decoration:underline;
}
#promo .promo-items .item .img{
    width: 150px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: 150px 100px; */
    background-size: contain;
    border-radius: 50%;
    margin: 0 auto;
	background-color: #fff;
}
#promo .promo-items .item .text{
    line-height: 25px;
    font-size: 21px;
    text-align: center;
    color: #333333;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
	margin-top:10px;
}
#promo .check{
    line-height: 31px;
    font-size: 26px;
    text-align: center;
    color: #333333;
    font-family: '__Roboto Condensed_3';
    font-weight: 400;
}
#promo .check span{ 
    line-height: 84px;
    font-size: 70px;
    text-align: center;
    color: #0071BC;
    font-family: '__Imperial One_5';
    font-weight: 400;
}
@keyframes moving {
    100% {transform: rotate(-360deg);}
}
@keyframes movingL {
    100% {transform: rotate(360deg);}
}
#spheres .roliki{
	position:relative;
	height:95px;
}
#spheres .roliki .clip_frame1 {
    z-index: 152;
    width: 69px;
    height: 64px;
    background-color: transparent;
	animation: moving 3s infinite linear;
    transform-origin: 34px 31px;
	left: 50%;
	position: absolute;
	margin-left: -35px;
	top:20px;
}
#spheres .roliki .clip_frame2,
#spheres .roliki .clip_frame3 {
    z-index: 152;
    width: 51px;
    height: 48px;
    background-color: transparent;
	animation: movingL 3s infinite linear;
    transform-origin: 25px 24px;
	left: 50%;
	position: absolute;
	top:0;
}
#spheres .roliki .clip_frame2{ 
    margin-left: 18px;
    top: 10px;
}
#spheres .roliki .clip_frame3{ 
    margin-left: -70px;
    top: 10px;
}
#spheres .spheres-block .sphere-item{
	margin-bottom: 40px;
	text-decoration: none;
}
#spheres .spheres-block .sphere-item .block{
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#spheres .spheres-block .sphere-item .block .shadow{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
}
#spheres .spheres-block .sphere-item:hover .block .shadow{
	background-color:rgba(0,0,0,0.3);
}
#spheres .spheres-block .sphere-item .block span{
    z-index: 2;
    line-height: 28px;
    font-size: 23px;
    text-align: center;
    color: #FFFFFF;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
    position: relative;
    top: 80px;
	padding: 0 20px;
	display:block;
	
}



footer .blue{
	background-color: #0071BC;
	height: 10px;
}
footer .footer{
	background-color:#333333;
	height: 100px;
}

#map{
    height: 400px;
	/* background-image:url(/wp-content/themes/hydromaks/images/screenshot_3.jpg); */
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#zayavka{
	position:relative;
	background-image:url(/wp-content/themes/hydromaks/images/1348005126_mebel-dlya-rukovoditelya.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;	
}
#zayavka .container,
#zayavka .form-block{
	z-index:2;
	position: relative;
}
#zayavka .shadow{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	
}
#zayavka .title{
	color:#fff;
}
#zayavka .subtitle{
	color:#BABABA;
}
#zayavka form{
	background-color:rgba(255,255,255,0.6);
}
#zayavka .form-block .form-title{
    line-height: 48px;
    font-size: 40px;
    text-align: center;
    color: #0071BC;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
    position: relative;
	margin: 20px 0;
}
#zayavka .form-block input[type="text"]{
    height: 50px;
    font-size: 22px;
    font-weight: 300;
    font-family: '__Roboto Condensed Light_3';
    margin: 10px 0;
}
#zayavka .form-block input[type="submit"]{
    background-color: #0071bc;
    color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    margin: 20px 0 40px;
    font-size: 22px;
    font-family: '__Roboto Condensed Light_3';
}
.wpcf7-response-output{
	text-align:center;
}
#trust .title{
	background-color:#fff;
	z-index:2;
}
#trust .trust-block{
    margin-bottom: 80px;
    border: 3px #0071BC solid;
    top: -20px;
    position: relative;
    padding-top: 40px;
    z-index: 1;
}
#trust .trust-block .trust-item a{
    display: block;
    width: 80%;
    height: 100px;
    background-color: #fff;
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    top: 50px;
    position: relative;
}

#trust .trust-images{
	margin-bottom: 40px;
}
#trust .trust-images .item a{
    display: block;
    width: 80%;
    height: 280px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
}

#about{
	padding-bottom: 80px;
}
#about .title{
	margin-bottom:40px;
}
#about .center-block p{
    line-height: 25px;
    font-size: 21px;
    text-align: center;
    color: #333333;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
    position: relative;
	margin-bottom:20px;
}
#about .slider .block{
	height:300px;
	background-size:cover;
}
#about .slider .shadow{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(0,0,0,0.6);
}
#about .slider span{
    z-index: 2;
    line-height: 28px;
    font-size: 23px;
    text-align: center;
    color: #FFFFFF;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
    position: relative;
    top: 80px;
	padding: 0 20px;
	display:block;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
.bx-wrapper .bx-pager{
	bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    border-color: #6B6B6B !important;
    background-color: #fff !important;
    width: 20px !important;
    height: 20px !important;
	border-radius:50% !important;
	
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color: #0071BC !important;
}
#about p,
#about .bx-wrapper{
	z-index:2;
}
#about .center-block{
	position: relative;
	z-index: 1;
}
#about .center-block .slide-left{
    background-image: url(/wp-content/themes/hydromaks/images/72245c6a4a4727e7c34d8c54eba6ea1d.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 377px;
    height: 247px;
    position: absolute;
    left: -190px;
    bottom: -20px;
	z-index:1;
}
#about .center-block .slide-right{
    background-image: url(/wp-content/themes/hydromaks/images/hose-31.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 155px;
    height: 232px;
    position: absolute;
    right: -100px;
    top: 30px;
	z-index:1;
}

article{
	padding: 0px 0 80px;
    line-height: 25px;
    font-size: 21px;
    color: #333333;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
}
article h1{
	text-align: left;
}
header.header-inner{
	height: 350px;
}
header.header-inner #logo{
	margin-top: 10px;
    display: block;
    text-decoration: none;
}
header.header-inner .index-header-text{
	margin-top: 40px;
}
header.header-inner .index-header-text .big{
	margin-bottom: 20px;
}
header.header-inner .menu-row{
	margin-top: 40px;
}
.post-loop{
    text-align: center;
	margin-bottom:40px;
	padding-bottom:20px;
	text-decoration:none !important; 
}
.post-loop h2{
    line-height: 31px;
    font-size: 26px;
    text-align: center;
    color: #0071BC;
    font-family: '__Roboto Condensed Light_3';
    font-weight: 300;
	margin-bottom:20px;
}
.post-loop h2{
	color: #0071BC;
	text-decoration:none;
}
.post-loop:hover h2{
	color: #333;
}
.h1_title{
	margin-bottom:40px;
}
.back{
	margin-top:40px;
    margin-bottom: 40px;
    display: block;
    font-size: 18px;
    color: #0071c2;
    text-decoration: none;
}
.back:hover{
	color:#333;
}

.breadcrumbs{
	padding: 20px 0;
}
.breadcrumbs span{
	font-size: 14px;
}

