.scrollToTop{
	width: 44px; 
	text-align:center;
	text-decoration: none;
	position:fixed;
	right: 15px;
	display:none;
	bottom: 15px;
	font-size: 45px;
	color: #feffff !important;
	background-color: rgba(86,86,86,0.5) !important;
	line-height: 30px;
	height: 50px;
}
.scrollToTop:hover{
	text-decoration:none;
	opacity: 0.84;
}