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


body{
    background: #ffffff;
    color:#000000;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 19px;
    font-family:pragmat,sans-serif;
    color:#000;
    font-weight: 100;

}

a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.4;
	margin:0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}


.fixWidth{
    width:1440px;
    margin:0 auto;
}


















