/* Global ================================================== */
*{
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	box-sizing: border-box;
	outline: none !important;
}
html,
body{
	height: 100%;
}
body{
	background: #fff;
	font-size: 62.5%;
}
::selection {
 	background: #eee;
	color: inherit;
}
::-moz-selection {
 	background: #eee;
	color: inherit;
}
img{
	border: 0;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */