/*
 * Theme Name:  Atavist
 * Author:      MetaLab Design
 * Author URI:  http://metalabdesign.com/
 * Description: The official Metalab redesign of Atavist.
 */
@-moz-keyframes fadeOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOutUp {
  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 14, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutDown {
  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 24, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutRight {
  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  /* line 34, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutLeft {
  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  /* line 44, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutUpBig {
  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  /* line 54, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutDownBig {
  /* line 61, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 64, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  /* line 71, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 74, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  /* line 81, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 84, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeIn {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInUp {
  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  /* line 14, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInDown {
  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  /* line 24, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInRight {
  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

  /* line 34, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInLeft {
  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  /* line 44, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInUpBig {
  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    transform: translateY(2000px);
    opacity: 0;
  }

  /* line 54, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInDownBig {
  /* line 61, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 64, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInRightBig {
  /* line 71, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 74, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  /* line 81, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 84, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/fading/_fading-entrances.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes bounceOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: scale(1, 1);
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  25% {
    transform: scale(0.95, 0.95);
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }

  /* line 10, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  /* line 22, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutDown {
  /* line 29, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateY(0);
  }

  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  /* line 34, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateX(0);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  /* line 46, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutRight {
  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  0% {
    transform: translateX(0);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  /* line 58, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-exits.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-moz-keyframes bounceIn {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }

  /* line 6, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  50% {
    opacity: 1;
    transform: scale(1.05, 1.05);
  }

  /* line 9, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  70% {
    transform: scale(0.9, 0.9);
  }

  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes bounceInDown {
  /* line 17, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 20, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  /* line 23, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateY(-10px);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  /* line 31, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 34, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  /* line 37, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateY(10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInRight {
  /* line 45, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 48, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  /* line 59, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 62, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  /* line 65, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  80% {
    transform: translateX(-10px);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/bouncing/_bouncing-entrances.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes rotateOut {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 35, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_flippers.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 70, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes flash {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes flash {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    opacity: 1;
  }

  /* line 5, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  25% {
    opacity: 0;
  }

  /* line 7, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    opacity: 1;
  }

  /* line 9, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    opacity: 0;
  }

  /* line 11, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes bounce {
  /* line 17, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 23, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  /* line 27, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 29, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  /* line 17, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: translateY(0);
  }

  /* line 19, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: translateY(0);
  }

  /* line 21, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 23, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: translateY(0);
  }

  /* line 25, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: translateY(-15px);
  }

  /* line 27, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: translateY(0);
  }

  /* line 29, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes shake {
  /* line 35, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 37, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 45, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 47, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 49, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shake {
  /* line 35, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: translateX(0);
  }

  /* line 37, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    transform: translateX(-10px);
  }

  /* line 39, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: translateX(10px);
  }

  /* line 41, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    transform: translateX(-10px);
  }

  /* line 43, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: translateX(10px);
  }

  /* line 45, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: translateX(-10px);
  }

  /* line 47, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: translateX(10px);
  }

  /* line 49, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    transform: translateX(-10px);
  }

  /* line 51, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: translateX(10px);
  }

  /* line 53, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    transform: translateX(-10px);
  }

  /* line 55, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes tada {
  /* line 61, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 63, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: scale(1, 1);
  }

  /* line 63, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  10% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 65, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 67, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 69, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 71, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 73, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 75, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  70% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 77, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 79, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 81, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: scale(1) rotate(0);
  }
}

@-moz-keyframes swing {
  /* line 87, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 91, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 93, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 95, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 97, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

  /* line 89, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  20% {
    transform: rotate(15deg);
  }

  /* line 91, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  40% {
    transform: rotate(-10deg);
  }

  /* line 93, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: rotate(5deg);
  }

  /* line 95, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  80% {
    transform: rotate(-5deg);
  }

  /* line 97, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes wobble {
  /* line 103, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 105, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  /* line 103, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: translateX(0%);
  }

  /* line 105, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 107, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  30% {
    transform: translateX(20%) rotate(3deg);
  }

  /* line 109, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 111, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  60% {
    transform: translateX(10%) rotate(2deg);
  }

  /* line 113, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 115, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: translateX(0%);
  }
}

@-moz-keyframes pulse {
  /* line 121, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  /* line 123, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  0% {
    transform: scale(1, 1);
  }

  /* line 123, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  50% {
    transform: scale(1.1, 1.1);
  }

  /* line 125, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/animation-0.1.alpha.3/stylesheets/animation/animate/_attention-seekers.scss */
  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes hinge {
  /* line 3, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/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 80, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.pagination .pagination-more, .pagination .pagination-button, .button, .page-error .search form input[type='submit'],
.page-error .search form button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.75em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #686b70;
  border: 1px solid #bebfc0;
  border-radius: 0;
  cursor: pointer;
}
/* line 96, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.pagination .pagination-more:hover, .pagination .pagination-button:hover, .button:hover, .page-error .search form input[type='submit']:hover,
.page-error .search form button:hover, .pagination .button-blue.pagination-more, .pagination .button-blue.pagination-button, .button-blue.button, .page-error .search form input.button-blue[type='submit'],
.page-error .search form button.button-blue {
  color: white;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
/* line 102, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.pagination .pagination-more:hover:hover, .pagination .pagination-button:hover:hover, .button:hover:hover, .page-error .search form input[type='submit']:hover:hover,
.page-error .search form button:hover:hover, .pagination .button-blue.pagination-more:hover, .pagination .button-blue.pagination-button:hover, .button-blue.button:hover, .page-error .search form input.button-blue[type='submit']:hover,
.page-error .search form button.button-blue:hover {
  background-color: #bebfc0;
  border-color: #bebfc0;
}

/* line 106, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.creatavist, .about-creatavist .about-creatavist-post-title em,
.about-creatavist .about-creatavist-post-created-with em {
  font-style: normal;
  font-size: 13px;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 17, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/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, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 10, /atavist-theme/source/assets/stylesheets/_reset.sass */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: Georgia, serif;
  color: #505050;
  text-rendering: optimizeLegibility;
}
@media (max-width: 619px) {
  /* line 10, /atavist-theme/source/assets/stylesheets/_reset.sass */
  body {
    font-size: 0.85em;
  }
}

/* line 20, /atavist-theme/source/assets/stylesheets/_reset.sass */
a {
  text-decoration: none;
  color: #4a90e2;
}

/* line 24, /atavist-theme/source/assets/stylesheets/_reset.sass */
p {
  margin: 1em 0;
}

/* line 27, /atavist-theme/source/assets/stylesheets/_reset.sass */
ul, ol {
  margin: 1em;
}

/* line 30, /atavist-theme/source/assets/stylesheets/_reset.sass */
ul {
  list-style: disc;
}

/* line 33, /atavist-theme/source/assets/stylesheets/_reset.sass */
ol {
  list-style: decimal;
}

/* line 37, /atavist-theme/source/assets/stylesheets/_reset.sass */
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

/* line 40, /atavist-theme/source/assets/stylesheets/_reset.sass */
h1, h2, h3, h4, h5 {
  margin: 1em 0;
  font-weight: 700;
}

/* line 44, /atavist-theme/source/assets/stylesheets/_reset.sass */
img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* line 50, /atavist-theme/source/assets/stylesheets/_reset.sass */
strong, b {
  font-weight: 700;
}

/* line 53, /atavist-theme/source/assets/stylesheets/_reset.sass */
em, i {
  font-style: italic;
}

/* line 56, /atavist-theme/source/assets/stylesheets/_reset.sass */
hr {
  height: 1px;
  background: #bebfc0;
  border: 0;
}

/* line 61, /atavist-theme/source/assets/stylesheets/_reset.sass */
.screen-reader-text {
  display: none;
}

/* line 4, /atavist-theme/source/assets/stylesheets/_forms.sass */
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  color: #b0b1b3;
  background: transparent;
  border: 1px solid #b0b1b3;
  border-radius: 5px;
}
/* line 20, /atavist-theme/source/assets/stylesheets/_forms.sass */
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  outline: 0;
  border-color: #4a90e2;
}
/* line 24, /atavist-theme/source/assets/stylesheets/_forms.sass */
input[type='text'].error,
input[type='email'].error,
input[type='search'].error,
input[type='password'].error,
textarea.error {
  border-color: #ff0012;
}

/* line 27, /atavist-theme/source/assets/stylesheets/_forms.sass */
.error-text {
  display: block;
  margin-bottom: 5px;
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
  color: #ff0012;
}

/* line 36, /atavist-theme/source/assets/stylesheets/_forms.sass */
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
  padding: 0 15px;
  height: 50px;
  line-height: 1em;
}

/* line 44, /atavist-theme/source/assets/stylesheets/_forms.sass */
textarea {
  padding: 10px 15px;
  line-height: 1.3em;
}

/* line 49, /atavist-theme/source/assets/stylesheets/_forms.sass */
.form-dark input[type='text'],
.form-dark input[type='email'],
.form-dark input[type='search'],
.form-dark input[type='password'],
.form-dark textarea {
  color: #b0b1b3;
}

/* line 60, /atavist-theme/source/assets/stylesheets/_forms.sass */
.site-header .searchform {
  margin-left: 12px;
}
/* line 63, /atavist-theme/source/assets/stylesheets/_forms.sass */
.site-header .searchform input[type='text'] {
  background-repeat: no-repeat;
  background-image: url('icon-search.png?1426091107');
  background-size: 16px 16px;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  padding: 0 0 5px 25px;
  width: 84px;
  height: 36px;
  font-size: 0.75em;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #b0b1b3;
  background-repeat: no-repeat;
  background-position: 0 32%;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 63, /atavist-theme/source/assets/stylesheets/_forms.sass */
  .site-header .searchform input[type='text'] {
    background-size: 16px auto;
    background-image: url('icon-search@2x.png?1426091107');
  }
}
/* line 81, /atavist-theme/source/assets/stylesheets/_forms.sass */
.site-header .searchform input[type='text']:focus {
  width: 200px;
  letter-spacing: normal;
  color: #505050;
  border-bottom-color: #f6f6f6;
}
@media (max-width: 619px) {
  /* line 81, /atavist-theme/source/assets/stylesheets/_forms.sass */
  .site-header .searchform input[type='text']:focus {
    width: 100%;
  }
}
/* line 90, /atavist-theme/source/assets/stylesheets/_forms.sass */
.site-header .searchform input[type='submit'] {
  display: none;
}

/* line 98, /atavist-theme/source/assets/stylesheets/_forms.sass */
.auth-form input {
  margin-bottom: 15px;
  background-color: white;
  border-radius: 3px;
}

/* line 4, /atavist-theme/source/assets/stylesheets/_grid.sass */
.container {
  *zoom: 1;
  max-width: 1018px;
  _width: 1018px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-origin: content;
  -moz-background-origin: content;
  -ms-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  position: relative;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 619px) {
  /* line 12, /atavist-theme/source/assets/stylesheets/_grid.sass */
  .container {
    max-width: 502px;
  }
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 12, /atavist-theme/source/assets/stylesheets/_grid.sass */
  .container {
    max-width: 674px;
  }
}
@media (min-width: 1080px) {
  /* line 12, /atavist-theme/source/assets/stylesheets/_grid.sass */
  .container {
    max-width: 1018px;
  }
}
/* line 4, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  padding: 27px 0;
  height: 30px;
  overflow: hidden;
  background: white;
}
/* line 11, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header .site-header-logo {
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 619px) {
  /* line 11, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header .site-header-logo {
    float: none;
    width: auto;
    margin-right: auto;
  }
}
/* line 19, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header .site-header-logo a {
  display: block;
  width: 270px;
  height: 30px;
  font: 0/0 x;
  color: transparent;
  background: url('tam-logo.svg?1456243618') no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 619px) {
  /* line 19, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header .site-header-logo a {
    width: 200px;
    height: 30px;
  }
}
/* line 32, /atavist-theme/source/assets/stylesheets/_layout.sass */
.no-svg .site-header .site-header-logo a {
  background-image: url('tam-logo.png?1456243618');
}
/* line 35, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header #header-sidebar-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 7px;
  height: 30px;
  padding: 0 15px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #bebfc0;
  border: 1px solid #bebfc0;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 35, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header #header-sidebar-toggle {
    display: block;
  }
}
@media (max-width: 619px) {
  /* line 35, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header #header-sidebar-toggle {
    display: block;
  }
}
/* line 59, /atavist-theme/source/assets/stylesheets/_layout.sass */
.navigation-open .site-header #header-sidebar-toggle {
  background-color: #bebfc0;
  color: white;
}
/* line 63, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header .site-header-right {
  width: 74.65619%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  text-align: right;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 63, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header .site-header-right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 619px) {
  /* line 63, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header .site-header-right {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
}
/* line 77, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header .site-header-right section {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  border-left: 1px solid #e5e5e5;
}
/* line 83, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header .site-header-right section:first-child {
  border-left-width: 0;
}
/* line 86, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-header .site-header-right section:last-child {
  padding-right: 0;
}
@media (max-width: 619px) {
  /* line 77, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header .site-header-right section {
    width: 48.60558%;
    float: left;
    margin-right: 2.78884%;
    padding: 0;
    height: auto;
    border: none;
    text-align: left;
  }
  /* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .site-header .site-header-right section:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 97, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-header .site-header-right section:last-child {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 20px;
  }
}

/* line 105, /atavist-theme/source/assets/stylesheets/_layout.sass */
.subnav {
  *zoom: 1;
  background-color: #f6f6f6;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.subnav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 109, /atavist-theme/source/assets/stylesheets/_layout.sass */
.subnav ul {
  margin: 0;
  list-style: none;
}
/* line 113, /atavist-theme/source/assets/stylesheets/_layout.sass */
.subnav ul li {
  display: inline-block;
}

/* line 120, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer {
  padding: 60px 0 80px;
  background-color: #4a4a4a;
  font-family: "Atlas Grotesk Web", sans-serif;
}
/* line 126, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .entry-content {
  margin-bottom: 0.5em;
}
/* line 130, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .widget_twitter li {
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 1.3em;
}
/* line 135, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .widget_twitter span {
  display: block;
  margin-bottom: 1em;
}
/* line 139, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .widget_twitter .entry-meta {
  font-style: italic;
}
/* line 142, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .widget_twitter a {
  color: white;
}
/* line 145, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .mc_signup_submit {
  text-align: left;
}
/* line 148, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .mc_header {
  font-size: 0.9em;
}
/* line 151, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .mc_required,
.site-footer #mc-indicates-required {
  display: none;
}
/* line 155, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  color: #b0b1b3;
}
/* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
.site-footer .site-footer-column:nth-child(4n) {
  float: right;
  margin-right: 0;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 155, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-footer .site-footer-column {
    width: 48.96142%;
    float: left;
    margin-right: 2.07715%;
    margin-bottom: 28px;
  }
  /* line 251, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .site-footer .site-footer-column:nth-child(4n) {
    float: left;
    margin-right: 2.07715%;
  }
  /* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .site-footer .site-footer-column:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 619px) {
  /* line 155, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-footer .site-footer-column {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 28px;
  }
  /* line 251, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .site-footer .site-footer-column:nth-child(4n) {
    float: left;
    margin-right: 2.78884%;
  }
}
/* line 174, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column ul {
  margin: 0;
  list-style: none;
}
/* line 178, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column article {
  margin-bottom: 40px;
  font-size: 0.875em;
  line-height: 1.4em;
}
/* line 183, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column article a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #505050;
}
/* line 188, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column article a:hover {
  border-bottom-color: #b0b1b3;
}
/* line 191, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column .site-footer-column-title {
  margin: 0 0 50px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: white;
}
/* line 202, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column .site-footer-column-title a {
  color: white;
}
@media (max-width: 619px) {
  /* line 191, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-footer .site-footer-column .site-footer-column-title {
    margin-bottom: 10px;
  }
}
/* line 209, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column.site-footer-column-navigation ul ul {
  margin: 0.5em 1em;
}
/* line 212, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column.site-footer-column-navigation ul a {
  display: inline-block;
  padding: 3px 0;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  text-decoration: none;
  color: #b0b1b3;
}
/* line 222, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column.site-footer-column-navigation ul a:hover {
  text-decoration: none;
  color: white;
}
/* line 226, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column.site-footer-column-mailing-list .button, .site-footer .site-footer-column.site-footer-column-mailing-list .page-error .search form input[type='submit'], .page-error .search form .site-footer .site-footer-column.site-footer-column-mailing-list input[type='submit'],
.site-footer .site-footer-column.site-footer-column-mailing-list .page-error .search form button,
.page-error .search form .site-footer .site-footer-column.site-footer-column-mailing-list button {
  margin-top: 15px;
  margin-left: 0;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #4a4a4a;
}
/* line 233, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-column.site-footer-column-mailing-list .button:hover, .site-footer .site-footer-column.site-footer-column-mailing-list .page-error .search form input[type='submit']:hover, .page-error .search form .site-footer .site-footer-column.site-footer-column-mailing-list input[type='submit']:hover,
.site-footer .site-footer-column.site-footer-column-mailing-list .page-error .search form button:hover,
.page-error .search form .site-footer .site-footer-column.site-footer-column-mailing-list button:hover, .site-footer .site-footer-column.site-footer-column-mailing-list .button:focus, .site-footer .site-footer-column.site-footer-column-mailing-list .page-error .search form input[type='submit']:focus, .page-error .search form .site-footer .site-footer-column.site-footer-column-mailing-list input[type='submit']:focus,
.site-footer .site-footer-column.site-footer-column-mailing-list .page-error .search form button:focus,
.page-error .search form .site-footer .site-footer-column.site-footer-column-mailing-list button:focus {
  background-color: white;
  border-color: white;
}
/* line 238, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-copyright {
  padding-top: 24px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  color: #686b70;
}
/* line 247, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-social-nav {
  margin-top: 0;
}
/* line 250, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-social-nav a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  opacity: 0.3;
  font: 0/0 x;
  color: transparent;
  background-size: 100% 100%;
  vertical-align: top;
}
/* line 261, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-social-nav a:hover {
  opacity: 1;
}
/* line 264, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-social-nav a.site-footer-social-nav-tumblr {
  background-repeat: no-repeat;
  background-image: url('social-icons/icon-tumblr.png?1426091107');
  background-size: 32px 32px;
  background-position: center center;
  width: 32px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 264, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-footer .site-footer-social-nav a.site-footer-social-nav-tumblr {
    background-size: 32px auto;
    background-image: url('social-icons/icon-tumblr@2x.png?1426091107');
  }
}
/* line 267, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-social-nav a.site-footer-social-nav-facebook {
  background-repeat: no-repeat;
  background-image: url('social-icons/icon-facebook.png?1426091107');
  background-size: 33px 33px;
  background-position: center center;
  width: 33px;
  height: 33px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 267, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-footer .site-footer-social-nav a.site-footer-social-nav-facebook {
    background-size: 33px auto;
    background-image: url('social-icons/icon-facebook@2x.png?1426091107');
  }
}
/* line 270, /atavist-theme/source/assets/stylesheets/_layout.sass */
.site-footer .site-footer-social-nav a.site-footer-social-nav-twitter {
  background-repeat: no-repeat;
  background-image: url('social-icons/icon-twitter.png?1426091107');
  background-size: 34px 34px;
  background-position: center center;
  width: 34px;
  height: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 270, /atavist-theme/source/assets/stylesheets/_layout.sass */
  .site-footer .site-footer-social-nav a.site-footer-social-nav-twitter {
    background-size: 34px auto;
    background-image: url('social-icons/icon-twitter@2x.png?1426091107');
  }
}

@media screen and (min-width: 320px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 320px;
  }
}
@media screen and (min-width: 620px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 620px;
  }
}
@media screen and (min-width: 780px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 780px;
  }
}
@media screen and (min-width: 960px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 960px;
  }
}
@media screen and (min-width: 1080px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 1080px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 1280px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 279, /atavist-theme/source/assets/stylesheets/_layout.sass */
  #breakpoint-detector {
    width: 1600px;
  }
}
/* line 4, /atavist-theme/source/assets/stylesheets/_navigation.sass */
#menu-header-navigation,
#menu-header-actions {
  margin: 0;
  list-style: none;
}
/* line 9, /atavist-theme/source/assets/stylesheets/_navigation.sass */
#menu-header-navigation .menu-item,
#menu-header-actions .menu-item {
  display: inline;
}
@media (max-width: 619px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/_navigation.sass */
  #menu-header-navigation .menu-item,
  #menu-header-actions .menu-item {
    display: block;
  }
}
/* line 15, /atavist-theme/source/assets/stylesheets/_navigation.sass */
#menu-header-navigation .menu-item a,
#menu-header-actions .menu-item a {
  display: inline-block;
  padding: 0 12px;
  font-size: 0.75em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #686b70;
}
/* line 28, /atavist-theme/source/assets/stylesheets/_navigation.sass */
#menu-header-navigation .menu-item a:hover,
#menu-header-actions .menu-item a:hover {
  color: #4a90e2;
}
/* line 31, /atavist-theme/source/assets/stylesheets/_navigation.sass */
#menu-header-navigation .menu-item.current_page_item a,
#menu-header-actions .menu-item.current_page_item a {
  color: #2b2c2e;
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_404.sass */
.page-error {
  *zoom: 1;
  max-width: 500px;
  margin: 100px auto 120px;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.page-error:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, /atavist-theme/source/assets/stylesheets/pages/_404.sass */
.page-error .page-title {
  margin: 0 0 5px;
  font-size: 2em;
  font-family: "Atlas Grotesk Web", sans-serif;
}
/* line 15, /atavist-theme/source/assets/stylesheets/pages/_404.sass */
.page-error .search > p {
  line-height: 1.4em;
}
/* line 19, /atavist-theme/source/assets/stylesheets/pages/_404.sass */
.page-error .search form input[type='text'],
.page-error .search form input[type='search'] {
  width: 66.20825%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
/* line 23, /atavist-theme/source/assets/stylesheets/pages/_404.sass */
.page-error .search form input[type='submit'],
.page-error .search form button {
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  text-align: center;
}

/* line 5, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-hero {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 619px) {
  /* line 5, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-hero {
    min-height: 150px;
  }
}
/* line 14, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-intro {
  padding: 50px 0;
}
/* line 17, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-intro h1 {
  margin: 0;
  font-size: 2.125em;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.1em;
}
/* line 25, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-intro p {
  margin: 40px 0 0 0;
}
/* line 28, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section {
  *zoom: 1;
  padding: 45px 0;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-landing .about-team-section:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 619px) {
  /* line 28, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section {
    padding-top: 60px;
  }
}
/* line 35, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos {
  width: 49.31238%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
}
@media (max-width: 619px) {
  /* line 35, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 41, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos .about-team-section-photo {
  position: relative;
  float: left;
  width: 48%;
  height: 150px;
  margin-bottom: 3%;
  background: white;
  border: 1px solid #bebfc0;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 41, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo {
    height: 100px;
    width: 47%;
  }
}
@media (max-width: 619px) {
  /* line 41, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo {
    width: 16%;
    height: auto;
    margin-left: 3%;
  }
}
/* line 59, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos .about-team-section-photo:nth-child(even) {
  margin-left: 3%;
}
/* line 62, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos .about-team-section-photo.about-team-section-title {
  font-size: 1em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 700;
  line-height: 150px;
  letter-spacing: 0.053em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 62, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo.about-team-section-title {
    line-height: 100px;
  }
}
@media (max-width: 619px) {
  /* line 62, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo.about-team-section-title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: none;
    width: 100%;
  }
}
/* line 87, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos .about-team-section-photo img {
  display: block;
  width: 100%;
  height: 150px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 87, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo img {
    height: 100px;
  }
}
@media (max-width: 619px) {
  /* line 87, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo img {
    height: auto;
  }
}
/* line 98, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos .about-team-section-photo .about-team-section-photo-name {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(65%, rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 270px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-family: "Atlas Grotesk Web", sans-serif;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 98, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo .about-team-section-photo-name {
    line-height: 170px;
    font-size: 10px;
  }
}
@media (max-width: 619px) {
  /* line 98, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo .about-team-section-photo-name {
    font: 0/0 x;
    color: transparent;
  }
}
/* line 124, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-photos .about-team-section-photo:hover .about-team-section-photo-name, .about-landing .about-team-section-photos .about-team-section-photo:focus .about-team-section-photo-name, .about-landing .about-team-section-photos .about-team-section-photo.active .about-team-section-photo-name {
  line-height: 150px;
  color: #505050;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 124, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-photos .about-team-section-photo:hover .about-team-section-photo-name, .about-landing .about-team-section-photos .about-team-section-photo:focus .about-team-section-photo-name, .about-landing .about-team-section-photos .about-team-section-photo.active .about-team-section-photo-name {
    line-height: 100px;
  }
}
/* line 132, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bios {
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
@media (max-width: 619px) {
  /* line 132, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-bios {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 138, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio {
  position: relative;
  display: none;
  padding: 30px;
  border: 1px solid #bebfc0;
}
/* line 144, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio.active {
  display: block;
}
/* line 147, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio.about-team-section-bio-intro {
  padding: 100px 80px;
  font-style: italic;
  line-height: 1.625em;
  text-align: center;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 147, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-bio.about-team-section-bio-intro {
    padding: 60px 48px;
  }
}
@media (max-width: 619px) {
  /* line 147, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-bio.about-team-section-bio-intro {
    padding: 40px 32px;
  }
}
/* line 159, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-header {
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-landing .about-team-section-bio-header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 163, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-header h1,
.about-landing .about-team-section-bio-header h2 {
  margin: 2em 0 0 0;
  text-transform: uppercase;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.08em;
}
/* line 172, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-header h2 {
  margin: 5px 0 0;
  font-weight: 400;
  color: #b0b1b3;
}
@media (max-width: 619px) {
  /* line 172, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-bio-header h2 {
    margin-right: 29px;
  }
}
/* line 180, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-header .about-team-section-bio-email,
.about-landing .about-team-section-bio-header .about-team-section-bio-twitter {
  position: absolute;
  top: 25px;
  right: 25px;
  font: 0/0 x;
  color: transparent;
}
/* line 188, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-header .about-team-section-bio-email {
  background-repeat: no-repeat;
  background-image: url('email-icon.png?1426091107');
  background-size: 29px 20px;
  background-position: center center;
  width: 29px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 188, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-bio-header .about-team-section-bio-email {
    background-size: 29px auto;
    background-image: url('email-icon@2x.png?1426091107');
  }
}
/* line 191, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-header .about-team-section-bio-twitter {
  background-repeat: no-repeat;
  background-image: url('twitter-icon.png?1426091107');
  background-size: 29px 20px;
  background-position: center center;
  width: 29px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 191, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section-bio-header .about-team-section-bio-twitter {
    background-size: 29px auto;
    background-image: url('twitter-icon@2x.png?1426091107');
  }
}
/* line 194, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section-bio-content p {
  line-height: 1.625em;
}
/* line 197, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section:nth-child(even) {
  background-color: #f6f6f6;
}
/* line 200, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section:nth-child(even) .about-team-section-photos {
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
@media (max-width: 619px) {
  /* line 200, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section:nth-child(even) .about-team-section-photos {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 206, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
.about-landing .about-team-section:nth-child(even) .about-team-section-bios {
  width: 49.31238%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
}
@media (max-width: 619px) {
  /* line 206, /atavist-theme/source/assets/stylesheets/pages/about/_landing.sass */
  .about-landing .about-team-section:nth-child(even) .about-team-section-bios {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
#about-sidebar-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 7px;
  height: 30px;
  padding: 0 15px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 30px;
  color: #bebfc0;
  border: 1px solid #bebfc0;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  #about-sidebar-toggle {
    display: block;
  }
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  #about-sidebar-toggle {
    display: block;
  }
}
/* line 26, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav-open #about-sidebar-toggle {
  background-color: #bebfc0;
  color: white;
}

/* line 30, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav {
  *zoom: 1;
  height: 70px;
  background-color: #f6f6f6;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-subnav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 37, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-title {
  width: 32.4165%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  margin: 0;
}
/* line 41, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-title a {
  color: #575b60;
}
/* line 44, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-items {
  width: 66.20825%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  text-align: right;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 44, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  .about-subnav .about-subnav-items {
    width: 100%;
    float: right;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 619px) {
  /* line 44, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  .about-subnav .about-subnav-items {
    width: 100%;
    float: right;
    margin-right: 0;
    padding-bottom: 30px;
    text-align: left;
  }
}
/* line 57, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-items ul {
  margin: 0;
  list-style: none;
}
/* line 61, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-items ul li {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 619px) {
  /* line 61, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  .about-subnav .about-subnav-items ul li {
    display: block;
    margin-left: 0;
  }
}
/* line 69, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-items ul li a,
.about-subnav .about-subnav-title {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  height: 70px;
  font-size: 0.8em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 70px;
  text-decoration: none;
  color: #575b60;
}
@media (max-width: 619px) {
  /* line 82, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  .about-subnav .about-subnav-items ul li a {
    display: block;
    height: 2em;
    padding: 0 10px;
    line-height: 2em;
    border-radius: 5px;
  }
}
/* line 90, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-items ul li a:hover {
  text-decoration: none;
  color: #4a90e2;
}
/* line 95, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
.about-subnav .about-subnav-items .current_page_item a,
.about-subnav .about-subnav-items .current_page_item a:hover {
  text-decoration: none;
  color: #b0b1b3;
}
@media (max-width: 619px) {
  /* line 95, /atavist-theme/source/assets/stylesheets/pages/about/_subnav.sass */
  .about-subnav .about-subnav-items .current_page_item a,
  .about-subnav .about-subnav-items .current_page_item a:hover {
    color: white;
    background-color: #575b60;
  }
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.authentication {
  padding: 80px 0;
  background-color: #f6f6f6;
}

/* line 8, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-container {
  width: 320px;
  margin: 0 auto;
}

/* line 12, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-header {
  margin-bottom: 35px;
  text-align: center;
}
/* line 16, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-header .auth-title {
  margin: 0;
  font-size: 2.125em;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.1em;
}

/* line 24, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-actions {
  text-align: center;
}
/* line 27, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-actions .button, .auth-form-actions .page-error .search form input[type='submit'], .page-error .search form .auth-form-actions input[type='submit'],
.auth-form-actions .page-error .search form button,
.page-error .search form .auth-form-actions button {
  padding: 15px 50px;
  margin-bottom: 20px;
}
/* line 31, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-actions p {
  margin: 0 0 10px;
  font-style: italic;
  font-size: 0.875em;
  line-height: 1.1em;
  color: #b0b1b3;
}
/* line 39, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-actions p.auth-form-actions-login:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px auto 20px;
  background: #bebfc0;
}
/* line 47, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-actions p.auth-form-actions-terms {
  line-height: 1.4em;
}

/* line 51, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-forgot .auth-header {
  margin-bottom: 40px;
}
/* line 54, /atavist-theme/source/assets/stylesheets/pages/_auth.sass */
.auth-form-forgot .auth-form-inputs {
  margin-bottom: 20px;
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 30px;
  padding: 20px 0;
  overflow: hidden;
}
/* line 10, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue #filter-bar-toggle {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: none;
  height: 30px;
  font-size: 14px;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #505050;
}
/* line 22, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue #filter-bar-toggle:after {
  content: "\2193";
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  /* line 10, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue #filter-bar-toggle {
    display: block;
  }
  /* line 32, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .filter-bar-open .subnav-catalogue #filter-bar-toggle:after {
    content: "\2191";
  }
}
/* line 35, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu {
  float: left;
}
@media screen and (max-width: 1023px) {
  /* line 35, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 619px) {
  /* line 43, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu:before {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8125em;
    font-family: "Atlas Grotesk Web", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06;
    text-transform: uppercase;
    color: #b0b1b3;
  }
}
@media (max-width: 619px) and (min-width: 620px) and (max-width: 1079px) {
  /* line 35, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu {
    text-align: center;
  }
}
/* line 58, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-types {
  width: 65%;
}
@media screen and (max-width: 1023px) {
  /* line 58, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-types {
    margin-top: 30px;
  }
}
@media (max-width: 619px) {
  /* line 65, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-types:before {
    content: "By Type";
  }
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 58, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-types {
    width: 100%;
    text-align: center;
  }
}
/* line 72, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-categories {
  width: 35%;
  float: right;
  text-align: right;
}
@media (max-width: 619px) {
  /* line 72, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-categories {
    width: 65%;
    float: none;
    text-align: left;
  }
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 72, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu.subnav-catalogue-menu-categories {
    width: 100%;
    text-align: center;
  }
}
/* line 86, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu-item {
  display: inline-block;
  margin: 0 2px;
}
@media (max-width: 619px) {
  /* line 86, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu-item {
    display: block;
  }
}
/* line 93, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu-item a {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  font-size: 0.9375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  color: #505050;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.subnav-catalogue .subnav-catalogue-menu-item a:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 16px;
  height: 28px;
  margin-right: 6px;
  background-size: 150.75px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .subnav-catalogue .subnav-catalogue-menu-item a:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.subnav-catalogue .subnav-catalogue-menu-item a.type-icon-story:before {
  background-position: 3px 50%;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.subnav-catalogue .subnav-catalogue-menu-item a.type-icon-collaborations:before {
  background-position: -45px 50%;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.subnav-catalogue .subnav-catalogue-menu-item a.type-icon-book:before {
  background-position: -90px 50%;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.subnav-catalogue .subnav-catalogue-menu-item a.type-icon-creatavist-features:before {
  background-position: -135px 50%;
}
@media (max-width: 619px) {
  /* line 93, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu-item a {
    display: block;
  }
}
/* line 111, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu-item a:hover {
  border-color: #cccccc;
}
/* line 114, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu-item.subnav-catalogue-category a:before {
  background-repeat: no-repeat;
  background-image: url('category-sprite.png?1426091107');
  background-size: 16px 16px;
  background-position: 0 50%;
  background-size: auto auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 114, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu-item.subnav-catalogue-category a:before {
    background-size: 16px auto;
    background-image: url('category-sprite@2x.png?1426091107');
  }
}
/* line 119, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu-item.active a {
  color: white;
  background-color: #505050;
  border-color: #505050;
}
/* line 124, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.subnav-catalogue .subnav-catalogue-menu-item.active a:before {
  background-repeat: no-repeat;
  background-image: url('active-subnav-check.png?1426091107');
  background-size: 13px 9px;
  background-position: 0 50%;
  background-size: auto auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 124, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .subnav-catalogue .subnav-catalogue-menu-item.active a:before {
    background-size: 13px auto;
    background-image: url('active-subnav-check@2x.png?1426091107');
  }
}

/* line 133, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-stage {
  *zoom: 1;
  min-height: 400px;
  padding-bottom: 40px;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.catalogue-stage:after {
  content: "";
  display: table;
  clear: both;
}

/* line 138, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-pool {
  display: none;
}

/* line 141, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item {
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  padding: 40px 0 0;
  min-height: 400px;
}
/* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
.catalogue-item:nth-child(4n) {
  float: right;
  margin-right: 0;
}
/* line 147, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item:last-child {
  margin-bottom: 40px;
}
@media (max-width: 619px) {
  /* line 141, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .catalogue-item {
    width: 48.60558%;
    float: left;
    margin-right: 2.78884%;
    min-height: 260px;
  }
  /* line 251, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .catalogue-item:nth-child(4n) {
    float: left;
    margin-right: 2.78884%;
  }
  /* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .catalogue-item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
/* line 156, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item:hover figure img {
  opacity: 0.75;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
/* line 160, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item a {
  text-decoration: none;
  color: #505050;
}
/* line 164, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item a:hover {
  color: #4a90e2;
}
/* line 167, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item figure img {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  max-height: 308px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 167, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .catalogue-item figure img {
    max-height: 207px;
  }
}
/* line 174, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item .catalogue-item-title {
  margin: 20px 0 0 0;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 1.285em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.catalogue-item .catalogue-item-title:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 24px;
  height: 30px;
  margin-right: 6px;
  background-size: 201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .catalogue-item .catalogue-item-title:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.catalogue-item .catalogue-item-title.type-icon-story:before {
  background-position: 3px 0;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.catalogue-item .catalogue-item-title.type-icon-collaborations:before {
  background-position: -60px 0;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.catalogue-item .catalogue-item-title.type-icon-book:before {
  background-position: -120px 0;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.catalogue-item .catalogue-item-title.type-icon-creatavist-features:before {
  background-position: -180px 0;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 174, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .catalogue-item .catalogue-item-title {
    font-size: 0.75em;
  }
}
@media (max-width: 619px) {
  /* line 174, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
  .catalogue-item .catalogue-item-title {
    font-size: 0.65em;
  }
}
/* line 191, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.catalogue-item .catalogue-item-author {
  margin-top: 5px;
  padding-left: 0;
  font-size: 0.875em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  color: #b0b1b3;
}

/* line 204, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.spinner {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 4096;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('loading.gif?1426091107');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 216, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.pagination {
  margin: 0 0 40px 0;
  text-align: center;
}

/* line 232, /atavist-theme/source/assets/stylesheets/pages/_catalogue.sass */
.media-archive article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eff0f0;
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-container {
  width: 470px;
  margin: 60px auto;
}
@media (max-width: 619px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .page-container {
    width: 95%;
  }
}
/* line 11, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-container p {
  line-height: 1.5em;
}
/* line 14, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-container.media-page {
  width: 800px;
}
/* line 17, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-container .button, .page-container .page-error .search form input[type='submit'], .page-error .search form .page-container input[type='submit'],
.page-container .page-error .search form button,
.page-error .search form .page-container button {
  width: auto;
  display: block;
  width: 100%;
}
/* line 22, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-container .button .text, .page-container .page-error .search form input[type='submit'] .text, .page-error .search form .page-container input[type='submit'] .text,
.page-container .page-error .search form button .text,
.page-error .search form .page-container button .text {
  margin-right: 10px;
}
/* line 25, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-container .page-title {
  margin: 0;
  font-size: 2.125em;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

/* line 34, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-intro {
  font-size: 1.375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1.5em;
}
/* line 40, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-intro a {
  text-decoration: none;
  color: #505050;
  border-bottom: 2px solid #cccccc;
}

/* line 45, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.media-archive {
  float: left;
  width: 66.20825%;
}
/* line 49, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.media-archive .page-title {
  font-size: 1.5em;
}

/* line 55, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-hero {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  background-position: center;
}
@media (max-width: 619px) {
  /* line 55, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .generic-landing .generic-hero {
    min-height: 150px;
  }
}
/* line 65, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .page-title {
  font-size: 1.375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1.5em;
}
/* line 71, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .page-title h1 {
  margin: 0 0 0.4em 0;
  font-size: 2.125em;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 1em;
}
/* line 80, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles,
.generic-landing .page-content {
  float: left;
  width: 57.76031%;
  font-size: 1em;
  padding-right: 28px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 80, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .generic-landing .articles,
  .generic-landing .page-content {
    width: 56.37982%;
  }
}
@media (max-width: 619px) {
  /* line 80, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .generic-landing .articles,
  .generic-landing .page-content {
    float: none;
    width: 100%;
  }
}
/* line 95, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles .button, .generic-landing .articles .page-error .search form input[type='submit'], .page-error .search form .generic-landing .articles input[type='submit'],
.generic-landing .articles .page-error .search form button,
.page-error .search form .generic-landing .articles button,
.generic-landing .page-content .button,
.generic-landing .page-content .page-error .search form input[type='submit'],
.page-error .search form .generic-landing .page-content input[type='submit'],
.generic-landing .page-content .page-error .search form button,
.page-error .search form .generic-landing .page-content button {
  width: auto;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
/* line 101, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles .button .text, .generic-landing .articles .page-error .search form input[type='submit'] .text, .page-error .search form .generic-landing .articles input[type='submit'] .text,
.generic-landing .articles .page-error .search form button .text,
.page-error .search form .generic-landing .articles button .text,
.generic-landing .page-content .button .text,
.generic-landing .page-content .page-error .search form input[type='submit'] .text,
.page-error .search form .generic-landing .page-content input[type='submit'] .text,
.generic-landing .page-content .page-error .search form button .text,
.page-error .search form .generic-landing .page-content button .text {
  margin-right: 10px;
}
/* line 104, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles article,
.generic-landing .page-content article {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
/* line 108, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles article h2,
.generic-landing .page-content article h2 {
  margin: 0 0 0.8em 0;
  font-size: 1.4em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
/* line 115, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles article p,
.generic-landing .page-content article p {
  margin: 0 0 0.8em 0;
  line-height: 1.5em;
}
/* line 118, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .articles article h3,
.generic-landing .page-content article h3 {
  line-height: 1.5em;
}
/* line 121, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar {
  *zoom: 1;
  float: right;
  width: 28.88016%;
  margin-bottom: 25px;
  padding: 30px;
  background: #f6f6f6;
  font-family: "Atlas Grotesk Web", sans-serif;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.generic-landing .generic-sidebar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 121, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .generic-landing .generic-sidebar {
    font-size: 0.9em;
  }
}
@media (max-width: 619px) {
  /* line 121, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .generic-landing .generic-sidebar {
    display: none;
  }
}
/* line 137, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar .widget {
  margin-bottom: 2em;
}
/* line 139, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar .widget p {
  line-height: 1.4em;
  font-size: 0.85em;
}
/* line 142, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar .widget ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 0.9em;
}
/* line 148, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar .widget li {
  padding: 0;
  margin: 0 0 1.3em 0;
  line-height: 1.3em;
}
/* line 153, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar .widget a:hover {
  color: black;
}
/* line 155, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.generic-landing .generic-sidebar .widget h1 {
  *zoom: 1;
  position: relative;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.generic-landing .generic-sidebar .widget h1:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 155, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
  .generic-landing .generic-sidebar .widget h1 {
    padding-bottom: 15px;
  }
}

/* line 168, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-template-page-confirm-php .wp-post-image {
  display: inline;
}
/* line 170, /atavist-theme/source/assets/stylesheets/pages/_generic.sass */
.page-template-page-confirm-php h1 {
  margin: 0;
  font-size: 2.125em;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about {
  *zoom: 1;
  margin-bottom: 0;
  -webkit-transition-property: padding, height;
  -moz-transition-property: padding, height;
  -o-transition-property: padding, height;
  transition-property: padding, height;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.subscription-about:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 619px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about {
    text-align: center;
  }
}
/* line 18, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about #icons {
  text-align: center;
  margin: 0 0.4em;
  font-size: 60px;
}
/* line 23, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about #icons ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 27, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about #icons ul li {
  display: inline;
  list-style: none;
  padding-right: 0.8em;
  color: #89898b;
}
@media (max-width: 619px) {
  /* line 18, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about #icons {
    font-size: 30px;
  }
}
/* line 36, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about.about-atavist {
  background: #f6f6f6;
  padding-bottom: 40px;
}
/* line 41, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about.about-atavist .subscription-about-content.subscription-praise {
  text-align: center;
  padding-top: 40px;
  border-bottom: none;
}
@media (max-width: 619px) {
  /* line 46, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about p {
    text-align: left;
    padding: 0 14px;
    padding-top: 30px;
  }
}
/* line 52, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-header {
  *zoom: 1;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.subscription-about .subscription-about-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 619px) {
  /* line 52, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about .subscription-about-header {
    text-align: center;
  }
}
/* line 58, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-header h1 {
  padding: 35px 0;
  margin: 0;
  font-size: 2.125em;
  font-weight: 400;
  line-height: auto;
  text-align: center;
}
/* line 67, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-header h2 {
  margin: 0;
  padding: 35px 0;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
/* line 80, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-header aside {
  width: 40.86444%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  position: relative;
  font-style: italic;
  font-size: 1.375em;
  text-align: right;
  line-height: 70px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 80, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about .subscription-about-header aside {
    width: 36.20178%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 619px) {
  /* line 80, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about .subscription-about-header aside {
    width: 100%;
    float: right;
    margin-right: 0;
    text-align: center;
    line-height: 1em;
  }
}
/* line 97, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-header aside > a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-decoration: none;
  color: #b0b1b3;
  background-color: #f6f6f6;
}
/* line 109, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-header aside > a:hover {
  color: #4a90e2;
}
/* line 112, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content {
  *zoom: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  padding: 0 0 0;
  opacity: 1;
  text-align: left;
  font-size: 1.375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1.5em;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.subscription-about .subscription-about-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 124, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content p {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.7em;
  margin-bottom: 1em;
}
/* line 130, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content .more-button {
  margin-top: 44px;
}
/* line 133, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content .more-button.mobile {
  display: none;
}
@media (max-width: 619px) {
  /* line 133, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about .subscription-about-content .more-button.mobile {
    display: block;
    text-align: center;
  }
}
/* line 139, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content .more-button.non-mobile {
  display: block;
}
@media (max-width: 619px) {
  /* line 139, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscription-about .subscription-about-content .more-button.non-mobile {
    display: none;
  }
}
/* line 144, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content .button, .subscription-about .subscription-about-content .page-error .search form input[type='submit'], .page-error .search form .subscription-about .subscription-about-content input[type='submit'],
.subscription-about .subscription-about-content .page-error .search form button,
.page-error .search form .subscription-about .subscription-about-content button {
  font-size: 0.95em;
}
/* line 147, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-about .subscription-about-content .subscription-about-col {
  width: 31%;
  float: left;
  margin: 0 1%;
}

/* line 153, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card {
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  margin-bottom: 14px;
}
/* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
.popular-story.subscription-card:nth-child(3n) {
  float: right;
  margin-right: 0;
}
@media (max-width: 619px) {
  /* line 153, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .popular-story.subscription-card {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
/* line 162, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card .popular-story-title:before {
  display: none;
}
/* line 165, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card .popular-story-author {
  padding-left: 0;
  margin-bottom: 2em;
}
/* line 169, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card .popular-story-header {
  height: auto;
}
@media (max-width: 619px) {
  /* line 169, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .popular-story.subscription-card .popular-story-header {
    width: 100%;
  }
}
/* line 175, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card .popular-story-info {
  height: auto;
}
/* line 178, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card .popular-story-excerpt {
  max-height: none;
}
@media (max-width: 619px) {
  /* line 181, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .popular-story.subscription-card .popular-story-thumbnail {
    width: 100%;
    float: none;
  }
}
/* line 186, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card li {
  margin-bottom: 0.5em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-size: 14px;
}
/* line 194, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.popular-story.subscription-card a:hover button.button-blue.button-subscribe-v2 {
  color: #4a90e2;
  background-color: white;
  border-color: #4a90e2;
}

/* line 200, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscribe-container {
  max-width: 900px;
}
/* line 204, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscribe-container h1.most-read-title {
  text-align: center;
  width: 100%;
  font-size: 3em;
  margin-bottom: 0.2em;
}
/* line 210, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscribe-container h2.most-read-subtitle {
  text-align: center;
  width: 100%;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 2em;
}

/* line 219, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.subscription-button {
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  position: relative;
  text-align: center;
}
/* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
.subscription-button:nth-child(2n) {
  float: right;
  margin-right: 0;
}

/* line 226, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.most-read.white {
  background-color: white;
}

@media (max-width: 619px) {
  /* line 230, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
  .subscribe_v2 .most-read {
    padding-bottom: 0;
  }
}

/* line 235, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.button-subscribe-v2 {
  width: 100%;
  text-align: center;
}
/* line 239, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.button-subscribe-v2 span {
  display: block;
}
/* line 241, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.button-subscribe-v2 span.price {
  text-transform: none;
}

/* line 245, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
button.button-blue.button-subscribe-v2:hover {
  background-color: #57c6ff;
  border-color: #57c6ff;
}

/* line 251, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.education .popular-story.subscription-card {
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 50%;
  display: block;
}

/* line 258, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.gift-subscription {
  margin-bottom: 14px;
  float: right;
  vertical-align: middle;
  line-height: 22px;
  color: #505050;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-size: 14px;
}
/* line 267, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.gift-subscription i {
  margin-right: 5px;
  font-size: 22px;
  vertical-align: middle;
}
/* line 271, /atavist-theme/source/assets/stylesheets/pages/_subscription.sass */
.gift-subscription:hover {
  color: #4a90e2;
}

/* line 6, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition section {
  *zoom: 1;
  text-align: left;
  padding: 50px 0;
  margin: 0;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.value-proposition section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition h1, .value-proposition h2 {
  text-align: center;
  width: 100%;
  font-family: Georgia, serif;
}
/* line 18, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition h1 {
  margin-bottom: 0.2em;
  line-height: 1em;
  font-size: 3em;
  font-weight: 400;
}
/* line 25, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition h2 {
  margin-bottom: 0.2em;
  line-height: 1em;
  font-size: 2em;
  font-weight: 400;
}
/* line 32, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition .content {
  line-height: 1.5em;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.375em;
  font-family: "Atlas Grotesk Web", sans-serif;
}
/* line 40, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition .main {
  background: #f6f6f6;
}
/* line 46, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition .a-look-inside {
  background: #f6f6f6;
}
/* line 51, /atavist-theme/source/assets/stylesheets/pages/_value_proposition.sass */
.value-proposition .media .content {
  text-align: center;
  padding-top: 40px;
  border-bottom: none;
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar {
  display: none;
  *zoom: 1;
  height: 70px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #f6f6f6;
  -webkit-transition-property: padding, height;
  -moz-transition-property: padding, height;
  -o-transition-property: padding, height;
  transition-property: padding, height;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-bar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 619px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar {
    height: 100px;
    text-align: center;
  }
}
@media (max-width: 619px) {
  /* line 23, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar p {
    text-align: justify;
    padding: 0 14px;
  }
}
/* line 28, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar-open .about-bar {
  padding-top: 30px;
}
/* line 31, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header {
  *zoom: 1;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-bar .about-bar-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 619px) {
  /* line 31, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-header {
    font-size: 0.75em;
    text-align: center;
  }
}
/* line 38, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header h1 {
  width: 57.76031%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  margin: 0;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 70px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 38, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-header h1 {
    width: 61.72107%;
    float: left;
    margin-right: 2.07715%;
  }
}
@media (max-width: 619px) {
  /* line 38, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-header h1 {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 52, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header aside {
  width: 40.86444%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  position: relative;
  font-style: italic;
  font-size: 1.375em;
  text-align: right;
  line-height: 70px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 52, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-header aside {
    width: 36.20178%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 619px) {
  /* line 52, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-header aside {
    width: 100%;
    float: right;
    margin-right: 0;
    text-align: center;
    line-height: 1em;
  }
}
/* line 69, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header aside > a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-decoration: none;
  color: #b0b1b3;
  background-color: #f6f6f6;
}
/* line 81, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header aside > a:hover {
  color: #4a90e2;
}
/* line 84, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header #about-bar-toggle-open {
  z-index: 11;
  opacity: 1;
}
/* line 88, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar-open .about-bar .about-bar-header #about-bar-toggle-open {
  opacity: 0;
}
/* line 91, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header #about-bar-toggle-close {
  opacity: 0;
  z-index: 10;
}
/* line 95, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header #about-bar-toggle-close .x {
  -webkit-transform: scale(1.15, 1);
  -moz-transform: scale(1.15, 1);
  -ms-transform: scale(1.15, 1);
  -o-transform: scale(1.15, 1);
  transform: scale(1.15, 1);
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
  font-size: 1.125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  line-height: 0.875em;
}
/* line 106, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-header #about-bar-toggle-close .close_text {
  display: none;
}
@media (max-width: 619px) {
  /* line 106, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-header #about-bar-toggle-close .close_text {
    display: inline;
  }
}
/* line 112, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar-open .about-bar .about-bar-header #about-bar-toggle-close {
  opacity: 1;
  z-index: 1024;
}
/* line 116, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content {
  *zoom: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  padding: 15px 0 40px;
  opacity: 0;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-bar .about-bar-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 619px) {
  /* line 116, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content {
    opacity: 1;
  }
}
/* line 126, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar-open .about-bar .about-bar-content {
  opacity: 1;
}
/* line 129, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content p {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.7em;
}
/* line 134, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .more-button {
  margin-top: 44px;
}
/* line 137, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .more-button.mobile {
  display: none;
}
@media (max-width: 619px) {
  /* line 137, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .more-button.mobile {
    display: block;
    text-align: center;
  }
}
/* line 143, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .more-button.non-mobile {
  display: block;
}
@media (max-width: 619px) {
  /* line 143, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .more-button.non-mobile {
    display: none;
  }
}
/* line 148, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .button, .about-bar .about-bar-content .page-error .search form input[type='submit'], .page-error .search form .about-bar .about-bar-content input[type='submit'],
.about-bar .about-bar-content .page-error .search form button,
.page-error .search form .about-bar .about-bar-content button {
  font-size: 0.95em;
}
/* line 151, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .about-bar-content-about {
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 151, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-about {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
  }
}
@media (max-width: 619px) {
  /* line 151, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-about {
    width: 100%;
    float: right;
    margin-right: 0;
    padding-right: 0%;
    margin: 40px 0 10px 0;
  }
}
/* line 163, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .about-bar-content-creatavist {
  width: 49.31238%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
}
@media (max-width: 619px) {
  /* line 163, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 169, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types {
  margin-top: 56px;
  text-align: left;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 169, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types {
    margin-top: 40px;
  }
}
@media (max-width: 619px) {
  /* line 169, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types {
    font-size: 0.8em;
  }
}
/* line 179, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a {
  float: left;
  margin: 0 50px 0 5px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #505050;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background-size: 201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a.type-icon-story:before {
  background-position: 3px 50%;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a.type-icon-collaborations:before {
  background-position: -60px 50%;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a.type-icon-book:before {
  background-position: -120px 50%;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a.type-icon-creatavist-features:before {
  background-position: -180px 50%;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 179, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a {
    display: block;
    float: none;
    font-size: 0.75em;
  }
}
@media (max-width: 619px) {
  /* line 179, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a {
    display: block;
    float: none;
    width: 50%;
    margin: 10px auto;
  }
}
/* line 203, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a:last-child {
  margin-right: 0;
}
@media (max-width: 619px) {
  /* line 203, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a:last-child {
    margin-right: auto;
  }
}
/* line 209, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-bar .about-bar-content .about-bar-content-creatavist .about-bar-content-creatavist-types a:hover {
  text-decoration: none;
  color: #4a90e2;
}

/* line 217, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.featured-posts {
  padding-bottom: 30px;
}

/* line 224, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.most-read {
  *zoom: 1;
  padding: 50px 0;
  background: #f6f6f6;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.most-read:after {
  content: "";
  display: table;
  clear: both;
}
/* line 229, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.most-read .most-read-header {
  *zoom: 1;
  margin-bottom: 15px;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.most-read .most-read-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 619px) {
  /* line 229, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .most-read .most-read-header {
    font-size: 0.75em;
  }
}
/* line 236, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.most-read .most-read-title {
  width: 40.86444%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  margin: 0;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1em;
}
@media (max-width: 619px) {
  /* line 236, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .most-read .most-read-title {
    width: 65.73705%;
    float: left;
    margin-right: 2.78884%;
  }
}
/* line 247, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.most-read .most-read-more {
  width: 23.96857%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.875em;
  text-decoration: none;
  text-align: right;
  color: #9b9b9b;
}
@media (max-width: 619px) {
  /* line 247, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .most-read .most-read-more {
    width: 31.4741%;
    float: right;
    margin-right: 0;
  }
}
/* line 260, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.most-read .most-read-more:hover {
  text-decoration: none;
  color: #4a90e2;
}

/* line 268, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist {
  *zoom: 1;
  padding: 60px 0;
  background-color: white;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-creatavist:after {
  content: "";
  display: table;
  clear: both;
}
/* line 273, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-text {
  width: 40.86444%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  padding-right: 8.44794%;
}
/* line 277, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-text p {
  line-height: 1.4em;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 273, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-text {
    width: 48.96142%;
    float: left;
    margin-right: 2.07715%;
    padding-right: 0%;
  }
}
@media (max-width: 619px) {
  /* line 273, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-text {
    width: 100%;
    float: right;
    margin-right: 0;
    padding-right: 0%;
    margin-bottom: 14px;
    text-align: center;
  }
}
/* line 290, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-text .about-creatavist-title {
  margin: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
}
/* line 297, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-text .about-creatavist-writeup {
  margin: 40px 0;
  font-size: 1.375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1.3em;
}
/* line 304, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-text .about-creatavist-writeup a {
  font-weight: 700;
  text-decoration: none;
  color: #505050;
}
/* line 309, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-text .about-creatavist-writeup a:hover {
  color: #4a90e2;
}
/* line 312, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post {
  width: 49.31238%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  position: relative;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 312, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-post {
    width: 48.96142%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 619px) {
  /* line 312, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-post {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 323, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-image img {
  width: 100%;
  max-height: 325px;
}
/* line 327, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-info {
  *zoom: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: #3c4044;
  background-color: rgba(60, 64, 68, 0.8);
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.about-creatavist .about-creatavist-post-info:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 327, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-post-info {
    position: static;
  }
}
/* line 340, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-title {
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 700;
  line-height: 1.285em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: white;
}
/* line 349, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-title a {
  color: white;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 340, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-post-title {
    margin-bottom: 10px;
  }
}
/* line 355, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-created-with {
  font-style: italic;
  font-size: 0.8125em;
  text-align: right;
  color: #b0b1b3;
}
/* line 361, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-created-with a {
  color: white;
}
/* line 364, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-title,
.about-creatavist .about-creatavist-post-created-with {
  width: 50%;
  float: left;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 364, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .about-creatavist .about-creatavist-post-title,
  .about-creatavist .about-creatavist-post-created-with {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/* line 374, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.about-creatavist .about-creatavist-post-title em,
.about-creatavist .about-creatavist-post-created-with em {
  color: white;
}

/* line 382, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners {
  padding: 0 0;
}
@media (max-width: 619px) {
  /* line 382, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .creatavist-partners {
    padding: 60px 30px;
  }
}
/* line 388, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .container {
  border-top: 1px solid #cccccc;
  padding: 60px 0;
}
/* line 392, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-title {
  margin: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: #686b70;
}
/* line 401, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-title .creatavist, .creatavist-partners .creatavist-partners-title .about-creatavist .about-creatavist-post-title em, .about-creatavist .about-creatavist-post-title .creatavist-partners .creatavist-partners-title em,
.creatavist-partners .creatavist-partners-title .about-creatavist .about-creatavist-post-created-with em,
.about-creatavist .about-creatavist-post-created-with .creatavist-partners .creatavist-partners-title em {
  color: #505050;
}
/* line 404, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-list {
  margin: 30px 0 0;
  list-style: none;
}
/* line 408, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-list > li {
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  height: 65px;
  font: 0/0 x;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
/* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
.creatavist-partners .creatavist-partners-list > li:nth-child(4n) {
  float: right;
  margin-right: 0;
}
/* line 419, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-list > li.partner-ted {
  background-repeat: no-repeat;
  background-image: url('partner-ted.png?1426091107');
  background-size: 136px 50px;
}
/* line 422, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-list > li.partner-dartmouth {
  background-repeat: no-repeat;
  background-image: url('partner-dartmouth.png?1426091107');
  background-size: 150px 47px;
}
/* line 425, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-list > li.partner-parisreview {
  background-repeat: no-repeat;
  background-image: url('partner-paris-review.png?1426091107');
  background-size: 123px 52px;
}
/* line 428, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
.creatavist-partners .creatavist-partners-list > li.partner-wsj {
  background-repeat: no-repeat;
  background-image: url('partner-wsj.png?1426091107');
  background-size: 199px 16px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 408, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .creatavist-partners .creatavist-partners-list > li {
    width: 23.44214%;
    float: left;
    margin-right: 2.07715%;
    background-size: contain !important;
  }
}
@media (max-width: 619px) {
  /* line 408, /atavist-theme/source/assets/stylesheets/pages/_home.sass */
  .creatavist-partners .creatavist-partners-list > li {
    width: 48.60558%;
    float: left;
    margin-right: 2.78884%;
    background-size: contain !important;
  }
  /* line 251, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .creatavist-partners .creatavist-partners-list > li:nth-child(4n) {
    float: left;
    margin-right: 2.78884%;
  }
  /* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .creatavist-partners .creatavist-partners-list > li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

/* line 4, /atavist-theme/source/assets/stylesheets/pages/_search.sass */
.search-bar {
  height: 70px;
  background-color: #f6f6f6;
}
/* line 8, /atavist-theme/source/assets/stylesheets/pages/_search.sass */
.search-bar .page-title {
  margin: 0;
  float: left;
  font-size: 0.9375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 70px;
}
/* line 17, /atavist-theme/source/assets/stylesheets/pages/_search.sass */
.search-bar form {
  float: left;
  width: 50%;
}
/* line 21, /atavist-theme/source/assets/stylesheets/pages/_search.sass */
.search-bar form input {
  -webkit-font-smoothing: antialiased;
  height: 40px;
  padding: 0;
  margin: 10px 0 0 5px;
  width: 100%;
  font-size: 0.9375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 50px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
/* line 36, /atavist-theme/source/assets/stylesheets/pages/_search.sass */
.search-bar form input[type='submit'] {
  display: none;
}

/* line 4, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
#story-tiles-container {
  margin: 0 auto;
}

@media screen and (min-width: 320px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 307.2px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 307.2px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 307.2px;
  }
}
@media screen and (min-width: 620px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 620px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 295.74px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 295.74px;
  }
}
@media screen and (min-width: 780px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 780px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 375.96px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 181.428px;
  }
}
@media screen and (min-width: 960px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 960px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 465.6px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 225.6px;
  }
}
@media screen and (min-width: 1080px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 1080px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 525.96px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 255.96px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 1280px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 625.92px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 305.92px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 9, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  #story-tiles-container {
    width: 1600px;
  }

  /* line 15, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    width: 785.6px;
  }
  /* line 37, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4), .story-tile:nth-child(6) {
    width: 385.6px;
  }
}
@media (min-width: 620px) and (max-width: 780px) {
  /* line 62, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(1) {
    width: 605.74px;
  }
}

/* line 69, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile.blank {
  background: #efefef;
}

/* line 71, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile {
  position: relative;
  height: 250px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 82, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #505050;
}
/* line 90, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-type {
  -webkit-transition-property: color, text-indent;
  -moz-transition-property: color, text-indent;
  -o-transition-property: color, text-indent;
  transition-property: color, text-indent;
  -webkit-transition-duration: 0.3s, 0.45s;
  -moz-transition-duration: 0.3s, 0.45s;
  -o-transition-duration: 0.3s, 0.45s;
  transition-duration: 0.3s, 0.45s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 104;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-indent: 5px;
  text-transform: uppercase;
  color: transparent;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.story-tile .post-type:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  background-size: 201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .story-tile .post-type:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.story-tile .post-type.type-icon-story:before {
  background-position: 12px 50%;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.story-tile .post-type.type-icon-collaborations:before {
  background-position: -51px 50%;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.story-tile .post-type.type-icon-book:before {
  background-position: -111px 50%;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.story-tile .post-type.type-icon-creatavist-features:before {
  background-position: -171px 50%;
}
/* line 109, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-type:before {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: white;
  border-radius: 100%;
}
/* line 114, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-header {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}
/* line 122, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-header .post-title,
.story-tile .post-header .post-author {
  margin: 0;
  color: white;
  padding: 0 0.2em;
}
/* line 128, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-header .post-title {
  font-size: 1.55em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
/* line 136, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-header .post-author {
  margin-top: 15px;
  font-size: 1.125em;
}
/* line 140, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-extended-info {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 151, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-extended-info .post-price-value {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 101;
  padding: 4px 8px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  border: 1px solid #505050;
  border-radius: 0;
}
/* line 165, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile .post-extended-info .post-description {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 102;
  font-size: 1.125em;
  line-height: 1.6em;
}
/* line 174, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(1) {
  height: 514px;
}
/* line 177, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(1) .post-title {
  font-size: 2.2em;
  padding: 0 0.2em;
}
/* line 181, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(1) .post-author {
  font-size: 2em;
}
/* line 184, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(1) .post-description {
  font-size: 1.5em;
  line-height: 1.4em;
}
/* line 190, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(4) .post-header, .story-tile:nth-child(6) .post-header {
  left: 20px;
  right: 20px;
}
/* line 194, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(4) .post-title, .story-tile:nth-child(6) .post-title {
  font-size: 1.55em;
}
/* line 197, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile:nth-child(4) .post-description, .story-tile:nth-child(6) .post-description {
  font-size: 0.9375em;
}
@media screen and (min-width: 620px) {
  /* line 202, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:hover .post-extended-info {
    opacity: 1;
  }
  /* line 205, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:hover .post-header {
    opacity: 0;
  }
  /* line 208, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:hover .post-description {
    -webkit-animation: fadeInUp 0.5s 0;
    -moz-animation: fadeInUp 0.5s 0;
    -ms-animation: fadeInUp 0.5s 0;
    -o-animation: fadeInUp 0.5s 0;
    animation: fadeInUp 0.5s 0;
  }
  /* line 211, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:hover .post-type {
    color: #505050;
    text-indent: -4px;
  }
  /* line 215, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:hover .post-type:before {
    background-color: transparent;
  }
}
/* line 220, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.story-tile.post-without-type .post-extended-info {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 619px) {
  /* line 71, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    height: 125px;
    min-width: 308px;
  }
  /* line 227, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile .post-type {
    top: 10px;
    left: 10px;
  }
  /* line 231, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile .post-header {
    left: 50px;
    right: 50px;
  }
  /* line 235, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(1) {
    height: 250px;
  }
  /* line 238, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(1) .post-header {
    left: 0;
    right: 0;
  }
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 71, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile {
    font-size: 0.85em;
  }
  /* line 247, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4) .post-description, .story-tile:nth-child(6) .post-description {
    display: none;
  }
  /* line 250, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4) .post-price, .story-tile:nth-child(6) .post-price {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
  }
  /* line 257, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4) .post-price .post-price-value, .story-tile:nth-child(6) .post-price .post-price-value {
    display: none;
    position: static;
    top: auto;
    right: auto;
  }
}
@media (min-width: 620px) and (max-width: 780px) {
  /* line 264, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(1) {
    height: 250px;
  }
  /* line 269, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4) .post-description, .story-tile:nth-child(6) .post-description {
    display: block;
    font-size: 1.125em;
  }
  /* line 273, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4) .post-price, .story-tile:nth-child(6) .post-price {
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
  }
  /* line 279, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
  .story-tile:nth-child(4) .post-price .post-price-value, .story-tile:nth-child(6) .post-price .post-price-value {
    display: none;
    position: static;
    top: auto;
    right: auto;
  }
}

/* line 288, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.isotope .isotope-item {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

/* line 296, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.app-tout {
  background-image: url("app-tout.png");
  position: relative;
}
/* line 300, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.app-tout ul {
  width: 100%;
  position: absolute;
  bottom: 5px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 309, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.app-tout ul li {
  width: 40%;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
/* line 318, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.app-tout ul a {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 326, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.app-tout ul a.google {
  background-image: url("app-badge-google.png");
}
/* line 329, /atavist-theme/source/assets/stylesheets/articles/_index.sass */
.app-tout ul a.itunes {
  background-image: url("app-badge-itunes.png");
}

/* line 4, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story {
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  position: relative;
  background: white;
}
/* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
.popular-story:nth-child(4n) {
  float: right;
  margin-right: 0;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
  .popular-story {
    width: 48.96142%;
    float: left;
    margin-right: 2.07715%;
    margin-bottom: 14px;
  }
  /* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .popular-story:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 619px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
  .popular-story {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
/* line 19, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-permalink {
  display: block;
  color: #505050;
}
/* line 23, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-thumbnail {
  border-bottom: 1px solid #f6f6f6;
}
/* line 26, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-thumbnail img {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  width: 100%;
  height: auto;
}
@media (max-width: 619px) {
  /* line 23, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
  .popular-story .popular-story-thumbnail {
    width: 48.60558%;
    float: right;
    margin-right: 0;
  }
}
/* line 35, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-info {
  padding: 30px;
  height: 200px;
  margin-bottom: 1em;
}
@media (max-width: 619px) {
  /* line 35, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
  .popular-story .popular-story-info {
    padding: 0;
    overflow: visible;
  }
}
/* line 44, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-header {
  height: 80px;
}
@media (max-width: 619px) {
  /* line 44, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
  .popular-story .popular-story-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.60558%;
    float: left;
    margin-right: 2.78884%;
    padding: 30px 20px 0;
    height: auto;
  }
}
/* line 53, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-title {
  margin: 0;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 1.285em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.popular-story .popular-story-title:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 24px;
  height: 30px;
  margin-right: 6px;
  background-size: 201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .popular-story .popular-story-title:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.popular-story .popular-story-title.type-icon-story:before {
  background-position: 3px 0;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.popular-story .popular-story-title.type-icon-collaborations:before {
  background-position: -60px 0;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.popular-story .popular-story-title.type-icon-book:before {
  background-position: -120px 0;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.popular-story .popular-story-title.type-icon-creatavist-features:before {
  background-position: -180px 0;
}
/* line 64, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-title > a {
  text-decoration: none;
  color: #505050;
}
/* line 68, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-title > a:hover {
  color: #4a90e2;
}
/* line 71, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-author {
  margin-top: 5px;
  padding-left: 0;
  font-size: 0.875em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 400;
  color: #b0b1b3;
}
/* line 80, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story .popular-story-excerpt {
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 619px) {
  /* line 80, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
  .popular-story .popular-story-excerpt {
    padding: 30px;
    font-size: 0.85em;
    clear: both;
    max-height: 28px;
    overflow: hidden;
  }
}
/* line 92, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story:hover .popular-story-thumbnail img {
  opacity: 0.75;
}
/* line 95, /atavist-theme/source/assets/stylesheets/articles/_most-read.sass */
.popular-story:hover .popular-story-title {
  color: #4a90e2;
}

/* line 4, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar {
  *zoom: 1;
  padding: 30px 0;
  margin-bottom: 40px;
  background: #f6f6f6;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.breadcrumb-bar:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 619px) {
  /* line 4, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .breadcrumb-bar {
    padding: 15px 0 5px;
    text-align: center;
  }
}
/* line 14, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar ul {
  margin: 0;
  list-style: none;
}
/* line 18, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar ul > li {
  float: left;
  font-size: 0.9375em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  color: #b0b1b3;
}
@media (max-width: 619px) {
  /* line 18, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .breadcrumb-bar ul > li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
}
/* line 31, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar ul > li:after {
  content: ">";
  display: inline-block;
  margin: 0 20px;
}
/* line 36, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar ul > li:last-child:after {
  content: "";
}
/* line 39, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar ul > li > a {
  text-decoration: none;
  color: #505050;
}
/* line 43, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.breadcrumb-bar ul > li > a:hover {
  color: #4a90e2;
}

/* line 50, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar {
  width: 40.86444%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
@media (max-width: 619px) {
  /* line 50, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

@media (max-width: 619px) {
  /* line 56, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-cover {
    position: absolute;
    top: 0;
    left: 10px;
    width: 31.4741%;
    margin-top: 130px;
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-cover img {
  width: 100%;
  height: auto;
}

/* line 68, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  background: #f6f6f6;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 68, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-more {
    font-size: 0.9em;
  }
}
/* line 77, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .post-sidebar-more-header {
  *zoom: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-sidebar-more .post-sidebar-more-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 77, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-more .post-sidebar-more-header {
    padding-bottom: 15px;
  }
}
/* line 86, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .post-sidebar-more-header-title {
  margin: 0;
  width: 74.65619%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 30px;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-sidebar-more .post-sidebar-more-header-title:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 24px;
  height: 30px;
  margin-right: 6px;
  background-size: 201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .post-sidebar-more .post-sidebar-more-header-title:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-sidebar-more .post-sidebar-more-header-title.type-icon-story:before {
  background-position: 3px 50%;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-sidebar-more .post-sidebar-more-header-title.type-icon-collaborations:before {
  background-position: -60px 50%;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-sidebar-more .post-sidebar-more-header-title.type-icon-book:before {
  background-position: -120px 50%;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-sidebar-more .post-sidebar-more-header-title.type-icon-creatavist-features:before {
  background-position: -180px 50%;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 86, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-more .post-sidebar-more-header-title {
    width: 100%;
    float: right;
    margin-right: 0;
    font-size: 1.25em;
  }
}
/* line 99, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .post-sidebar-more-header-link {
  width: 23.96857%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
  font-style: italic;
  line-height: 30px;
  text-align: right;
  color: #9b9b9b;
}
/* line 106, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .post-sidebar-more-header-link:hover {
  color: #4a90e2;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 99, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-more .post-sidebar-more-header-link {
    width: 100%;
    float: right;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1024;
    font: 0/0 x;
    color: transparent;
  }
}
/* line 120, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story {
  *zoom: 1;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-sidebar-more .story:after {
  content: "";
  display: table;
  clear: both;
}
/* line 125, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story:last-child {
  border-bottom-width: 0;
}
/* line 128, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-permalink {
  display: block;
  color: inherit;
}
/* line 133, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-permalink:hover .story-details-title {
  color: #4a90e2;
}
/* line 136, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-permalink:hover .story-cover img {
  opacity: 0.75;
}
/* line 139, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-cover {
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 139, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-more .story .story-cover {
    width: 36.20178%;
    float: left;
    margin-right: 2.07715%;
  }
}
/* line 145, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-cover img {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
/* line 149, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-details {
  float: right;
  width: 45.77603%;
  font-size: 0.875em;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 149, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-sidebar-more .story .story-details {
    width: 56.37982%;
  }
}
/* line 157, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-details-title {
  margin: 0;
  font-size: 0.92em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
/* line 167, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-details-title a {
  text-decoration: none;
  color: #505050;
}
/* line 171, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story .story-details-title a:hover {
  color: #4a90e2;
}
/* line 174, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story-details-byline {
  margin-top: 3px;
  font-family: "Atlas Grotesk Web", sans-serif;
  color: #9b9b9b;
}
/* line 179, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-sidebar-more .story-details-teaser {
  font-style: italic;
  line-height: 1.4em;
}

/* line 188, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-details {
  float: right;
  width: 54.22397%;
}
@media (max-width: 619px) {
  /* line 188, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-details {
    float: none;
    width: auto;
  }
}
/* line 196, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-header {
  *zoom: 1;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-single .post-header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 199, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-subscribe {
  display: block;
  height: 60px;
  background: #f6f6f6;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 199, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-subscribe {
    height: 100px;
  }
}
@media (max-width: 619px) {
  /* line 199, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-subscribe {
    height: 80px;
    padding: 1em;
  }
}
/* line 213, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .subscribe-text {
  float: left;
  padding-left: 1.2em;
  color: #9b9b9b;
  line-height: 30px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 213, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .subscribe-text {
    font-size: 0.9em;
    float: none;
    text-align: center;
    padding-top: 5px;
    padding-left: 0;
  }
}
@media (max-width: 619px) {
  /* line 213, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .subscribe-text {
    float: none;
    text-align: center;
    padding-left: 0;
  }
}
/* line 232, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .subscribe-button {
  float: right;
  width: 130px;
  border: 1px solid #4a90e2;
  text-transform: uppercase;
  height: 30px;
  margin: 0;
  text-align: center;
  border-radius: 0;
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
  line-height: 0.4;
  letter-spacing: 0.08em;
  font-size: 0.8em;
  font-family: "Atlas Grotesk Web", sans-serif;
}
/* line 249, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .subscribe-button:hover {
  color: white;
  background-color: #4a90e2;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 232, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .subscribe-button {
    float: none;
    border: none;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 5px;
  }
}
@media (max-width: 619px) {
  /* line 232, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .subscribe-button {
    float: none;
    text-align: center;
    margin: 0 auto;
    border: none;
    padding-left: 0;
  }
}
/* line 269, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-meta {
  margin-top: 40px;
  width: 74.65619%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
@media (max-width: 619px) {
  /* line 269, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-meta {
    width: 65.73705%;
    float: right;
    margin-right: 0;
    margin-left: 34.26295%;
    width: 62.15139%;
  }
}
/* line 278, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-type {
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
}
/* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-single .post-type:before {
  background-repeat: no-repeat;
  background-image: url('post-type-sprite.png?1426091107');
  background-size: 201px auto;
  content: "";
  display: none;
  float: left;
  width: 24px;
  height: 30px;
  margin-right: 6px;
  background-size: 201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.75) {
  /* line 54, /atavist-theme/source/assets/stylesheets/_mixins.sass */
  .post-single .post-type:before {
    background-image: url('post-type-sprite@2x.png?1426091107');
  }
}
/* line 64, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-single .post-type.type-icon-story:before {
  background-position: 3px 50%;
}
/* line 67, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-single .post-type.type-icon-collaborations:before {
  background-position: -60px 50%;
}
/* line 70, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-single .post-type.type-icon-book:before {
  background-position: -120px 50%;
}
/* line 73, /atavist-theme/source/assets/stylesheets/_mixins.sass */
.post-single .post-type.type-icon-creatavist-features:before {
  background-position: -180px 50%;
}
/* line 289, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-title {
  margin: 20px 0 0 0;
  font-size: 1.25em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
/* line 299, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-byline {
  margin: 5px 0 0 0;
  font-size: 0.875em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1em;
  color: #505050;
}
/* line 307, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-time {
  margin: 5px 0 0 0;
  font-size: 0.875em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1em;
  color: #9b9b9b;
}
/* line 315, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-page-count {
  margin: 5px 0 0 0;
  font-size: 0.875em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1em;
  color: #9b9b9b;
}
/* line 323, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin-top: 100px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 323, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy {
    margin-top: 130px;
  }
}
@media (max-width: 619px) {
  /* line 323, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy {
    position: relative;
    float: right;
    width: 65.73705%;
    float: right;
    margin-right: 0;
    margin-left: 34.26295%;
    width: 62.15139%;
    margin-top: 20px;
    text-align: left;
  }
}
/* line 342, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy .post-buy-link {
  display: block;
  width: 100px;
  height: 50px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 619px) {
  /* line 342, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy .post-buy-link {
    display: inline-block;
    margin-right: 5px;
    width: 78px;
  }
}
/* line 362, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy .post-buy-link.lighten {
  color: #4a90e2;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  /* line 342, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy .post-buy-link {
    width: 78px;
    height: 39px;
    font-size: 0.75em;
    border-radius: 78px 78px 0 0;
  }
}
/* line 372, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy .post-buy-link.post-buy-price {
  height: 34px;
  padding-top: 16px;
}
@media screen and (max-width: 1023px) {
  /* line 372, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy .post-buy-link.post-buy-price {
    height: 31px;
    padding-top: 8px;
  }
}
/* line 380, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy .post-buy-link.post-buy-price span {
  display: block;
  font-weight: 700;
}
/* line 384, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy .post-buy-link.post-buy-preview {
  padding-top: 8px;
  height: 42px;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 1023px) {
  /* line 384, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy .post-buy-link.post-buy-preview {
    height: 34px;
  }
}
@media (max-width: 619px) {
  /* line 392, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy .post-buy-link.post-buy-preview, .post-single .post-buy .post-buy-link.post-buy-price {
    height: 40px;
    padding-top: 0;
    line-height: 40px;
    border-radius: 5px;
  }
  /* line 400, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy .post-buy-link.post-buy-preview span, .post-single .post-buy .post-buy-link.post-buy-price span {
    display: inline-block;
  }
}
/* line 405, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nopreview .post-buy-preview {
  display: none;
}
/* line 408, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nopreview .post-buy-price {
  display: block;
}
/* line 410, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nopreview .post-buy-price.post-buy-price {
  height: 65px;
  padding-top: 35px;
  border-radius: 100px;
}
/* line 415, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nopreview .post-buy-price.post-buy-price:hover {
  color: #4a90e2;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  /* line 410, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy-nopreview .post-buy-price.post-buy-price {
    padding-top: 28px;
    height: 50px;
    border-radius: 78px;
  }
}
@media (max-width: 619px) {
  /* line 410, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy-nopreview .post-buy-price.post-buy-price {
    height: 40px;
    padding-top: 0;
    line-height: 40px;
    border-radius: 5px;
  }
}
/* line 432, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-preorder .post-buy-price.post-buy-link {
  height: 60px;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  /* line 432, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy-preorder .post-buy-price.post-buy-link {
    width: 100px;
    padding-top: 40px;
    height: 60px;
  }
}
@media (max-width: 619px) {
  /* line 432, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy-preorder .post-buy-price.post-buy-link {
    height: 40px;
    padding-top: 0;
    line-height: 40px;
    border-radius: 5px;
    width: 120px;
  }
}
/* line 450, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nosale .post-buy-price {
  display: none;
}
/* line 453, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nosale .post-buy-preview {
  display: block;
}
/* line 456, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nosale .post-buy-preview.post-buy-preview {
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  padding-top: 0;
  color: white;
  background-color: #4a90e2;
}
/* line 464, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-buy-nosale .post-buy-preview.post-buy-preview:hover {
  color: #4a90e2;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  /* line 456, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy-nosale .post-buy-preview.post-buy-preview {
    height: 78px;
    border-radius: 78px;
    line-height: 78px;
  }
}
@media (max-width: 619px) {
  /* line 456, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-buy-nosale .post-buy-preview.post-buy-preview {
    height: 40px;
    padding-top: 0;
    line-height: 40px;
    border-radius: 5px;
  }
}
/* line 479, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-stores {
  *zoom: 1;
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 0.875em;
  border-bottom: 1px solid #cccccc;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-single .post-stores:after {
  content: "";
  display: table;
  clear: both;
}
/* line 486, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-stores-label {
  width: 32.4165%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
/* line 489, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-stores-list {
  display: none;
  text-align: left;
}
/* line 492, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-stores-list ul {
  margin: 0;
  list-style: none;
  color: #9b9b9b;
  font-family: "Atlas Grotesk Web", sans-serif;
}
/* line 499, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-stores-list ul li {
  display: inline;
}
/* line 502, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-stores-list ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #4a90e2;
}
/* line 507, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: relative;
  height: 20px;
  padding: 25px 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 619px) {
  /* line 507, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-formats {
    height: 40px;
  }
}
/* line 518, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats #post-formats-details-toggle {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  font: 0/0 x;
  color: transparent;
  cursor: pointer;
}
/* line 527, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats #post-formats-details-toggle:after {
  content: "Show Details";
  display: block;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #b0b1b3;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 527, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-formats #post-formats-details-toggle:after {
    content: "+ Details";
  }
}
/* line 539, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats #post-formats-details-toggle:hover, .post-single .post-formats #post-formats-details-toggle:hover:after {
  color: #4a90e2;
}
/* line 543, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-formats-open .post-single .post-formats #post-formats-details-toggle:after {
  content: "Hide Details";
}
/* line 546, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-formats-list {
  *zoom: 1;
  margin: 0;
  list-style: none;
  min-height: 20px;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-single .post-formats .post-formats-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 546, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-formats .post-formats-list {
    font-size: 0.8125em;
  }
}
/* line 555, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-format {
  display: inline-block;
  height: 20px;
  margin-right: 30px;
  font-size: 0.875em;
  font-family: "Atlas Grotesk Web", sans-serif;
  color: #505050;
  line-height: 20px;
}
/* line 565, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-format:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-image: url("post-format-sprite@2x.png");
  background-repeat: no-repeat;
  background-size: 80px;
}
@media (min-width: 620px) and (max-width: 1079px) {
  /* line 555, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-formats .post-format {
    margin-right: 10px;
  }
}
@media (max-width: 619px) {
  /* line 555, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
  .post-single .post-formats .post-format {
    width: 48.60558%;
    float: left;
    margin-right: 2.78884%;
    margin: 0 0 10px 0;
  }
  /* line 184, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/susy-1.0.9/sass/susy/_grid.scss */
  .post-single .post-formats .post-format:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
/* line 585, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-format.post-format-audio:before {
  background-position: 0 50%;
}
/* line 588, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-format.post-format-images:before {
  background-position: -20px 50%;
}
/* line 591, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-format.post-format-video:before {
  background-position: -40px 50%;
}
/* line 594, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-format.post-format-audiobook:before {
  background-position: -60px 50%;
}
/* line 597, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-formats .post-formats-details {
  margin: 25px 0 0 0;
  font-size: 0.875em;
  line-height: 1.5em;
}
/* line 602, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-synopsis {
  padding-bottom: 65px;
  border-bottom: 1px solid #cccccc;
}
/* line 606, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-synopsis .post-synopsis-title {
  margin: 40px 0 0 0;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* line 616, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-synopsis p {
  margin: 20px 0 0;
  line-height: 1.625em;
}
/* line 620, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author {
  *zoom: 1;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-single .post-author:after {
  content: "";
  display: table;
  clear: both;
}
/* line 625, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author .post-author-title {
  margin: 0 0 32px;
  font-size: 0.8125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* line 635, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author .post-author-image {
  width: 23.96857%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
}
/* line 638, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author .post-author-bio {
  line-height: 1.625em;
}
/* line 641, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author .post-author-bio > p {
  margin: 0 0 0.8em 0;
}
/* line 646, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author.with-photo .post-author-bio {
  width: 74.65619%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
}
/* line 649, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-author.with-photo .post-author-bio > p {
  padding-left: 20px;
}
/* line 652, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-video {
  padding: 50px 0 65px;
  border-bottom: 1px solid #cccccc;
}
/* line 656, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-video .post-video-header {
  *zoom: 1;
  margin-bottom: 30px;
}
/* line 38, /home/ec2-user/.rvm/gems/ruby-2.0.0-p353/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post-single .post-video .post-video-header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 660, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-video .post-video-header-title {
  margin: 0;
  width: 49.31238%;
  float: left;
  margin-right: 1.37525%;
  display: inline;
  font-size: 1.125em;
  font-family: "Atlas Grotesk Web", sans-serif;
  line-height: 1.1em;
}
/* line 668, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-video .post-video-header-share {
  width: 49.31238%;
  float: right;
  margin-right: 0;
  *margin-left: -14px;
  display: inline;
}
/* line 671, /atavist-theme/source/assets/stylesheets/articles/_single.sass */
.post-single .post-video iframe {
  max-width: 100%;
}

/* line 12, /atavist-theme/source/assets/stylesheets/_articles.sass */
.nothing-found {
  padding-top: 200px;
  font-style: italic;
  text-align: center;
  color: #b0b1b3;
}

/* line 7, /atavist-theme/source/assets/stylesheets/_buttons.sass */
.button.button-small, .page-error .search form input.button-small[type='submit'],
.page-error .search form button.button-small {
  padding: 15px 20px;
}
