/* UItoTop styles
========================================================*/
#toTop{
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #006b36;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: .45s all ease-in-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  display: none;
  bottom: 130px;
  right: 55px;
}

@media (min-width: 480px){
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

#toTop:hover{
  color: #fff;
  background: #01964c;
  text-decoration: none;
}
/*#toTop {
  
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  background: #db4954;
  border-radius: 200px;
  width: 42px;
  text-align: center;
  height: 42px;
  font-size: 19px;
  line-height: 40px;
  z-index: 20;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#toTop:hover {
  outline: none;
  background: #ff5a66;
}*/
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
