/*================ONTENT1============*/

.CONTENT1 .W_CENTER .BALL_B .BALL {
	-webkit-animation: BALL 200s 1s linear infinite;
	-moz-animation: BALL 200s 1s linear infinite;
	-ms-animation: BALL 200s 1s linear infinite;
	-o-animation: BALL 200s 1s linear infinite;
	animation: BALL 200s 1s linear infinite;
}
 @-webkit-keyframes BALL {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
 @-moz-keyframes BALL {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
 @-ms-keyframes BALL {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
 @-o-keyframes BALL {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
 @keyframes BALL {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.CONTENT1 .W_CENTER .CAR_B .CAR {
	-webkit-animation: shake 10s 3s infinite alternate linear;
	-moz-animation: shake 10s 3s infinite alternate linear;
	-ms-animation: shake 10s 3s infinite alternate linear;
	-o-animation: shake 10s 3s infinite alternate linear;
	animation: shake 10s 3s infinite alternate linear;
}
.CONTENT1 .W_CENTER .cu01 {
	-webkit-animation: fadeInRightBig 20s 0s infinite alternate linear;
	-moz-animation: fadeInRightBig 20s 0s infinite alternate linear;
	-ms-animation: fadeInRightBig 20s 0s infinite alternate linear;
	-o-animation: fadeInRightBig 20s 0s infinite alternate linear;
	animation: fadeInRightBig 20s 0s infinite alternate linear;
}
.CONTENT1 .W_CENTER .cu03 {
	-webkit-animation: fadeInRightBig 70s 0s infinite alternate linear;
	-moz-animation: fadeInRightBig 70s 0s infinite alternate linear;
	-ms-animation: fadeInRightBig 70s 0s infinite alternate linear;
	-o-animation: fadeInRightBig 70s 0s infinite alternate linear;
	animation: fadeInRightBig 70s 0s infinite alternate linear;
}
.CONTENT1 .W_CENTER .cu02 {
	-webkit-animation: fadeInLeftBig 25s 0s infinite alternate linear;
	-moz-animation: fadeInLeftBig 25s 0s infinite alternate linear;
	-ms-animation: fadeInLeftBig 25s 0s infinite alternate linear;
	-o-animation: fadeInLeftBig 25s 0s infinite alternate linear;
	animation: fadeInLeftBig 25s 0s infinite alternate linear;
}
.CONTENT1 .W_CENTER .cu04 {
	-webkit-animation: fadeInLeftBig 70s 0s infinite alternate linear;
	-moz-animation: fadeInLeftBig 70s 0s infinite alternate linear;
	-ms-animation: fadeInLeftBig 70s 0s infinite alternate linear;
	-o-animation: fadeInLeftBig 70s 0s infinite alternate linear;
	animation: fadeInLeftBig 70s 0s infinite alternate linear;
}
.CONTENT1 .W_CENTER .air_B .air img{
	-webkit-animation: AIRX 1.5s 4s infinite alternate linear;
	-moz-animation: AIRX 1.5s 4s infinite alternate linear;
	-ms-animation: AIRX 1.5s 4s infinite alternate linear;
	-o-animation: AIRX 1.5s 4s infinite alternate linear;
	animation: AIRX 1.5s 4s infinite alternate linear;
}
 @-webkit-keyframes AIRX {
 0% {
top: 0%;
}
 100% {
top: 25%;
}
}
 @-moz-keyframes AIRX {
 0% {
top: 0%;
}
 100% {
top: 25%;
}
}
 @-ms-keyframes AIRX {
 0% {
top: 0%;
}
 100% {
top: 25%;
}
}
 @-o-keyframes AIRX {
 0% {
top: 0%;
}
 100% {
top: 25%;
}
}
 @keyframes AIRX {
 0% {
top: 0%;
}
 100% {
top: 25%;
}
}
/*================ONTENT2============*/

.CONTENT2 .W_CENTER h3 span {
	-webkit-animation: H3SPAN 1s 0s infinite;
}
 @-webkit-keyframes H3SPAN {
0%, 50% {
color: #fcdfa0;
}
 51%, 100% {
color: #fff;
}
}
 @-moz-keyframes H3SPAN {
0%, 50% {
color: #fcdfa0;
}
 51%, 100% {
color: #fff;
}
}
 @-ms-keyframes H3SPAN {
0%, 50% {
color: #fcdfa0;
}
 51%, 100% {
color: #fff;
}
}
 @-o-keyframes H3SPAN {
0%, 50% {
color: #fcdfa0;
}
 51%, 100% {
color: #fff;
}
}
 @keyframes H3SPAN {
0%, 50% {
color: #fcdfa0;
}
 51%, 100% {
color: #fff;
}
}
.CONTENT2 .W_CENTER .BOX2 #B2_A:hover,.CONTENT2 .W_CENTER .BOX2 #B2_B:hover,.CONTENT2 .W_CENTER .BOX2 #B2_C:hover {
	-webkit-animation: bounce .3s 0s;
	-moz-animation: bounce .3s 0s;
	-ms-animation: bounce .3s 0s;
	-o-animation: bounce .3s 0s;
	animation: bounce .3s 0s;
}
/*================ONTENT3============*/
.CONTENT3 .W_CENTER .BOX3 .IMG_B img:hover {
	-webkit-animation: jello .7s 0s;
	-moz-animation: jello .7s 0s;
	-ms-animation: jello .7s 0s;
	-o-animation: jello .7s 0s;
	animation: jello .7s 0s;
}
/*================ONTENT4============*/
.CONTENT4 .W_CENTER .BOX4 .BOX4_A .BOX4_IMG img:hover {
	-webkit-animation: IMGHOVER .5s 1 linear;
	-moz-animation: IMGHOVER .5s 1 linear;
	-ms-animation: IMGHOVER .5s 1 linear;
	-o-animation: IMGHOVER .5s 1 linear;
	animation: IMGHOVER .5s 1 linear;
}
 @-webkit-keyframes IMGHOVER {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
 @-moz-keyframes IMGHOVER {
 from {
 -moz-transform: rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
}
}
 @-ms-keyframes IMGHOVER {
 from {
 -ms-transform: rotate(0deg);
}
to {
	-ms-transform: rotate(360deg);
}
}
 @-o-keyframes IMGHOVER {
 from {
 -o-transform: rotate(0deg);
}
to {
	-o-transform: rotate(360deg);
}
}
 @keyframes IMGHOVER {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
