footer {
  background-color: #0F3A59;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
footer ul {
  padding: 0;
  list-style: none;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer ul {
    margin: 10px auto;
  }
}
footer li {
  display: table-cell;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  footer li {
    display: table-cell;
    padding: 10px;
    float: left;
    width: 100%;
  }
}
footer a {
  font-size: 15px;
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a.current {
  text-decoration: underline;
}
footer.white-bg {
  background-color: #8E8E8E;
  text-align: center;
  float: left;
  width: 100%;
  border-top: 30px solid #fff;
  margin-top: 0;
}
footer .social-menu li {
  display: table-cell;
  padding: 5px 15px 25px 15px;
  width: auto;
}
footer .social-menu li i {
  font-size: 18px;
}
/*# sourceMappingURL=footer.css.map */