#gotop{z-index:999; position: fixed;   margin:0; right: 30px; bottom: 30px;   
    display: block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 0px; display: none; background-color: rgba(0,05,0, 0.75);   }

#gotop a{display:block;  width: 55px; height: 55px; background-image:url("../img/gotop.png"); background-repeat:no-repeat; background-position:center center;}
#gotop i{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  }
#gotop:hover{  background: rgba(0,0,0, 1); }


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#gotop { right:12px; bottom: 76px; border-radius:50% 50% }
#gotop a{display:block;  width: 45px; height: 45px; ; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}