﻿@charset "utf-8";
.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;-ms-animation: upDown 0.8s linear infinite alternate;-o-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;-ms-animation: bouncein .4s linear both;-o-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;-ms-animation: man 1s linear both;-o-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;-ms-animation: cloudOne 60s linear infinite alternate;-o-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;-ms-animation: cloudL 60s linear infinite alternate;-o-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;-ms-animation: cloudR 60s linear infinite alternate;-o-animation: cloudR 60s linear infinite alternate;animation: cloudR 60s linear infinite alternate;}

@-webkit-keyframes cloudR{
	0%{right:10%;}
	100%{right:100%;}
}
@-moz-keyframes cloudR{
	0%{right:10%;}
	100%{right:100%;}
}
@-o-keyframes cloudR{
	0%{right:10%;}
	100%{right:100%;}
}
@-ms-keyframes cloudR{
	0%{right:10%;}
	100%{right:100%;}
}
@keyframes cloudR{
	0%{right:10%;}
	100%{right:100%;}
}


@-webkit-keyframes cloudL{
	0%{left:10%;}
	100%{left:100%;}
}
@-moz-keyframes cloudL{
	0%{left:10%;}
	100%{left:100%;}
}
@-o-keyframes cloudL{
	0%{left:10%;}
	100%{left:100%;}
}
@-ms-keyframes cloudL{
	0%{left:10%;}
	100%{left:100%;}
}
@keyframes cloudL{
	0%{left:10%;}
	100%{left:100%;}
}

@-webkit-keyframes cloudOne{
	0%{left:-40%;}
	100%{left:160%;}
}
@-moz-keyframes cloudOne{
	0%{left:-40%;}
	100%{left:160%;}
}
@-o-keyframes cloudOne{
	0%{left:-40%;}
	100%{left:160%;}
}
@-ms-keyframes cloudOne{
	0%{left:-40%;}
	100%{left:160%;}
}
@keyframes cloudOne{
	0%{left:-40%;}
	100%{left:160%;}
}




@-webkit-keyframes air{
	0%{
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0.5;
	}
	100%{
		-webkit-transform: 