#silhouette {
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.1s both;
	      animation: scale-in-center 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.1s both;
} 

#fullbody {
 -webkit-animation: slide-right 0.7s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.7s both;
	       animation: slide-right 0.7s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.7s both;
} 

#container{
-webkit-animation: scale-in-hor-right 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.87s both;
	      animation: scale-in-hor-right 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.87s both;
}


h1{
  -webkit-animation: scale-in-hor-right 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.4s both;
	        animation: scale-in-hor-right 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.4s both;
}



.tab1{
  -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s both;
	        animation: scale-up-ver-top 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s both;
}

.iconL1 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.2s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.2s both;
} 

.iconL2 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.4s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.4s both;
} 

.iconL3 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.6s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.6s both;
} 

.iconL4 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.8s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 2.8s both;
} 

.iconL5 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3s both;
} 

.iconL6 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.2s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.2s both;
} 




.tab2{
  -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2.8s both;
	        animation: scale-up-ver-top 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2.8s both;
}

.iconR1 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3s both;
} 

.iconR2 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.2s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.2s both;
} 

.iconR3 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.4s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.4s both;
} 

.iconR4 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.6s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.6s both;
} 

.iconR5 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.8s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 3.8s both;
} 

.iconR6 {
-webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 4s both;
	      animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 4s both;
} 

.back{
  -webkit-animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 4.2s both;
	        animation: scale-in-center 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000) 4.2s both;
}



@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}



@-webkit-keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
     
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
     
  }
}
@keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
     
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
     
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
     
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
     
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
     
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
     
  }
}



@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

