@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	}

 h1, h2, h3, h4, h5, h6{
	 text-decoration:none;
	 font-weight:normal;
	 line-height:normal;
	 margin:0;
}
a
{
	 text-decoration:none;
}
h1
{
	font-size: 40px;
}
h2
{
	font-size: 30px;
}
h3
{
	font-size: 28px;
}
h4
{
	font-size: 22px;
}
h5{
	font-size: 19px;
}
h6{
	font-size: 16px;
}
p
{
	font-size:15px;
}
img
{
	border: none;
	max-width:100%;
}
ul, li {
    line-height: 28px;
    margin: 0 0 0 20px;
}
.container, .container1
{
	width:1050px;
	margin: 0 auto;
}
.container:before, .container:after, header:before, header:after, footer :before, footer :after, about-us:before, .about-us:after, .bnnrwht:before, .bnnrwht:after
{ 
   content:'';
   display:table;
}
.container:after, header:after, footer :after, .about-us:after, .bnnrwht:after{
	  clear:both;
	}
body {
	font-size:14px;
	font-family: 'LatoRegular';
}

.row
 {
	 width: 100%;
	 clear:both;
	 position:relative;
}

form div {
    clear: none;
    margin-bottom: 0;
    padding:0;
    vertical-align: text-top;
}
