/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #222222;
  font-size: 43px;
  line-height: 38px;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #333333;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
