@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@-moz-keyframes fadeOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOutUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@keyframes fadeOutUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-ms-keyframes fadeOutDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-ms-keyframes fadeOutRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-ms-keyframes fadeOutLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  /* line 14, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  /* line 44, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUpBig {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateY(2000px);
    opacity: 0;
  }

  /* line 54, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 74, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 84, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes bounceOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  25% {
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  50% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 10, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-webkit-keyframes bounceOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  25% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 10, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-o-keyframes bounceOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  25% {
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  50% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 10, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-ms-keyframes bounceOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  25% {
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  50% {
    opacity: 1;
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 10, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@keyframes bounceOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: scale(1, 1);
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  25% {
    transform: scale(0.95, 0.95);
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }

  /* line 10, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }
}

@-moz-keyframes bounceOutUp {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-ms-keyframes bounceOutUp {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  /* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutDown {
  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutDown {
  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-ms-keyframes bounceOutDown {
  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateY(0);
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 46, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 46, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 46, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-ms-keyframes bounceOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 46, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateX(0);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  /* line 46, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutRight {
  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 58, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 58, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 58, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-ms-keyframes bounceOutRight {
  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 58, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateX(0);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  /* line 58, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-moz-keyframes bounceIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  /* line 6, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  50% {
    opacity: 1;
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  70% {
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes bounceIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  /* line 6, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  70% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes bounceIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  /* line 6, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  50% {
    opacity: 1;
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  70% {
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes bounceIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }

  /* line 6, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  50% {
    opacity: 1;
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  70% {
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes bounceIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }

  /* line 6, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  50% {
    opacity: 1;
    transform: scale(1.05, 1.05);
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  70% {
    transform: scale(0.9, 0.9);
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes bounceInDown {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInDown {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes bounceInDown {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateY(-10px);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInUp {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes bounceInUp {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 34, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateY(10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInRight {
  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 48, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 48, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 48, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes bounceInRight {
  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 48, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 48, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  /* line 59, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 62, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInLeft {
  /* line 59, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 62, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  /* line 59, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 62, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes bounceInLeft {
  /* line 59, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 62, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  /* line 59, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 62, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateX(-10px);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes rotateOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -moz-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -moz-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -moz-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -ms-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -ms-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    transform-origin: center center 50%;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    transform-origin: center center 50%;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-exits.scss */
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -moz-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -moz-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -moz-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -ms-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -ms-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    transform-origin: center center 50%;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    transform-origin: center center 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -moz-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -ms-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    transform-origin: left bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 31, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    transform-origin: left bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -moz-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    -ms-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  0% {
    transform-origin: right bottom 50%;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/rotating/_rotating-entrances.scss */
  100% {
    transform-origin: right bottom 50%;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes flip {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -moz-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flip {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-ms-keyframes flip {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  80% {
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -ms-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes flipInX {
  /* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes flipInX {
  /* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  /* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes flipInX {
  /* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes flipInX {
  /* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes flipOutX {
  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutX {
  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes flipOutX {
  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flipOutX {
  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes flipInY {
  /* line 60, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 70, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  /* line 60, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 70, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  /* line 60, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 70, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes flipInY {
  /* line 60, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 70, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes flipInY {
  /* line 60, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 64, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 70, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes flipOutY {
  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 83, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 83, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 83, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes flipOutY {
  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 83, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flipOutY {
  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 83, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes flash {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes flash {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes flash {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes bounce {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes bounce {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes bounce {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  /* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: translateY(0);
  }

  /* line 19, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: translateY(0);
  }

  /* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 23, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: translateY(0);
  }

  /* line 25, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: translateY(-15px);
  }

  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: translateY(0);
  }

  /* line 29, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes shake {
  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes shake {
  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes shake {
  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes shake {
  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shake {
  /* line 35, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: translateX(0);
  }

  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    transform: translateX(-10px);
  }

  /* line 39, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: translateX(10px);
  }

  /* line 41, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    transform: translateX(-10px);
  }

  /* line 43, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: translateX(10px);
  }

  /* line 45, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: translateX(-10px);
  }

  /* line 47, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: translateX(10px);
  }

  /* line 49, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    transform: translateX(-10px);
  }

  /* line 51, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: translateX(10px);
  }

  /* line 53, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    transform: translateX(-10px);
  }

  /* line 55, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes tada {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 69, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 73, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 75, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 77, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes tada {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 69, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 73, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 75, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 77, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 69, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 73, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 75, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 77, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-ms-keyframes tada {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 69, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 73, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 75, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 77, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  /* line 61, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: scale(1, 1);
  }

  /* line 63, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 65, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 67, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 69, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 71, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 73, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 75, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 77, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 79, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 81, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: scale(1) rotate(0);
  }
}

@-moz-keyframes swing {
  /* line 87, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20%, 40%, 60%, 80%, 100% {
    -moz-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }

  /* line 89, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes swing {
  /* line 87, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }

  /* line 89, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  /* line 87, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20%, 40%, 60%, 80%, 100% {
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }

  /* line 89, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-ms-keyframes swing {
  /* line 87, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20%, 40%, 60%, 80%, 100% {
    -ms-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }

  /* line 89, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  /* line 87, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20%, 40%, 60%, 80%, 100% {
    transform-origin: top center 50%;
  }

  /* line 89, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: rotate(15deg);
  }

  /* line 91, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: rotate(-10deg);
  }

  /* line 93, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: rotate(5deg);
  }

  /* line 95, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: rotate(-5deg);
  }

  /* line 97, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes wobble {
  /* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 107, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  /* line 109, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 111, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  /* line 113, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 115, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes wobble {
  /* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 107, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  /* line 109, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 111, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  /* line 113, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 115, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  /* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 107, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  /* line 109, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 111, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  /* line 113, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 115, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-ms-keyframes wobble {
  /* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 107, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  /* line 109, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 111, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  /* line 113, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 115, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  /* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: translateX(0%);
  }

  /* line 105, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 107, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    transform: translateX(20%) rotate(3deg);
  }

  /* line 109, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 111, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: translateX(10%) rotate(2deg);
  }

  /* line 113, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 115, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: translateX(0%);
  }
}

@-moz-keyframes pulse {
  /* line 121, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 125, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes pulse {
  /* line 121, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 125, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes pulse {
  /* line 121, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 125, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes pulse {
  /* line 121, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  /* line 125, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  /* line 121, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: scale(1, 1);
  }

  /* line 123, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: scale(1.1, 1.1);
  }

  /* line 125, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes hinge {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  20%, 60% {
    -moz-transform: rotate(80deg);
    transform: rotate(80deg);
    -moz-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  40% {
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    -moz-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    -moz-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  20%, 60% {
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  40% {
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  80% {
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes hinge {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  20%, 60% {
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -ms-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  40% {
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -ms-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes hinge {
  /* line 3, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }

  /* line 11, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }

  /* line 15, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform-origin: top left 50%;
    animation-timing-function: ease-in-out;
  }

  /* line 20, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes rollIn {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollIn {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-ms-keyframes rollIn {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  /* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollOut {
  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  /* line 40, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@-webkit-keyframes rollOut {
  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  /* line 40, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@-o-keyframes rollOut {
  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  /* line 40, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@-ms-keyframes rollOut {
  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  /* line 40, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@keyframes rollOut {
  /* line 37, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 40, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_specials.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
}

/* line 22, ../sass/styles.scss */
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}

/* line 28, ../sass/styles.scss */
a {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}

/* line 33, ../sass/styles.scss */
a:hover {
  text-decoration: underline;
}

/* line 36, ../sass/styles.scss */
a, a * {
  -webkit-transition: 0.25s ease-out all;
  -moz-transition: 0.25s ease-out all;
  -o-transition: 0.25s ease-out all;
  transition: 0.25s ease-out all;
}

/* line 39, ../sass/styles.scss */
p {
  margin-bottom: 1em;
}

/* line 42, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Nexa', 'Helvetica', 'Arial', sans-serif;
  font-style: italic;
  line-height: 1.15em;
  margin-bottom: 1em;
}

/* line 48, ../sass/styles.scss */
h1 {
  font-size: 2.50em;
  font-weight: 600;
}

/* line 49, ../sass/styles.scss */
h2 {
  font-size: 2.00em;
  font-weight: 600;
}

/* line 50, ../sass/styles.scss */
h3 {
  font-size: 1.50em;
  font-weight: 400;
}

/* line 51, ../sass/styles.scss */
h4 {
  font-size: 1.25em;
  font-weight: 400;
}

/* line 52, ../sass/styles.scss */
h5 {
  font-size: 1.15em;
  font-weight: 400;
}

/* line 53, ../sass/styles.scss */
h6 {
  font-size: 1.00em;
  font-weight: 400;
}

/* line 55, ../sass/styles.scss */
h2 {
  margin-bottom: .5em;
}
/* line 58, ../sass/styles.scss */
h2 span {
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
  font-size: .65em;
  font-style: normal;
  margin-right: .15em;
}
/* line 65, ../sass/styles.scss */
h2:after {
  content: '-';
  display: block;
  font-weight: 400;
}

/* line 71, ../sass/styles.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 75, ../sass/styles.scss */
strong {
  font-weight: 600;
}

/* line 78, ../sass/styles.scss */
.overflowhidden {
  overflow: hidden !important;
}

/*--MENU--*/
/* line 84, ../sass/styles.scss */
#menu {
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
  opacity: .5;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
  -webkit-transition: 0.25s ease-out all;
  -moz-transition: 0.25s ease-out all;
  -o-transition: 0.25s ease-out all;
  transition: 0.25s ease-out all;
}
/* line 99, ../sass/styles.scss */
#menu .menu-list {
  font-size: .9em;
}
/* line 102, ../sass/styles.scss */
#menu .menu-list .menu-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 107, ../sass/styles.scss */
#menu .menu-list .menu-item a {
  display: block;
  padding: .35em 2em;
  text-decoration: none;
  -webkit-transition: 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition: 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -o-transition: 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
/* line 114, ../sass/styles.scss */
#menu .menu-list .menu-item a span {
  border-width: 0 0 4px;
  border-style: solid;
  border-color: transparent;
  color: #222222;
  padding: .35em 0 .15em;
}
/* line 121, ../sass/styles.scss */
#menu .menu-list .menu-item a span:hover {
  border-color: #222222;
}
@media (max-width: 1000px) and (min-width: 901px) {
  /* line 107, ../sass/styles.scss */
  #menu .menu-list .menu-item a {
    padding: .35em 1.75em;
  }
}
@media (max-width: 900px) and (min-width: 801px) {
  /* line 107, ../sass/styles.scss */
  #menu .menu-list .menu-item a {
    padding: .35em 1.5em;
    font-size: .9em;
  }
}
@media (max-width: 800px) {
  /* line 107, ../sass/styles.scss */
  #menu .menu-list .menu-item a {
    padding: .35em 1.15em;
    font-size: .8em;
  }
}
/* line 133, ../sass/styles.scss */
#menu:hover {
  opacity: 1;
}
/* line 137, ../sass/styles.scss */
#menu.fixed {
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: auto;
  background-color: #ffb400;
}
/* line 152, ../sass/styles.scss */
#menu.fixed .menu-list .menu-item.actual a span {
  color: white;
  font-weight: normal;
  padding-left: .15em;
  padding-right: .15em;
}
/* line 161, ../sass/styles.scss */
#menu.fixed:hover {
  background-color: white;
}
/* line 166, ../sass/styles.scss */
#menu.fixed:hover .menu-list .menu-item a {
  padding-top: 3.5em;
  padding-bottom: 4.5em;
}
/* line 171, ../sass/styles.scss */
#menu.fixed:hover .menu-list .menu-item a:hover span {
  border-color: #444444;
}
/* line 177, ../sass/styles.scss */
#menu.fixed:hover .menu-list .menu-item.actual a span {
  color: #ffb400;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 650px) {
  /* line 84, ../sass/styles.scss */
  #menu {
    display: none;
  }
}

/*--GENERAL--*/
/* line 195, ../sass/styles.scss */
.section {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
/* line 201, ../sass/styles.scss */
.section .content {
  max-width: 80%;
  width: 1000px;
  margin: 0 auto;
  padding: 10% 0;
}
/* line 207, ../sass/styles.scss */
.section .content .left, .section .content .right {
  width: 47%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 100;
}
@media (max-width: 800px) {
  /* line 207, ../sass/styles.scss */
  .section .content .left, .section .content .right {
    width: 100%;
    display: block;
    margin-bottom: 3em;
  }
  /* line 221, ../sass/styles.scss */
  .section .content .left img, .section .content .right img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
/* line 229, ../sass/styles.scss */
.section .content .left {
  margin-right: 6%;
}

/* line 234, ../sass/styles.scss */
.mid-text {
  width: 500px;
  max-width: 100%;
}

/* line 239, ../sass/styles.scss */
.yellow {
  background-color: #ffb400;
}

/* line 242, ../sass/styles.scss */
.grey {
  background-color: #f0f0f0;
}

/* line 245, ../sass/styles.scss */
.dark-grey {
  background-color: #444444;
  color: #ffb400;
}

/* line 250, ../sass/styles.scss */
.vermas {
  margin-top: 2em;
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
}
/* line 254, ../sass/styles.scss */
.vermas a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: .85em;
  padding: 1.7em 4.25em 1.6em;
  text-transform: uppercase;
  color: white;
  border: 2px solid white;
  background-color: transparent;
  background-image: url("../images/pixel/btn_over.png");
  background-position: 0 250%;
  background-repeat: repeat-x;
  -webkit-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 271, ../sass/styles.scss */
.vermas a:hover {
  color: #444444;
  background-position: 0 0;
}

/*--GUIDES--*/
/* line 281, ../sass/styles.scss */
#guides .guide {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000000000;
  width: 0;
  left: 50%;
  border-left: 1px dotted #222222;
}
/* line 290, ../sass/styles.scss */
#guides .guide.left {
  margin-left: -500px;
}
/* line 293, ../sass/styles.scss */
#guides .guide.right {
  margin-left: 500px;
}
/* line 296, ../sass/styles.scss */
#guides .guide.marginleft {
  margin-left: -1.95%%;
}
/* line 299, ../sass/styles.scss */
#guides .guide.marginright {
  margin-left: 1.95%%;
}
/* line 302, ../sass/styles.scss */
#guides .guide.centerleft {
  margin-left: -250px;
}
/* line 305, ../sass/styles.scss */
#guides .guide.centerright {
  margin-left: 250px;
}
@media (max-width: 1250px) {
  /* line 309, ../sass/styles.scss */
  #guides .guide.left {
    margin: 0;
    right: auto;
    left: 10%;
  }
  /* line 314, ../sass/styles.scss */
  #guides .guide.right {
    margin: 0;
    right: 10%;
    left: auto;
  }
  /* line 319, ../sass/styles.scss */
  #guides .guide.centerleft {
    margin: 0;
    right: auto;
    left: 30%;
  }
  /* line 324, ../sass/styles.scss */
  #guides .guide.centerright {
    margin: 0;
    right: 30%;
    left: auto;
  }
}
@media (max-width: 800px) and (min-width: 751px) {
  /* line 331, ../sass/styles.scss */
  #guides .guide.center {
    display: none;
  }
  /* line 334, ../sass/styles.scss */
  #guides .guide.centerleft {
    margin: 0;
    right: auto;
    left: 36.5%;
  }
  /* line 339, ../sass/styles.scss */
  #guides .guide.centerright {
    margin: 0;
    right: 36.5%;
    left: auto;
  }
}
@media (max-width: 750px) {
  /* line 346, ../sass/styles.scss */
  #guides .guide.centerleft, #guides .guide.centerright, #guides .guide.marginleft, #guides .guide.marginright {
    display: none;
  }
}
@media (max-width: 500px) {
  /* line 351, ../sass/styles.scss */
  #guides .guide.center {
    display: none;
  }
}

/*--PORTADA--*/
@keyframes infinite-spinning {
  /* line 361, ../sass/styles.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 362, ../sass/styles.scss */
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes infinite-spinning {
  /* line 365, ../sass/styles.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 366, ../sass/styles.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes infinite-spinning {
  /* line 369, ../sass/styles.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 370, ../sass/styles.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes infinite-spinning {
  /* line 373, ../sass/styles.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 374, ../sass/styles.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

/* line 378, ../sass/styles.scss */
#portada {
  background-position: 50% 49%;
  background-size: 120% auto;
  background-repeat: no-repeat;
}
/* line 383, ../sass/styles.scss */
#portada #logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  -webkit-transition: 0.25s ease-out all;
  -moz-transition: 0.25s ease-out all;
  -o-transition: 0.25s ease-out all;
  transition: 0.25s ease-out all;
}
/* line 391, ../sass/styles.scss */
#portada #logo a:hover img {
  -webkit-animation: infinite-spinning 1.5s linear infinite;
  -moz-animation: infinite-spinning 1.5s linear infinite;
  -ms-animation: infinite-spinning 1.5s linear infinite;
  -o-animation: infinite-spinning 1.5s linear infinite;
  animation: infinite-spinning 1.5s linear infinite;
}
/* line 396, ../sass/styles.scss */
#portada .lang {
  position: fixed;
  top: 1.5em;
  left: 1.65em;
  z-index: 1000000;
  text-align: left;
  line-height: 1em;
  font-size: .85em;
}
/* line 405, ../sass/styles.scss */
#portada .lang input[type=radio] {
  display: none;
}
/* line 408, ../sass/styles.scss */
#portada .lang input[type=radio] + label {
  cursor: pointer;
  text-decoration: none;
  margin: 0 .75em 0 0;
  padding: 0 .1em .15em;
  -webkit-transition: 0.5s ease-out all;
  -moz-transition: 0.5s ease-out all;
  -o-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
  border-width: 0 0 3px;
  border-style: solid;
  border-color: transparent;
}
/* line 421, ../sass/styles.scss */
#portada .lang input[type=radio]:checked + label, #portada .lang input[type=radio]:checked + label:hover {
  border-color: #444444;
  cursor: default;
}
/* line 425, ../sass/styles.scss */
#portada .lang input[type=radio] + label:hover {
  border-color: #ffb400;
}
/* line 431, ../sass/styles.scss */
#portada .promsite {
  position: fixed;
  top: 1.5em;
  right: .5em;
  z-index: 1000000;
  text-align: left;
  line-height: 0em;
  opacity: .35;
  -webkit-transition: 0.5s ease-out all;
  -moz-transition: 0.5s ease-out all;
  -o-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
}
/* line 442, ../sass/styles.scss */
#portada .promsite:hover {
  opacity: 1;
}
/* line 446, ../sass/styles.scss */
#portada .promsite span {
  font-size: .65em;
  font-weight: 600;
  line-height: 1em;
  padding-left: .5em;
  display: block;
  text-transform: uppercase;
}
/* line 455, ../sass/styles.scss */
#portada .promsite a div {
  background-image: url("../images/pixel/promsite.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 25px;
}

/*--BIO--*/
/*--WEBS--*/
/* line 475, ../sass/styles.scss */
#webs .line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
  height: 10000px;
  margin: -5000px 0 0 50%;
}
/* line 487, ../sass/styles.scss */
#webs .list {
  text-align: right;
  font-size: 2em;
  line-height: 2em;
}
/* line 492, ../sass/styles.scss */
#webs .list a div {
  border-right: 10px solid transparent;
}
/* line 496, ../sass/styles.scss */
#webs .list a:hover {
  text-decoration: none;
}
/* line 499, ../sass/styles.scss */
#webs .list a:hover div {
  padding-right: .5em;
  background-color: #444444;
  color: white;
  border-color: #222222;
}
@media (max-width: 800px) {
  /* line 487, ../sass/styles.scss */
  #webs .list {
    text-align: center;
  }
  /* line 509, ../sass/styles.scss */
  #webs .list a:hover div {
    padding: 0;
  }
}
/* line 514, ../sass/styles.scss */
#webs .browser {
  border-width: 30px 4px 4px;
  border-style: solid;
  border-color: #444444;
  padding: 0 1em;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 524, ../sass/styles.scss */
#webs .browser:before {
  content: '•••';
  position: absolute;
  color: #f0f0f0;
  top: 5px;
  left: 7px;
  font-size: 3.15em;
  color: #ffb400;
}
/* line 533, ../sass/styles.scss */
#webs .browser:after {
  text-align: center;
  content: 'My sites';
  position: absolute;
  color: #f0f0f0;
  top: 5px;
  left: 60px;
  right: 60px;
  font-size: .85em;
}
/* line 544, ../sass/styles.scss */
#webs .browser a {
  font-size: 2em;
  line-height: 1.35em;
  margin: 0;
  text-decoration: none;
  display: block;
}
/* line 552, ../sass/styles.scss */
#webs .browser a .span {
  padding: .35em;
  position: relative;
  z-index: 0;
}
/* line 557, ../sass/styles.scss */
#webs .browser a .span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  left: 0;
  background-color: #ffb400;
  margin: 0 -8%;
  z-index: -1;
  -webkit-transition: 0.5s ease-out all;
  -moz-transition: 0.5s ease-out all;
  -o-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
}
@media (max-height: 900px) and (max-height: 601px) {
  /* line 552, ../sass/styles.scss */
  #webs .browser a .span {
    padding: .25em .35em;
  }
}
@media (max-height: 600px) {
  /* line 552, ../sass/styles.scss */
  #webs .browser a .span {
    padding: .15em .35em;
  }
}
/* line 579, ../sass/styles.scss */
#webs .browser a:hover .span:after {
  width: 116%;
}

/*--DRIBBBLE--*/
/* line 590, ../sass/styles.scss */
.content .border {
  position: absolute;
  z-index: 1000;
}

/* line 594, ../sass/styles.scss */
.content .border.b-top {
  top: 0;
  left: -2em;
  right: -2em;
  height: 1em;
}

/* line 600, ../sass/styles.scss */
.content .border.b-bottom {
  bottom: 0;
  left: -2em;
  right: -2em;
  height: 1em;
}

/* line 606, ../sass/styles.scss */
.content .border.b-left {
  top: -2em;
  left: 0;
  bottom: -2em;
  width: 1em;
}

/* line 612, ../sass/styles.scss */
.content .border.b-right {
  top: -2em;
  right: 0;
  bottom: -2em;
  width: 1em;
}

/* line 620, ../sass/styles.scss */
#dribbble .border {
  background-color: #ffb400;
}
/* line 624, ../sass/styles.scss */
#dribbble .shots {
  margin: 10% 0 0;
  background-color: #222222;
}
/* line 628, ../sass/styles.scss */
#dribbble .shots .shot {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 25%;
  background-color: #222222;
  overflow: hidden;
  margin-bottom: -5px;
}
@media (max-width: 1000px) and (min-width: 751px) {
  /* line 628, ../sass/styles.scss */
  #dribbble .shots .shot {
    width: 33%;
  }
}
@media (max-width: 750px) and (min-width: 501px) {
  /* line 628, ../sass/styles.scss */
  #dribbble .shots .shot {
    width: 50%;
  }
}
@media (max-width: 500px) {
  /* line 628, ../sass/styles.scss */
  #dribbble .shots .shot {
    width: 100%;
  }
}
/* line 647, ../sass/styles.scss */
#dribbble .shots .shot a {
  display: block;
}
/* line 650, ../sass/styles.scss */
#dribbble .shots .shot a img {
  display: block;
}
/* line 656, ../sass/styles.scss */
#dribbble .shots .shot a:hover img {
  opacity: .5;
}

/*--SKILLS--*/
/* line 669, ../sass/styles.scss */
#skills .pelo {
  position: absolute;
  bottom: -20px;
  right: 50%;
  width: 1000px;
  max-width: 100%;
  margin-right: -500px;
  text-align: right;
}
@media (max-width: 1000px) and (min-width: 801px) {
  /* line 669, ../sass/styles.scss */
  #skills .pelo {
    right: 10%;
    width: 80%;
    margin: 0;
  }
}
@media (max-width: 800px) {
  /* line 669, ../sass/styles.scss */
  #skills .pelo {
    right: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  /* line 690, ../sass/styles.scss */
  #skills .pelo img {
    opacity: .05;
    width: 80% !important;
    margin: 0;
  }
}
/* line 697, ../sass/styles.scss */
#skills .pelo img {
  width: 40%;
  margin-right: 5%;
}
/* line 704, ../sass/styles.scss */
#skills .skills-list li {
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  margin-bottom: 1.65em;
}
/* line 709, ../sass/styles.scss */
#skills .skills-list li .header {
  margin-bottom: .2em;
  font-size: 1.15em;
}
/* line 713, ../sass/styles.scss */
#skills .skills-list li .header span {
  font-size: .75em;
  font-weight: 500;
  float: right;
  opacity: 0;
  -webkit-transition-duration: 0.75s;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
/* line 724, ../sass/styles.scss */
#skills .skills-list li .bar {
  background-color: white;
  width: 100%;
}
/* line 728, ../sass/styles.scss */
#skills .skills-list li .bar div {
  background-color: #ffb400;
  height: 2px;
  max-width: 0 !important;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
/* line 745, ../sass/styles.scss */
#skills.actual .skills-list li .header span {
  opacity: 1;
}
/* line 750, ../sass/styles.scss */
#skills.actual .skills-list li .bar div {
  max-width: 100% !important;
}
/* line 758, ../sass/styles.scss */
#skills h4 {
  text-decoration: underline;
  margin: 1.75em 0 .65em;
}
/* line 764, ../sass/styles.scss */
#skills .studies-list li {
  font-size: .9em;
  margin-bottom: .5em;
  font-style: italic;
}
/* line 769, ../sass/styles.scss */
#skills .studies-list li strong {
  font-style: normal;
}

/*--WORKS--*/
/* line 778, ../sass/styles.scss */
#works {
  overflow: hidden;
}
/* line 781, ../sass/styles.scss */
#works .right {
  margin: 2em 0 0;
}
/* line 784, ../sass/styles.scss */
#works .work {
  margin: 0 0 1.25em;
  opacity: 0;
  -webkit-transition: 1.5s ease-out all;
  -moz-transition: 1.5s ease-out all;
  -o-transition: 1.5s ease-out all;
  transition: 1.5s ease-out all;
}
/* line 790, ../sass/styles.scss */
#works .work h3 {
  margin-bottom: .15em;
}
/* line 793, ../sass/styles.scss */
#works .work h3 span {
  color: #222222;
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-size: .65em;
  font-weight: 600;
  margin-right: 5px;
}
/* line 802, ../sass/styles.scss */
#works .work h3 a {
  font-weight: normal;
}
/* line 806, ../sass/styles.scss */
#works .work p {
  color: #f0f0f0;
  font-size: .9em;
  line-height: 1.35em;
  margin-bottom: 0;
  padding-left: 2em;
}
/* line 813, ../sass/styles.scss */
#works .work p span {
  font-size: .95em;
  margin-right: .5em;
}
/* line 817, ../sass/styles.scss */
#works .work p span:after {
  content: ': ';
}
/* line 823, ../sass/styles.scss */
#works .work:last-of-type {
  margin-bottom: 0;
}
/* line 829, ../sass/styles.scss */
#works.actual .work {
  opacity: 1;
}

/*--CLIENTS--*/
/* line 837, ../sass/styles.scss */
#clients {
  background-color: #f0f0f0;
}
/* line 843, ../sass/styles.scss */
#clients .border {
  background-image: url("../images/pixel/pattern-lines.gif");
  background-color: #f0f0f0;
  border: 2px solid #ffb400;
}
/* line 849, ../sass/styles.scss */
#clients .border.b-top {
  border-width: 0 0 2px;
  height: 2.5em;
}
/* line 853, ../sass/styles.scss */
#clients .border.b-bottom {
  border-width: 2px 0 0;
  height: 2.5em;
}
/* line 857, ../sass/styles.scss */
#clients .border.b-left {
  border-width: 0 2px 0 0;
  width: 2.5em;
  z-index: 10000000;
}
/* line 862, ../sass/styles.scss */
#clients .border.b-right {
  border-width: 0 0 0 2px;
  width: 2.5em;
  z-index: 10000000;
}
@media (max-width: 750px) {
  /* line 870, ../sass/styles.scss */
  #clients .border.b-top, #clients .border.b-bottom {
    height: 1.5em;
  }
  /* line 871, ../sass/styles.scss */
  #clients .border.b-left, #clients .border.b-right {
    width: 1.5em;
  }
}
@media (max-width: 500px) {
  /* line 876, ../sass/styles.scss */
  #clients .border.b-top, #clients .border.b-bottom {
    height: 1em;
  }
  /* line 877, ../sass/styles.scss */
  #clients .border.b-left, #clients .border.b-right {
    width: 1em;
  }
}
/* line 880, ../sass/styles.scss */
#clients .logos {
  margin-top: 4em;
}
/* line 883, ../sass/styles.scss */
#clients .logos .logo {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 auto 2.5em;
  width: 25%;
  height: auto;
}
/* line 895, ../sass/styles.scss */
#clients .logos .logo img {
  display: block;
  max-width: 75%;
  max-height: 80px;
  margin: 0 auto;
  -webkit-filter: saturate(0);
  -moz-filter: saturate(0);
  filter: saturate(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 905, ../sass/styles.scss */
#clients .logos .logo[href] img {
  cursor: pointer;
}
/* line 909, ../sass/styles.scss */
#clients .logos .logo:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-filter: saturate(1);
  -moz-filter: saturate(1);
  filter: saturate(1);
}
@media (max-width: 1000px) {
  /* line 883, ../sass/styles.scss */
  #clients .logos .logo {
    width: 33%;
  }
}
@media (max-width: 750px) {
  /* line 883, ../sass/styles.scss */
  #clients .logos .logo {
    width: 50%;
  }
}
@media (max-width: 500px) {
  /* line 883, ../sass/styles.scss */
  #clients .logos .logo {
    width: 100%;
    max-height: 70px;
  }
}

/*--CONTACT--*/
/* line 923, ../sass/styles.scss */
#contact {
  background-color: #ffb400;
}
/* line 926, ../sass/styles.scss */
#contact .contact-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 933, ../sass/styles.scss */
#contact .contact-footer strong {
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
}
/* line 938, ../sass/styles.scss */
#contact #contact-inner {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  text-align: center;
}
/* line 946, ../sass/styles.scss */
#contact #contact-inner span {
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
/* line 950, ../sass/styles.scss */
#contact #contact-inner .sub {
  cursor: default;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
/* line 955, ../sass/styles.scss */
#contact #contact-inner .sub a {
  cursor: pointer;
}
/* line 961, ../sass/styles.scss */
#contact #contact-inner .text.over-container span {
  opacity: .1;
}
/* line 966, ../sass/styles.scss */
#contact #contact-inner .over {
  color: #000000 !important;
  opacity: 1 !important;
}
/* line 971, ../sass/styles.scss */
#contact #contact-inner .text {
  font-family: 'Nexa', 'Helvetica', 'Arial', sans-serif;
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
}
/* line 977, ../sass/styles.scss */
#contact #contact-inner .text, #contact #contact-inner .text span {
  color: #444444;
}
/* line 982, ../sass/styles.scss */
#contact #contact-inner .box {
  position: absolute;
  border-color: #444444;
  border-width: 2px;
  opacity: .1;
  height: 20px;
  -webkit-transition: 0.35s all ease-out;
  -moz-transition: 0.35s all ease-out;
  -o-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
/* line 991, ../sass/styles.scss */
#contact #contact-inner .box:hover {
  opacity: 1;
}
@media (max-width: 600px) {
  /* line 982, ../sass/styles.scss */
  #contact #contact-inner .box {
    opacity: 1;
  }
}
/* line 999, ../sass/styles.scss */
#contact #contact-inner .box .sub {
  position: absolute;
  left: 50%;
  background: #ffb400;
  padding: 0 .65em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .6em;
}
/* line 1010, ../sass/styles.scss */
#contact #contact-inner .box.top {
  border-style: dotted dotted none;
  bottom: 50px;
}
/* line 1014, ../sass/styles.scss */
#contact #contact-inner .box.top .sub {
  top: -10px;
}
/* line 1017, ../sass/styles.scss */
#contact #contact-inner .box.top .sub a {
  vertical-align: top;
}
/* line 1023, ../sass/styles.scss */
#contact #contact-inner .box.bottom {
  border-style: none dotted dotted;
  top: 50px;
}
/* line 1027, ../sass/styles.scss */
#contact #contact-inner .box.bottom .sub {
  bottom: -12px;
}
/* line 1029, ../sass/styles.scss */
#contact #contact-inner .box.bottom .sub a {
  vertical-align: bottom;
}
/* line 1036, ../sass/styles.scss */
#contact #contact-inner #name {
  width: 16%;
  left: 0;
}
/* line 1040, ../sass/styles.scss */
#contact #contact-inner #name .sub {
  margin-left: -23px;
}
/* line 1045, ../sass/styles.scss */
#contact #contact-inner #web {
  right: 0;
  width: 70%;
}
/* line 1049, ../sass/styles.scss */
#contact #contact-inner #web .sub {
  margin-left: -14px;
}
/* line 1054, ../sass/styles.scss */
#contact #contact-inner #email {
  width: 99%;
  padding-top: 40px;
  top: 55px;
}
/* line 1059, ../sass/styles.scss */
#contact #contact-inner #email .sub {
  margin-left: -17px;
}
/* line 1064, ../sass/styles.scss */
#contact #contact-inner #twitter {
  right: 16.8%;
  width: 63%;
}
/* line 1068, ../sass/styles.scss */
#contact #contact-inner #twitter .sub {
  margin-left: -52px;
}
