.icon-play a {
	animation:air 1s linear infinite alternate; -webkit-animation: air 1s linear infinite alternate; -moz-animation: air 1s linear infinite alternate; -o-animation: air 1s linear infinite alternate;
}
.upDown {
	animation:upDown 0.8s linear infinite alternate; -webkit-animation: upDown 0.8s linear infinite alternate; -moz-animation: upDown 0.8s linear infinite alternate; -o-animation: upDown 0.8s linear infinite alternate;
}
.slogen {
	animation:bouncein 0.4s linear both; -webkit-animation: bouncein .4s linear both; -moz-animation: bouncein .4s linear both; -o-animation: bouncein .4s linear both;
}
#container .c1 .man {
	animation:man 1s linear both; -webkit-animation: man 1s linear both; -moz-animation: man 1s linear both; -o-animation: man 1s linear both;
}
.cloud-b {
	animation:cloudOne 60s linear infinite alternate; -webkit-animation: cloudOne 60s linear infinite alternate; -moz-animation: cloudOne 60s linear infinite alternate; -o-animation: cloudOne 60s linear infinite alternate;
}
.cloud-l {
	animation:cloudL 60s linear infinite alternate; -webkit-animation: cloudL 60s linear infinite alternate; -moz-animation: cloudL 60s linear infinite alternate; -o-animation: cloudL 60s linear infinite alternate;
}
.cloud-r {
	animation:cloudR 60s linear infinite alternate; -webkit-animation: cloudR 60s linear infinite alternate; -moz-animation: cloudR 60s linear infinite alternate; -o-animation: cloudR 60s linear infinite alternate;
}
