	@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}





@-webkit-keyframes fd100{
	0%{ transform:scale(0.8); opacity:0;}
	100%{ transform:scale(1.0); opacity:1;}
}

@-webkit-keyframes fd101{
	0%{ transform: translateX(-100px); opacity:0;}
	100%{ transform: translateX(0); opacity:1;}
}

@-webkit-keyframes fd102{
	0%{ transform: translateX(100px); opacity:0;}
	100%{ transform: translateX(0); opacity:1;}
}