/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  background: rgb(90,112,208); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(90,112,208,1) 0%, rgba(92,45,199,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(90,112,208,1) 0%,rgba(92,45,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(90,112,208,1) 0%,rgba(92,45,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a70d0', endColorstr='#5c2dc7',GradientType=1 ); /* IE6-9 */
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
  z-index: 20;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
