#toTop {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 5px;
	width: 45px;
	height: 45px;
	background-image: url(../images/up-to-top.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

@media (max-width:767px){
#toTop {
	bottom: 20px;
}
}