.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.row-container {
	max-width: 1132px;
	margin-right: auto;
	margin-left: auto;
  *zoom: 1;
	/* [disabled]padding: 0 20px; */
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}
