
*::-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: 88px;
    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;
    /*margin-left: ;*/
}

.auth-button:hover {
background: #083651;
    color: #7ab7d3;




}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


.container-terms {

	background-color: #eee;
    width: auto;
    min-height: 800px;
    height: 100%;
    max-width: 1280;
    margin-bottom: -50px;
    /*margin-top: -17px;*/
position: relative;

}

.terms {

	background-color:transparent;
    width: auto;
    max-width: 726px;
    margin-top: -17px;
position: absolute;
    top: 10%;
    left: 25%;

}

.terms h2 {
	text-align: center;
	text-transform: uppercase;
	color: #7ab7d3;
	letter-spacing: 1;
	font-weight: normal;
	    padding-top: 30px;
    margin-left: -70px;
}

.terms h3 {
	text-align: left;
	padding-left: 7px;
}
.terms p {
	text-align: justify;
	padding-left: 7px;
}



.black_block /*ul li*/ p {
/padding: 5px 25px;
display: block;
border: none;
border-radius: 1px;
 z-index: 10

}

.black_block p {
	text-decoration: none;
	position: relative;
display: block;
	text-align: justify;
	color: #fff;
	
}



/*//////////////////*/

/*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;
    	 

    }
}
input.input-text {
    background: #f2f2f2;
    border: 0 solid #ccc;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 5px;
    float: left;
}





 #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;
}

  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;
}
p {
	font-family: "RobotoLight";
	color: #575756;
	padding: 8px;
    text-align: justify;
}

.left p{
	height: auto;
    /*width: 220px;*/
    background-color: #ddd;
    color: #575756;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 18px;
	font-weight: normal;
	/*position: relative;*/
	margin-top: 5px;
	text-align: center
}



.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-block;
	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;
}










