div#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}

.loader {
	position: absolute;
	left: 50%;
	top: 41%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.loader span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 80%;
	margin-left: -50px;
	-webkit-animation: 3s infinite linear;
	-moz-animation: 3s infinite linear;
	-o-animation: 3s infinite linear;

}

.loader h1 {
	color: #525866;
	font-size: 36px;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	margin-left: -33px;
}

/* .loader span:nth-child(2) {
	background: #525866;
	-webkit-animation: kiri 1.2s infinite linear;
	-moz-animation: kiri 1.2s infinite linear;
	-o-animation: kiri 1.2s infinite linear;

} */

/* .loader span:nth-child(3) {
	background: #e30613;
	z-index: 100;
} */

/* .loader span:nth-child(4) {
	background: #525866;
	-webkit-animation: kanan 1.2s infinite linear;
	-moz-animation: kanan 1.2s infinite linear;
	-o-animation: kanan 1.2s infinite linear;
} */


@keyframes l23-0 {
    0%,31%  {background-position: 50% 0   ,100% 0}
    33%     {background-position: 50% 100%,100% 0}
    43%,64% {background-position: 50% 0   ,100% 0}
    66%     {background-position: 50% 0   ,100% 100%}
    79%     {background-position: 50% 0   ,100% 0}
    100%    {transform:translateX(calc(-100%/3))}
  }
  @keyframes l23-1 {
    100% {left:calc(100% + 7px)}
  }
  @keyframes l23-2 {
    100% {top:-0.1px}
  }