#preloader  {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
	z-index: 9999999999;
}
#preloader .loading {
	position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 40%;
	height: 30%;
}
#preload_content img {
	max-width: 100%;
}
.dot_holder {
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	margin-top: 38px;
}
.circle {
	margin-left: 75px;
  display: inline-block;
  position: relative;
  -webkit-animation: dotloader 2.5s infinite;
  -moz-animation: dotloader 2.5s infinite;
  -ms-animation: dotloader 2.5s infinite;
  -o-animation: dotloader 2.5s infinite;
  animation: dotloader 2.5s infinite;
}

.circle + .circle {
  margin-left: -100px;
  -webkit-animation: dotloader 2.5s 0.2s infinite;
  -moz-animation: dotloader 2.5s 0.2s infinite;
  -ms-animation: dotloader 2.5s 0.2s infinite;
  -o-animation: dotloader 2.5s 0.2s infinite;
  animation: dotloader 2.5s 0.2s infinite;
}

.circle + .circle + .circle {
  margin-left: -100px;
  -webkit-animation: dotloader 2.5s 0.4s infinite;
  -moz-animation: dotloader 2.5s 0.4s infinite;
  -ms-animation: dotloader 2.5s 0.4s infinite;
  -o-animation: dotloader 2.5s 0.4s infinite;
  animation: dotloader 2.5s 0.4s infinite;
}

.circle + .circle + .circle + .circle {
  margin-left: -100px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite;
}
@keyframes "dotloader" {
  0%,20% {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0%;
    background-color: rgba(255, 166, 33, 0);
  }
  
  30%,70% {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    background-color: rgba(255, 166, 33, 0.5);
  }

  80%,100% {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 100%;
    background-color: rgba(255, 166, 33, 0);
  }
}

@-moz-keyframes dotloader {
  0%,20% {
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0%;
    background-color: rgba(255, 166, 33, 0);
  }
  
  30%,70% {
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    background-color: rgba(255, 166, 33, 0.5);
  }
  
  80%,100% {
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 100%;
    background-color: rgba(255, 166, 33, 0);
  }
}

@-webkit-keyframes "dotloader" {
  0%,20% {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0%;
    background-color: rgba(255, 166, 33, 0);
  }
  
  30%,70% {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    background-color: rgba(255, 166, 33, 0.5);
  }
  
  80%,100% {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 100%;
    background-color: rgba(255, 166, 33, 0);
  }
}

@-ms-keyframes "dotloader" {
  0%,20% {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0%;
    background-color: rgba(255, 166, 33, 0);
  }
  
  30%,70% {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 50%;
    background-color: rgba(255, 166, 33, 0.5);
  }
  
  80%,100% {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 100%;
    background-color: rgba(255, 166, 33, 0);
  }
}

@-o-keyframes "dotloader" {
  0%,20% {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0%;
    background-color: rgba(255, 166, 33, 0);
  }
  
  30%,70% {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 50%;
    background-color: rgba(255, 166, 33, 0.5);
  }
  
  80%,100% {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 100%;
    background-color: rgba(255, 166, 33, 0);
  }
}