@charset "UTF-8";
/* CSS Document */


#pointer{
    height:20px;
    width:20px;
    margin-top:-10px;
    margin-left:-10px;
    background:rgba(0,0,0,0.1);
    position:fixed;
	border-radius:50%; 
    top:0;
    left:0;
	z-index: 9998;
	pointer-events:none;
	mix-blend-mode: normal;
	transform-origin: center center;
	transition: all 0.15s ease-out;
}

/*
#pointer.hover-arrow img{
	display: block;
}

#pointer.hover{
    height:60px;
    width:60px;
    margin-top:-30px;
    margin-left:-30px;
	background:rgba(0,0,0,0.3);
}

#pointer.hover-w{
    height:60px !important;
    width:60px !important;
    margin-top:-30px !important;
    margin-left:-30px !important;
	mix-blend-mode:normal !important;
	background:rgba(255,255,255,0.3) !important;
}

#pointer.hover-w-m{
    height:20px;
    width:20px;
    margin-top:-10px;
    margin-left:-10px;
	mix-blend-mode:normal;
	background:rgba(255,255,255,0.3);
}

#pointer.hover-o{
	mix-blend-mode:overlay;
	background:rgba(0,0,0,0.3);
}


#pointer.reduce{
    height:0px !important;
    width:0px !important;
    margin-top:0px !important;
    margin-left:0px !important;
}

*{
	outline: none !important;
}

a{
	text-decoration: none !important;
}

a:hover{
	text-decoration: none !important;
}

#loader{
	background-color: #f8fafe;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 200px;
  background: #00fffe;
  overflow: hidden;
}

.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;
  transition: all 400ms cubic-bezier(0.000, 0.995, 0.8, 1.005);
  

  -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: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
	background:#7e7979;
}

.pace.pace-inactive > .pace-progress {
	transform: translate3d(200%, 0px, 0px) !important;
}

*/