a.back-to-top {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	left: 20px;
	bottom: 20px;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
        background: rgb(244,121,32) url('/media/top-level/chevron-up-solid.png') no-repeat center 43%;
	display: none;
}





