/* UItoTop styles
========================================================*/
/*==================     ToTop     ======================*/
#toTop {
  width: 50px;
  height: 50px;
  background: #cd5e02;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 99999;
}
#toTop:before {
  line-height: 47px;
  font-size: 22px;
  font-weight: 700;
}
#toTop:hover {
  color: #fff;
  background: #b7b7b7;
  text-decoration: none;
}
