.hide{
	display: none;
}

.show{
	display: block;
}

.header{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	transition: all ease .4s;
}

.header.header-fixed{
	transition: all ease .4s;
}

.loadingPage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f2f3;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@keyframes ldio-fg2izy3ytlo-o {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(80px,0) }
   50%    { opacity: 0; transform: translate(80px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}

@keyframes ldio-fg2izy3ytlo {
    0% { transform: translate(0,0) }
   50% { transform: translate(80px,0) }
  100% { transform: translate(0,0) }
}

.ldio-fg2izy3ytlo div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 20px;
}

.ldio-fg2izy3ytlo div:nth-child(1) {
  background: #16252e;
  animation: ldio-fg2izy3ytlo 1s linear infinite;
  animation-delay: -0.5s;
}

.ldio-fg2izy3ytlo div:nth-child(2) {
  animation: ldio-fg2izy3ytlo 1s linear infinite;
  animation-delay: 0s;
}

.ldio-fg2izy3ytlo div:nth-child(3) {
  background: #16252e;
  animation: ldio-fg2izy3ytlo-o 1s linear infinite;
  animation-delay: -0.5s;
}

.loadingio-spinner-dual-ball-opfny0nbi57 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #f1f2f3;
}

.ldio-fg2izy3ytlo {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-fg2izy3ytlo div { box-sizing: content-box; }