@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;
	 background:none !important;
	 margin:0;
}

a
{
	 text-decoration:none;
}

h1
{
	font-size: 35px;

}

h2
{
	font-size: 32px;
}
h3
{
	font-size: 28px;
	
}
h4
{
	font-size: 22px;
	
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
	
}



p
{
	font-size:13px;
	font-family: 'Open Sans';
  	font-style: normal;
}
span{
	font-size: 14px;
}


img
{
	border: none;
	max-width:100%;
}

ul, li {
    margin: 0 ;
}

.container
{
	width:1170px;
	margin: 0 auto;
}

.container:before, .container:after
{ 
   content:'';
   display:table;
}
.container:after,{
	  clear:both;
	}
	


body {
	font-size:14px;
	color:#ffffff;
	font-family: 'Open Sans';
  	font-style: normal;
}

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

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

