/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  border: none;
  width: 42px;
  text-align: center;
  height: 42px;
  font-size: 19px;
  line-height: 40px;
  z-index: 99999;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#toTop:hover {
  outline: none;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
