
/* animation for monster section 1 */

.logo-two-2{
  animation: monster-1 linear 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: monster-1 linear 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: monster-1 linear 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: monster-1 linear 2s;
  -o-animation-iteration-count:1;
  -o-transform-origin: 50% 50%;
  -ms-animation: monster-1 linear 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes monster-1{
  0% {
    transform:  translate(0px,0px)  scaleX(1.02) ;
	opacity:0.1;
	filter:alpha(opacity=10);
  }
  50% {
    transform:  translate(0px,0px)  scaleX(-1.00) ;
	opacity:0.4;
	filter:alpha(opacity=40);
  }
  100% {
    transform:  translate(0px,0px)  scaleX(1.00) ;
	opacity:1.0;
	filter:alpha(opacity=100);
  }
}

@-moz-keyframes monster-1{
  0% {
    -moz-transform:  translate(0px,0px)  scaleX(1.02) ;
	opacity:0.1;
  }
  50% {
    -moz-transform:  translate(0px,0px)  scaleX(-1.00) ;
	opacity:0.4;
  }
  100% {
    -moz-transform:  translate(0px,0px)  scaleX(1.00) ;
	opacity:1.0;
  }
}

@-webkit-keyframes monster-1 {
  0% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.02) ;
		opacity:0.1;
  }
  50% {
    -webkit-transform:  translate(0px,0px)  scaleX(-1.00) ;
	opacity:0.4;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) ;
	opacity:1.0;
  }
}

@-o-keyframes monster-1 {
  0% {
    -o-transform:  translate(0px,0px)  scaleX(1.02) ;
		opacity:0.1;
  }
  50% {
    -o-transform:  translate(0px,0px)  scaleX(-1.00) ;
		opacity:0.4;
  }
  100% {
    -o-transform:  translate(0px,0px)  scaleX(1.00) ;
	opacity:1.0;
  }
}

@-ms-keyframes monster-1 {
  0% {
    -ms-transform:  translate(0px,0px)  scaleX(1.02) ;
	filter:alpha(opacity=10);
  }
  50% {
    -ms-transform:  translate(0px,0px)  scaleX(-1.00) ;
	filter:alpha(opacity=40);
  }
  100% {
    -ms-transform:  translate(0px,0px)  scaleX(1.00) ;
	filter:alpha(opacity=100);
  }
}

/* animation for text in section 1 */

.promo-2b { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
	 animation-iteration-count:1; 
    -webkit-animation-iteration-count:1; 
} 

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/* animation for button in section 1 */

.button-apply-img { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
	animation-iteration-count:1; 
    -webkit-animation-iteration-count:1; 
} 

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 0.5; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
	 opacity: 0.7; 
        -webkit-transform: scale(.9); 
    } 

    100% { 
	opacity:1.0;
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
		filter:alpha(opacity=0);
        transform: scale(.3); 
    } 

    50% { 
        opacity: 0.5; 
		filter:alpha(opacity=50);
        transform: scale(1.05); 
    } 

    70% { 
	opacity: 0.7; 
		filter:alpha(opacity=70);
        transform: scale(.9); 
    } 

    100% { 
	opacity: 1.0; 
		filter:alpha(opacity=100);
        transform: scale(1); 
    } 
} 

.bounceIn { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/* text in section 2 */

.moneyA_anim p{
  animation: texteffect linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: texteffect linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: texteffect linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: texteffect linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: texteffect linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes texteffect{
  0% {
    opacity: 0; 
	filter:alpha(opacity=0);
    transform:  translate(16px,-59px)  rotate(0deg) ;
  }
  25% {
    opacity: 0.25;
filter:alpha(opacity=25);	
    transform:  translate(-15px,-29px)  rotate(-47deg) ;
  }
  51% {
    opacity: 0.50; 
	filter:alpha(opacity=50);
    transform:  translate(-49px,-16px)  rotate(-116deg) ;
  }
  75% {
    opacity: 0.75;
filter:alpha(opacity=75);	
    transform:  translate(-94px,1px)  rotate(-222deg) ;
  }
  76% {
    opacity: 0.76; 
	filter:alpha(opacity=76);
    transform:  translate(-94px,1px)  rotate(-228deg) ;
  }
  100% {
    opacity: 1.0; 
	filter:alpha(opacity=100);
    transform:  translate(-94px,1px)  rotate(-361deg) ;
  }
}

@-moz-keyframes texteffect{
  0% {
   opacity: 0; 
    -moz-transform:  translate(16px,-59px)  rotate(0deg) ;
  }
  25% {
     opacity: 0.25;
    -moz-transform:  translate(-15px,-29px)  rotate(-47deg) ;
  }
  51% {
     opacity: 0.50; 
    -moz-transform:  translate(-49px,-16px)  rotate(-116deg) ;
  }
  75% {
  opacity: 0.75;
    -moz-transform:  translate(-94px,1px)  rotate(-222deg) ;
  }
  76% {
      opacity: 0.76;
    -moz-transform:  translate(-94px,1px)  rotate(-228deg) ;
  }
  100% {
   opacity: 1.0; 
    -moz-transform:  translate(-94px,1px)  rotate(-361deg) ;
  }
}

@-webkit-keyframes texteffect {
  0% {
     opacity: 0; 
    -webkit-transform:  translate(16px,-59px)  rotate(0deg) ;
  }
  25% {
  opacity: 0.25;
    -webkit-transform:  translate(-15px,-29px)  rotate(-47deg) ;
  }
  51% {
   opacity: 0.50; 
    -webkit-transform:  translate(-49px,-16px)  rotate(-116deg) ;
  }
  75% {
        opacity: 0.75;
  -webkit-transform:  translate(-94px,1px)  rotate(-222deg) ;
  }
  76% {
   opacity: 0.76;
    -webkit-transform:  translate(-94px,1px)  rotate(-228deg) ;
  }
  100% {
     opacity: 1.0; 
    -webkit-transform:  translate(-94px,1px)  rotate(-361deg) ;
  }
}

@-o-keyframes texteffect {
  0% {
     opacity: 0; 
    -o-transform:  translate(16px,-59px)  rotate(0deg) ;
  }
  25% {
   opacity: 0.25;
    -o-transform:  translate(-15px,-29px)  rotate(-47deg) ;
  }
  51% {
    opacity: 0.50; 
    -o-transform:  translate(-49px,-16px)  rotate(-116deg) ;
  }
  75% {
     opacity: 0.75;
    -o-transform:  translate(-94px,1px)  rotate(-222deg) ;
  }
  76% {
       opacity: 0.76; 
    -o-transform:  translate(-94px,1px)  rotate(-228deg) ;
  }
  100% {
    opacity: 1.0;
    -o-transform:  translate(-94px,1px)  rotate(-361deg) ;
  }
}

@-ms-keyframes texteffect {
  0% {
  filter:alpha(opacity=0);
    -ms-transform:  translate(16px,-59px)  rotate(0deg) ;
  }
  25% {
  filter:alpha(opacity=25);
    -ms-transform:  translate(-15px,-29px)  rotate(-47deg) ;
  }
  51% {
  filter:alpha(opacity=50);
    -ms-transform:  translate(-49px,-16px)  rotate(-116deg) ;
  }
  75% {
  filter:alpha(opacity=75);
    -ms-transform:  translate(-94px,1px)  rotate(-222deg) ;
  }
  76% {
  filter:alpha(opacity=76);
    -ms-transform:  translate(-94px,1px)  rotate(-228deg) ;
  }
  100% {
  filter:alpha(opacity=100);
    -ms-transform:  translate(-94px,1px)  rotate(-361deg) ;
  }
}


/* monster image in section 2 */
.money-image_anim{
  animation: monster linear 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: monster linear 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: monster linear 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: monster linear 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: monster linear 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes monster{
  0% {
  opacity:0;
  filter:alpha(opacity=0);
    transform:  translate(-81px,-85px)  ;
  }
  100% {
   opacity:1.0;
  filter:alpha(opacity=100);
    transform:  translate(2px,1px)  ;
  }
}

@-moz-keyframes monster{
  0% {
   opacity:0;
    -moz-transform:  translate(-81px,-85px)  ;
  }
  100% {
     opacity:1.0;
    -moz-transform:  translate(2px,1px)  ;
  }
}

@-webkit-keyframes monster {
  0% {
    opacity:0;
    -webkit-transform:  translate(-81px,-85px)  ;
  }
  100% {
     opacity:1.0;
    -webkit-transform:  translate(2px,1px)  ;
  }
}

@-o-keyframes monster {
  0% {
    opacity:0;
    -o-transform:  translate(-81px,-85px)  ;
  }
  100% {
      opacity:1.0;
    -o-transform:  translate(2px,1px)  ;
  }
}

@-ms-keyframes monster {
  0% {
   filter:alpha(opacity=0);
    -ms-transform:  translate(-81px,-85px)  ;
  }
  100% {
   filter:alpha(opacity=100);
    -ms-transform:  translate(2px,1px)  ;
  }
}



/* monster animation in section 3 */
.people-image_anim{
  animation:  monster-3 linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: monster-3 linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation:  monster-3 linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation:  monster-3 linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: monster-3 linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes monster-3{
  0% {
  opacity:0;
  filter:alpha(opacity=0);
    transform:  translate(168px,-124px)  rotate(0deg) ;
  }
  25% {
  opacity:25;
  filter:alpha(opacity=25);
    transform:  translate(97px,-80px)  rotate(-47deg) ;
  }
  51% {
  opacity:0.5;
  filter:alpha(opacity=50);
    transform:  translate(72px,-39px)  rotate(-116deg) ;
  }
  75% {
  opacity:0.75;
  filter:alpha(opacity=75);
    transform:  translate(33px,1px)  rotate(-222deg) ;
  }
  76% {
  opacity:0.76;
  filter:alpha(opacity=76);
    transform:  translate(33px,2px)  rotate(-228deg) ;
  }
  100% {
  opacity:1.0;
  filter:alpha(opacity=100);
    transform:  translate(22px,22px)  rotate(-361deg) ;
  }
}

@-moz-keyframes monster-3{
  0% {
  opacity:0;
    -moz-transform:  translate(168px,-124px)  rotate(0deg) ;
  }
  25% {
  opacity:25;
    -moz-transform:  translate(97px,-80px)  rotate(-47deg) ;
  }
  51% {
    opacity:0.5;
    -moz-transform:  translate(72px,-39px)  rotate(-116deg) ;
  }
  75% {
   opacity:0.75;
    -moz-transform:  translate(33px,1px)  rotate(-222deg) ;
  }
  76% {
  opacity:0.76;
    -moz-transform:  translate(33px,2px)  rotate(-228deg) ;
  }
  100% {  
  opacity:1.0;
    -moz-transform:  translate(22px,22px)  rotate(-361deg) ;
  }
}

@-webkit-keyframes  monster-3 {
  0% {
  opacity:0;
    -webkit-transform:  translate(168px,-124px)  rotate(0deg) ;
  }
  25% {
  opacity:25;
    -webkit-transform:  translate(97px,-80px)  rotate(-47deg) ;
  }
  51% {
    opacity:0.5;
    -webkit-transform:  translate(72px,-39px)  rotate(-116deg) ;
  }
  75% {
   opacity:0.75;
    -webkit-transform:  translate(33px,1px)  rotate(-222deg) ;
  }
  76% {
  opacity:0.76;
    -webkit-transform:  translate(33px,2px)  rotate(-228deg) ;
  }
  100% {
    opacity:1.0;
    -webkit-transform:  translate(22px,22px)  rotate(-361deg) ;
  }
}

@-o-keyframes  monster-3 {
  0% {
  opacity:0;
    -o-transform:  translate(168px,-124px)  rotate(0deg) ;
  }
  25% {
    opacity:25;
    -o-transform:  translate(97px,-80px)  rotate(-47deg) ;
  }
  51% {
    opacity:0.5;
    -o-transform:  translate(72px,-39px)  rotate(-116deg) ;
  }
  75% {
   opacity:0.75;
    -o-transform:  translate(33px,1px)  rotate(-222deg) ;
  }
  76% {
  opacity:0.76;
    -o-transform:  translate(33px,2px)  rotate(-228deg) ;
  }
  100% {
    opacity:1.0;
    -o-transform:  translate(22px,22px)  rotate(-361deg) ;
  }
}

@-ms-keyframes  monster-3 {
  0% {
    filter:alpha(opacity=0);
    -ms-transform:  translate(168px,-124px)  rotate(0deg) ;
  }
  25% {
    filter:alpha(opacity=25);
    -ms-transform:  translate(97px,-80px)  rotate(-47deg) ;
  }
  51% {
    filter:alpha(opacity=50);
    -ms-transform:  translate(72px,-39px)  rotate(-116deg) ;
  }
  75% {
    filter:alpha(opacity=75);
    -ms-transform:  translate(33px,1px)  rotate(-222deg) ;
  }
  76% {
    filter:alpha(opacity=76);
    -ms-transform:  translate(33px,2px)  rotate(-228deg) ;
  }
  100% {
    filter:alpha(opacity=100);
    -ms-transform:  translate(22px,22px)  rotate(-361deg) ;
  }
}

/* text animation for section 3 */

.people-text_anim{
  animation: texteffect3 linear 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: texteffect3 linear 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: texteffect3 linear 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: texteffect3 linear 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: texteffect3 linear 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes texteffect3{
  0% {
  opacity:0;
  filter:alpha(opacity=0);
    transform:  translate(2px,-123px)  ;
  }
  100% {
  opacity:1.0;
  filter:alpha(opacity=1);
    transform:  translate(-3px,-2px)  ;
  }
}

@-moz-keyframes texteffect3{
  0% {
   opacity:0;
    -moz-transform:  translate(2px,-123px)  ;
  }
  100% {
  opacity:1.0;
    -moz-transform:  translate(-3px,-2px)  ;
  }
}

@-webkit-keyframes texteffect3 {
  0% {
   opacity:0;
    -webkit-transform:  translate(2px,-123px)  ;
  }
  100% {
  opacity:1.0;
    -webkit-transform:  translate(-3px,-2px)  ;
  }
}

@-o-keyframes texteffect3 {
  0% {
   opacity:0;
    -o-transform:  translate(2px,-123px)  ;
  }
  100% {
  opacity:1.0;
    -o-transform:  translate(-3px,-2px)  ;
  }
}

@-ms-keyframes texteffect3 {
  0% {
    filter:alpha(opacity=0);
    -ms-transform:  translate(2px,-123px)  ;
  }
  100% {
    filter:alpha(opacity=100);
    -ms-transform:  translate(-3px,-2px)  ;
  }
}

/* css for div text in section 3 */

.peopleB_anim{
  animation: divtext linear 2s;
  animation-iteration-count: 1;
  transform-origin: 100% 0%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: divtext linear 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 100% 0%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: divtext linear 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 100% 0%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: divtext linear 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 100% 0%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: divtext linear 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 100% 0%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes divtext{
  0% {
  opacity:0;
  filter:alpha(opacity=0);
    transform:  translate(32px,0px)  rotate(42deg) ;
  }
  26% {
  opacity:0.26;
    filter:alpha(opacity=25);
    transform:  translate(21px,0px)  rotate(-60deg) ;
  }
  50% {
  opacity:0.5;
    filter:alpha(opacity=50);
    transform:  translate(11px,0px)  rotate(42deg) ;
  }
  75% {
  opacity:0.75;
    filter:alpha(opacity=75);
    transform:  translate(1px,0px)  rotate(0deg) ;
  }
  100% {
	opacity:1.0;
	  filter:alpha(opacity=100);
    transform:  translate(-1px,0px)  rotate(0deg) ;
  }
}

@-moz-keyframes divtext{
  0% {
    opacity:0;
    -moz-transform:  translate(32px,0px)  rotate(42deg) ;
  }
  26% {
  opacity:0.26;
    -moz-transform:  translate(21px,0px)  rotate(-60deg) ;
  }
  50% {
   opacity:0.5;
    -moz-transform:  translate(11px,0px)  rotate(42deg) ;
  }
  75% {
    opacity:0.75;
    -moz-transform:  translate(1px,0px)  rotate(0deg) ;
  }
  100% {
  	opacity:1.0;
    -moz-transform:  translate(-1px,0px)  rotate(0deg) ;
  }
}

@-webkit-keyframes divtext {
  0% {
    opacity:0;
    -webkit-transform:  translate(32px,0px)  rotate(42deg) ;
  }
  26% {
  opacity:0.26;
    -webkit-transform:  translate(21px,0px)  rotate(-60deg) ;
  }
  50% {
   opacity:0.5;
    -webkit-transform:  translate(11px,0px)  rotate(42deg) ;
  }
  75% {
    opacity:0.75;
    -webkit-transform:  translate(1px,0px)  rotate(0deg) ;
  }
  100% {
  	opacity:1.0;
    -webkit-transform:  translate(-1px,0px)  rotate(0deg) ;
  }
}

@-o-keyframes divtext {
  0% {
    opacity:0;
    -o-transform:  translate(32px,0px)  rotate(42deg) ;
  }
  26% {
  opacity:0.26;
    -o-transform:  translate(21px,0px)  rotate(-60deg) ;
  }
  50% {
   opacity:0.5;
    -o-transform:  translate(11px,0px)  rotate(42deg) ;
  }
  75% {
    opacity:0.75;
    -o-transform:  translate(1px,0px)  rotate(0deg) ;
  }
  100% {
  	opacity:1.0;
    -o-transform:  translate(-1px,0px)  rotate(0deg) ;
  }
}

@-ms-keyframes divtext {
  0% {
   filter:alpha(opacity=0);
    -ms-transform:  translate(32px,0px)  rotate(42deg) ;
  }
  26% {
 filter:alpha(opacity=25);
    -ms-transform:  translate(21px,0px)  rotate(-60deg) ;
  }
  50% {
   filter:alpha(opacity=50);
    -ms-transform:  translate(11px,0px)  rotate(42deg) ;
  }
  75% {
   filter:alpha(opacity=75);
    -ms-transform:  translate(1px,0px)  rotate(0deg) ;
  }
  100% {
   filter:alpha(opacity=100);
    -ms-transform:  translate(-1px,0px)  rotate(0deg) ;
  }
}