* {
	box-sizing: border-box;
}
body,ul, li,h1,h2,h3,h4,h5,h6,p  {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
}
img {
	display: block;
	vertical-align: bottom;
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
input, select {
	outline: none;
	border: 0;
}
.pull-left {float: left}
.pull-right {float: right}
.clearfix:after ,
.center-list:after {
	content: "";
	display: block;
	clear: both;
}
.relative {position: relative}
ul.clearfix > li {float: left}
.center-list > * {
	float: left;
	position: relative;
	left: 50%;
}
.center-list > * > * {
	float: left;
	position: relative;
	right: 50%;
}