footer{
  background-color:#e9e7eb;
  box-sizing:border-box;
  width:100%;
  text-align:left;
  font:bold 16px sans-serif;
  padding:55px 50px;
  bottom:0;
  color:#661d1c;
  z-index:10;
  position:relative;
}

.footer-navigation h3{
  margin:0;
  margin-bottom:20px;
}

.footer-navigation h3 a{
  text-decoration:none;
  color:#661d1c;
}

.footer-navigation h3 span{
  color:#5383d3;
}

.footer-navigation p.links a{
  color:#661d1c;
  text-decoration:none;
}

.footer-navigation p.company-name{
  color:#8f9296;
  font-size:14px;
  font-weight:normal;
  margin-top:20px;
}

@media (max-width:767px) {
  .footer-contacts{
    margin:30px 0;
  }
}

.footer-contacts p{
  display:inline-block;
  color:#ffffff;
  vertical-align:middle;
}

.footer-contacts p a{
  color:#661d1c;
  text-decoration:none;
}

.surface .fa.footer-contacts-icon{
  background-color:#96705b;
  color:#e9e7eb;
}

.sewerage .fa.footer-contacts-icon{
  background-color:#3b413c;
  color:#e9e7eb;
}

.drainage .fa.footer-contacts-icon{
  background-color:#578078;
  color:#e9e7eb;
}

.burstpipe .fa.footer-contacts-icon{
  background-color:#284b63;
  color:#e9e7eb;
}

.fencing .fa.footer-contacts-icon{
  background-color:#a37537;
  color:#e9e7eb;
}

.fa.footer-contacts-icon{
  background-color:#815355;
  color:#e9e7eb;
  font-size:18px;
  width:38px;
  height:38px;
  border-radius:50%;
  text-align:center;
  line-height:38px;
  margin:10px 15px 10px 0;
}

span.new-line-span{
  display:block;
  font-weight:normal;
  display:block;
  font-weight:normal;
  font-size:14px;
  line-height:2;
}

.footer-about h4{
  display:block;
  color:#661d1c;
  font-size:14px;
  font-weight:bold;
  margin-bottom:20px;
}

.footer-about p{
  line-height:20px;
  color:#92999f;
  font-size:13px;
  font-weight:normal;
  margin:0;
}

div.social-links{
  margin-top:20px;
  color:#fff;
}

.social-links a{
  display:inline-block;
  width:35px;
  height:35px;
  cursor:pointer;
  background-color:#634242;
  border-radius:2px;
  font-size:20px;
  color:#e9e7eb;
  text-align:center;
  line-height:35px;
  margin-right:5px;
  margin-bottom:5px;
}

.burstpipe .footer-navigation h3 a, .burstpipe .footer-navigation p.links a, .burstpipe .footer-contacts p a, .burstpipe .footer-about h4{
  color:#284b63;
}

.drainage .footer-navigation h3 a, .drainage .footer-navigation p.links a, .drainage .footer-contacts p a, .drainage .footer-about h4{
  color:#a3c4be;
}

.fencing .footer-navigation h3 a, .fencing .footer-navigation p.links a, .fencing .footer-contacts p a, .fencing .footer-about h4{
  color:#a37537;
}

.sewerage .footer-navigation h3 a, .sewerage .footer-navigation p.links a, .sewerage .footer-contacts p a, .sewerage .footer-about h4{
  color:#3b413c;
}

.surface .footer-navigation h3 a, .surface .footer-navigation p.links a, .surface .footer-contacts p a, .surface .footer-about h4{
  color:#96705b;
}

.burstpipe .social-links a{
  background:#284b63;
}

.drainage .social-links a{
  background:#a3c4be;
}

.fencing .social-links a{
  background:#a37537;
}

.sewerage .social-links a{
  background:#3b413c;
}

.surface .social-links a{
  background:#96705b;
}

