/* CLEARFIX START
----------------------------------------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/* CLEARFIX END
----------------------------------------------------------------------------------------------------*/
/* CLEARFIX (.cf) START
----------------------------------------------------------------------------------------------------*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cf {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* close commented backslash hack */
/* CLEARFIX (.cf) END
----------------------------------------------------------------------------------------------------*/
