﻿.cssload-contain7 {
	height: 10px;
	width: 117px;
	margin: auto;
}

.cssload-dot7 {
	float: left;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: rgb(112,142,43);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.31), transparent), radial-gradient(rgb(155,89,182), rgb(142,68,173));
		-o-radial-gradient(rgb(155,89,182), rgb(142,68,173));
		-ms-radial-gradient(rgb(155,89,182), rgb(142,68,173));
		-webkit-radial-gradient(rgb(155,89,182), rgb(142,68,173));
		-moz-radial-gradient(rgb(155,89,182), rgb(142,68,173));
	background-position: top center;
	margin: 0 2.5px;
	animation: cssload-bounce 0.72s infinite ease alternate;
		-o-animation: cssload-bounce 0.72s infinite ease alternate;
		-ms-animation: cssload-bounce 0.72s infinite ease alternate;
		-webkit-animation: cssload-bounce 0.72s infinite ease alternate;
		-moz-animation: cssload-bounce 0.72s infinite ease alternate;
}
.cssload-dot7:nth-child(1) {
	animation-delay: -0.12s;
		-o-animation-delay: -0.12s;
		-ms-animation-delay: -0.12s;
		-webkit-animation-delay: -0.12s;
		-moz-animation-delay: -0.12s;
}
.cssload-dot7:nth-child(2) {
	animation-delay: -0.24s;
		-o-animation-delay: -0.24s;
		-ms-animation-delay: -0.24s;
		-webkit-animation-delay: -0.24s;
		-moz-animation-delay: -0.24s;
}
.cssload-dot7:nth-child(3) {
	animation-delay: -0.36s;
		-o-animation-delay: -0.36s;
		-ms-animation-delay: -0.36s;
		-webkit-animation-delay: -0.36s;
		-moz-animation-delay: -0.36s;
}
.cssload-dot7:nth-child(4) {
	animation-delay: -0.48s;
		-o-animation-delay: -0.48s;
		-ms-animation-delay: -0.48s;
		-webkit-animation-delay: -0.48s;
		-moz-animation-delay: -0.48s;
}
.cssload-dot7:nth-child(5) {
	animation-delay: -0.6s;
		-o-animation-delay: -0.6s;
		-ms-animation-delay: -0.6s;
		-webkit-animation-delay: -0.6s;
		-moz-animation-delay: -0.6s;
}
.cssload-dot7:nth-child(6) {
	animation-delay: -0.72s;
		-o-animation-delay: -0.72s;
		-ms-animation-delay: -0.72s;
		-webkit-animation-delay: -0.72s;
		-moz-animation-delay: -0.72s;
}



@keyframes cssload-bounce {
	0% {
		transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(184,161,108,0.21);
	}
	100% {
		transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(184,161,108,0.1);
	}
}

@-o-keyframes cssload-bounce {
	0% {
		-o-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(184,161,108,0.21);
	}
	100% {
		-o-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(184,161,108,0.1);
	}
}

@-ms-keyframes cssload-bounce {
	0% {
		-ms-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(184,161,108,0.21);
	}
	100% {
		-ms-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(184,161,108,0.1);
	}
}

@-webkit-keyframes cssload-bounce {
	0% {
		-webkit-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(184,161,108,0.21);
	}
	100% {
		-webkit-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(184,161,108,0.1);
	}
}

@-moz-keyframes cssload-bounce {
	0% {
		-moz-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(184,161,108,0.21);
	}
	100% {
		-moz-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(184,161,108,0.1);
	}
}