#upbutton {position:fixed;bottom:1px;right:1%;z-index: 999999;}
#upbutton a{display:block;width:53px;text-align:center;text-transform:uppercase;text-decoration:none;color:#606060;font-size:0.917em;-webkit-transition:1s;-moz-transition:1s;transition:1s;opacity:0.6;filter:alpha(opacity=60);}
#upbutton a:hover{color:#a1134c;opacity:1;filter:alpha(opacity=100);}
#upbutton span{display:block;width:58px;height:75px;margin-bottom:7px;background:#939393 url('back_to_top.png') no-repeat center center;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
#upbutton a:hover span{background-color:#a1134c;}
@media screen and (max-width:1180px){
  #upbutton a{opacity:0.4;filter:alpha(opacity=40);}
}