.cssload-container *, .cssload-container *:before, .cssload-container *:after{
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

.cssload-container {
	margin: 269px auto;
	width: 323px;
	height: 161px;
}
.cssload-container > div {
	float: left;
	background: rgb(255,255,255);
	height: 100%;
	width: 27px;
	margin-right: 5px;
	display: inline-block;
}

.cssload-container .cssload-shaft1 {
	animation-delay: 0.0325s;
		-o-animation-delay: 0.0325s;
		-ms-animation-delay: 0.0325s;
		-webkit-animation-delay: 0.0325s;
		-moz-animation-delay: 0.0325s;
}
.cssload-container .cssload-shaft2 {
	animation-delay: 0.075s;
		-o-animation-delay: 0.075s;
		-ms-animation-delay: 0.075s;
		-webkit-animation-delay: 0.075s;
		-moz-animation-delay: 0.075s;
}
.cssload-container .cssload-shaft3 {
	animation-delay: 0.1075s;
		-o-animation-delay: 0.1075s;
		-ms-animation-delay: 0.1075s;
		-webkit-animation-delay: 0.1075s;
		-moz-animation-delay: 0.1075s;
}
.cssload-container .cssload-shaft4 {
	animation-delay: 0.15s;
		-o-animation-delay: 0.15s;
		-ms-animation-delay: 0.15s;
		-webkit-animation-delay: 0.15s;
		-moz-animation-delay: 0.15s;
}
.cssload-container .cssload-shaft5 {
	animation-delay: 0.1825s;
		-o-animation-delay: 0.1825s;
		-ms-animation-delay: 0.1825s;
		-webkit-animation-delay: 0.1825s;
		-moz-animation-delay: 0.1825s;
}
.cssload-container .cssload-shaft6 {
	animation-delay: 0.225s;
		-o-animation-delay: 0.225s;
		-ms-animation-delay: 0.225s;
		-webkit-animation-delay: 0.225s;
		-moz-animation-delay: 0.225s;
}
.cssload-container .cssload-shaft7 {
	animation-delay: 0.2575s;
		-o-animation-delay: 0.2575s;
		-ms-animation-delay: 0.2575s;
		-webkit-animation-delay: 0.2575s;
		-moz-animation-delay: 0.2575s;
}
.cssload-container .cssload-shaft8 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}
.cssload-container .cssload-shaft9 {
	animation-delay: 0.3325s;
		-o-animation-delay: 0.3325s;
		-ms-animation-delay: 0.3325s;
		-webkit-animation-delay: 0.3325s;
		-moz-animation-delay: 0.3325s;
}
.cssload-container .cssload-shaft10 {
	animation-delay: 0.375s;
		-o-animation-delay: 0.375s;
		-ms-animation-delay: 0.375s;
		-webkit-animation-delay: 0.375s;
		-moz-animation-delay: 0.375s;
}

.cssload-container {
	height: 215px;
	width: 484px;
	overflow: hidden;
}
.cssload-container > div {
	width: 43px;
	position: relative;
	bottom: -11px;
	margin-top: 199px;
	height: 16px;
	transform: skewY(0deg);
	animation: cssload-wave 1.125s infinite ease-in-out;
		-o-animation: cssload-wave 1.125s infinite ease-in-out;
		-ms-animation: cssload-wave 1.125s infinite ease-in-out;
		-webkit-animation: cssload-wave 1.125s infinite ease-in-out;
		-moz-animation: cssload-wave 1.125s infinite ease-in-out;
}



@keyframes cssload-wave {
	25% {
		transform: skewY(25deg);
	}
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(30,215,95);
		transform: skewY(0);
	}
	75% {
		transform: skewY(-25deg);
	}
}

@-o-keyframes cssload-wave {
	25% {
		-o-transform: skewY(25deg);
	}
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(30,215,95);
		-o-transform: skewY(0);
	}
	75% {
		-o-transform: skewY(-25deg);
	}
}

@-ms-keyframes cssload-wave {
	25% {
		-ms-transform: skewY(25deg);
	}
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(30,215,95);
		-ms-transform: skewY(0);
	}
	75% {
		-ms-transform: skewY(-25deg);
	}
}

@-webkit-keyframes cssload-wave {
	25% {
		-webkit-transform: skewY(25deg);
	}
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(30,215,95);
		-webkit-transform: skewY(0);
	}
	75% {
		-webkit-transform: skewY(-25deg);
	}
}

@-moz-keyframes cssload-wave {
	25% {
		-moz-transform: skewY(25deg);
	}
	50% {
		height: 100%;
		margin-top: 0;
		background: rgb(30,215,95);
		-moz-transform: skewY(0);
	}
	75% {
		-moz-transform: skewY(-25deg);
	}
}