/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated{-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-ms-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-ms-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;}
.animated.hinge{-webkit-animation-duration: 2s;-moz-animation-duration: 2s;-ms-animation-duration: 2s;-o-animation-duration: 2s;animation-duration: 2s;}

@-webkit-keyframes fadeInUp{0%{opacity: 0;-webkit-transform: translateY(20px);}100%{opacity: 1;-webkit-transform: translateY(0);}}
@-moz-keyframes fadeInUp{0%{opacity: 0;-moz-transform: translateY(20px);}100%{opacity: 1;-moz-transform: translateY(0);}}
@-o-keyframes fadeInUp{0%{opacity: 0;-o-transform: translateY(20px);}100%{opacity: 1;-o-transform: translateY(0);}}
@keyframes fadeInUp{0%{opacity: 0;transform: translateY(20px);}100%{opacity: 1;transform: translateY(0);}}
.fadeInUp{-webkit-animation-name: fadeInUp;-moz-animation-name: fadeInUp;-o-animation-name: fadeInUp;animation-name: fadeInUp;}

@-webkit-keyframes fadeInUp2{0%{opacity: 0;-webkit-transform: translateY(20px);}50%{opacity: 0;-webkit-transform: translateY(20px);}100%{opacity: 1;-webkit-transform: translateY(0);}}
@-moz-keyframes fadeInUp2{0%{opacity: 0;-moz-transform: translateY(20px);}50%{opacity: 0;-webkit-transform: translateY(20px);}100%{opacity: 1;-moz-transform: translateY(0);}}
@-o-keyframes fadeInUp2{0%{opacity: 0;-o-transform: translateY(20px);}50%{opacity: 0;-webkit-transform: translateY(20px);}100%{opacity: 1;-o-transform: translateY(0);}}
@keyframes fadeInUp2{0%{opacity: 0;transform: translateY(20px);}50%{opacity: 0;-webkit-transform: translateY(20px);}100%{opacity: 1;transform: translateY(0);}}
.fadeInUp2{animation:fadeInUp2 2s;
-moz-animation:fadeInUp2 2s; /* Firefox */
-webkit-animation:fadeInUp2 2s; /* Safari and Chrome */
-o-animation:fadeInUp2 2s; /* Opera */}

@-webkit-keyframes fadeInDown{0%{opacity: 0;-webkit-transform: translateY(-20px);}100%{opacity: 1;-webkit-transform: translateY(0);}}
@-moz-keyframes fadeInDown{0%{opacity: 0;-moz-transform: translateY(-20px);}100%{opacity: 1;-moz-transform: translateY(0);}}
@-o-keyframes fadeInDown{0%{opacity: 0;-ms-transform: translateY(-20px);}100%{opacity: 1;-ms-transform: translateY(0);}}
@keyframes fadeInDown{0%{opacity: 0;transform: translateY(-20px);}100%{opacity: 1;transform: translateY(0);}}
.fadeInDown{-webkit-animation-name: fadeInDown;-moz-animation-name: fadeInDown;-o-animation-name: fadeInDown;animation-name: fadeInDown;}

@-webkit-keyframes fadeInDown2{0%{opacity: 0;-webkit-transform: translateY(-20px);}50%{opacity: 0;-webkit-transform: translateY(-20px);}100%{opacity: 1;-webkit-transform: translateY(0);}}
@-moz-keyframes fadeInDown2{0%{opacity: 0;-moz-transform: translateY(-20px);}50%{opacity: 0;-webkit-transform: translateY(-20px);}100%{opacity: 1;-moz-transform: translateY(0);}}
@-o-keyframes fadeInDown2{0%{opacity: 0;-ms-transform: translateY(-20px);}50%{opacity: 0;-webkit-transform: translateY(-20px);}100%{opacity: 1;-ms-transform: translateY(0);}}
@keyframes fadeInDown2{0%{opacity: 0;transform: translateY(-20px);}50%{opacity: 0;-webkit-transform: translateY(-20px);}100%{opacity: 1;transform: translateY(0);}}
.fadeInDown2{animation:fadeInDown2 2s;
-moz-animation:fadeInDown2 2s; /* Firefox */
-webkit-animation:fadeInDown2 2s; /* Safari and Chrome */
-o-animation:fadeInDown2 2s; /* Opera */}

@-webkit-keyframes fadeInLeft{0%{opacity: 0;-webkit-transform: translateX(-20px);}100%{opacity: 1;-webkit-transform: translateX(0);}}
@-moz-keyframes fadeInLeft{0%{opacity: 0;-moz-transform: translateX(-20px);}100%{opacity: 1;-moz-transform: translateX(0);}}
@-o-keyframes fadeInLeft{0%{opacity: 0;-o-transform: translateX(-20px);}100%{opacity: 1;-o-transform: translateX(0);}}
@keyframes fadeInLeft{0%{opacity: 0;transform: translateX(-20px);}100%{opacity: 1;transform: translateX(0);}}
.fadeInLeft{-webkit-animation-name: fadeInLeft;-moz-animation-name: fadeInLeft;-o-animation-name: fadeInLeft;animation-name: fadeInLeft;}

@-webkit-keyframes fadeInLeft2{0%{opacity: 0;-webkit-transform: translateX(-20px);}50%{opacity: 0;-webkit-transform: translateX(-20px);}100%{opacity: 1;-webkit-transform: translateX(0);}}
@-moz-keyframes fadeInLeft2{0%{opacity: 0;-moz-transform: translateX(-20px);}50%{opacity: 0;-webkit-transform: translateX(-20px);}100%{opacity: 1;-moz-transform: translateX(0);}}
@-o-keyframes fadeInLeft2{0%{opacity: 0;-o-transform: translateX(-20px);}50%{opacity: 0;-webkit-transform: translateX(-20px);}100%{opacity: 1;-o-transform: translateX(0);}}
@keyframes fadeInLeft2{0%{opacity: 0;transform: translateX(-20px);}50%{opacity: 0;-webkit-transform: translateX(-20px);}100%{opacity: 1;transform: translateX(0);}}
.fadeInLeft2{animation:fadeInLeft2 2s;
-moz-animation:fadeInLeft2 2s; /* Firefox */
-webkit-animation:fadeInLeft2 2s; /* Safari and Chrome */
-o-animation:fadeInLeft2 2s; /* Opera */}

@-webkit-keyframes fadeInRight{0%{opacity: 0;-webkit-transform: translateX(20px);}100%{opacity: 1;-webkit-transform: translateX(0);}}
@-moz-keyframes fadeInRight{0%{opacity: 0;-moz-transform: translateX(20px);}100%{opacity: 1;-moz-transform: translateX(0);}}
@-o-keyframes fadeInRight{0%{opacity: 0;-o-transform: translateX(20px);}100%{opacity: 1;-o-transform: translateX(0);}}
@keyframes fadeInRight{0%{opacity: 0;transform: translateX(20px);}100%{opacity: 1;transform: translateX(0);}}
.fadeInRight{-webkit-animation-name: fadeInRight;-moz-animation-name: fadeInRight;-o-animation-name: fadeInRight;animation-name: fadeInRight;}

@-webkit-keyframes fadeInRight2{0%{opacity: 0;-webkit-transform: translateX(20px);}50%{opacity: 0;-webkit-transform: translateX(20px);}100%{opacity: 1;-webkit-transform: translateX(0);}}
@-moz-keyframes fadeInRight2{0%{opacity: 0;-moz-transform: translateX(20px);}50%{opacity: 0;-webkit-transform: translateX(20px);}100%{opacity: 1;-moz-transform: translateX(0);}}
@-o-keyframes fadeInRight2{0%{opacity: 0;-o-transform: translateX(20px);}50%{opacity: 0;-webkit-transform: translateX(20px);}100%{opacity: 1;-o-transform: translateX(0);}}
@keyframes fadeInRight2{0%{opacity: 0;transform: translateX(20px);}50%{opacity: 0;-webkit-transform: translateX(20px);}100%{opacity: 1;transform: translateX(0);}}
.fadeInRight2{animation:fadeInRight2 2s;
-moz-animation:fadeInRight2 2s; /* Firefox */
-webkit-animation:fadeInRight2 2s; /* Safari and Chrome */
-o-animation:fadeInRight2 2s; /* Opera */}

@-webkit-keyframes fadeInLeftBig{0%{opacity: 0;-webkit-transform: translateX(-2000px);}100%{opacity: 1;-webkit-transform: translateX(0);}}
@-moz-keyframes fadeInLeftBig{0%{opacity: 0;-moz-transform: translateX(-2000px);}100%{opacity: 1;-moz-transform: translateX(0);}}
@-o-keyframes fadeInLeftBig{0%{opacity: 0;-o-transform: translateX(-2000px);}100%{opacity: 1;-o-transform: translateX(0);}}
@keyframes fadeInLeftBig{0%{opacity: 0;transform: translateX(-2000px);}100%{opacity: 1;transform: translateX(0);}}
.fadeInLeftBig{-webkit-animation-name: fadeInLeftBig;-moz-animation-name: fadeInLeftBig;-o-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}

@-webkit-keyframes fadeInBig{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
@-moz-keyframes fadeInBig{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
@-o-keyframes fadeInBig{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
@keyframes fadeInBig{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
.fadeInBig{animation:fadeInBig 2s;
-moz-animation:fadeInBig 2s; /* Firefox */
-webkit-animation:fadeInBig 2s; /* Safari and Chrome */
-o-animation:fadeInBig 2s; /* Opera */}
@-webkit-keyframes fadeInFast{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
@-moz-keyframes fadeInFast{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
@-o-keyframes fadeInFast{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
@keyframes fadeInFast{0%{opacity: 0;}30%{opacity: 0;}100%{opacity: 1;}}
.fadeInFast{animation:fadeInFast 1s;
-moz-animation:fadeInFast 1s; /* Firefox */
-webkit-animation:fadeInFast 1s; /* Safari and Chrome */
-o-animation:fadeInFast 1s; /* Opera */}
