.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}



@media only screen and (max-width: 3440px) and (max-height: 1440px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 45%;
		top: 25%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 43%;
		top: 43%;
		opacity: 1;
		color: black;
	}
}
@media only screen and (max-width: 1920px) and (max-height: 1080px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 45%;
		top: 25%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 43%;
		top: 43%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 43%;
		top: 30%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 40%;
		top: 51%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 1024px) and (max-height: 600px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 42%;
		top: 40%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 38%;
		top: 68%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 912px) and (max-height: 1368px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 40%;
		top: 15%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 35%;
		top: 28%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 280px) and (max-height: 653px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 40%;
		top: 18%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 40%;
		top: 33%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 820px) and (max-height: 1180px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 40%;
		top: 18%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 35%;
		top: 33%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 412px) and (max-height: 915px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 25%;
		top: 15%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 17%;
		top: 35%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 414px) and (max-height: 896px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 25%;
		top: 15%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 17%;
		top: 35%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 360px) and (max-height: 740px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 25%;
		top: 15%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 15%;
		top: 40%;
		opacity: 1;
		color: black;
	}
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
	.pace .loading {
		z-index: 3001;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
		position: absolute;
		left: 25%;
		top: 15%;
	}

	.pace .loader_text {
		z-index: 3002;
		position: absolute;
		left: 15%;
		top: 40%;
		opacity: 1;
		color: black;
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
@media (max-width: 767px) {
	.pace .pace-activity {
	  top: 15px;
	  right: 15px;
	  width: 14px;
	  height: 14px;
	}
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}