#scrollTop 
{
	position: fixed;
	right: 2%;
	bottom: 20px;
	padding: 20px;
	opacity: 1;
	transition: all 4s ease-in-out 2s;
}

#scrollTop span 
{
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

#scrollTop i
{
	font-size: 35px;
	font-weight: bold;
	color: #999999;
}

@media (max-width: 767px)
{
	#scrollTop i {
		display : none;
	}
}