/*
Footer    
*/
.no-footer #content {
  padding-bottom: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  max-height: 150px;
  width: 100%;
}
.no-footer .footer {
  position: static;
}
.footer {
  background-color: #ededed;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) inset;
  padding: 30px 0 0 0;
  border-width: 0 0 9px 0;
  border-style: solid;
}
.footer address {
  border-left: 1px solid #cecece;
  padding-left: 30px;
  color: #444;
}
.footer .social li {
  list-style: none;
  display: inline-block;
  margin: 0 7px;
}
.footer .social li a {
  text-decoration: none;
}
.footer .social li a i {
  color: #444;
  font-size: 21px;
  text-shadow: 1px 1px 1px #fff;
}
.footer .social li a:hover {
  text-decoration: none;
}
