#footer {
  border-top: 2px dashed black;
  background: #cdcdcd;
  width: 100%;
  height: 250px;
  color: #000000;
  position: absolute;
  bottom: 0;
}
#footer a {
  color: black;
  text-decoration: none;
}
#footer-top {
  height: 90px;
  margin-bottom: 20px;
  border-bottom: 1px solid #737373;
}
#footer-menu,
#footer-social {
  height: 90px;
  line-height: 90px;
}
#footer-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
}
#footer-menu a:hover,
#footer-menu a.active {
  color: #404040;
}
#footer-social {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 180px;
  text-align: right;
}
#footer-social a.social {
  position: relative;
  left: 0px;
  top: 12px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#footer-social a.social:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#footer-social a.btn-facebook {
  background: transparent url(../img/home/btn-facebook-small.png) 0 0 no-repeat;
}
#footer-social a.btn-twitter {
  background: transparent url(../img/home/btn-twitter-small.png) 0 0 no-repeat;
}
#footer-bottom {
  position: relative;
  color: #404040;
}
#footer-icons {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
#footer-icons a {
  margin-left: 10px;
}
#footer-icons a:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
