.clearfix() {
  zoom: 1;

  &:after {
  	content:'\20';
  	display:block;
    font-size:0;
    height:0;
    clear:both;
  }
}