.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #fff;
}

.pace .pace-progress {
	-webkit-transition: width 1s ease-in-out 1s linear;
	-moz-transition: width 1s ease-in-out 1s linear;
	-ms-transition: width 1s ease-in-out 1s linear;
	-o-transition: width 1s ease-in-out 1s linear;
	transition: width 1s ease-in-out 1s linear;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 100%;
	position: fixed;
	z-index: 2000;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	height: 1px;
	font-size: 12px;
	background: #01f2d1;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	font-family: 'ralewayregular';
}

.pace .um_pace-progress {
	position: fixed;
	width: 36px;
	height: 24px;
	top: -50px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	color:#fff;
}

.pace .um_pace-progress:after {
	display: block;
	content: attr(data-progress-text);
}

.pace.pace-inactive {
	display: none;
}