.clearfix {
    height:0;
	font-size:0;
	line-height:0;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}