@charset "utf-8";
/* CSS Document */

.animated .no-animation{animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation:none !important; opacity: 1 !important;}
.animated .no-animation span{ opacity:1; animation: none !important;}
.animated .no-animation .rw-words span{ opacity:0;}
.animated .width-ani.no-animation, .animated .widthani.no-animation{width:100%;}
.animated .height-ani.no-animation, .animated .heightani.no-animation{height:100%;}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 4vw;
    height: 1vw;
}
.lds-ellipsis div {
  position: absolute;
  top: 0.6vw;
    width: 0.3vw;
    height: 0.3vw;
  border-radius: 50%;
  background: #E35500;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 0.6vw;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 1vw;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 1.8vw;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 2.6vw;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

body.loaded .fade0{
	-webkit-animation: rotateWordfade 200ms linear 0s both;
    -moz-animation: rotateWordfade 200ms linear 0s both;
    -o-animation: rotateWordfade 200ms linear 0s both;
    -ms-animation: rotateWordfade 200ms linear 0s both;
    animation: rotateWordfade 0ms linear 0s both; 
    opacity:1;
}
body.loaded .fade0a{
	-webkit-animation: fadein1 200ms linear 2.2s both;
    -moz-animation: fadein1 200ms linear 2.2s both;
    -o-animation: fadein1 200ms linear 2.2s both;
    -ms-animation: fadein1 200ms linear 2.2s both;
    animation: fadein1 0ms linear 2.2s both; 
}
body.loaded .fade0b{
	-webkit-animation: rotateWordfade 200ms linear 2.4s both;
    -moz-animation: rotateWordfade 200ms linear 2.4s both;
    -o-animation: rotateWordfade 200ms linear 2.4s both;
    -ms-animation: rotateWordfade 200ms linear 2.4s both;
    animation: rotateWordfade 0ms linear 2.4s both; 
}
body.loaded .fade0c{
	-webkit-animation: rotateWordfade 200ms linear 2.7s both;
    -moz-animation: rotateWordfade 200ms linear 2.7s both;
    -o-animation: rotateWordfade 200ms linear 2.7s both;
    -ms-animation: rotateWordfade 200ms linear 2.7s both;
    animation: rotateWordfade 0ms linear 2.7s both; 
}
body.loaded .fade0d{
	-webkit-animation: rotateWordfade 0ms 3.7s both;
    -moz-animation: rotateWordfade 0ms 3.7s both;
    -o-animation: rotateWordfade 0ms 3.7s both;
    -ms-animation: rotateWordfade 0ms 3.7s both;
    animation: rotateWordfade 0ms 3.7s both; 
}
body.loaded .scaleout0{
-webkit-animation:scaleout 0.8s 3.7s 1 both;
-moz-animation:scaleout 0.8s 3.7s 1 both;
animation:scaleout 0.8s 3.7s 1 both;
}
.datacrushfadeout{-webkit-animation: fadeout1 0ms linear 1s both;
    -moz-animation: fadeout1 0ms linear 1s both;
    -o-animation: fadeout1 0ms linear 1s both;
    -ms-animation: fadeout1 0ms linear 1s both;
    animation: fadeout1 0ms linear 1s both;}
 .datacrushfadeoutresult{-webkit-animation: fadeout1 0ms linear 4s both;
    -moz-animation: fadeout1 0ms linear 4s both;
    -o-animation: fadeout1 0ms linear 4s both;
    -ms-animation: fadeout1 0ms linear 4s both;
    animation: fadeout1 0ms linear 4s both;}   
@keyframes breakdata {
    from {   transform: rotate(15deg); }
    to {     transform:rotate(0deg);  }
}
.datacrush_move{animation: breakdata 1s 1 1s linear;}
@keyframes breakdata1 {
    from {   right:0; bottom: 0vw; transform: rotate(0deg); }
    to {     right: 16.5vw; bottom: 5vw; transform: rotate(-130deg); }
}
.datacrush_move1{animation: breakdata1 0.8s 1 4s linear both;}
@keyframes breakdata2 {
    from {   right:0; transform: rotate(0deg); }
    to {     right: 33.5vw; transform: rotate(-128deg); }
}
.datacrush_move2{animation: breakdata2 0.8s 1 4s linear both;}
@keyframes kickhand1 {
    0% {right: -13vh; transform: rotate(0deg); }
    50% { right: -8vh; transform: rotate(-9deg); }
	100%{right: -13vh; transform: rotate(0deg);}
}
.kickhand{animation: kickhand1 2s 1 3s linear both;}
@keyframes kickhand2 {
    0% {right: -17vw; transform: rotate(0deg); }
    50% { right: -13vw; transform: rotate(-9deg); }
	100%{right: -17vw; transform: rotate(0deg);}
}
.kickhand2{animation: kickhand2 2s 1 3s linear both;}
@keyframes kickleg {
    0% {right: 1vw; transform: rotate(0deg); }
    50% { right: 4vw; transform: rotate(-4deg); }
	100%{right: 1vw; transform: rotate(0deg);}
}
.kickleg{animation: kickleg 2s 1 3s linear both;}

.datacrushfadeinresult{ position:absolute; left:0; top:0;
	-webkit-animation: fadein1 200ms linear 4s both;
    -moz-animation: fadein1 200ms linear 4s both;
    -o-animation: fadein1 200ms linear 4s both;
    -ms-animation: fadein1 200ms linear 4s both;
    animation: fadein1 0ms linear 4s both; 
}
.datacrushfadein{ position:absolute; left:0; top:0;
	-webkit-animation: fadein1 200ms linear 1s both;
    -moz-animation: fadein1 200ms linear 1s both;
    -o-animation: fadein1 200ms linear 1s both;
    -ms-animation: fadein1 200ms linear 1s both;
    animation: fadein1 0ms linear 1s both; 
}
.crushdata{-webkit-animation: whiteCircleOne 1000ms both 1s;
  -moz-animation: whiteCircleOne 1000ms both 1s;
  -ms-animation: whiteCircleOne 1000ms both 1s;
  animation: whiteCircleOne 1000ms both 1s;}
.fadeoutlogo1{
	-webkit-animation: fadeout1 0ms linear 3s both;
    -moz-animation: fadeout1 0ms linear 3s both;
    -o-animation: fadeout1 0ms linear 3s both;
    -ms-animation: fadeout1 0ms linear 3s both;
    animation: fadeout1 0ms linear 3s both; }
body.loaded .fadeinlogo1{
	-webkit-animation: fadein1 200ms linear 2.8s both;
    -moz-animation: fadein1 200ms linear 2.8s both;
    -o-animation: fadein1 200ms linear 2.8s both;
    -ms-animation: fadein1 200ms linear 2.8s both;
    animation: fadein1 0ms linear 2.8s both; 
}
.fadelogo{
	-webkit-animation: fadein1 0ms linear 3s both;
    -moz-animation: fadein1 0ms linear 3s both;
    -o-animation: fadein1 0ms linear 3s both;
    -ms-animation: fadein1 0ms linear 3s both;
    animation: fadein1 0ms linear 3s both; 
}
.fadeinlogo2{
	-webkit-animation: fadein1 200ms linear 3s both;
    -moz-animation: fadein1 200ms linear 3s both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 0ms linear 3s both; 
}
.fadeinlogo3{
	-webkit-animation: fadein1 200ms linear 5s both;
    -moz-animation: fadein1 200ms linear 5s both;
    -o-animation: fadein1 200ms linear 5s both;
    -ms-animation: fadein1 200ms linear 5s both;
    animation: fadein1 0ms linear 5s both; 
}
.fadeinlogo4{
	-webkit-animation: fadein1 200ms linear 5s both;
    -moz-animation: fadein1 200ms linear 5s both;
    -o-animation: fadein1 200ms linear 5s both;
    -ms-animation: fadein1 200ms linear 5s both;
    animation: fadein1 0ms linear 5s both; 
}
#question0 .fadeinlogo4{
	-webkit-animation: fadein1 200ms linear 12s both;
    -moz-animation: fadein1 200ms linear 12s both;
    -o-animation: fadein1 200ms linear 12s both;
    -ms-animation: fadein1 200ms linear 12s both;
    animation: fadein1 0ms linear 12s both; 
}
#question0 .greenani .fadeinlogo4{
	-webkit-animation: fadein1 200ms linear 3s both;
    -moz-animation: fadein1 200ms linear 3s both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 0ms linear 3s both; 
}
.leveltext{
	-webkit-animation: fadein1 200ms 5.4s both;
    -moz-animation: fadein1 200ms 5.4s both;
    -o-animation: fadein1 200ms 5.4s both;
    -ms-animation: fadein1 200ms 5.4s both;
    animation: fadein1 0ms  5.4s both; 
}
.ribbonani{-webkit-animation: ribbon 350ms 4.9s both; 
    -moz-animation: ribbon 350ms 4.9s both;
    -ms-animation: ribbon 350ms 4.9s both;
    animation: ribbon 350ms 4.9s both;}
#question0 .datalakelogo .ribbonani{-webkit-animation: ribbon 350ms 10s both; 
    -moz-animation: ribbon 350ms 10s both;
    -ms-animation: ribbon 350ms 10s both;
    animation: ribbon 350ms 10s both;}
#question0 .datalakelogo .leveltext{
	-webkit-animation: fadein1 200ms linear 10.5s both;
    -moz-animation: fadein1 200ms linear 10.5s both;
    -o-animation: fadein1 200ms linear 10.5s both;
    -ms-animation: fadein1 200ms linear 10.5s both;
    animation: fadein1 0ms linear 10.5s both; 
}
#question0 .datalakelogo.greenani .ribbonani{-webkit-animation: ribbon 350ms 3s both; 
    -moz-animation: ribbon 350ms 3s both;
    -ms-animation: ribbon 350ms 3s both;
    animation: ribbon 350ms 3s both;}
#question0 .datalakelogo.greenani .leveltext{
	-webkit-animation: fadein1 200ms linear 3.5s both;
    -moz-animation: fadein1 200ms linear 3.5s both;
    -o-animation: fadein1 200ms linear 3.5s both;
    -ms-animation: fadein1 200ms linear 3.5s both;
    animation: fadein1 0ms linear 3.5s both; 
}

@keyframes ribbon { 0% {  transform: scaleX(0);} 100% {  transform: scaleX(1);}}
@-webkit-keyframes ribbon { 0% {  -webkit-transform: scaleX(0);} 100% {  -webkit-transform: scaleX(1);}}
@-moz-keyframes ribbon { 0% {  -moz-transform: scaleX(0);} 100% {  -moz-transform: scaleX(1);}}
@-ms-keyframes ribbon { 0% {  -ms-transform: scaleX(0);} 100% {  -ms-transform: scaleX(1);}}
@-webkit-keyframes whiteCircleOne {
  from {
    -webkit-transform: scale(0);
  }
  15% {
    -webkit-transform: scale(0);
  }
  35% {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes greenCircleOne {
  from {
    -webkit-transform: scale(0);
  }
  8% {
    -webkit-transform: scale(0);
  }
  15% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes logo {
  from {
    -webkit-transform: scale(0);
  }
  15% {
    -webkit-transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
  }
}


@-moz-keyframes whiteCircleOne {
  from {
    -moz-transform: scale(0);
  }
  15% {
    -moz-transform: scale(0);
  }
  35% {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes greenCircleOne {
  from {
    -moz-transform: scale(0);
  }
  8% {
    -moz-transform: scale(0);
  }
  15% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes logo {
  from {
    -moz-transform: scale(0);
  }
  15% {
    -moz-transform: scale(1.3);
  }
  50% {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1);
  }
}


@-ms-keyframes whiteCircleOne {
  from {
    -ms-transform: scale(0);
  }
  15% {
    -ms-transform: scale(0);
  }
  35% {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes greenCircleOne {
  from {
    -ms-transform: scale(0);
  }
  8% {
    -ms-transform: scale(0);
  }
  15% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes logo {
  from {
    -ms-transform: scale(0);
  }
  15% {
    -ms-transform: scale(1.3);
  }
  50% {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1);
  }
}

@-moz-keyframes whiteCircleOne {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(0);
  }
  35% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes whiteCircleOne {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(0);
  }
  35% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes whiteCircleOne {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(0);
  }
  35% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes whiteCircleOne {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(0);
  }
  35% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes greenCircleOne {
  from {
    transform: scale(0);
  }
  8% {
    transform: scale(0);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes greenCircleOne {
  from {
    transform: scale(0);
  }
  8% {
    transform: scale(0);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes greenCircleOne {
  from {
    transform: scale(0);
  }
  8% {
    transform: scale(0);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes greenCircleOne {
  from {
    transform: scale(0);
  }
  8% {
    transform: scale(0);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes logo {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes logo {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes logo {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes logo {
  from {
    transform: scale(0);
  }
  15% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}


@keyframes grow {
		0% {
				transform: scale(0);
		}
		30% {
				transform: scale(1.1);
		}
		60% {
				transform: scale(0.9);
		}
}

@keyframes turn {
		0% {
				transform: rotate(0) scale(0);
				opacity: 0;
		}
		60% {
				transform: rotate(375deg) scale(1.1);
		}
		80% {
				transform: rotate(355deg) scale(0.9);
		}
		100% {
				transform: rotate(360deg) scale(1);
		}
}

@-webkit-keyframes scaleout {
0% { opacity: 1; -webkit-transform: scale(1.5); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes scaleout {
0% { opacity: 1; -moz-transform: scale(1.5); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes scaleout {
0% { opacity: 1; transform: scale(1.5); }
100% { opacity: 1; transform: scale(1); }
}

.scaleout1{
-webkit-animation:scaleout 0.8s 0s ;
-moz-animation:scaleout 0.8s 0s;
-ms-animation:scaleout 0.8s 0s;}
.scaleout2{
-webkit-animation:scaleout 0.8s 1s ;
-moz-animation:scaleout 0.8s 1s;
-ms-animation:scaleout 0.8s 1s;}
.scaleout3{
-webkit-animation:scaleout 0.8s 2s ;
-moz-animation:scaleout 0.8s 2s;
-ms-animation:scaleout 0.8s 2s;}

@-webkit-keyframes scalein {
0% { opacity: 0; -webkit-transform: scale(0); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes scalein {
0% { opacity: 0; -moz-transform: scale(0); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes scalein {
0% { opacity: 0; transform: scale(0); }
100% { opacity: 1; transform: scale(1); }
}
.scalein0{
-webkit-animation:scaleout 1s 0s both;
-moz-animation:scaleout 1s 0s both;
-ms-animation:scaleout 1s 0s both;}
.scalein0a{
-webkit-animation:scalein 0.5s 0s both;
-moz-animation:scalein 0.5s 0s both;
-ms-animation:scalein 0.5s 0s both;}
.scalein0b{
-webkit-animation:scalein 0.5s 0.2s both;
-moz-animation:scalein 0.5s 0.2s both;
-ms-animation:scalein 0.5s 0.2s both;}
.scalein0c{
-webkit-animation:scalein 0.5s 1s both;
-moz-animation:scalein 0.5s 1s both;
-ms-animation:scalein 0.5s 1s both;}
.scalein1{
-webkit-animation:scalein 0.5s 1s both;
-moz-animation:scalein 0.5s 1s both;
-ms-animation:scalein 0.5s 1s both;}

.scalein2{
-webkit-animation:scalein 0.5s 1.5s both;
-moz-animation:scalein 0.5s 1.5s both;
-ms-animation:scalein 0.5s 1.5s both;}
.scalein3{
-webkit-animation:scalein 0.5s 2s both;
-moz-animation:scalein 0.5s 2s both;
-ms-animation:scalein 0.5s 2s both;}
.scalein4{
-webkit-animation:scalein 0.5s 2.5s both;
-moz-animation:scalein 0.5s 2.5s both;
-ms-animation:scalein 0.5s 2.5s both;}
.scalein5{
-webkit-animation:scalein 0.5s 3s both;
-moz-animation:scalein 0.5s 3s both;
-ms-animation:scalein 0.5s 3s both;}

@-webkit-keyframes scaleinpopup {
0% { -webkit-transform: translate(0%, 0%) scale(0.5); }
100% { -webkit-transform: translate(0%, 0%) scale(1);  }
}
@-moz-keyframes scaleinpopup {
0% { -moz-transform: translate(0%, 0%) scale(0.5); }
100% { -moz-transform: translate(0%, 0%) scale(1);  }
}
@keyframes scaleinpopup {
0% { transform: translate(0%, 0%) scale(0.5); }
100% { transform: translate(0%, 0%) scale(1);  }
}

@keyframes fadein1{0%{opacity:0;}100%{ opacity:1;}}
@-webkit-keyframes fadein1{0%{ opacity:0;}100%{opacity:1;}}
@-moz-keyframes fadein1{0%{ opacity:0;}100%{opacity:1;}}
@-ms-keyframes fadein1{0%{ filter: alpha(opacity=0);opacity:0;}100%{filter: alpha(opacity=1);opacity:1;}}
@-o-keyframes fadein1{0%{ opacity:0;}100%{opacity:1;}}
.fadeani {  opacity: 0;}
.fade1, .activeani .fade1bg{
	-webkit-animation: fadein1 200ms linear 0.2s both;
    -moz-animation: fadein1 200ms linear 0.2s both;
    -o-animation: fadein1 200ms linear 0.2s both;
    -ms-animation: fadein1 200ms linear 0.2s both;
    animation: fadein1 200ms linear 0.2s both; 
}
.fade2, .activeani .fade2bg{
	-webkit-animation: fadein1 200ms linear 0.4s both;
    -moz-animation: fadein1 200ms linear 0.4s both;
    -o-animation: fadein1 200ms linear 0.4s both;
    -ms-animation: fadein1 200ms linear 0.4s both;
    animation: fadein1 200ms linear 0.4s both; 
}
.fade3, .activeani .fade3bg{
	-webkit-animation: fadein1 200ms linear 0.6s both;
    -moz-animation: fadein1 200ms linear 0.6s both;
    -o-animation: fadein1 200ms linear 0.6s both;
    -ms-animation: fadein1 200ms linear 0.6s both;
    animation: fadein1 200ms linear 0.6s both; 
}
.fade4, .activeani .fade4bg{
	-webkit-animation: fadein1 200ms linear 0.8s both;
    -moz-animation: fadein1 200ms linear 0.8s both;
    -o-animation: fadein1 200ms linear 0.8s both;
    -ms-animation: fadein1 200ms linear 0.8s both;
    animation: fadein1 200ms linear 0.8s both; 
}
.fade5, .activeani .fade5bg{
	-webkit-animation: fadein1 200ms linear 1s both;
    -moz-animation: fadein1 200ms linear 1s both;
    -o-animation: fadein1 200ms linear 1s both;
    -ms-animation: fadein1 200ms linear 1s both;
    animation: fadein1 200ms linear 1s both; 
}
.fade6, .activeani .fade6bg{
	-webkit-animation: fadein1 200ms linear 1.2s both;
    -moz-animation: fadein1 200ms linear 1.2s both;
    -o-animation: fadein1 200ms linear 1.2s both;
    -ms-animation: fadein1 200ms linear 1.2s both;
    animation: fadein1 200ms linear 1.2s both; 
}
.fade7, .activeani .fade7bg{
	-webkit-animation: fadein1 200ms linear 1.4s both;
    -moz-animation: fadein1 200ms linear 1.4s both;
    -o-animation: fadein1 200ms linear 1.4s both;
    -ms-animation: fadein1 200ms linear 1.4s both;
    animation: fadein1 200ms linear 1.4s both; 
}
.fade8, .activeani .fade8bg{
	-webkit-animation: fadein1 200ms linear 1.6s both;
    -moz-animation: fadein1 200ms linear 1.6s  both;
    -o-animation: fadein1 200ms linear 1.6s both;
    -ms-animation: fadein1 200ms linear 1.6s both;
    animation: fadein1 200ms linear 1.6s both; 
}
.fade9, .activeani .fade9bg{
	-webkit-animation: fadein1 200ms linear 1.8s both;
    -moz-animation: fadein1 200ms linear 1.8s  both;
    -o-animation: fadein1 200ms linear 1.8s both;
    -ms-animation: fadein1 200ms linear 1.8s both;
    animation: fadein1 200ms linear 1.8s both; 
}
.fade10, .activeani .fade10bg{
	-webkit-animation: fadein1 200ms linear 2s both;
    -moz-animation: fadein1 200ms linear 2s  both;
    -o-animation: fadein1 200ms linear 2s both;
    -ms-animation: fadein1 200ms linear 2s both;
    animation: fadein1 200ms linear 2s both; 
}
.fade11, .activeani .fade11bg{
	-webkit-animation: fadein1 200ms linear 2.2s both;
    -moz-animation: fadein1 200ms linear 2.2s  both;
    -o-animation: fadein1 200ms linear 2.2s both;
    -ms-animation: fadein1 200ms linear 2.2s both;
    animation: fadein1 200ms linear 2.2s both; 
}
.fade12, .activeani .fade12bg{
	-webkit-animation: fadein1 200ms linear 2.4s both;
    -moz-animation: fadein1 200ms linear 2.4s  both;
    -o-animation: fadein1 200ms linear 2.4s both;
    -ms-animation: fadein1 200ms linear 2.4s both;
    animation: fadein1 200ms linear 2.4s both; 
}
.fade13, .activeani .fade13bg {
	-webkit-animation: fadein1 200ms linear 2.6s both;
    -moz-animation: fadein1 200ms linear 2.6s  both;
    -o-animation: fadein1 200ms linear 2.6s both;
    -ms-animation: fadein1 200ms linear 2.6s both;
    animation: fadein1 200ms linear 2.6s both; 
}
.fade14, .activeani .fade14bg{
	-webkit-animation: fadein1 200ms linear 2.8s both;
    -moz-animation: fadein1 200ms linear 2.6s  both;
    -o-animation: fadein1 200ms linear 2.6s both;
    -ms-animation: fadein1 200ms linear 2.6s both;
    animation: fadein1 200ms linear 2.8s both; 
}
.fade15, .activeani .fade15bg, .result_img_sec {
	-webkit-animation: fadein1 200ms linear 3s both;
    -moz-animation: fadein1 200ms linear 3s  both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 200ms linear 3s both; 
}
.fade16, .activeani .fade16bg{
	-webkit-animation: fadein1 200ms linear 3.2s both;
    -moz-animation: fadein1 200ms linear 3s  both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 200ms linear 3.2s both; 
}
.fade17, .activeani .fade17bg{
	-webkit-animation: fadein1 200ms linear 3.4s both;
    -moz-animation: fadein1 200ms linear 3s  both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 200ms linear 3.4s both; 
}
.fade18, .activeani .fade18bg{
	-webkit-animation: fadein1 200ms linear 3.6s both;
    -moz-animation: fadein1 200ms linear 3s  both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 200ms linear 3.6s both; 
}
.fade18a, .activeani .fade18abg{
	-webkit-animation: fadein1 200ms linear 3.8s both;
    -moz-animation: fadein1 200ms linear 3s  both;
    -o-animation: fadein1 200ms linear 3s both;
    -ms-animation: fadein1 200ms linear 3s both;
    animation: fadein1 200ms linear 3.8s both; 
}
.fade19, .activeani .fade19bg{
	-webkit-animation: fadein1 200ms linear 4s both;
    -moz-animation: fadein1 200ms linear 4s  both;
    -o-animation: fadein1 200ms linear 4s both;
    -ms-animation: fadein1 200ms linear 4s both;
    animation: fadein1 200ms linear 4s both; 
}
.fade20, .activeani .fade20bg{
	-webkit-animation: fadein1 200ms linear 4.2s both;
    -moz-animation: fadein1 200ms linear 4s  both;
    -o-animation: fadein1 200ms linear 4s both;
    -ms-animation: fadein1 200ms linear 4s both;
    animation: fadein1 200ms linear 4.2s both; 
}
.fade21, .activeani .fade21bg{
	-webkit-animation: fadein1 200ms linear 4.4s both;
    -moz-animation: fadein1 200ms linear 4s  both;
    -o-animation: fadein1 200ms linear 4s both;
    -ms-animation: fadein1 200ms linear 4s both;
    animation: fadein1 200ms linear 4.4s both; 
}
.fade22, .activeani .fade22bg{
	-webkit-animation: fadein1 200ms linear 4.6s both;
    -moz-animation: fadein1 200ms linear 4s  both;
    -o-animation: fadein1 200ms linear 4s both;
    -ms-animation: fadein1 200ms linear 4s both;
    animation: fadein1 200ms linear 4.6s both; 
}
.fade23{
	-webkit-animation: fadein1 200ms linear 5s both;
    -moz-animation: fadein1 200ms linear 5s  both;
    -o-animation: fadein1 200ms linear 5s both;
    -ms-animation: fadein1 200ms linear 5s both;
    animation: fadein1 200ms linear 5s both; 
}
.fade24{
	-webkit-animation: fadein1 200ms linear 5.2s both;
    -moz-animation: fadein1 200ms linear 5.2s  both;
    -o-animation: fadein1 200ms linear 5.2s both;
    -ms-animation: fadein1 200ms linear 5.2s both;
    animation: fadein1 200ms linear 5.2s both; 
}
.fade25{
	-webkit-animation: fadein1 200ms linear 5.4s both;
    -moz-animation: fadein1 200ms linear 5.4s  both;
    -o-animation: fadein1 200ms linear 5.4s both;
    -ms-animation: fadein1 200ms linear 5.4s both;
    animation: fadein1 200ms linear 5.4s both; 
}
@keyframes handani {
    from {   left: 10.54vw;  top: 16.9vw;  transform: rotate(90deg);   }
    to {     left: 11.9vw;  top: 15.8vw; transform:rotate(0deg);}
}

.dfade7{
	-webkit-animation: fadein1 0ms linear 1.6s both;
    -moz-animation: fadein1 0ms linear 0s both;
    -o-animation: fadein1 0ms linear 0s both;
    -ms-animation: fadein1 0ms linear 0s both;
    animation: fadein1 0ms linear 1.6s both; 
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100px);
	}

	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes slideInRight {
	0% { opacity: 0;-webkit-transform: translateX(100px);	}
	100% {opacity: 1;-webkit-transform: translateX(0);	}
}

@-moz-keyframes slideInRight {
	0% {opacity: 0;	-moz-transform: translateX(100px);	}
	100% {opacity: 1;	-moz-transform: translateX(0);	}
}

@-o-keyframes slideInRight {
	0% {opacity: 0;	-o-transform: translateX(100px);	}
	100% {	opacity: 1;	-o-transform: translateX(0);	}
}

@keyframes slideInRight {
	0% {opacity: 0;	transform: translateX(100px);	}	
	100% {opacity: 1;transform: translateX(0);	}
}
.slideinright {
	-webkit-animation: slideInRight 1s 0s both ;
	-moz-animation: slideInRight 1s 0s both;
	-o-animation: slideInRight 1s 0s both;
	animation: slideInRight 1s 0s both;
}
.slideinleft {
	-webkit-animation: slideInLeft 1s 0s both;
	-moz-animation: slideInLeft 1s 0s both;
	-o-animation: slideInLeft 1s 0s both;
	animation: slideInLeft 1s 0s both;
}
@keyframes inFromRight{0%{transform:translate3d(50%,0,0); opacity: 1;}to{transform:translateZ(0); opacity: 1;}}
.slidefromright{animation:inFromRight 1.5s 0s forwards;}

@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.moveUp {
	-webkit-animation: moveUp 1s 0s both;
	-moz-animation: moveUp 1s 0s both;
	-o-animation: moveUp 1s 0s both;
	animation: moveUp 1s 0s both;
}
.moveUp1 {
	-webkit-animation: moveUp 1s 0.8s both;
	-moz-animation: moveUp 1s 0.8s both;
	-o-animation: moveUp 1s 0.8s both;
	animation: moveUp 1s 0.8s both;
}
@-webkit-keyframes moveUp1 {
	0% {opacity: 1;	margin-top: 0;}	100% {opacity: 1;margin-top: -12vw;	}
}

@-moz-keyframes moveUp1 {
	0% {opacity: 1;	margin-top: 0;	}100% {opacity: 1;margin-top: -12vw;	}
}

@-o-keyframes moveUp1 {
	0% {opacity: 1;	margin-top: 0;	}100% {opacity: 1;margin-top: -12vw;	}
}

@keyframes moveUp1 {
	0% {opacity: 1;	margin-top: 0;	}100% {opacity: 1;margin-top: -12vw;	}
}
@-webkit-keyframes moveUp2 {
	0% {opacity: 1;	margin-top: 0;}	100% {opacity: 1;margin-top: -227px;	}
}

@-moz-keyframes moveUp2 {
	0% {opacity: 1;	margin-top: 0;	}100% {opacity: 1;margin-top: -227px;	}
}

@-o-keyframes moveUp2 {
	0% {opacity: 1;	margin-top: 0;	}100% {opacity: 1;margin-top: -227px;	}
}

@keyframes moveUp2 {
	0% {opacity: 1;	margin-top: 0;	}100% {opacity: 1;margin-top: -227px;	}
}
.moveupbar {
	-webkit-animation: moveUp1 1.4s 2.7s both;
	-moz-animation: moveUp1 1.4s 2.7s both;
	-o-animation: moveUp1 1.4s 2.7s both;
	animation: moveUp1 1.4s 2.7s both;
}
@keyframes fadeout1{0%{opacity:1;}100%{ opacity:0; visibility: hidden;}}
@-webkit-keyframes fadeout1{0%{ -khtml-opacity:1;opacity:1;}100%{-khtml-opacity:0;opacity:0;visibility: hidden;}}
@-moz-keyframes fadeout1{0%{ -moz-opacity:1;opacity:1;}100%{-moz-opacity:0;opacity:0;visibility: hidden;}}
@-ms-keyframes fadeout1{0%{ filter: alpha(opacity=1);opacity:1;}100%{filter: alpha(opacity=0);opacity:0;visibility: hidden;}}
@-o-keyframes fadeout1{0%{ opacity:1;}100%{opacity:0;visibility: hidden;}}
.fadeout1{
	-webkit-animation: fadeout1 200ms linear 3s both;
    -moz-animation: fadeout1 200ms linear 3s both;
    -o-animation: fadeout1 200ms linear 3s both;
    -ms-animation: fadeout1 200ms linear 3s both;
    animation: fadeout1 200ms linear 3s both; }

.fadeout2{
	-webkit-animation: fadeout1 200ms linear 3s both;
    -moz-animation: fadeout1 200ms linear 3s both;
    -o-animation: fadeout1 200ms linear 3s both;
    -ms-animation: fadeout1 200ms linear 3s both;
    animation: fadeout1 200ms linear 3s both; }
@keyframes top-bottom{0%{top: 0px;}50%{ top: -5px;}100%{top: 0px;}}
@-webkit-keyframes top-bottom{0%{top: 0px;}50%{ top: -5px;}100%{top: 0px;}}
@-moz-keyframes top-bottom{0%{top: 0px;}50%{ top: -5px;}100%{top: 0px;}}
@-ms-keyframes top-bottom{0%{top: 0px;}50%{ top: -5px;}100%{top: 0px;}}
@-o-keyframes top-bottom{0%{top: 0px;}50%{ top: -5px;}100%{top: 0px;}}
.qhead1{
	-webkit-animation: top-bottom 500ms linear 2s both;
    -moz-animation: top-bottom 500ms linear 0s both;
    -o-animation: top-bottom 500ms linear 0s both;
    -ms-animation: top-bottom 500ms linear 0s both;
    animation: top-bottom 500ms linear 2s both; 
}
.qhead2{
	-webkit-animation: top-bottom 500ms linear 2.6s both;
    -moz-animation: top-bottom 500ms linear 0s both;
    -o-animation: top-bottom 500ms linear 0s both;
    -ms-animation: top-bottom 500ms linear 0s both;
    animation: top-bottom 500ms linear 2.6s both; 
}

@keyframes spin1 {
    from {   transform:rotate(0deg);   }
    to {     transform:rotate(360deg);  }
}
.spin1, .activeani .spin1bg{animation: spin1 2000ms 1 0s linear;}
.spin2, .activeani .spin2bg{animation: spin2 3000ms 1 0s linear;}
.spin3, .activeani .spin3bg{animation: spin1 3000ms 1 3.4s linear;}
@keyframes spin2 {
    from {   transform:rotate(0deg);   }
    to {     transform:rotate(-360deg);  }
}

@-webkit-keyframes width1 {
    0% {width: 0px;}
   100% {width: 100%; }
}
@-moz-keyframes width1 {
    0% {width: 0px;}
   100% {width: 100%; }
}
@-ms-keyframes width1 {
    0% {width: 0px;}
   100% {width: 100%; }
}
@-o-keyframes width1 {
    0% {width: 0px;}
   100% {width: 100%; }
}
@keyframes width1 {
    0% {width: 0px;}
    100% {width: 100%; }
}
.widthani{width: 0px;  overflow: hidden;  position: absolute; left:0; top:0;}
.width-animation0, .activeani .width-animation0bg{
	-webkit-animation: width1 1.5s 1 0s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 1.5s 1 0s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 1.5s 1 0s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1.5s 1 0s;   -o-animation-fill-mode: forwards; 
    animation: width1 1.5s 1 0s;  animation-fill-mode: forwards;
}
.width-animation0a{
	-webkit-animation: width1 1.5s 1 0.4s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 1.5s 1 0.4s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 1.5s 1 0.4s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1.5s 1 0.4s;   -o-animation-fill-mode: forwards; 
    animation: width1 1.5s 1 0.4s;  animation-fill-mode: forwards;
}
.width-animation1, .activeani .width-animation1bg{
	-webkit-animation: width1 1s 1 0.5s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 1s 1 0.5s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 1s 1 0.5s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 0.5s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 0.5s;  animation-fill-mode: forwards;
}
.width-animation2, .activeani .widthanimation2bg{
	-webkit-animation: width1 1s 1 1s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 1s 1 1s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 1s 1 1s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 1s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 1s;  animation-fill-mode: forwards;
}
.width-animation3, .activeani .width-animation3bg{
	-webkit-animation: width1 1s 1 1.5s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 1s 1 1.5s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 1s 1 1.5s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 1.5s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 1.5s;  animation-fill-mode: forwards;
}
.width-animation4, .activeani .width-animation4bg{
	-webkit-animation: width1 1s 1 2s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 1s 1 2s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 1s 1 2s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 2s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 2s;  animation-fill-mode: forwards;
}
.width-animation5, .activeani .width-animation5bg{
	-webkit-animation: width1 4s 1 1s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 2s 1 1s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 2s 1 1s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 2s 1 1s;   -o-animation-fill-mode: forwards; 
    animation: width1 4s 1 1s;  animation-fill-mode: forwards;
}
.width-animation6, .activeani .width-animation6bg{
	-webkit-animation: width1 4s 1 4.5s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 2s 1 4.5s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 2s 1 4.5s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 2s 1 4.5s;   -o-animation-fill-mode: forwards; 
    animation: width1 4s 1 4.5s;  animation-fill-mode: forwards;
}
.width-animation7{
	-webkit-animation: width1 4s 1 5s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 2s 1 5s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 2s 1 5s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 2s 1 5s;   -o-animation-fill-mode: forwards; 
    animation: width1 4s 1 5s;  animation-fill-mode: forwards;
}
.width-animation8{
	-webkit-animation: width1 4s 1 5.5s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 2s 1 5.5s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 2s 1 5.5s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 2s 1 5.5s;   -o-animation-fill-mode: forwards; 
    animation: width1 4s 1 5.5s;  animation-fill-mode: forwards;
}
.width-animation9{
	-webkit-animation: width1 4s 1 6s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 2s 1 6s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 2s 1 6s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 2s 1 6s;   -o-animation-fill-mode: forwards; 
    animation: width1 4s 1 6s;  animation-fill-mode: forwards;
}
.width-animation10{
	-webkit-animation: width1 2s 1 6.6s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 4s 1 6.6s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 4s 1 6.6s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 4s 1 6.6s;   -o-animation-fill-mode: forwards; 
    animation: width1 2s 1 6.6s;  animation-fill-mode: forwards;
}
.width-animation11{
	-webkit-animation: width1 1s 1 4.2s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 4s 1 1.4s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 4s 1 1.4s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 2.2s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 9s;  animation-fill-mode: forwards;
}
.width-animation11a{
	-webkit-animation: width1 1s 1 4.5s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 4s 1 1.4s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 4s 1 1.4s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 2.2s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 13s;  animation-fill-mode: forwards;
}
.width-animation12{
	-webkit-animation: width1 1s 1 3.7s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 4s 1 1.4s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 4s 1 1.4s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 2.2s;   -o-animation-fill-mode: forwards; 
    animation: width1 1s 1 13.5s;  animation-fill-mode: forwards;
}
.width-animation13{
	-webkit-animation: width1 2.5s 1 3s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 4s 1 1.4s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 4s 1 1.4s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 2.2s;   -o-animation-fill-mode: forwards; 
    animation: width1 1.3s 1 13.8s;  animation-fill-mode: forwards;
}
.width-animation14{
	-webkit-animation: width1 2.5s 1 3.4s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: width1 4s 1 1.4s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: width1 4s 1 1.4s;   -ms-animation-fill-mode: forwards; 
	-o-animation: width1 1s 1 2.2s;   -o-animation-fill-mode: forwards; 
    animation: width1 2.5s 1 14s;  animation-fill-mode: forwards;
}
@-webkit-keyframes height1 {
    0% {height: 0px;}
   100% {height: 100%; }
}
@-moz-keyframes height1 {
    0% {height: 0px;}
   100% {height: 100%; }
}
@-ms-keyframes height1 {
    0% {height: 0px;}
   100% {height: 100%; }
}
@-o-keyframes height1 {
    0% {height: 0px;}
   100% {height: 100%; }
}
@keyframes height1 {
   0% {height: 0px;}
   100% {height: 100%; }
}
.heightani{height: 0px;  overflow: hidden;  position: absolute; left:0; bottom:0;}
.height-animation0, .activeani .height-animation0{
	-webkit-animation: height1 2s 1 0s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 0s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 0s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 0s; -o-animation-fill-mode: forwards; 
            animation: height1 2s 1 0s; animation-fill-mode: forwards;
}
.height-animation1, .activeani .height-animation1bg{
	-webkit-animation: height1 1s 1 0.6s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 1s 1 0.6s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 1s 1 0.6s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 1s 1 0.6s; -o-animation-fill-mode: forwards; 
            animation: height1 1s 1 0.6s; animation-fill-mode: forwards;
}	
.height-animation2, .activeani .height-animation2bg{
	-webkit-animation: height1 1s 1 1s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 1s 1 1s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 1s 1 1s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 1s 1 1s; -o-animation-fill-mode: forwards; 
            animation: height1 1s 1 1s; animation-fill-mode: forwards;
}
.height-animation3, .activeani .height-animation3bg{
	-webkit-animation: height1 1s 1 2s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 1s 1 2s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 1s 1 2s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 1s 1 2s; -o-animation-fill-mode: forwards; 
            animation: height1 1s 1 2s; animation-fill-mode: forwards;
}
.height-animation4, .activeani .height-animation4bg{
	-webkit-animation: height1 4s 1 1.3s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 1s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 1s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 1s; -o-animation-fill-mode: forwards; 
            animation: height1 4s 1 1.3s; animation-fill-mode: forwards;
}
.height-animation5, .activeani .height-animation5bg{
	-webkit-animation: height1 4s 1 4s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 4s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 4s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 4s; -o-animation-fill-mode: forwards; 
            animation: height1 4s 1 4s; animation-fill-mode: forwards;
}
.height-animation6, .activeani .height-animation6bg{
	-webkit-animation: height1 4s 1 5s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 5s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 5s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 5s; -o-animation-fill-mode: forwards; 
            animation: height1 4s 1 5s; animation-fill-mode: forwards;
}
.height-animation7, .activeani .height-animation7bg{
	-webkit-animation: height1 4s 1 5.6s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 5.6s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 5.6s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 5.6s; -o-animation-fill-mode: forwards; 
            animation: height1 4s 1 5.6s; animation-fill-mode: forwards;
}
.height-animation8, .activeani .height-animation8bg{
	-webkit-animation: height1 2s 1 6s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 6s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 6s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 6s; -o-animation-fill-mode: forwards; 
            animation: height1 2s 1 6s; animation-fill-mode: forwards;
}
.height-animation9, .activeani .height-animation9bg{
	-webkit-animation: height1 1s 1 6.5s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 6.5s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 6.5s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 6.5s; -o-animation-fill-mode: forwards; 
            animation: height1 1s 1 6.5s; animation-fill-mode: forwards;
}
.height-animation10, .activeani .height-animation10bg{
	-webkit-animation: height1 1s 1 6.8s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 6.8s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 6.8s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 6.8s; -o-animation-fill-mode: forwards; 
            animation: height1 1s 1 6.8s; animation-fill-mode: forwards;
}
.height-animation12, .activeani .height-animation10bg{
	-webkit-animation: height1 2s 1 5.1s; -webkit-animation-fill-mode: forwards; 
	   -moz-animation: height1 2s 1 1s; -moz-animation-fill-mode: forwards; 
	    -ms-animation: height1 2s 1 1s; -ms-animation-fill-mode: forwards; 
	     -o-animation: height1 2s 1 1s; -o-animation-fill-mode: forwards; 
            animation: height1 2s 1 5.1s; animation-fill-mode: forwards;
}

@-webkit-keyframes widthheight1 {
    0% {width: 0px;height:0;}
   100% {width: 100%; height: 100%; }
}
@-moz-keyframes widthheight1 {
    0% {width: 0px;height:0;}
   100% {width: 100%; height: 100%; }
}
@-ms-keyframes widthheight1 {
    0% {width: 0px;height:0;}
   100% {width: 100%; height: 100%; }
}
@-o-keyframes widthheight1 {
    0% {width: 0px;height:0;}
   100% {width: 100%; height: 100%; }
}
@keyframes widthheight1 {
    0% {width: 0px;height:0;}
   100% {width: 100%; height: 100%; }
}
.widthheightani{width: 0px; height:0;  overflow: hidden;  position: absolute; left:0; bottom:0;}
.widthheight_animation1, .activeani .widthheight_animation1bg{
	-webkit-animation: widthheight1 1s 1 1s;      -webkit-animation-fill-mode: forwards; 
	-moz-animation: widthheight1 1s 1 1s;    -moz-animation-fill-mode: forwards; 
	-ms-animation: widthheight1 1s 1 1s;   -ms-animation-fill-mode: forwards; 
	-o-animation: widthheight1 1s 1 1s;   -o-animation-fill-mode: forwards; 
    animation: widthheight1 1s 1 1s;  animation-fill-mode: forwards;
}
.wheelspin{animation: spin1 3000ms infinite 1.7s linear;}

@keyframes resulthand1 {
	0% {     transform: rotate(23deg);}	
    100% {     transform:rotate(0deg);}
}
.success_hand1 {animation: resulthand1 2s 1 0.8s linear both; }	
@keyframes resulthand2 {
	0% {     transform: rotate(-23deg);}	
    100% {     transform:rotate(0deg);}
}
.success_hand2 {animation: resulthand2 1500ms 1 1.8s linear both; }

@keyframes top-bottom1{0%{margin-top: 0vw;}50%{ margin-top: -0.2vw;}100%{margin-top:0vw;}}
@-webkit-keyframes top-bottom1{0%{margin-top: 0vw;}50%{ margin-top: -0.2vw;}100%{margin-top:0vw;}}
@-moz-keyframes top-bottom1{0%{margin-top: 0vw;}50%{ margin-top: -0.2vw;}100%{margin-top:0vw;}}
@-ms-keyframes top-bottom1{0%{margin-top: 0vw;}50%{ margin-top: -0.2vw;}100%{margin-top:0vw;}}
@-o-keyframes top-bottom1{0%{margin-top: 0vw;}50%{ margin-top: -0.2vw;}100%{margin-top:0vw;}}
.handup{
	-webkit-animation: top-bottom1 1s linear 0s both 2;
    -moz-animation: top-bottom1 1s linear 0s both 2;
    -o-animation: top-bottom1 1s linear 0s both 2;
    -ms-animation: top-bottom1 1s linear 0s both 2;
    animation: top-bottom1 1s linear 0s both 2; 
}
@keyframes top-bottom2{0%{margin-bottom: -7vh;}100%{margin-bottom:0;}}
@-webkit-keyframes top-bottom2{0%{margin-bottom: -7vh;}100%{margin-bottom:0;}}
@-moz-keyframes top-bottom2{0%{margin-bottom: -7vh;}100%{margin-bottom:0;}}
@-ms-keyframes top-bottom2{0%{margin-bottom: -7vh;}100%{margin-bottom:0;}}
@-o-keyframes top-bottom2{0%{margin-bottom: -7vh;}100%{margin-bottom:0;}}
.cupimg{
	-webkit-animation: top-bottom2 1s linear 3.1s both 1;
    -moz-animation: top-bottom2 1s linear 3.1s both 1;
    -o-animation: top-bottom2 1s linear 3.1s both 1;
    -ms-animation: top-bottom2 1s linear 3.1s both 1;
    animation: top-bottom2 1s linear 3.1s both 1; 
}
.rheadani2{
	-webkit-animation: top-bottom2 1s linear 5.8s both 2;
    -moz-animation: top-bottom2 1s linear 5.8s both 2;
    -o-animation: top-bottom2 1s linear 5.8s both 2;
    -ms-animation: top-bottom2 1s linear 5.8s both 2;
    animation: top-bottom2 1s linear 5.8s both 2; 
}
@keyframes handani1 {
	0% {     transform:rotate(34deg);}	    
    100% {     transform:rotate(0deg);}
}
@keyframes handani2 {
	0% {     transform:rotate(15deg);}	
    100% {     transform:rotate(0deg);}
}
.handani1 {animation: handani1 1000ms 1 0s linear both; }
.headani1, .activeani .headani1bg{animation: handani2 1500ms 1 1.2s linear both; }
@keyframes handani3 {
	0% {     transform: rotate(-72deg);}	
    100% {     transform:rotate(0deg);}
}
.handani3, .activeani .handani3bg{animation: handani3 1500ms 1 1.2s linear both; }

@keyframes handani4 {
	0% {     transform: rotate(0deg);}
	50% {     transform: rotate(-15deg);}
    100% {     transform:rotate(0deg);}
}
.handani4, .activeani .handani4bg{animation: handani4 1500ms 3 2.6s linear both; }
.handani6, .activeani .handani6bg{animation: handani4 1500ms 3 3.2s linear both; }
@keyframes chairani1 {
	0% {     transform: rotate(0deg);}	
    50% {     transform:rotate(-6deg);}
	100% {     transform:rotate(0deg);}
}
.chairani1, .activeani .chairani1bg{animation: chairani1 1500ms 3 1.2s linear both; }
.handanimation1{animation: chairani1 1500ms 3 0s linear both; }

.p_man_head, .activeani .p_man_headbg{
	-webkit-animation: top-bottom1 500ms linear 0.5s both;
    -moz-animation: top-bottom1 500ms linear 0.5s both;
    -o-animation: top-bottom1 500ms linear 0.5s both;
    -ms-animation: top-bottom1 500ms linear 0.5s both;
    animation: top-bottom1 500ms linear 0.5s both; 
}
@keyframes rhandani1 {
	0% {     transform: rotate(35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-webkit-keyframes rhandani1 {
	0% {     transform: rotate(35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-moz-keyframes rhandani1 {
	0% {     transform: rotate(35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-ms-keyframes rhandani1 {
	0% {     transform: rotate(35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-o-keyframes rhandani1 {
	0% {     transform: rotate(35deg);}	    
	100% {     transform:rotate(0deg);}
}
.result_handani1{
	-webkit-animation: rhandani1 1000ms 1 3.1s linear both;
    -moz-animation: rhandani1 1000ms 1 3.1s linear both;
    -o-animation: rhandani1 1000ms 1 3.1s linear both;
    -ms-animation: rhandani1 1000ms 1 3.1s linear both;
	animation: rhandani1 1000ms 1 3.1s linear both; }
@keyframes rhandani4 {
	0% {     transform: rotate(-35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-webkit-keyframes rhandani4 {
	0% {     transform: rotate(-35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-moz-keyframes rhandani4 {
	0% {     transform: rotate(-35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-ms-keyframes rhandani4 {
	0% {     transform: rotate(-35deg);}	    
	100% {     transform:rotate(0deg);}
}
@-o-keyframes rhandani4 {
	0% {     transform: rotate(-35deg);}	    
	100% {     transform:rotate(0deg);}
}
.result_handani2{
	-webkit-animation: rhandani4 1000ms 1 3.1s linear both;
    -moz-animation: rhandani4 1000ms 1 3.1s linear both;
    -o-animation: rhandani4 1000ms 1 3.1s linear both;
    -ms-animation: rhandani4 1000ms 1 3.1s linear both;
	animation: rhandani4 1000ms 1 3.1s linear both; }

@keyframes rhandani2 {
	0% {     transform: rotate(0deg);}
	50% {     transform: rotate(15deg);}	    
	100% {     transform:rotate(0deg);}
}
@-webkit-keyframes rhandani2 {
	0% {     -webkit-transform: rotate(0deg);}
	50% {     -webkit-transform: rotate(15deg);}	    
	100% {    -webkit-transform:rotate(0deg);}
}
@-moz-keyframes rhandani2 {
	0% {     -moz-transform: rotate(0deg);}
	50% {     -moz-transform: rotate(15deg);}		    
	100% {     -moz-transform:rotate(0deg);}
}
@-ms-keyframes rhandani2 {
	0% {     -ms-transform: rotate(0deg);}
	50% {     -ms-transform: rotate(15deg);}		    
	100% {     -ms-transform:rotate(0deg);}
}
@-o-keyframes rhandani2 {
	0% {     -o-transform: rotate(0deg);}
	50% {     -o-transform: rotate(15deg);}		    
	100% {     -o-transform:rotate(0deg);}
}
.result_handani2a{
	-webkit-animation: rhandani2 1000ms 4 3.1s linear both;
    -moz-animation: rhandani2 1000ms 4 3.1s linear both;
    -o-animation: rhandani2 1000ms 4 3.1s linear both;
    -ms-animation: rhandani2 1000ms 4 3.1s linear both;
	animation: rhandani2 1000ms 4 3.1s linear both; }
.result_handani4{
	-webkit-animation: rhandani2 1000ms 4 4.1s linear both;
    -moz-animation: rhandani2 1000ms 4 4.1s linear both;
    -o-animation: rhandani2 1000ms 4 4.1s linear both;
    -ms-animation: rhandani2 1000ms 4 4.1s linear both;
	animation: rhandani2 1000ms 4 4.1s linear both; }
.result_handani5{
	-webkit-animation: rhandani3 1000ms 4 4.1s linear both;
    -moz-animation: rhandani3 1000ms 4 4.1s linear both;
    -o-animation: rhandani3 1000ms 4 4.1s linear both;
    -ms-animation: rhandani3 1000ms 4 4.1s linear both;
	animation: rhandani3 1000ms 4 4.1s linear both; }
@keyframes rhandani3 {
	0% {     transform: rotate(0deg);}
	50% {     transform: rotate(-15deg);}	    
	100% {     transform:rotate(0deg);}
}
@-webkit-keyframes rhandani3 {
	0% {     -webkit-transform: rotate(0deg);}
	50% {     -webkit-transform: rotate(-15deg);}	    
	100% {    -webkit-transform:rotate(0deg);}
}
@-moz-keyframes rhandani3 {
	0% {     -moz-transform: rotate(0deg);}
	50% {     -moz-transform: rotate(-15deg);}		    
	100% {     -moz-transform:rotate(0deg);}
}
@-ms-keyframes rhandani3 {
	0% {     -ms-transform: rotate(0deg);}
	50% {    -ms-transform: rotate(-15deg);}		    
	100% {     -ms-transform:rotate(0deg);}
}
@-o-keyframes rhandani3 {
	0% {     -o-transform: rotate(0deg);}
	50% {     -o-transform: rotate(-15deg);}		    
	100% {     -o-transform:rotate(0deg);}
}
.result_handani3{
	-webkit-animation: rhandani3 1000ms 4 3.1s linear both;
    -moz-animation: rhandani3 1000ms 4 3.1s linear both;
    -o-animation: rhandani3 1000ms 4 3.1s linear both;
    -ms-animation: rhandani3 1000ms 4 3.1s linear both;
	animation: rhandani3 1000ms 4 3.1s linear both; }

@keyframes left-right{0%{left:0vw;}50%{left:6px;}100%{left:0;}}
@-webkit-keyframes left-right{0%{left:0vw;}50%{left:6px;}100%{left:0;}}
@-moz-keyframes left-right{0%{left:0vw;}50%{left:6px;}100%{left:0;}}
@-ms-keyframes left-right{0%{left:0vw;}50%{left:6px;}100%{left:0;}}
@-o-keyframes left-right{0%{left:0vw;}50%{left:6px;}100%{left:0;}}
.crash_hand{	
    -webkit-animation: left-right 500ms linear 0.8s both;
    -moz-animation: left-right 500ms linear 0.8s both;
    -o-animation: left-right 500ms linear 0.8s both;
    -ms-animation: left-right 500ms linear 0.8s both;
    animation: left-right 500ms linear 0.8s both; }

@keyframes right-left{0%{left: 0.5vw;}100%{left:0vw;}}
@-webkit-keyframes right-left{0%{left: 0.5vw;}100%{left:0vw;}}
@-moz-keyframes right-left{0%{left: 0.5vw;}100%{left:0vw;}}
@-ms-keyframes right-left{0%{left: 0.5vw;}100%{left:0vw;}}
@-o-keyframes right-left{0%{left: 0.5vw;}100%{left:0vw;}}

@-webkit-keyframes rotateWordfade {
     0% { opacity: 0; width:0;}
	100% {  opacity: 1;width:100%; }
}
@-ms-keyframes rotateWordfade {
     0% { opacity: 0; width:0;}
	100% {  opacity: 1;width:100%; }
}
@-o-keyframes rotateWordfade {
     0% { opacity: 0; width:0;}
	100% {  opacity: 1;width:100%; }
}
@keyframes rotateWordfade {
   0% { opacity: 0; width:0;}
	100% {  opacity: 1;width:100%; }
}

@-webkit-keyframes rotateWord {
    0% {   opacity: 0; }
    2% {   opacity: 0;  -webkit-transform: translateY(0px);    }
    5% {   opacity: 1;   -webkit-transform: translateY(0px);    }
    17% { opacity: 1;   -webkit-transform: translateY(0px);   }
    20% {     opacity: 0;    -webkit-transform: translateY(0);  }
    80% { opacity: 0; }
    100% {   opacity: 10;    }
}
@-ms-keyframes rotateWord {
    0% {opacity: 0; }
    2% {opacity: 0;-ms-transform: translateY(0px);    }
    5% {opacity: 1;-ms-transform: translateY(0px);    }
    17% {opacity: 1; -ms-transform: translateY(0px);    }
    20% { opacity: 0; -ms-transform: translateY(0px);    }
    80% { opacity: 0; }
    100% {    opacity: 0;   }
}
@-o-keyframes rotateWord {
    0% {opacity: 0; }
    2% {opacity: 0; -o-transform: translateY(0px); }
    5% { opacity: 1; -o-transform: translateY(0px);    }
    17% {  opacity: 1; -o-transform: translateY(0px);    }
    20% {  opacity: 0; -o-transform: translateY(0px);    }
    80% {  opacity: 0;  }
    100% { opacity: 0;}
}
@keyframes rotateWord {
    0% { opacity: 0;}
    2% { opacity: 0;-webkit-transform: translateY(0px); transform: translateY(0px);    }
    5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
    17% {opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    20% { opacity: 0; -webkit-transform: translateY(0px); transform: translateY(0px); }
    80% {   opacity: 0;  }
	100% {  opacity: 0;  }
}

.crushlogoanimation{width: 39vw; height:30vw;left:-4vw; top:-1.8vw; position: absolute;}
/*.crushlogoanimation{width: 23vw;  height: 15vw;   left: 0.5vw;  top: 4vw; border-radius: 50%; position: absolute; overflow: hidden;}*/
.crushlogoanimation img{position: absolute;left: 0; top:0;width: 39vw; }
.rw-words{ position:relative; display:block;    margin: 0 0 0 0px;width: 29vw; height:30vw;}
.rw-words-1 span {  position: absolute;  opacity: 0; overflow: hidden; margin: 0px 0 0 0; width: 36vw; height:30vw;left:-3vw; top:0px;}
.word1{opacity: 0; left:-3vw; top:0px;position: absolute;}
.word1 img{opacity: 0; }
.fp-slide .rw-words-1 span{margin:10px 0 0 0;}

body.loaded .crushlogoanimation .rw-words-1 span{
    -webkit-animation: rotateWord 0.85s linear 1 2.6s;
    -moz-animation: rotateWord 0.85s linear 1 2.6s;
    -o-animation: rotateWord 0.85s linear 1 2.6s;
    -ms-animation: rotateWord 0.85s linear 1 2.6s;
    animation: rotateWord 0.85s linear 1 2.6s;
}

body.loaded .crushlogoanimation .rw-words-1 span:nth-child(2){
    -webkit-animation-delay: 3.1s;
    -moz-animation-delay: 5.1s;
    -o-animation-delay: 5.1s;
    -ms-animation-delay: 5.1s;
    animation-delay: 2.6s;
}

body.loaded .crushlogoanimation .rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 5.2s;
    -moz-animation-delay: 5.2s;
    -o-animation-delay: 5.2s;
    -ms-animation-delay: 5.2s;
    animation-delay: 2.7s;
}

body.loaded .crushlogoanimation .rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 5.3s;
    -moz-animation-delay:  0.3s;
    -o-animation-delay:  0.3s;
    -ms-animation-delay:  0.3s;
    animation-delay:  2.8s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 5.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 2.9s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 3.0s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(7) {
    -webkit-animation-delay: 5.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 3.1s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(8) {
    -webkit-animation-delay: 5.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    animation-delay: 3.2s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(9) {
    -webkit-animation-delay: 5.8s;
    -moz-animation-delay:  0.8s;
    -o-animation-delay:  0.8s;
    -ms-animation-delay:  0.8s;
    animation-delay:  3.3s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(10) {
    -webkit-animation-delay:  5.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    animation-delay: 3.4s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(11) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 3.5s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(12) {
    -webkit-animation-delay: 6.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 3.6s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(13) {
    -webkit-animation-delay: 6.2s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 3.7s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(14) {
    -webkit-animation-delay: 6.3s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 3.8s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(15) {
    -webkit-animation-delay: 6.4s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 3.9s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(16) {
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(17) {
    -webkit-animation-delay: 6.6s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
	-ms-animation-delay: 1s;
    animation-delay: 4.1s;
}
 
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(18) {
    -webkit-animation-delay: 6.7s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.2s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(19) {
    -webkit-animation-delay: 6.8s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.3s;
}
body.loaded .crushlogoanimation21rw-words-1 span:nth-child(20) {
    -webkit-animation-delay: 6.9s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
	animation-delay: 4.4s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(21) {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.5s;
   } 
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(22) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.6s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(23) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.7s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(24) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.8s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(25) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 4.9s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(26) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 5s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(27) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 5.1s;
}
body.loaded .crushlogoanimation .rw-words-1 span:nth-child(28) {
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 5.2s;
}
body.loaded .crushlogoanimation .word1.showtext, body.loaded .crushlogoanimation .showtext .flogoani1, body.loaded .dc2.showtext2, body.loaded .hs.hshowtext3{
    -webkit-animation: fadein1 0ms linear 0s both;
    -moz-animation: fadein1 0ms linear 0s both;
    -o-animation: fadein1 0ms linear 0s both;
    -ms-animation: fadein1 0ms linear 0s both;
    animation: fadein1 0ms linear 0s both; opacity:1;
}
