.dnxte-fltshape-one {
	-webkit-animation: dnxtefltmoveone 30s alternate infinite linear;
	animation: dnxtefltmoveone 30s alternate infinite linear;
}

.dnxte-fltshape-two {
	position: absolute;
	-webkit-animation: dnxtefltmovetwo 20s alternate infinite linear;
	animation: dnxtefltmovetwo 20s alternate infinite linear;
}

.dnxte-fltshape-three {
	position: absolute;
	-webkit-animation: dnxtefltmoveupdown 3s linear infinite;
	animation: dnxtefltmoveupdown 3s linear infinite;
}

.dnxte-fltshape-four {
	position: absolute;
	-webkit-animation: dnxtefltmovelftright 3s linear infinite;
	animation: dnxtefltmovelftright 3s linear infinite;
}

.dnxte-fltshape-five {
	position: absolute;
	-webkit-animation: dnxtefltpulse 1s infinite alternate;
	animation: dnxtefltpulse 1s infinite alternate;
}

.dnxte-fltshape-six {
	position: absolute;
	-webkit-animation: dnxtefltleftright 2s linear infinite;
	animation: dnxtefltleftright 2s linear infinite;
}

.dnxte-fltshape-seven {
	position: absolute;
	-webkit-animation: dnxtefltrotate 20s linear infinite;
	animation: dnxtefltrotate 20s linear infinite;
}