@import url(footer-custom.css);
footer {
  background: #181818;
  color: #fafafa;
}

#scroll-top {
  background: #343434 none repeat scroll 0 0;
  border: 1px solid #000000;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 2.2em;
  padding: 0 10px;
  position: fixed;
  bottom: 45px;
  right: 31px;
  text-align: center;
  z-index: 100;
  opacity: .5;
}

#scroll-top:hover {
  opacity: 1;
}
