.toTopArrow {
	position: fixed;
	bottom: 25px;
	left: 25px;
}
.toTopArrow .toTopLink {
	font-size: .86em;
	display: inline-block;
	padding: 5px;
	background:rgba(255,255,255,.8);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.toTopArrow .toTopLink i {
	font-size:3em;
	display:block;
}