/* START CLEARING */
	/* http://www.positioniseverything.net/easyclearing.html */
	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		.clearfix { display: inline-table; }
		/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
		.clearfix { display: block; }
		/* End hide from IE-mac */
	
	.clearing { clear: both; height: 0; font-size: 0.01em; background: transparent; z-index: -1000; }
		.clearing img { width: 99%; height: 1px; border: none; }
/* END CLEARING */