/*
Theme Name: Serwery Asus
Author: Piotr Olesiejko
Author URI: http://olesiejko.com
*/

*:focus {
  outline: none;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999;
}

#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  color: #000;
}

#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  margin-bottom: 7px;
  background: #df0000;
  font-size: 37px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; 
}
#back-top span svg {
    height: 38px;
    width: 38px;
    position: relative;
    top: -1px;
}
#back-top a:hover span {
  background-color: #680505;
}

@media screen and (max-width: 768px) {
  #back-top {
    display: none !important;
    visibility: hidden;
  }
}
