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