#wr2 {
    width: 100%; 
    margin-bottom: -30px;
}

#wr1 {
    margin: 0px auto 5px auto;
    margin-bottom: 10px;
    font-size: 13px;
	transform: translateZ(0);
}

#wr1:before,
#wr1:after {
	content: '';
	position: absolute;
	top: 0;
}

#wr1:before,
#wr1:after,
#wr1 {
	border-radius: 50%;
	width: 3em;
	height: 3em;
	animation: animation 1.7s infinite ease-in-out;
}

#wr1 {
	animation-delay: -0.16s;
}

#wr1:before {
	left: -3.5em;
	animation-delay: -0.32s;
}

#wr1:after {
	left: 3.5em;
}

@keyframes animation {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #8ef0ff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #09ff05;
	}
}