/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  background: #3D3D3C;
   height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:1000;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #DD8C20;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1%;
}

.pace-logo-solar{
	content:url("../images/main/logo.png");
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 50%;
    display: block;
    position: absolute;
}

@media screen and (max-width: 768px){
	.pace-logo-solar{
		width: 63%;
		top: 40%;
	}
}