#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:-999px;
	background:url(https://dl.dropboxusercontent.com/u/15500798/Assets/Bogus%20Soul/Blog/totop.svg) no-repeat left top;}

#toTop:hover {
    -webkit-animation: hue 2s linear infinite;
    -moz-animation: hue 2s linear infinite;
    -ms-animation: hue 2s linear infinite;
    -o-animation: hue 2s linear infinite;
    animation: hue 2s linear infinite;
}