/*clearfix*/
#container .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container .clearfix {display: inline-block; clear:both; overflow:hidden;}
#container * html .clearfix {height: 1%;}
#container .clearfix {display: block;}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */