.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
footer {
  border-top: 12px solid #e3e1d4;
  background: #bcbdc1;
}
footer .container-fluid {
  max-width: 767px;
}
footer .inner {
  padding: 25px 0;
}
footer section {
  padding: 0;
}
footer h4 {
  color: #0b0b0c;
  font-size: 11px;
  margin: 0px 0px 3px 0px;
  padding: 0px;
}
footer h4 a,
footer h4 a:hover {
  color: #0b0b0c;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  font-size: 11px;
  line-height: normal;
  margin-bottom: 3px;
}
footer ul li a {
  color: #0b0b0c;
}
footer ul li a:hover {
  color: #0b0b0c;
  text-decoration: none;
}
footer section.single {
  width: auto;
}
footer section.single ul {
  list-style: none;
}
footer section.single ul > li {
  float: left;
}
footer section.single li a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  color: #0b0b0c;
  font-size: 13px;
}
.copy,
.copy a {
  color: #868686;
  text-align: center;
}
@media (max-width: 767px) {
  footer .row-fluid [class*="span"] {
    width: 46%;
    float: left;
    padding: 0 2%;
    margin-bottom: 20px;
  }
  footer .row-fluid [class*="span"]:nth-child(2n+1) {
    clear: left;
  }
  footer .row-fluid [class*="span"].span4 {
    padding: 0 2%;
    width: 100%;
  }
}
