﻿/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:100px;
	right:10px;
	overflow:hidden;
	width:60px;
	height:60px;
	border:none;
	text-indent:-999px;
	background:url(ui.totop.png) no-repeat left top;
	background-size: 60px auto;
	}

#toTopHover {
	background:url(ui.totop.png) no-repeat left -60px;
	background-size: 60px auto;
	width:60px;
	height:60px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	}

#toTop:active, #toTop:focus {
	outline:none;
	}



@media screen and (max-width: 640px) {
	/*
	#toTop {
		display:none!important;
	}
	*/

	#toTop {
	display:none;

	text-decoration:none;
	position:fixed;
	bottom:5px;
	right:5px;
	overflow:hidden;
	width:36px;
	height:36px;
	border:none;
	text-indent:-999px;
	background:url(ui.totop.png) no-repeat left top;
	background-size: 36px auto;
	}

#toTopHover {
	background:url(ui.totop.png) no-repeat left -36px;
	background-size: 36px auto;
	width:36px;
	height:36px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	}


}
