.flash {
	animation-name: flash;
}

.shake {
	animation-name: shake;
}

.rubberBand {
	animation-name: rubberBand;
}

.bounce {
	animation-name: bounce;
}

.tada {
	animation-name: tada;
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

.wobble {
	animation-name: wobble;
}

.wiggle {
	animation-name: wiggle;
	animation-timing-function: ease-in;
}

.pulse {
	animation-name: pulse;
}

.fadeInUp {
	animation-name: fadeInUp;
}

.fadeInDown {
	animation-name: fadeInDown;
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

.fadeInRight {
	animation-name: fadeInRight;
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

.fadeOut {
	animation-name: fadeOut;
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

.bounceIn {
	animation-name: bounceIn;
}

.bounceInUp {
	animation-name: bounceInUp;
}

.bounceInDown {
	animation-name: bounceInDown;
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

.bounceInRight {
	animation-name: bounceInRight;
}

.bounceOut {
	animation-duration: .75s;
	animation-name: bounceOut;
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

.rotateIn {
	animation-name: rotateIn;
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

.rotateOut {
	animation-name: rotateOut;
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

.slideInLeft {
	animation-name: slideInLeft;
}

.slideInRight {
	animation-name: slideInRight;
}

.slideInUp {
	animation-name: slideInUp;
}

.slideInDown {
	animation-name: slideInDown;
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

.slideOutDown {
	animation-name: slideOutDown;
}

.slideOutRight {
	animation-name: slideOutRight;
}

.slideOutUp {
	animation-name: slideOutUp;
}

.maskUp {
	animation-name: maskUp;
}

.appear-animation-visible.flip {
	backface-visibility: visible;
	animation-name: flip;
}

.flipInX {
	backface-visibility: visible !important;
	animation-name: flipInX;
}

.flipInY {
	backface-visibility: visible !important;
	animation-name: flipInY;
}

.flipOutX {
	animation-duration: .75s;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

.flipOutY {
	animation-duration: .75s;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

.rollIn {
	animation-name: rollIn;
}

.rollOut {
	animation-name: rollOut;
}

.hinge {
	animation-duration: 2s;
	animation-name: hinge;
}

.revealDirTop:after {
	animation-name: blockSlideToTop;
}

.revealDirLeft:after {
	animation-name: blockSlideToLeft;
}

.revealDirRight:after {
	animation-name: blockSlideToRight;
}

.revealDirDown:after {
	animation-name: blockSlideToDown;
}

.textEntrance {
	transform-origin: center top;
	transform-style: preserve-3d;
	transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1);
	transition-duration: .8s;
	animation-name: textEntrance;
}