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

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/



#toTop {background:#303030;
	display:none;
	position:fixed;
	margin-right:20px;
	bottom:50px;
	
	z-index:20;
	text-align:center;
	border:solid #3f3f3f 1px;

	}

#toTop strong{
	font-family: 'Galdeano', sans-serif;
	font-size:15px;
	line-height:20px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	padding: 7px 7px;
	display:inline-block;

}
#toTopHover, #toTop:hover {
	display:block;
	background:#fea800;
}
#toTopHover strong, #toTop:hover strong{
 
}
#toTop:active, #toTop:focus {
	outline:none;
}
