/*
Template Name: Kosk HTML5/CSS3
Template URI: http://www.orangedesk.net/sviluppo-web/kosk/index.html
Author: Valerio Montanaro
Date:2014 
Author URL: http://www.orangedesk.net
Description: Kosk HTML5/CSS3 Responsive Template Retina Ready
Version: 1.0
Bootstrap v3.1.1
*/

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50%;
	right:15px;
	overflow:hidden;
	width:32px;
	height:34px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	cursor:pointer;
	background:url(../img/ui.totop.png) no-repeat left -34px;
	width:32px;
	height:34px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}