.cssload-jumping{
	position:relative;
	display:block;
	/* margin: 188px auto; */
	/* width:206px; */
	overflow: visible;
}

.cssload-jumping, .cssload-jumping * {
	box-sizing: border-box;
}

.cssload-jumping span {
	display: inline-block;
	height: 28px;
	width: 28px;
	background: rgb(70,113,189);
	border-radius: 938px;
	background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
}

.cssload-jumping span:nth-child(1) {
	animation: scale 1.75s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.75s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.75s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.75s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.75s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(2) {
	animation: scale 1.75s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.75s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.75s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.75s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.75s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(3) {
	animation: scale 1.75s 0.53s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.75s 0.53s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.75s 0.53s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.75s 0.53s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.75s 0.53s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(4) {
	animation: scale 1.75s 0.7s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.75s 0.7s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.75s 0.7s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.75s 0.7s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.75s 0.7s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(5) {
	animation: scale 1.75s 0.88s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 1.75s 0.88s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 1.75s 0.88s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 1.75s 0.88s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 1.75s 0.88s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}



@keyframes scale {
	0% {
		transform: scale(0);
	}
	25% {
		transform: scale(0.9, 0.9);
		background: rgb(96,151,219);
	}
	50% {
		transform: scale(1, 1);
		margin: 0 6px;
		background: rgb(54,110,194);
	}
	100% {
		transform: scale(0);
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: rgb(96,151,219);
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 6px;
		background: rgb(54,110,194);
	}
	100% {
		-o-transform: scale(0);
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
	}
	25% {
		-ms-transform: scale(0.9, 0.9);
		background: rgb(96,151,219);
	}
	50% {
		-ms-transform: scale(1, 1);
		margin: 0 6px;
		background: rgb(54,110,194);
	}
	100% {
		-ms-transform: scale(0);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	25% {
		-webkit-transform: scale(0.9, 0.9);
		background: rgb(96,151,219);
	}
	50% {
		-webkit-transform: scale(1, 1);
		margin: 0 6px;
		background: rgb(54,110,194);
	}
	100% {
		-webkit-transform: scale(0);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	25% {
		-moz-transform: scale(0.9, 0.9);
		background: rgb(96,151,219);
	}
	50% {
		-moz-transform: scale(1, 1);
		margin: 0 6px;
		background: rgb(54,110,194);
	}
	100% {
		-moz-transform: scale(0);
	}
}

div.loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:  0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(254,255,255,0.4);
	border-radius: 5px;
}

div.loading > span {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(54,110,194);
	/* text-align: center; */
}
