* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
}

ul, li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

body {
	line-height: 1;
}

html, body {
	height: 100%;
}

p,
li {
	-webkit-text-size-adjust: 100%;
}

/*Clearfix*/

.clearfix:before, 
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}