.totop {
	border:0;
	background:rgba(0,0,0,.5);
	color:#fff;
	text-align:center;
	position:fixed;
	bottom:0;
	left:50%;
	cursor:pointer;
	display:none;
	font:400 14px 'Oswald',Helvetica,arial,sans-serif;
	padding:4px 20px;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	z-index:9
}
.toTop:hover, .toTop:focus {background:#000}
