﻿/*** CSS3 Hinge ***/

div.hinge:hover,div.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-ms-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
	
}

/*** End CSS3 Hinge ***/

/*** CSS3 Flash ***/

div.flash:hover, div.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
	}

/*** End CSS3 Flash ***/

/*** CSS3 Shake ***/

div.shake:hover {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;	
}

/*** End CSS3 Shake ***/

/*** CSS3 bounce ***/

div.bounce:hover {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	}


/*** End CSS3 bounce ***/

/*** CSS3 tada ***/

div.tada:hover {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;

}


/*** End CSS3 Tada ***/

/*** CSS3 swing ***/

div.swing:hover {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;	
}

/*** End CSS3 swings ***/

/*** CSS3 wobble ***/

div.wobble:hover {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;	
}

/*** End CSS3 wobble ***/

/*** CSS3 pulse ***/

div.pulse:hover {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;	
}

/*** End CSS3 pulse ***/

/*** CSS3 flip ***/

div.flip:hover {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;	
}

/*** End CSS3 flip ***/

/*** CSS3 flipInX ***/

div.flipInX:hover {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;	
}
/*** End CSS3 flipInX ***/

/*** CSS3 flipOutX ***/

div.flipOutX:hover {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-ms-animation-name: flipOutX;
	-ms-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;	
}

/*** End CSS3 flipOutX ***/

/*** CSS3 flipInY ***/

div.flipInY:hover {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
/*** End CSS3 flipInY ***/

/*** CSS3 flipOutY ***/

div.flipOutY:hover {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}



/*** End CSS3 flipOutY ***/

/*** CSS3 fadeIn ***/

div.fadeIn:hover, div.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	
}

/*** End CSS3 fadeIn ***/

/*** CSS3 fadeInUp ***/

div.fadeInUp:hover {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	
}


/*** End CSS3 fadeInUp ***/

/*** CSS3 fadeInDown ***/

div.fadeInDown:hover, div.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	
}

/*** End CSS3 fadeInDown ***/

/*** CSS3 fadeInLeft ***/

div.fadeInLeft:hover {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	
}

/*** End CSS3 fadeInLeft ***/

/*** CSS3 fadeInRight ***/

div.fadeInRight:hover, div.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}

/*** End CSS3 fadeInRight ***/

/*** CSS3 fadeInUpBig ***/

div.fadeInUpBig:hover {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-ms-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	
}

/*** End CSS3 fadeInUpBig ***/

/*** CSS3 fadeInDownBig ***/

div.fadeInDownBig:hover {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-ms-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
	
}

/*** End CSS3 fadeInDownBig ***/

/*** CSS3 fadeInLeftBig ***/

div.fadeInLeftBig:hover, div.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-ms-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
	
}

/*** End CSS3 fadeInLeftBig ***/

/*** CSS3 fadeInRightBig ***/

div.fadeInRightBig:hover {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-ms-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
	
}


/*** End CSS3 fadeInRightBig ***/

/*** CSS3 fadeOut ***/

div.fadeOut:hover {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;	
}

/*** End CSS3 fadeOut ***/

/*** CSS3 fadeOutUp ***/

div.fadeOutUp:hover {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-ms-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;	
}
/*** End CSS3 fadeOutUp ***/

/*** CSS3 fadeOutDown ***/

div.fadeOutDown:hover {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

/*** End CSS3 fadeOutDown ***/

/*** CSS3 fadeOutLeft ***/

div.fadeOutLeft:hover {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;	
}

/*** End CSS3 fadeOutLeft ***/

/*** CSS3 fadeOutRight ***/

div.fadeOutRight:hover, div.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	}

/*** End CSS3 fadeOutRight ***/

/*** CSS3 fadeOutUpBig ***/

div.fadeOutUpBig:hover {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-ms-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
	
}



/*** End CSS3 fadeOutUpBig ***/

/*** CSS3 fadeOutDownBig ***/

div.fadeOutDownBig:hover {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-ms-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
	
}



/*** End CSS3 fadeOutDownBig ***/

/*** CSS3 fadeOutLeftBig ***/

div.fadeOutLeftBig:hover {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-ms-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
	
}


/*** End CSS3 fadeOutLeftBig ***/

/*** CSS3 fadeOutRightBig ***/

div.fadeOutRightBig:hover, div.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-ms-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
	
}


/*** End CSS3 fadeOutRightBig ***/

/*** CSS3 bounceIn ***/

div.bounceIn:hover {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	
}

/*** End CSS3 bounceIn ***/

/*** CSS3 bounceInUp ***/

div.bounceInUp:hover {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-ms-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;	
}

/*** End CSS3 bounceInUp ***/

/*** CSS3 bounceInDown ***/

div.bounceInDown:hover {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;	
}

/*** End CSS3 bounceInDown ***/

/*** CSS3 bounceInLeft ***/

div.bounceInLeft:hover {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-ms-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;	
}

/*** End CSS3 bounceInLeft ***/

/*** CSS3 bounceInRight ***/

div.bounceInRight:hover {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-ms-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
	
}



/*** End CSS3 bounceInRight ***/

/*** CSS3 bounceOut ***/

div.bounceOut:hover {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-ms-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
	
}



/*** End CSS3 bounceOut ***/

/*** CSS3 bounceOutUp ***/

div.bounceOutUp:hover {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-ms-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
	
}


/*** End CSS3 bounceOutUp ***/

/*** CSS3 bounceOutDown ***/

div.bounceOutDown:hover {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-ms-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
	
}


/*** End CSS3 bounceOutDown ***/

/*** CSS3 bounceOutLeft ***/

div.bounceOutLeft:hover {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-ms-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;

}


/*** End CSS3 bounceOutLeft ***/

/*** CSS3 bounceOutRight ***/

div.bounceOutRight:hover {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-ms-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;

}

/*** End CSS3 bounceOutRight ***/

/*** CSS3 rotateIn ***/

div.rotateIn:hover {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-ms-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	
}

/*** End CSS3 rotateIn ***/

/*** CSS3 rotateInUpLeft ***/

div.rotateInUpLeft:hover {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-ms-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	
}


/*** End CSS3 rotateInUpLeft ***/

/*** CSS3 rotateInDownLeft ***/

div.rotateInDownLeft:hover {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-ms-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	}

/*** End CSS3 rotateInDownLeft ***/

/*** CSS3 rotateInUpRight ***/

div.rotateInUpRight:hover {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-ms-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	
}

/*** End CSS3 rotateInUpRight ***/

/*** CSS3 rotateInDownRight ***/

div.rotateInDownRight:hover {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-ms-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	
}



/*** End CSS3 rotateInDownRight ***/

/*** CSS3 rotateOut ***/

div.rotateOut:hover {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-ms-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
	
}


/*** End CSS3 rotateOut ***/

/*** CSS3 rotateOutUpLeft ***/

div.rotateOutUpLeft:hover {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-ms-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	
}

/*** End CSS3 rotateOutUpLeft ***/

/*** CSS3 rotateOutDownLeft ***/

div.rotateOutDownLeft:hover {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-ms-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	
}

/*** End CSS3 rotateOutDownLeft ***/

/*** CSS3 rotateOutUpRight ***/

div.rotateOutUpRight:hover {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-ms-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	
}

/*** End CSS3 rotateOutUpRight ***/

/*** CSS3 rotateOutDownRight ***/

div.rotateOutDownRight:hover {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-ms-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	
}


/*** End CSS3 rotateOutDownRight ***/

/*** CSS3 rollIn ***/

div.rollIn:hover {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-ms-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
	}


/*** End CSS3 rollIn ***/

/*** CSS3 rollOut ***/

div.rollOut:hover {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-ms-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
	}