/* ..........................................
   preloader	 blue3	 theme color
   blue3   ->    #57bfe1
   .........................................
*/
/*
body{ cursor: wait; }   
*/

/* preloader */
.loading-content {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1000 !important;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.loading-content.disable {
    opacity: 0; }
.loading-content .image {
    max-width: 15%; }
.loading-content .image img {
    -webkit-animation: flipInY 3s infinite;
            animation: flipInY 3s infinite;
    max-width: 100%; }
    
.loading-content-text {
  color: #a2afbc;
  display: block;
  font-size: 11px;
  left: 50%;
  margin-left: -17px;
  margin-top: 15px;
  position: absolute;
  top: 50%;
}

.loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein .5s linear forwards;
  animation: loading-dots-fadein .5s linear forwards; }

.loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots .5s linear infinite;
  animation: loading-dots-middle-dots .5s linear infinite; }

.loading-dots.dark-gray i {
  background: #57bfe1; }

.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot .5s infinite;
  animation: loading-dots-first-dot .5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  transform: translate(-1em); }

.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot .5s linear infinite;
  animation: loading-dots-last-dot .5s linear infinite; }
@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; } }
@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; } }
@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; } }
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none; } }
@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em); } }
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    transform: translate(1em); } }
@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
    
/* end preloader */


/* loader-threedots */			 
.loader-threedots	{	
	outline: 1px solid transparent;
	display:inline-block;
	font-size:0px;
	padding:0px !important;
}
.loader-threedots span	{
	vertical-align:middle !important;
	border-radius:100%;
	background:#000000;
	display:inline-block;
	width:15px;
	height:15px;
	margin:0px 2px !important;
	-webkit-animation:loader-threedots 0.8s linear infinite alternate;
	animation:loader-threedots 0.8s linear infinite alternate;
}
.loader-threedots span:nth-child(1)	{
	-webkit-animation-delay:-0.8;
	animation-delay:-0.8s;
}
.loader-threedots span:nth-child(2)	{
	-webkit-animation-delay:-0.53333s;
	animation-delay:-0.53333s;
}
.loader-threedots span:nth-child(3)	{
	-webkit-animation-delay:-0.26666s;
	animation-delay:-0.26666s;
}
@keyframes loader-threedots	{
	from {transform: scale(0, 0); 	}
	to {transform: scale(1, 1);	 	}
}
@-webkit-keyframes loader-threedots {
	from {-webkit-transform: scale(0, 0); }
	to {-webkit-transform: scale(1, 1);	  }
}
/* end loader-threedots */			 

/* Spinner */
.loader-spinner {
	color:#ffffff;
	width:50px;
	height:50px;
	display:inline-block;
	padding:0px;
	opacity:1;
	background:#57bfe1;
	-webkit-animation: loader-spinner 1.5s ease-in-out infinite alternate;
	animation: loader-spinner 1.5s ease-in-out infinite alternate;
}
.loader-spinner-text {
  color: #000000;
  display: block;
  font-size: 11px;
  left: 50%;
  margin-left: -17px;
  margin-top: 25px;
  position: absolute;
  top: 50%;
}
@keyframes loader-spinner 		{
	from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
	to {transform: rotate(720deg) scale(0.5, 0.5);border-radius:25px;}
}
@-webkit-keyframes loader-spinner		{
	from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
	to {-webkit-transform: rotate(720deg) scale(0.5, 0.5);border-radius:25px;}
}
/* end Spinner */

/* Three Dots*/
.loader-threedots	{	
	outline: 1px solid transparent;
	display:inline-block;
	font-size:0px;
	padding:0px;
}
.loader-threedots span	{
	vertical-align:middle;
	border-radius:100%;
	background:#000000;
	display:inline-block;
	width:15px;
	height:15px;
	margin:3px 2px;
	-webkit-animation:loader-threedots 0.8s linear infinite alternate;
	animation:loader-threedots 0.8s linear infinite alternate;
}
.loader-threedots span:nth-child(1)	{
	-webkit-animation-delay:-0.8;
	animation-delay:-0.8s;
}
.loader-threedots span:nth-child(2)	{
	-webkit-animation-delay:-0.53333s;
	animation-delay:-0.53333s;
}
.loader-threedots span:nth-child(3)	{
	-webkit-animation-delay:-0.26666s;
	animation-delay:-0.26666s;
}
@keyframes loader-threedots	{
    from {transform: scale(0, 0); 	}
    to {transform: scale(1, 1);	 	}
}
@-webkit-keyframes loader-threedots {
    from {-webkit-transform: scale(0, 0); }
    to {-webkit-transform: scale(1, 1);	  }
}

.loader-threedots-div	{
	border:none;
	background: transparent;
	text-align:center;
}
/* end Three Dots*/
