.pace
{
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.pace .pace-progress
{
	height: 100%;
	width: 100%;	
	position: absolute;
	top: 0;
	right: 100%;
	background: #fa4616;
}

.pace.pace-inactive
{
	/* display: none; */ /* niepotrzebne, poniewaz zostal dodany fadeOut w pace.js po zakonczeniu ladowania */
}