#backtotop{
    z-index:999; 
    display:inline-block; 
    position:fixed; 
    visibility:hidden; 
    bottom:20px; 
    right:50px; 
    width:80px; 
    height:80px; 
    line-height:36px; 
    font-size:16px; 
    text-align:center; 
    opacity:.2;
    text-decoration: none;
}
#backtotop i{
    font-size: 30px;
    display:block; 
    width:100%; 
    height:100%; 
    line-height:inherit;
    color: #fff;
    color:#A86E48;
}
#backtotop.visible{
    visibility:visible; 
    opacity:.5;
}
#backtotop:hover{
    opacity:1;
}