.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: 280px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 600px;
	/*background: #fff;*/
	border: 1px solid #fff;
	border-radius: 99px;

	overflow: hidden;
}

@media screen and (max-width: 1075px) {
	.pace  {
  max-width: 300px !important;
	}
	}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	max-width: 600px;
	position: fixed;
	z-index: 2000;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #009657e0;
}


@media screen and (max-width: 1075px) {
	.pace .pace-progress {
  max-width: 300px !important;
	}
	}
  

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