/*Back to top icons*/

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	font-size: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	color: #aaaaaa;
}

a.back-to-top:hover {
	color: #555;
}

a.back-to-bottom {
	/*display: none;*/
	width: 60px;
	height: 60px;
	font-size: 60px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	color: #aaaaaa;
}

a.back-to-bottom:hover {
	color: #555;
}
