@-webkit-keyframes fadeInUp {
  0% { opacity: 0;-webkit-transform: translate3d(0, 100%, 0); }
  100% {opacity: 1; -webkit-transform: none; }} 
  @keyframes fadeInUp {
  0% { opacity: 0;transform: translate3d(0, 100%, 0); }
  100% {opacity: 1; transform: none; }} 
  @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%)}
100%{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}
100%{opacity:1;transform:translateY(0)}}
  @-webkit-keyframes bounceOut {
  100% {    opacity: 0; }}
@keyframes bounceOut {
  100% {    opacity: 0; }}
  @-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-60px)}
100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-60px)}
100%{opacity:1;transform:translateX(0)}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(60px)}
100%{opacity:1;-webkit-transform:translateX(0)}}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(60px)}
100%{opacity:1;transform:translateX(0)}}
   @-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;-webkit-transform: translate3d(25px, 0, 0);}
  75% { -webkit-transform: translate3d(-10px, 0, 0);}
  90% {  -webkit-transform: translate3d(5px, 0, 0);}
  100% { -webkit-transform: none; }}
 @keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% { opacity: 0; transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;transform: translate3d(25px, 0, 0);}
  75% { transform: translate3d(-10px, 0, 0);}
  90% {  transform: translate3d(5px, 0, 0);}
  100% { transform: none; }} 
@-webkit-keyframes flipInY {
  0% {-webkit-transform: perspective(800px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in;opacity: 0; }
  40% { -webkit-transform: perspective(800px) rotate3d(0, 1, 0, -20deg);  -webkit-transition-timing-function: ease-in; }
  60% {  -webkit-transform: perspective(800px) rotate3d(0, 1, 0, 10deg);  opacity: 1;}
  80% { -webkit-transform: perspective(800px) rotate3d(0, 1, 0, -5deg); }
  100% { -webkit-transform: perspective(800px);}}
@keyframes flipInY {
  0% {transform: perspective(800px) rotate3d(0, 1, 0, 90deg); transition-timing-function: ease-in;opacity: 0; }
  40% { transform: perspective(800px) rotate3d(0, 1, 0, -20deg);  transition-timing-function: ease-in; }
  60% {  transform: perspective(800px) rotate3d(0, 1, 0, 10deg);  opacity: 1;}
  80% { transform: perspective(800px) rotate3d(0, 1, 0, -5deg); }
  100% { transform: perspective(800px);}}
  @-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);}
  20% {  -webkit-transform: scale3d(1.1, 1.1, 1.1);}
  40% { -webkit-transform: scale3d(.9, .9, .9); }
  60% {opacity: 1;  -webkit-transform: scale3d(1.03, 1.03, 1.03);}
  80% {-webkit-transform: scale3d(.97, .97, .97);}
  100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1);  }}  
  @keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;transform: scale3d(.3, .3, .3);}
  20% {  transform: scale3d(1.1, 1.1, 1.1);}
  40% { transform: scale3d(.9, .9, .9); }
  60% {opacity: 1;  transform: scale3d(1.03, 1.03, 1.03);}
  80% {transform: scale3d(.97, .97, .97);}
  100% { opacity: 1; transform: scale3d(1, 1, 1);  }}
 @-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {  opacity: 0;     -webkit-transform: translate3d(3000px, 0, 0);}
  60% { opacity: 1;   -webkit-transform: translate3d(-25px, 0, 0);}
  75% {    -webkit-transform: translate3d(10px, 0, 0);}
  90% {   -webkit-transform: translate3d(-5px, 0, 0);}
  100% {  -webkit-transform: none;}} 
  @keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {  opacity: 0;     transform: translate3d(3000px, 0, 0);}
  60% { opacity: 1;   transform: translate3d(-25px, 0, 0);}
  75% {    transform: translate3d(10px, 0, 0);}
  90% {   transform: translate3d(-5px, 0, 0);}
  100% {  transform: none;}}
  @-webkit-keyframes fadeInLeft {
  0% { opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none; }}  
  @keyframes fadeInLeft {
  0% { opacity: 0;transform: translate3d(-100%, 0, 0);}
  100% {opacity: 1;transform: none; }}
  @-webkit-keyframes fadeInLeft2 {
  0% { opacity: 0;-webkit-transform:scale(0) translate3d(-100%, 0, 0);}
  100% {opacity: 1;-webkit-transform: none; }}  
  @keyframes fadeInLeft2 {
  0% { opacity: 0;transform:scale(0) translate3d(-100%, 0, 0);}
  100% {opacity: 1;transform: none; }}  
@-webkit-keyframes fadeInRight {
  0% { opacity: 0;   -webkit-transform: translate3d(100%, 0, 0);}
  100% { opacity: 1; -webkit-transform: none; }}
  @keyframes fadeInRight {
  0% { opacity: 0;   transform: translate3d(100%, 0, 0);}
  100% { opacity: 1; transform: none; }}
@-webkit-keyframes lightSpeedIn {
  0% {-webkit-transform: translate3d(400%, 0, 0) skewX(-30deg); opacity: 0;}
  60% { -webkit-transform: skewX(20deg); opacity: 1;}
  80% {-webkit-transform: skewX(-5deg); opacity: 1; }
  100% {-webkit-transform: none; opacity: 1;}}
  @keyframes lightSpeedIn {
  0% {transform: translate3d(400%, 0, 0) skewX(-30deg); opacity: 0;}
  60% { transform: skewX(20deg); opacity: 1;}
  80% {transform: skewX(-5deg); opacity: 1; }
  100% {transform: none; opacity: 1;}}
.home{-webkit-animation:bounceOut  1s 1s ease-out both;animation:bounceOut  1s 1s ease-out both; }
.section.active .home{-webkit-animation:fadeInUp  1s 0.5s ease-out both;animation:fadeInUp 1s  0.5s ease-out both;}
#chead,#logos,#kind,#min,#series li,#team li,#chead2,#chead3,#award li,#quote,#tit,#coco li,#new1,#new2{-webkit-animation:bounceOut  0.5s 1s  ease-out both;animation:bounceOut  0.5s 1s ease-out both; }
#chead.active{-webkit-animation:lightSpeedIn  1s  0.5s  ease-out both;animation:lightSpeedIn   1s  0.5s  ease-out both;}
#logos.active{-webkit-animation:fadeInUp  1s 1s  ease-out both;animation:fadeInUp  1s 1s ease-out both;}
#kind.active{-webkit-animation:bounceInRight 1.2s 0.8s  ease-out  both;animation:bounceInRight  1.2s 0.8s ease-out  both;}
#min.active{-webkit-animation:bounceInLeft 1s 0.8s  ease-out both;animation:bounceInLeft  1s 0.8s ease-out both;}
#series li.active{-webkit-animation:fadeInRight 1s 1s  ease-out both;animation:fadeInRight  1s 1s ease-out both;}
#team li.active{-webkit-animation:fadeInRight 1s 0.8s  ease-out both;animation:fadeInRight  1s 0.8s ease-out both;}
#chead2.active{-webkit-animation:fadeInRight 1s  1s  ease-out both;animation:fadeInRight 1s  1s  ease-out both;} 
#chead3.active{-webkit-animation:bounceIn 1s  1s  ease-out both;animation:bounceIn   1s  1s  ease-out both;} 
#award li.active{-webkit-animation:fadeInLeft 1s 0.1s  ease-out both;animation:fadeInLeft  1s 0.1s ease-out both;} 
#quote.active{-webkit-animation:bounceInLeft 1s 1s  ease-out both;animation:bounceInLeft 1s 1sease-out both;} 
#tit.active{-webkit-animation:bounceIn 1s 0.8s  ease-out both;animation:bounceIn  1s 0.8s ease-out both;} 
#coco li.active{-webkit-animation:fadeInUp 1s 1.5s  ease-out both;animation:fadeInUp  1s 1.5s ease-out both;} 
#quote.active{-webkit-animation:bounceInLeft 1s 0.8s  ease-out both;animation:bounceInLeft  1s 0.8s ease-out both;} 
#new1.active{-webkit-animation:fadeInLeft 1s 0.8s  ease-out both;animation:fadeInLeft  1s 0.8s ease-out both;} 
#new2.active{-webkit-animation:fadeInRight 1s 0.8s  ease-out both;animation:fadeInRight  1s 0.8s ease-out both;} 












