.l-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  z-index: 0;
  padding: 40px 0 30px;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  background-color: #212526;
}
.l-footer__brand {
  height: 30px;
}
.l-footer__icon {
  width: 25px;
  font-size: 20px;
  text-align: left;
}
.l-footer__content {
  margin-bottom: 18px;
}
.l-footer__mls {
  float: left;
  max-width: 100%;
  height: auto;
}
.l-footer__text {
  margin-top: 15px;
}
.l-footer__rights {
  padding-left: 10px;
  font-size: 13px;
  line-height: 38px;
}
.l-footer__link {
  color: #fff;
}
.l-footer__link:hover {
  color: #FDB13F;
}
/*# sourceMappingURL=footer.css.map */
