/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display:none;text-decoration:none;
	position:fixed;right:50%;
	bottom:100px;overflow:hidden;
	margin-right:-550px !important;
	width:35px;height:35px;
	border:none;text-indent:-999px;
	z-index:20;background:url(../images/totop.png) no-repeat 0 0;
}
#toTop:hover {background-position:0 bottom;}
#toTop:active, #toTop:focus {outline:none;}
@media only screen and (max-width: 995px) {#toTop {display:none !important;}
}