@charset "utf-8";
/* CSS Document */


#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
	z-index:99;
}
#back-top a {
	display:block;
	width:50px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:#333; }
#back-top span {
	display:block;
	margin-bottom:7px;
	width:50px;
	height:50px;
	background:#0088cc url(../@img/up-arrow.png) no-repeat center center;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}


#back-top a {
	width:51px;
	color:#fff;
	font-size:15px;
	font-family:"Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:61px;
	text-transform:capitalize;
}
#back-top a:hover { color:#fff; }
#back-top a:hover span { background-color:#00b8e6; }
#back-top span {
	width:51px;
	height:51px;
	background:#323232 url(../@img/up-arrow.gif) no-repeat center 13px;
	-webkit-border-radius:51px;
	-moz-border-radius:51px;
	border-radius:51px;
}
