#scrollTop {
  opacity: 0;
  position: fixed;
  right: 65px;
  top: 84%;
  font-size: 32px;
  z-index: 999;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: default;
}
#scrollTop.active:hover {
  opacity: 0.85;
  cursor: pointer;
}
#scrollTop.active {
  opacity: 0.50;
}
#scrollTop.glyphicon {
  color: #000 !important;
  font-size: 32px !important;
}
.mobile #scrollTop {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  #scrollTop {
    display: none !important;
  }
}
