/* Utilities */
/* ---------------------------------------------------- */
.float-seperator {
	height: 0;
	line-height: 0;
	float: none !important;
	clear: both;
	display: block !important;
	font-size: 0;
	border: 0;
}

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

