@charset "utf-8";
/* CSS Document */

#back-top { 
display:none; 
 } 
#back-top a { 
display:block;
width:51px;
text-align:center;
text-decoration:none;
/*text-transform:uppercase;*/
text-transform:capitalize;
transition:1s;
color:#fff;
font-size:12px;
font-family:&quot;Trebuchet MS&quot;, &quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:51px; 
 } 
#back-top a:hover { 
color:#fff; 
 } 
#back-top a:hover span { 
background-color:#00b8e6; 
 } 
#back-top span { 
display:block;
width:51px;
height:51px;
margin-bottom:7px;
background:#323232 url(../../@img/up-arrow.gif) no-repeat center 13px;
border-radius:51px;
transition:1s; 
 } 
#back-top-wrapper { 
position:fixed;
right:10px;
bottom:10px;
overflow:hidden;
z-index:99; 
 } 
