@charset "utf-8";
/* CSS Document */

html, body, div, span,  object, h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, small, strike, strong, b, u, i, dl, dt, dd, ol, ul, li,
form, label, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #000;
       

}  



body {
	line-height: 1;
}  
ol, ul {  
  list-style: none;  
}  
blockquote, q {  
  quotes: none;  
}  

 a {
color:inherit;
text-decoration: none;
	}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.stop {
clear: both;
}