.cssload-jumping{
	position:relative;
	display:block;
	margin: 50px auto;
	width:193px;
}
	
.cssload-jumping, .cssload-jumping * {
	box-sizing: border-box;
}

.cssload-jumping span {
	display: inline-block;
	height: 26px;
	width: 26px;
	background: rgb(87,240,127);
	border-radius: 875px;
	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 0.9s 0.085s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 0.9s 0.085s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 0.9s 0.085s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 0.9s 0.085s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 0.9s 0.085s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(2) {
	animation: scale 0.9s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 0.9s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 0.9s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 0.9s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 0.9s 0.18s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(3) {
	animation: scale 0.9s 0.265s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 0.9s 0.265s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 0.9s 0.265s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 0.9s 0.265s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 0.9s 0.265s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(4) {
	animation: scale 0.9s 0.36s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 0.9s 0.36s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 0.9s 0.36s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 0.9s 0.36s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 0.9s 0.36s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cssload-jumping span:nth-child(5) {
	animation: scale 0.9s 0.445s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-o-animation: scale 0.9s 0.445s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-ms-animation: scale 0.9s 0.445s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-webkit-animation: scale 0.9s 0.445s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
		-moz-animation: scale 0.9s 0.445s 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(216,245,137);
	}
	50% {
		transform: scale(1, 1);
		margin: 0 5px;
		background: rgb(67,186,71);
	}
	100% {
		transform: scale(0);
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: rgb(216,245,137);
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 5px;
		background: rgb(67,186,71);
	}
	100% {
		-o-transform: scale(0);
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
	}
	25% {
		-ms-transform: scale(0.9, 0.9);
		background: rgb(216,245,137);
	}
	50% {
		-ms-transform: scale(1, 1);
		margin: 0 5px;
		background: rgb(67,186,71);
	}
	100% {
		-ms-transform: scale(0);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
	}
	25% {
		-webkit-transform: scale(0.9, 0.9);
		background: rgb(216,245,137);
	}
	50% {
		-webkit-transform: scale(1, 1);
		margin: 0 5px;
		background: rgb(67,186,71);
	}
	100% {
		-webkit-transform: scale(0);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
	}
	25% {
		-moz-transform: scale(0.9, 0.9);
		background: rgb(216,245,137);
	}
	50% {
		-moz-transform: scale(1, 1);
		margin: 0 5px;
		background: rgb(67,186,71);
	}
	100% {
		-moz-transform: scale(0);
	}
}