/* ----- Topcontol (Back to Top)  ----- */

#topcontrol {
  position: relative;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 9999;
  width: 42px;
  height: 42px;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 21px;
}

#topcontrol:after {
  top: 7px;
  left: 11px;
  content: "\F077";
  position: absolute;
  text-align: center;
}

#topcontrol:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}