/* Back to Top
------------------------------------------------------ 
*/

#backtotop{
    z-index:999; 
    display:inline-block; 
    position:fixed; 
    visibility:hidden; 
    bottom:20px; 
    right:20px; 
    width:36px; 
    height:36px; 
    line-height:36px; 
    font-size:16px; 
    text-align:center; 
    opacity:.2;
  }
  #backtotop i{
    display:block; 
    width:100%; 
    height:100%; 
    line-height:inherit;
    color: rgb(255,255,255)!important;
  }
  #backtotop.visible{
    visibility:visible; 
    opacity:.5;
  }
  #backtotop:hover{
    opacity:1;
  }
  #backtotop{
    color:rgb(255,255,255); 
    background-color: rgb(255, 60, 0);
  }
  