.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-container {
  max-width: 1172px;
  margin-right: auto;
  margin-left: auto;
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}

.top-nav {background:#424242;}
.top-nav .container { color:#fff; text-align:right; font-size:12px;}
.top-nav .container a{ color:#fff;}
.top-nav .container span{ display:inline-block; margin-left:4%; }

.fac{ overflow:hidden;}
.fac ul li{ float:left; display:block; width:300px; list-style:circle !important; }
.fac ul li span{ font-size:18px; font-weight:bold; color:#f00; line-height:20px;}
.fac table tr td{ border:solid 1px #ccc; padding:5px; }

