.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.menu {
  list-style-type: none;
  margin: 0;
  background: #d30201;
         background: -moz-linear-gradient(top, #d30201 0%, #b80201 100%);
         background: -webkit-linear-gradient(top, #d30201 0%,#b80201 100%);
         background: linear-gradient(to bottom, #d30201 0%,#b80201 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30201', endColorstr='#b80201',GradientType=0 );
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}

.js .menu {
  height: 54px;
  overflow: hidden;
}

.menu > li {
  margin: 0 0 0 1.5em;
  float: left;
  height: 54px;
  line-height: 44px;
}

.menu > li:first-child {
  margin-left: 0;
}

.menu a {
  display: block;
  text-decoration: none;
  padding: .25em .25em .25em .25em;
  height: 54px;
  color: #ffffff;
  font-family: 'Quantico', sans-serif;
  font-weight: 700;
}

.menu a:hover {
  background-color: #a10201;
  color: #fff;
}

.flex-multi {
  float: left;
  width: 45%;
  margin-bottom: 100px;
}

.flex-multi + .flex-multi {
  float: right;
}

.clear {
  clear: both;
}


.flexMenu-viewMore > a {
  background-color: #880100;
}

.flexMenu-viewMore.active > a, .flexMenu-viewMore > a:hover {
  background-color: #7c0100;
}

.flexMenu-popup {
  list-style-type: none;
  padding: 0;
  background-color: #ac2222;
  margin-top: -8px;
  z-index: 9999;
}

.lt-ie8 .flexMenu-popup {
}

.flexMenu-popup a {
  display: block;
}

.flexMenu-popup a:hover {
  background-color: #a10201;
  color: #fff;
  display: block;
}