*::-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;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
* {
  margin: 0;
  padding: 0;
}
html, body {
    height: 100%;
}
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: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular", sans-serif;
	font-family: 'DINPro';
	overflow-x: hidden;
	color:  #5c5c5d;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}

header, .main-wrapper, footer{
	position:relative;
}
.w-block{
    margin-bottom: 50px;
}
.w-block.index-image-container
{
    width: 100%;
    height: 100%;
}
.index-image
{
    background-image: url(../img/carwash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 36%;
}
.h-block-container, .w-block-container, .f-block-container{
    max-width: 1600px;
    /*min-width: 1280px;*/
    padding-left: 1%;
    padding-right: 1%;
    margin: 0 auto;
    overflow: hidden;
    /*position: relative;*/
}
.dinpro-medium{
	font-family: 'DINPro-Medium';
}
.dinpro-light{
	font-family: 'DINPro-Light';
}
.dinpro-black{
	font-family: 'DINPro-Black';
}
/* CSS UP Button
============================================================================= */
/*Wrapper
----------------------------------------------------------------------------- */
#up-button {
    right: 32px;
    z-index: 1000;
    bottom: -64px;
    position: fixed;
    text-align: center;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s linear;
       -moz-transition: all 0.30s linear;
         -o-transition: all 0.30s linear;
            transition: all 0.30s linear;
}
#up-button.correct-position { bottom: 32px; }

/* Link
-------------------------------------------------------------------------- */
#up-button a {
    width: 48px;
    height: 48px;
    display: block;
    color: #515151;
    font-size: 24px;
    overflow: hidden;
    line-height: 48px;
    border-radius: 50%;
    outline: none !important;
    opacity: 0.7;
    background-color: #ffffff;

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
#up-button a:hover {
    color: #ffffff;
    background-color: #ff7e00;
	background: -webkit-linear-gradient(top, rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%);
	background: linear-gradient(to bottom, rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%);
    opacity: 1;
}
a{
    text-decoration: none;
    color: #c84937;
}
a:hover{
    color: #d74e3b;
}
input[type=text]{
	-webkit-appearance:none;
}
img{
    max-width: 100%;
	vertical-align:top;
}
img.img{
    width: auto!important;
}
ul,menu{
    margin: 0;
    padding: 0;
    -webkit-margin-before:0;
}
.icon{
    color:  rgb(237,122,0);
}
.side-menu, .h-row-1, .howwework, .develop_site{
    background: url(../img/bg2.png) repeat;
    /*background-size: cover;*/
}
.h-row-1{
	background: url(../img/background.png) no-repeat;
	background-size: cover;
}
/*.side-menu{
	background: url(../img/background-vert.png); 
}*/
	
/* buttons */
.button{
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor:pointer;
}
.button span, input[type=submit].button {
    font-size: 17px;
    -webkit-appearance: none;
}
input[type=submit].button {
	display:block;
	padding:0;
}
.white-transparent-button{    
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    background-color: transparent;
}
.white-transparent-button:hover, .wwhite-transparent-button:focus{
    background-color: #e05206;
    border-color: #000;
} 
.white-transparent-button:active{
    background-color: #e05206;
}
.white-transparent-button span, input[type=submit].white-transparent-button{    
    color: #fff;
}
.white-transparent-button:hover span, .white-transparent-button:focus span, .white-transparent-button:active span{    
    color: #000;     
}
.orange-transparent-button{    
    border-width: 1px;
    border-color: #e05206;
    border-style: solid;
    background-color: transparent;
}
.orange-transparent-button:hover, .orange-transparent-button:focus{
    background-color: #e05206;
    border-color: #fff;
} 
.orange-transparent-button:active{
    background-color: #fff;
}
.orange-transparent-button span{    
    color: #e05206;
}

.orange-transparent-button svg{
    fill:rgb(223,81,5);
}
.orange-transparent-button:hover span, .orange-transparent-button:focus span, .orange-transparent-button:active span{    
    color: #fff;     
}
.orange-transparent-button:hover svg{
    fill:#fff;
}
.online-record-button{
    background-color: #393939;
    background: url(../img/record-button.png) center center no-repeat;
    /*background-size: cover;*/
    border:0;
    outline: 0;
}
/*.online-record-button:hover, .online-record-button:focus{
    background-color: #e05206;
    border-color: #fff;
} 
.online-record-button:active{
    background-color: #fff;
}*/
.online-record-button .span{    
    display: inline-block;
    vertical-align: top;
}
/*.online-record-button:hover span, .online-record-button:focus span, .online-record-button:active span{    
    color: #fff;     
}*/
.button-size-1{
    width: 200px;
    height: 40px;
    margin: 0 auto;
}
.button-size-1 span{
    line-height: 40px;
    font-size: 14.9px;
}
.button-size-2{
    width: 160px;
    height: 40px;
    margin: 0 auto;
}
.button-size-2 span{
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
}
.button-size-3{
    width: 220px;
    height: 50px;
    margin: 0 auto;
}
.button-size-4{
    min-width: 410px;
    height: 47px;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.button-size-4 .span{
    float: left;
}
.button-size-4-i{
    position: relative;
    height: 47px;
    width: 30%;
}
.button-size-4-1, .button-size-4-2{
    line-height: 44px;
    font-size: 14px;
	font-family: 'DINPro-Black';
    text-transform: uppercase;
    margin-right: 1%;
}
.button-size-4-1{
    color:  #ee7500;
}
.button-size-4-2{
    color:  #dbdbdf;
}
.button-size-5{
    width: 228px;
    height: 33px;
    margin: 0 auto;
}
.button-size-5-i{
    width: 30%;
    position: relative;
    height: 33px;
}
.button-size-5-1, .button-size-5-2{
    line-height: 33px;
    font-size: 14px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    margin-right: 5%;
}
.button-size-5-2{
    color:  #dbdbdf;
}
.button-size-6{
    width: 220px;
    height: 36px;
    margin: 0 auto;
}
.button-size-6 span{
    line-height: 36px;
    font-size: 17px;
    font-weight: 700;
}
.button-size-6 svg{
    vertical-align: middle;
}
.button-size-7, .button-size-8{
    width: 220px;
    height: 36px;
}
.button-size-7{
    position: absolute;
    top: 39px;
    left: 1%;
}
.button-size-7 span, .button-size-8 span{
    line-height: 36px;
    font-size: 17px;
    font-weight: 700;
}
.button-size-7 svg, .button-size-8 svg{
    vertical-align: middle;
}
/* buttons */
@supports(-webkit-background-clip:text){
    .icon, .gradient-text {
    background: -webkit-linear-gradient(top,  rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,122,0,1) 0%,rgba(227,65,0,1) 100%); 
    -webkit-background-clip: text;
    color: transparent;
    }
}

.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}