.scrollToTop{
	border:6px solid rgba(187, 187, 187, 0.3); 
	position:fixed;
	bottom:50px;
	right:20px;
	z-index:10;
	display:none;
	width:49px;
	height:49px;
}
.scrollToTop a{
	width:37px;
	height:37px;
	border-radius:50%;
	line-height: 32px;
	text-align:center;
	font-weight: bold;
	color: #dddddd;
	text-decoration: none;
	background:#333333;
	font-size:18px;
	display:block;
}
.scrollToTop:focus, .scrollToTop:hover{
	text-decoration:none;
	color: #333333;
}
