
/* Scroll Top ------------------------------------------------------------------------------------------------------- */
a#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  background: #131517 url("../images/scroll-top.png") center center no-repeat;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  z-index: 999;
}

a#scroll-top:hover {
  background-color: #353c41;
}



