@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}


/* == VerTex == */

@keyframes AFadeInUp {
	from {opacity:0; transform: translateY(-20%);}
	to {opacity:1; transform: translateY(-50%);}
}
.AFadeInUp {
	animation-name: AFadeInUp; 
	animation-duration:1s;
	animation-delay: 1s;
	animation-fill-mode:both;
}

@keyframes AFadeInUpF {
	from {opacity:0; transform: translateY(20%);}
	to {opacity:1; transform: translateY(0);}
}

.AFadeInUpF {
	animation-name: AFadeInUpF; 
	animation-duration:1.2s;
	animation-fill-mode:both;
}


@keyframes AFadeInUpR {
	from {opacity:0; transform: translateY(20%);}
	to {opacity:1; transform: translateY(0);}
}

.loadingP .AFadeInUpR {
	animation-name: AFadeInUpR; 
	animation-duration:1s;
	animation-fill-mode:both;
}

.active-one .AFadeInUpR {
	animation-name: AFadeInUpR; 
	animation-duration:1s;
	animation-fill-mode:both;
}

@keyframes twoup {
	from {opacity:0; transform: translateX(-50%) translateY(-30%);}
	to {opacity:1; transform: translateX(-50%) translateY(-50%);}
}
.active-two .twoup { animation-name: twoup; animation-delay: 0.2s;}


@keyframes AFadeInUpTwo {
	from {opacity:0; transform: translateY(20%);}
	to {opacity:1; transform: translateY(0);}
}
.active-two .AFadeInUpTwo {
	animation-name: AFadeInUpTwo; 
	animation-duration:1s;
	animation-fill-mode:both;
}


.active-five .AFadeInUpR {
	animation-name: AFadeInUpR; 
	animation-duration:1s;
	animation-fill-mode:both;
}

@keyframes AFadeInR {
	from {opacity:0;}
	to {opacity:1;}
}

.active-five .AFadeInR {
	animation-name: AFadeInR; 
	animation-duration:1s;
	animation-fill-mode:both;
}


@keyframes AFadeInR {
	from {opacity:0;}
	to {opacity:1;}
}
.AFadeInR {
	animation-name: AFadeInR; 
	animation-duration:1.2s;
	animation-fill-mode:both;
}


.D04 {animation-delay: 0.4s;}
.D06 {animation-delay: 0.6s;}
.D07 {animation-delay: 0.7s;}
.D08 {animation-delay: 0.8s;}
.D10 {animation-delay: 1s;}
.D11 {animation-delay: 1.1s;}
.D12 {animation-delay: 1.2s;}
.D13 {animation-delay: 1.3s;}
.D14 {animation-delay: 1.4s;}
.D15 {animation-delay: 1.5s;}
.D16 {animation-delay: 1.6s;}
.D17 {animation-delay: 1.7s;}
.D18 {animation-delay: 1.8s;}
.D19 {animation-delay: 1.9s;}
.D20 {animation-delay: 2s;}





/* @keyframes AFadeInLeft { */
	/* from {opacity:0; transform: translateX(-10rem);} */
	/* to {opacity:1; transform: translateX(0px);} */
/* } */
/* .AFadeInLeft { animation-name: AFadeInLeft;} */

/* @keyframes AFadeInRight { */
	/* from {opacity:0; transform: translateX(10rem);} */
	/* to {opacity:1; transform: translateX(0px);} */
/* } */
/* .AFadeInRight { animation-name: AFadeInRight;} */


/* @media (max-width:991px) { */
	/* @keyframes AFadeInLeft { */
		/* from {opacity:0; transform: translateX(-5rem);} */
		/* to {opacity:1; transform: translateX(0px);} */
	/* } */
	
	/* @keyframes AFadeInRight { */
		/* from {opacity:0; transform: translateX(5rem);} */
		/* to {opacity:1; transform: translateX(0px);} */
	/* } */
/* } */




/* == // VerTex == */



