.scroll-up:hover {
	background-color: #AA82C3;
	color: #fff !important;
	text-decoration: none;
}
 
.scroll-up {
	background-color: rgba(0,0,0,0.3);
	border-radius: 100%;
	bottom: 15px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	z-index: 9999;
}