

/*===========================
  Preloader
============================ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
	background:#fff;
}

.preloader {
	display: block;
	position: relative;
	left: 50%;
	top:50%;
	height: 25px;
	width:500px;
	margin:15px 0 0px -55px;
	z-index: 1500;
}

.preloader span {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  animation: preloader 1.2s infinite ease-in-out;
}

.preloader span:nth-child(1) {left: 0px;}

.preloader span:nth-child(2) {
  left: 22px;
  animation-delay: 0.2s;
}

.preloader span:nth-child(3) {
  left: 44px;
  animation-delay: 0.4s;
}

.preloader span:nth-child(4) {
  left: 66px;
  animation-delay: 0.6s;
}

.preloader span:nth-child(5) {
  left: 88px;
  animation-delay: 0.8s;
}

@keyframes preloader {
  25% { opacity: 0.9;  }
  50% { opacity: 1; }
  75% { opacity: 0.2;}
}

/* Preloader Logo*/

.logo-load {top:50%; }

.logo-load img {max-width:200px; margin-top:-60px}


.col-centered{
    float: none;
    margin: 0 auto;
	text-align:center
}
.preloader span {
background-color:#ffd75c;
}