
*::-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 {
	
}
html, body  {
	font-family: "RobotoRegular", sans-serif;
	font-size: 12px;
	min-width: 320px;
	position: relative;
padding-top: 10px;

	margin: 0 auto;
}
body {

	background-color: #fff;

}
/*.container_banner {
	margin: 0;
	padding: 0;
}*/


header{
	background-color: #fff;
	width: 100%;
	height: 89px;
display: inline-block;
	padding: 0;
	position: fixed;
	margin-top: -20px;
	z-index: 200;	
}

.logo {
padding-left: 10px;
padding-top: 5px;
float: left;
}

.banner-block {
    background: url("../img/banner.svg") 50% 50%  no-repeat;
    position: fixed;
    top: 87px;
    width: 110%;
    margin-left: -56px;
    height: 86px;
    background-color: transparent;
      background-size: cover;
    z-index:170;
}
.main-mnu {
	background-color: #fff;
	color: #fff;
	margin-bottom: 20px;
float: right;
padding-top: 25px;
    padding-right: 110px;
text-align: center;

}
.main-mnu ul li a {
 color: #083651;
padding: 5px 25px;
display: block;
border: none;
border-radius: 1px;
 z-index: 10;
}
.main-mnu a:hover{
	background: #083651;
    color: #7ab7d3;

}
.main-mnu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	
}
.main-mnu ul li {
	display: inline-block;
	position: relative;

}
.main-mnu .dropdown {
	position: absolute;
	top: 100%;
	width:inherit;
	z-index: 3;
	display: none;

}
.main-mnu li:hover .dropdown {
	display: block;
}
.main-mnu .dropdown li {
	width: 100%;
	text-align: justify;
	line-height: 20px;
	height: 30px;
}
.main-mnu .dropdown li a{
 background-color: #083651;
 color:#fff;
 padding:7px 9px;
 text-align: center;
}
.main-mnu .dropdown li a:hover {
	color: #7ab7d3;
}

button {
    display: block;
    border-radius: 2px;
    max-width: 230px;
    width: auto;
    height: 27px;
    cursor:pointer;
}

button.auth-button{
background-color: transparent;
 color: #083651;
padding: 8px 9px;
line-height: 8px;
display: block;
border: none;
border-radius: 1px;
 z-index: 10;
}

.auth-button:hover {
background: #083651;
    color: #7ab7d3;

}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
button.btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #083651; 
    padding: 8px 15px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
    border-radius: 4px;
    opacity: 1;
    margin-top: 25px;
    margin-left: 15px;
    clear: both;
    -webkit-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}
.section_hp {
min-height:100%;
}
.section_hp {
	/*position: relative;
	width: 100%;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

} 


/*.button-green {
	display: block;
	border-radius: 4px;
	width: auto;
	background-color: rgba(45,171,74,0.8);
	color: #fff;
	position: absolute;
bottom: 45%;
	left: 40%;
	padding: 5px;
	
}
.button-black {
	display: block;
	border-radius: 4px;
	width: auto;
	background-color: rgba(0,32,51,0.8);
	position: absolute;
	color: #fff;
bottom: 70%;
	left: 25%;
	padding: 5px;
	
}
.button-brown {
	display: block;
	border-radius: 4px;
	width: auto;
	background-color: rgba(238,135,102,0.8);
	position: absolute;
	color: #fff;
bottom: 58%;
	left: 32%;
	padding: 5px;
	
}*/
h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px;

}
h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: regular;
	letter-spacing: 2px;
}
.story {
    display: block;
    position: relative;
    margin:10% 25%;
  
    
}
.story p {
    padding: 10px 20px;
    text-align: left;
    font-size: 1.3em;
    max-width: 1200px;
    min-height: 300px;
    /*position: absolute;*/
    margin-top: 115px;
    border-radius: 2px;
    left: 25%;
    /* width: auto; */
    /* height: auto; */
    background-color: rgba(184, 208, 222, 0.8);
}
/*//////////////////*/

/*form*/
/*////////////////////*/
    #customer_login {
    display: block;
    left:250px;
    top: 200px;

}
    .customer_login_inside_black {
    	height: auto;
    position: absolute;
    z-index: 992;

    	background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 270px;
    	background-color: rgb(184, 208, 222);
    	padding: 15px;
    	  border-radius: 4px;
    	    height: auto;
    	       display: none;

    }
    form {
    	display: block;
    	text-align: center;

    }

#customer_login label {
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
   
}
label {
       cursor: default;
    	 text-align: left;
    
}
/*//////////////////*/

/*form-black*/
/*////////////////////*/
input.input-text {
    background: #f2f2f2;
    border: 0 solid #ccc;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 5px;
    float: left;
}
button#submit_con {
    border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #fff;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e07d54+9,c1382d+47,b51112+87 */
background: rgb(224,125,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,125,84,1) 9%, rgba(193,56,45,1) 47%, rgba(181,17,18,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(224,125,84,1)), color-stop(47%,rgba(193,56,45,1)), color-stop(87%,rgba(181,17,18,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07d54', endColorstr='#b51112',GradientType=0 ); /* IE6-9 */
 width: 100%;
 margin-top: 20px;
height: 20px; 
}
input {
    width: 90%;
}

form {
	display: block;
    text-align: center;
   /* margin: 10px 0px 20px;*/
}

input,
textarea {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px inset, rgb(245, 245, 246) -1px -1px 0px 0px, rgb(245, 245, 246) 1px 1px 0px 0px, rgb(245, 245, 246) 1px 0px 0px 0px, rgb(245, 245, 246) 0px 1px 0px 0px, rgb(245, 245, 246) 1px -1px 0px 0px, rgb(245, 245, 246) -1px 1px 0px 0px;
    color: rgb(84, 86, 88);
    padding-left:0;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 3px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}


/*
a:hover {
    color: rgb(179, 13, 16);
}*/
/*//////////////////*/

/*form*/
/*////////////////////*/

 #customer_login_black {
   /* display: block;*/
    right:10px;
    top: 5px;
}
body #customer_login_black {
 height: auto;
 position: fixed;
 z-index: 1006;
 top: 10%;
   
}
#customer_login_black.customer_login_container_black {
    /*background-image: url(backgrounds/shadow.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 270px;
    height: 207px;


    }
    .customer_login_inside_black {
    	background-color: rgba(0,0,0,0.6);
    	padding: 15px;
    	  border-radius: 2px;
    	    height: auto;
    	    width: 270px;
    position: absolute;
    right: 0px;
    }
    form {
    	display: block;
    	text-align: center;

    }

#customer_login_black label {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
      cursor: default;
    	 text-align: left;
   
}
label {
     /*  cursor: default;
    	 text-align: left;*/
    	 padding-right: 

    
}
input.input-text {
    background: #f2f2f2;
    border: 0 solid #ccc;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 5px;
    float: left;
}
/*#submit_con_brown {
	 background-color: rgba(81, 117, 95,0,7);
}*/
button#submit_con_brown {
	 background-color: rgba(181, 125, 107, 1);
    border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #fff;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 90%;
    margin-top: 20px;
    margin-left: 13px;
    height: 20px;
  
}
input {
    width: 90%;
}

form {
	display: block;
    text-align: center;
   /* margin: 10px 0px 20px;*/
}

input,
textarea {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px inset, rgb(245, 245, 246) -1px -1px 0px 0px, rgb(245, 245, 246) 1px 1px 0px 0px, rgb(245, 245, 246) 1px 0px 0px 0px, rgb(245, 245, 246) 0px 1px 0px 0px, rgb(245, 245, 246) 1px -1px 0px 0px, rgb(245, 245, 246) -1px 1px 0px 0px;
    color: rgb(84, 86, 88, 0.6);
    padding-left:0;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 3px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}

#reg {
    height: 40px;
    position: relative;
    
}
.pull-left {
    display: block;
    position: absolute;
    top: 5px;
        left: 10px;
    bottom: 5px;
}
.pull-right {
    display: block;
    position: absolute;
    right:11px;
    top: 5px;
    bottom: 5px;
}
.pull-left p {
font-size: 12px;
    color: #fefefe;
}
.pull-right p {
    font: 12px;
    color: #fefefe;
}

.container {
    position: absolute;
    top: 15%;
    left: 12%;
    /*background-color:rgba(190, 213, 233, 0.9);*/
      z-index: 1;
width: auto;
    max-width: 1100px;
    display: none;
}
.service_item {
    margin: -10px;
    padding: 0;
}
figure {
background-color:rgba(247, 246, 245, 0.9);
margin: 20px 20px;
    padding: 0px 8px;
    border-radius: 2px;
    max-width: 200px;

}
/*figure img:hover {


}*/
figure img {
      margin: 9px 0;
      background-color: #fff;
        border:2px solid #ddd;
    overflow: hidden;
    width: 100%;
      max-width: 200px;
      height: auto;
      max-height: 165px;

}

figcaption {

   text-align: left;
    text-transform: uppercase;
    font-size:18px;
    color: #7ab7d3;
    padding: 5px; 
}
/*figure img:hover {
-webkit-box-shadow: 0 3px 16px rgba(0,0,0,.30); 
            -moz-box-shadow: 0 3px 16px rgba(0,0,0,.30); 
            -webkit-transform: rotate(-2deg); 
            -webkit-transition: -webkit-transform .15s linear; 
            -moz-transform: rotate(-2deg);

}*/


















/*/////////////////*/
/*form black end*/
/*/////////////////*/

.footer-container {

        position: fixed;
    bottom: 0px;
    left: 0;
    min-width: 320px;
    width: 100%;
    padding-left: 0
    padding-right: 60px;
    background-color: black;
    
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-left: 0px;
    margin-right: -60px;
       z-index: 100000;
}
address {
	display: inline;
	color: #fff;
	position: absolute;
	top: 33%;
	left:5%;

}
.footer-mnu {
   background-color: transparent;
   padding:0;
   list-style-type: none;
display: inline-block;
position: relative;
left:60%;
top: 45%;

}

.footer-mnu li {
list-style-type: none;
	float: left;
	position: relative;
	}
.footer-mnu li a {
 color: #fff;
padding: 5px 25px;
display: inline-block;
border: none;
border-radius: 3px;
}
.footer-mnu li a:hover{
	background: #fff;
    color: #000;
}










