#fixed-footer {
  height: 80px;
  background: white;
}
@media (max-width: 767px) {
  #fixed-footer {
    display: none !important;
  }
}
@media (max-width: 979px) {
  #fixed-footer img.resp {
    width: 480px;
    height: auto;
    margin-top: 5px;
  }
}
#fixed-footer.closed {
  display: none !important;
}
#fixed-footer img {
  margin: 0;
}
#fixed-footer .fixed-footer-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0 15px;
  background: #677D5D;
}
#fixed-footer .fixed-footer-bg .container {
  position: relative;
  height: 60px;
  width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #677D5D;
}
#fixed-footer .fixed-footer-bg a .abs {
  position: absolute;
  right: 40px;
  bottom: -10px;
}
#fixed-footer .fixed-footer-bg a.close-fixed-footer {
  position: absolute;
  right: 0px;
  top: -15px;
}
/*# sourceMappingURL=fixed-footer.css.map */