
#wrapwrap footer {
  background: url("/theme_stoneware/static/src/img/clients-say.png");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}
#wrapwrap footer .footer-newsletter {
  background: rgba(0, 0, 0, 0.3);
}
#wrapwrap footer .footer-newsletter .footer-logo {
  display: none;
}
#wrapwrap footer .footer-newsletter .fn-right-form {
  width: 100%;
  text-align: center;
}
#wrapwrap footer .footer-newsletter .fn-right-form .newsletter-inner {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 640px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 0;
}
@media (max-width: 767px) {
  #wrapwrap footer .footer-newsletter .fn-right-form .newsletter-inner .ftr-ns {
    background: #ddd;
    border-radius: 0;
  }
}
#wrapwrap footer .footer-newsletter .fn-right-form .newsletter-inner .ftr-ns .btn-primary {
  border-radius: 0;
}
#wrapwrap footer .middle-footer {
  background: none;
}
#wrapwrap footer .middle-footer .block-title {
  margin: 0;
  color: #ffffff;
}
#wrapwrap footer .middle-footer .block-title:after {
  display: none;
}
#wrapwrap footer .support-footer {
  background: rgba(0, 0, 0, 0.3);
}
#wrapwrap footer .support-footer .iner-box {
  position: relative;
  padding-left: 60px;
  line-height: 50px;
}
#wrapwrap footer .support-footer .iner-box .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ff9c00;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 4px 3px 0px 1px rgba(2, 2, 2, 0.5);
}
#wrapwrap footer .support-footer .iner-box .icon .fa {
  float: none;
  line-height: 50px;
  padding: 0;
}
#wrapwrap footer .support-footer .iner-box .icon p {
  display: none;
}
#wrapwrap footer .support-footer .iner-box .text {
  width: 100%;
}
#wrapwrap footer .support-footer .iner-box .text h3 {
  color: #ffffff;
}
#wrapwrap footer .bottom-footer {
  background: rgba(0, 0, 0, 0.7);
}
#wrapwrap footer .bottom-footer .copyright {
  float: left;
  text-align: left;
  width: auto;
}
@media (max-width: 767px) {
  #wrapwrap footer .bottom-footer .copyright {
    width: 100%;
    text-align: center;
  }
}
#wrapwrap footer .bottom-footer .footer-payment {
  float: right;
  text-align: right;
  margin: 0;
}
@media (max-width: 767px) {
  #wrapwrap footer .bottom-footer .footer-payment {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }
}
