/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


*/

/* line 10, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-fade, .anim-in-out.anim-in-setup .anim-fade {
  opacity: 0;
}
/* line 14, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-slide-left, .anim-in-out.anim-in-setup .anim-slide-left {
  transform: translateX(100%);
}
/* line 18, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-slide-right, .anim-in-out.anim-in-setup .anim-slide-right {
  transform: translateX(-100%);
}
/* line 22, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-slide-below, .anim-in-out.anim-in-setup .anim-slide-below {
  transform: translateY(20px);
}
/* line 26, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-slide-below-fade, .anim-in-out.anim-in-setup .anim-slide-below-fade {
  opacity: 0;
  transform: translateY(20px);
}
/* line 31, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-zoom-out, .anim-in-out.anim-in-setup .anim-zoom-out {
  transform: scale(0.95);
}
/* line 35, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-zoom-in, .anim-in-out.anim-in-setup .anim-zoom-in {
  transform: scale(1.025);
}
/* line 39, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-zoom-out-full, .anim-in-out.anim-in-setup .anim-zoom-out-full {
  transform: scale(0);
}
/* line 43, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in-setup.anim-zoom-in-full, .anim-in-out.anim-in-setup .anim-zoom-in-full {
  transform: scale(10);
}
/* line 54, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-fade, .anim-in-out.anim-in .anim-fade {
  opacity: 1;
  transition: all 500ms;
}
/* line 59, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-slide-left, .anim-in-out.anim-in .anim-slide-left {
  transform: translateX(0);
  transition: all 500ms;
}
/* line 64, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-slide-right, .anim-in-out.anim-in .anim-slide-right {
  transform: translateX(0);
  transition: all 500ms;
}
/* line 69, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-slide-below, .anim-in-out.anim-in .anim-slide-below {
  transform: translateY(0);
  transition: all 500ms;
}
/* line 74, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-slide-below-fade, .anim-in-out.anim-in .anim-slide-below-fade {
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms;
}
/* line 80, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-zoom-out, .anim-in-out.anim-in .anim-zoom-out {
  transform: scale(1);
  transition: all 500ms;
}
/* line 85, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-zoom-in, .anim-in-out.anim-in .anim-zoom-in {
  transform: scale(1);
  transition: all 500ms;
}
/* line 90, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-zoom-out-full, .anim-in-out.anim-in .anim-zoom-out-full {
  transform: scale(1);
  transition: all 500ms;
}
/* line 95, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-in.anim-zoom-in-full, .anim-in-out.anim-in .anim-zoom-in-full {
  transform: scale(1);
  transition: all 500ms;
}
/* line 107, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-fade, .anim-in-out.anim-out-setup .anim-fade {
  opacity: 1;
  transition: all 500ms;
}
/* line 112, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-slide-left, .anim-in-out.anim-out-setup .anim-slide-left {
  transform: translateX(0);
  transition: all 500ms;
}
/* line 117, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-slide-right, .anim-in-out.anim-out-setup .anim-slide-right {
  transform: translateX(0);
  transition: all 500ms;
}
/* line 122, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-slide-below, .anim-in-out.anim-out-setup .anim-slide-below {
  transform: translateY(0);
  transition: all 500ms;
}
/* line 127, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-slide-below-fade, .anim-in-out.anim-out-setup .anim-slide-below-fade {
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms;
}
/* line 133, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-zoom-out, .anim-in-out.anim-out-setup .anim-zoom-out {
  transform: scale(1);
  transition: all 500ms;
}
/* line 138, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-zoom-in, .anim-in-out.anim-out-setup .anim-zoom-in {
  transform: scale(1);
  transition: all 500ms;
}
/* line 143, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-zoom-out-full, .anim-in-out.anim-out-setup .anim-zoom-out-full {
  transform: scale(1);
  transition: all 500ms;
}
/* line 148, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out-setup.anim-zoom-in-full, .anim-in-out.anim-out-setup .anim-zoom-in-full {
  transform: scale(1);
  transition: all 500ms;
}
/* line 157, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-swap, .anim-in-out.anim-out .anim-swap {
  display: none;
}
/* line 161, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-fade, .anim-in-out.anim-out .anim-fade {
  opacity: 0;
  transition: all 500ms;
}
/* line 166, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-slide-left, .anim-in-out.anim-out .anim-slide-left {
  transform: translateX(-100%);
  transition: all 500ms;
}
/* line 171, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-slide-right, .anim-in-out.anim-out .anim-slide-right {
  transform: translateX(100%);
  transition: all 500ms;
}
/* line 176, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-slide-below, .anim-in-out.anim-out .anim-slide-below {
  transform: translateY(20px);
  transition: all 500ms;
}
/* line 181, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-slide-below-fade, .anim-in-out.anim-out .anim-slide-below-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms;
}
/* line 187, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-zoom-out, .anim-in-out.anim-out .anim-zoom-out {
  transform: scale(0.95);
  transition: all 500ms;
}
/* line 192, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-zoom-in, .anim-in-out.anim-out .anim-zoom-in {
  transform: scale(1.025);
  transition: all 500ms;
}
/* line 197, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-zoom-out-full, .anim-in-out.anim-out .anim-zoom-out-full {
  transform: scale(0);
  transition: all 500ms;
}
/* line 202, /rails/dooley2/app/assets/stylesheets/anim-in-out.css.scss */
.anim-in-out.anim-out.anim-zoom-in-full, .anim-in-out.anim-out .anim-zoom-in-full {
  transform: scale(10);
  transition: all 500ms;
}
/* line 4, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animate-if.ng-enter, .animate-if.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  height: 0;
  opacity: 0;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
  height: auto;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 29, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 36, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 41, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 46, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 52, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 114, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 141, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 182, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 261, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 300, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 359, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 420, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 501, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 586, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 659, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 732, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 805, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 878, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 921, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 964, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 997, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1030, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1073, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1098, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1131, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1164, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1197, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1230, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1263, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1296, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1329, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1362, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1387, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1416, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1445, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1474, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1503, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1532, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1561, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1590, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1619, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1698, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1771, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1844, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1889, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1934, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1993, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2024, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2067, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2108, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2149, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2190, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2231, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2268, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2305, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2342, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2379, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2416, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2489, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2524, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2555, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2584, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2625, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2666, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2707, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2748, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2785, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2830, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2867, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2904, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2949, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2980, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3011, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3042, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3073, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3104, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3135, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3166, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3197, /rails/dooley2/app/assets/stylesheets/animate.css.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* line 2, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap {
  margin: 5px 0;
  border: solid 1px silver;
  border-radius: 3px;
  width: 100%;
  overflow: auto;
  background-color: white;
  line-height: 1.3em;
  table-layout: fixed;
}
/* line 11, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .disabled {
  opacity: 0.5;
}
/* line 14, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap button {
  padding: 0;
  border: 0;
  background-color: white;
  outline: none;
}
/* line 20, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap td {
  padding-bottom: 0 !important;
  text-align: center;
}
/* line 24, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .ctrlbtn {
  border-right: solid 1px silver;
  color: #444;
  cursor: pointer;
  width: 36px;
  padding: 2px 3px;
  font-size: 1.4em;
  text-align: center;
}
/* line 32, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .ctrlbtn .pausebtn {
  font-size: 0.75em;
  margin-top: -3px;
}
/* line 36, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .ctrlbtn .playbtn {
  margin-top: -4px;
}
/* line 40, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .time {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 0.7em;
  padding: 3px 5px;
  font-family: helvetica, arial,sans-serif;
  margin-top: 1px;
  width: 110px;
}
/* line 50, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .rangewrap, .audiowrap .volwrap {
  padding-top: 3px !important;
}
/* line 53, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .rangewrap {
  background-color: white;
  border-right: solid 1px silver;
  padding: 0 6px;
  overflow: hidden;
  width: 55%;
}
/* line 59, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .rangewrap input {
  width: 100%;
}
/* line 63, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .volwrap {
  background-color: white;
  border-right: solid 1px silver;
  padding: 0 6px;
  width: 100px;
  overflow: auto;
}
/* line 69, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .volwrap .wrap2 {
  overflow: hidden;
}
/* line 71, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .volwrap .wrap2 input {
  width: 73px;
}
/* line 75, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.audiowrap .volwrap img {
  float: left;
  height: 24px;
}

/* line 82, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap {
  margin-bottom: 12px;
}
/* line 84, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem {
  overflow: auto;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #cbc2b3;
  padding: 2px;
  margin-bottom: 4px;
}
/* line 93, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem .downloadmp3 {
  padding: 0 4px;
  /*            padding: 3px 16px;
              background-color:#e0e0e0;
              border:solid 1px #d0d0d0;
              font-size:1.1em; */
  float: right;
}
/* line 100, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem .downloadmp3 * {
  color: black !important;
}
/* line 104, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem .audiohead {
  padding: 0 4px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
/* line 109, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem .audiohead .audioname {
  font-weight: bold;
}
/* line 113, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem.playing {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: black !important;
}
/* line 117, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem .audiocred {
  display: block;
}
/* line 120, /rails/dooley2/app/assets/stylesheets/audioplayer.css.scss */
.playlistwrap .plitem .nowplaying {
  color: #00C500;
}
/* line 1, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 20, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 27, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 32, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 39, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 49, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 54, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 63, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 68, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 86, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 90, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 95, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 104, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 109, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 127, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 131, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 136, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 145, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 150, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 168, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 172, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 177, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 186, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 191, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 209, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 213, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 218, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 227, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 232, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 250, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 254, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 259, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 268, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 273, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 291, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 295, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

/* line 301, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 309, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 315, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 321, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 328, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 335, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 342, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 349, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 355, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 358, /rails/dooley2/app/assets/stylesheets/btn.css.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@-webkit-keyframes cartflash {
  0% {
    background-color: #D96B49;
    opacity: 1;
  }
  1% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: #D96B49;
  }
}
/* line 21, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
#cart {
  font-size: 1.3em;
  background-color: #D96B49;
  border-bottom-left-radius: 6px;
  margin-top: -15px;
}
/* line 27, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
#cart #cart_header {
  margin: 8px 14px;
  display: table;
  width: 200px;
}
/* line 31, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
#cart #cart_header #cart_text, #cart #cart_header #cart_icon {
  padding-left: 5px;
  display: table-cell;
}
/* line 36, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
#cart.sticky {
  position: fixed;
  top: 12px;
  right: 0;
}
/* line 41, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
#cart.active {
  -webkit-animation-name: cartflash;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: cartflash;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
}
@media only screen and (max-width: 850px) {
  /* line 21, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
  #cart {
    position: fixed !important;
    background-color: #D96B49 !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    margin-top: none !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 850px) {
  /* line 21, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
  #cart {
    float: right;
  }
}

/* line 66, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkouttbl .co_wimg {
  max-width: 100%;
  width: 268px;
  vertical-align: -6px;
}
/* line 71, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkouttbl th, .checkouttbl td {
  padding: 4px 8px !important;
  text-align: center;
  border-radius: 4px;
}
/* line 76, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkouttbl .trans {
  background-color: transparent !important;
}
/* line 79, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkouttbl thead th, .checkouttbl tbody tr.heavy td, .checkouttbl tbody td.heavy {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 82, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkouttbl tbody td {
  background-color: rgba(0, 0, 0, 0.35);
}
/* line 85, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkouttbl input.qty {
  max-width: 24px;
  text-align: center;
}

/* line 92, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.checkoutwr select, .checkoutwr input[type='text'] {
  font-size: 14px;
  padding: 2px 6px;
  border: none;
  text-align: left;
  width: 90%;
  margin: 4px;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
}

/* line 105, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.addrform td:last-child {
  text-align: left;
}
/* line 107, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.addrform td:last-child select {
  width: 93%;
}

/* line 113, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.ccwrap td {
  text-align: left;
}
/* line 117, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.ccwrap .exprdate select {
  width: auto !important;
}
/* line 121, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.ccwrap .cvc input {
  width: 30% !important;
}
/* line 124, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.ccwrap img.ccstrip {
  width: 300px;
  vertical-align: -4px;
}

/* line 130, /rails/dooley2/app/assets/stylesheets/cart.css.scss */
.co_errors {
  margin: 20px;
  padding: 12px;
  background-color: #A03737;
  line-height: 1.2em;
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=757126c5-36e7-4ea0-89dc-aa953f7b4ca4&fontids=1458544,1458546,1458548");
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans|Molengo|Lato|Yantramanav:400,300,500,700);
@font-face {
  font-family: "New Century Schoolbook_1458544";
  src: url("/Fonts/1458544/b2109e93-3424-44a7-add9-f5a957543aad.eot?#iefix");
  src: url("/Fonts/1458544/b2109e93-3424-44a7-add9-f5a957543aad.eot?#iefix") format("eot"), url("/Fonts/1458544/a7441274-c277-41fd-a53b-aac192a03552.woff2") format("woff2"), url("/Fonts/1458544/7eb13f62-4716-43b6-bb8b-761267a3c781.woff") format("woff"), url("/Fonts/1458544/43eed2a4-3131-46ab-8526-d39e47171373.ttf") format("truetype"), url("/Fonts/1458544/a5ad2347-f135-4b77-8a4a-54cede716d14.svg#a5ad2347-f135-4b77-8a4a-54cede716d14") format("svg");
}
@font-face {
  font-family: "New Century Schoolbook_1458546";
  src: url("/Fonts/1458546/56c6faed-cf9b-414f-b2d6-2613be0ab581.eot?#iefix");
  src: url("/Fonts/1458546/56c6faed-cf9b-414f-b2d6-2613be0ab581.eot?#iefix") format("eot"), url("/Fonts/1458546/765db4ef-2c4c-4dd5-b22b-4d00af700958.woff2") format("woff2"), url("/Fonts/1458546/bfce275c-fd4a-4c0c-b4d0-d0c4946be93f.woff") format("woff"), url("/Fonts/1458546/becbd6da-f7f5-4464-b072-c273d0ab07ac.ttf") format("truetype"), url("/Fonts/1458546/f7e26cfa-fcbc-4279-80dd-b5ddfba15662.svg#f7e26cfa-fcbc-4279-80dd-b5ddfba15662") format("svg");
}
@font-face {
  font-family: "New Century Schoolbook_1458548";
  src: url("/Fonts/1458548/90f2406a-aa93-468b-a964-303f45e000c1.eot?#iefix");
  src: url("/Fonts/1458548/90f2406a-aa93-468b-a964-303f45e000c1.eot?#iefix") format("eot"), url("/Fonts/1458548/a0d3a35d-8d1a-4cd8-82ff-931292b98458.woff2") format("woff2"), url("/Fonts/1458548/83e7440e-87b3-499c-8ad6-02a04d7f25f0.woff") format("woff"), url("/Fonts/1458548/62b9a01b-d0f1-4b3e-8425-c22599dd64f2.ttf") format("truetype"), url("/Fonts/1458548/c14229ff-cba0-47af-acf0-264ab3e36e73.svg#c14229ff-cba0-47af-acf0-264ab3e36e73") format("svg");
}
/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt2 {
  margin-top: 2px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb2 {
  margin-bottom: 2px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr2 {
  margin-right: 2px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml2 {
  margin-left: 2px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m2 {
  margin: 2px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt4 {
  margin-top: 4px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb4 {
  margin-bottom: 4px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr4 {
  margin-right: 4px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml4 {
  margin-left: 4px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m4 {
  margin: 4px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt6 {
  margin-top: 6px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb6 {
  margin-bottom: 6px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr6 {
  margin-right: 6px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml6 {
  margin-left: 6px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m6 {
  margin: 6px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt8 {
  margin-top: 8px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb8 {
  margin-bottom: 8px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr8 {
  margin-right: 8px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml8 {
  margin-left: 8px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m8 {
  margin: 8px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt10 {
  margin-top: 10px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr10 {
  margin-right: 10px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml10 {
  margin-left: 10px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m10 {
  margin: 10px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt12 {
  margin-top: 12px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb12 {
  margin-bottom: 12px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr12 {
  margin-right: 12px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml12 {
  margin-left: 12px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m12 {
  margin: 12px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt20 {
  margin-top: 20px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr20 {
  margin-right: 20px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml20 {
  margin-left: 20px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m20 {
  margin: 20px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt30 {
  margin-top: 30px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr30 {
  margin-right: 30px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml30 {
  margin-left: 30px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m30 {
  margin: 30px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt40 {
  margin-top: 40px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr40 {
  margin-right: 40px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml40 {
  margin-left: 40px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m40 {
  margin: 40px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt50 {
  margin-top: 50px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr50 {
  margin-right: 50px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml50 {
  margin-left: 50px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m50 {
  margin: 50px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt60 {
  margin-top: 60px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb60 {
  margin-bottom: 60px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr60 {
  margin-right: 60px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml60 {
  margin-left: 60px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m60 {
  margin: 60px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt70 {
  margin-top: 70px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb70 {
  margin-bottom: 70px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr70 {
  margin-right: 70px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml70 {
  margin-left: 70px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m70 {
  margin: 70px;
}

/* line 5, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mt80 {
  margin-top: 80px;
}

/* line 8, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mb80 {
  margin-bottom: 80px;
}

/* line 11, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.mr80 {
  margin-right: 80px;
}

/* line 14, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.ml80 {
  margin-left: 80px;
}

/* line 17, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.m80 {
  margin: 80px;
}

/* line 24, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4 {
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #009933;
  background-color: white;
  margin-top: 4px;
  display: inline-block;
}

/* line 32, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4bl {
  padding: 12px;
  border-radius: 4px;
  border: 1px #ddd solid;
  background-color: white;
  margin: 4px auto;
  display: block;
}

/* line 41, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4b6 {
  padding: 4px;
  border-radius: 4px;
  border: solid 1px #009933;
  background-color: white;
  margin: 4px 0;
  display: block;
}

/* line 50, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4b {
  padding: 4px;
  border-radius: 4px;
  border: solid 1px #009933;
  background-color: white;
  margin: 4px 0;
  display: block;
}

/* line 59, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4hbt {
  padding: 12px;
  border-radius: 4px;
  margin: 0;
  display: inline-block;
}

/* line 69, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4bhb {
  padding: 12px;
  border-radius: 4px;
  border: #fafafa;
  background-color: white;
  margin: 4px 0;
  display: block;
}

/* line 77, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box4shd {
  padding: 4px;
  border-radius: 4px;
  border: #fafafa;
  background-color: #fafafa;
  margin: 4px;
  display: block;
}

/* line 24, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6 {
  padding: 12px;
  border-radius: 6px;
  border: solid 1px #009933;
  background-color: white;
  margin-top: 6px;
  display: inline-block;
}

/* line 32, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6bl {
  padding: 12px;
  border-radius: 6px;
  border: 1px #ddd solid;
  background-color: white;
  margin: 6px auto;
  display: block;
}

/* line 41, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6b6 {
  padding: 6px;
  border-radius: 6px;
  border: solid 1px #009933;
  background-color: white;
  margin: 6px 0;
  display: block;
}

/* line 50, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6b {
  padding: 6px;
  border-radius: 6px;
  border: solid 1px #009933;
  background-color: white;
  margin: 6px 0;
  display: block;
}

/* line 59, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6hbt {
  padding: 12px;
  border-radius: 6px;
  margin: 0;
  display: inline-block;
}

/* line 69, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6bhb {
  padding: 12px;
  border-radius: 6px;
  border: #fafafa;
  background-color: white;
  margin: 6px 0;
  display: block;
}

/* line 77, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box6shd {
  padding: 6px;
  border-radius: 6px;
  border: #fafafa;
  background-color: #fafafa;
  margin: 6px;
  display: block;
}

/* line 24, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8 {
  padding: 12px;
  border-radius: 8px;
  border: solid 1px #009933;
  background-color: white;
  margin-top: 8px;
  display: inline-block;
}

/* line 32, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8bl {
  padding: 12px;
  border-radius: 8px;
  border: 1px #ddd solid;
  background-color: white;
  margin: 8px auto;
  display: block;
}

/* line 41, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8b6 {
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #009933;
  background-color: white;
  margin: 8px 0;
  display: block;
}

/* line 50, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8b {
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #009933;
  background-color: white;
  margin: 8px 0;
  display: block;
}

/* line 59, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8hbt {
  padding: 12px;
  border-radius: 8px;
  margin: 0;
  display: inline-block;
}

/* line 69, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8bhb {
  padding: 12px;
  border-radius: 8px;
  border: #fafafa;
  background-color: white;
  margin: 8px 0;
  display: block;
}

/* line 77, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box8shd {
  padding: 8px;
  border-radius: 8px;
  border: #fafafa;
  background-color: #fafafa;
  margin: 8px;
  display: block;
}

/* line 24, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10 {
  padding: 12px;
  border-radius: 10px;
  border: solid 1px #009933;
  background-color: white;
  margin-top: 10px;
  display: inline-block;
}

/* line 32, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10bl {
  padding: 12px;
  border-radius: 10px;
  border: 1px #ddd solid;
  background-color: white;
  margin: 10px auto;
  display: block;
}

/* line 41, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10b6 {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #009933;
  background-color: white;
  margin: 10px 0;
  display: block;
}

/* line 50, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10b {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #009933;
  background-color: white;
  margin: 10px 0;
  display: block;
}

/* line 59, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10hbt {
  padding: 12px;
  border-radius: 10px;
  margin: 0;
  display: inline-block;
}

/* line 69, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10bhb {
  padding: 12px;
  border-radius: 10px;
  border: #fafafa;
  background-color: white;
  margin: 10px 0;
  display: block;
}

/* line 77, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box10shd {
  padding: 10px;
  border-radius: 10px;
  border: #fafafa;
  background-color: #fafafa;
  margin: 10px;
  display: block;
}

/* line 24, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12 {
  padding: 12px;
  border-radius: 12px;
  border: solid 1px #009933;
  background-color: white;
  margin-top: 12px;
  display: inline-block;
}

/* line 32, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12bl {
  padding: 12px;
  border-radius: 12px;
  border: 1px #ddd solid;
  background-color: white;
  margin: 12px auto;
  display: block;
}

/* line 41, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12b6 {
  padding: 12px;
  border-radius: 12px;
  border: solid 1px #009933;
  background-color: white;
  margin: 12px 0;
  display: block;
}

/* line 50, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12b {
  padding: 12px;
  border-radius: 12px;
  border: solid 1px #009933;
  background-color: white;
  margin: 12px 0;
  display: block;
}

/* line 59, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12hbt {
  padding: 12px;
  border-radius: 12px;
  margin: 0;
  display: inline-block;
}

/* line 69, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12bhb {
  padding: 12px;
  border-radius: 12px;
  border: #fafafa;
  background-color: white;
  margin: 12px 0;
  display: block;
}

/* line 77, /rails/dooley2/app/assets/stylesheets/generators.css.scss */
.box12shd {
  padding: 12px;
  border-radius: 12px;
  border: #fafafa;
  background-color: #fafafa;
  margin: 12px;
  display: block;
}
/* line 3, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar {
  padding: 24px 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 15px;
  font-family: "Lato", sans serif;
}
/* line 10, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar a {
  font-size: 1.2em;
  padding: 0.125em 0.25em;
  cursor: pointer;
  font-weight: 300;
}
/* line 19, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active, #navbar a:hover {
  color: #f1eadf !important;
}
/* line 22, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar a.current, #navbar a.current:link, #navbar a.current:visited, #navbar a.current:active, #navbar a.current:hover {
  color: #D96B49 !important;
}
/* line 25, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar .menulinks {
  word-wrap: normal;
  /*a:not(:last-child)::after{
      content: " | ";
      color: #cbc2b3;
      font-size: 0.4em;
      padding: 0 3px 0 8px;
      vertical-align: 2px;
      display: inline-block;
      letter-spacing: 0.5em;
  }*/
}
@media only screen and (min-width: 600px) {
  /* line 25, /rails/dooley2/app/assets/stylesheets/header.css.scss */
  #navbar .menulinks {
    min-width: 480px;
  }
}
/* line 39, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar .menulinks a {
  font-size: 1.1rem;
}
/* line 43, /rails/dooley2/app/assets/stylesheets/header.css.scss */
#navbar .headerpd {
  margin: 0 15px;
  display: inline-block;
  cursor: pointer;
  font-weight: 200 !important;
  font-size: 40px;
  color: #E5DEC9;
  letter-spacing: 6px;
}
/* line 3, /rails/dooley2/app/assets/stylesheets/main.css.scss */
#wrapper {
  overflow: auto;
  padding-bottom: 80px;
}
/* line 1, /rails/dooley2/app/assets/stylesheets/media.css.scss */
.gslides {
  margin: 0 auto;
}
/* line 3, /rails/dooley2/app/assets/stylesheets/media.css.scss */
.gslides a {
  text-align: center;
  font-weight: normal;
  font-size: 0.75em;
  letter-spacing: 0;
  display: inline-block;
  width: 404px;
  vertical-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  border-radius: 6px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
/* line 16, /rails/dooley2/app/assets/stylesheets/media.css.scss */
.gslides a img {
  width: 100%;
}
/* line 4, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.cp {
  cursor: pointer;
}

/* line 7, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.fl {
  float: left;
}

/* line 10, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.fr {
  float: right;
}

/* line 13, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.ib {
  display: inline-block;
}

/* line 16, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.db {
  display: block;
}

/* line 19, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.tar {
  text-align: right !important;
}

/* line 22, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.tac {
  text-align: center;
}

/* line 25, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.tal {
  text-align: left;
}

/* line 28, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.oa {
  overflow: auto;
}

/* line 31, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.oh {
  overflow: hidden;
}

/* line 34, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.w100 {
  width: 100%;
}

/* line 38, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.tbg4 {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 4px;
  margin: 4px 0;
}

/* line 44, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.gold {
  border-radius: 6px;
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px;
  color: #d2d0cb;
  line-height: 175%;
  font-size: 1em;
}

/* line 56, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.small {
  width: 600px;
  margin: 0px auto;
}

/* line 61, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.semileft {
  width: 550px;
}

/* line 64, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.workcont > p > p > img {
  max-width: 100%;
}

/* line 68, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.fullwidth {
  margin: auto 50px;
}

/* line 71, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.tenthwhite {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 74, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.spinnergif {
  height: 34px;
}

/* line 78, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar {
  padding: 24px 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 15px;
}
/* line 83, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar a {
  font-size: 1.3em;
  margin-top: 10px;
  padding: 4px 4px;
  cursor: pointer;
  display: inline-block;
}
/* line 90, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active, #navbar a:hover {
  color: #f1eadf;
}
/* line 94, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 97, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar a.current, #navbar a.current:link, #navbar a.current:visited, #navbar a.current:active, #navbar a.current:hover {
  color: #D96B49 !important;
}
/* line 100, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar .menulinks {
  word-wrap: normal;
}
/* line 103, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#navbar .headerpd {
  margin: 0 15px;
  display: inline-block;
  cursor: pointer;
  font-weight: 200 !important;
  font-size: 40px;
  color: #E5DEC9;
  letter-spacing: 6px;
}

/* line 114, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
div#content td {
  vertical-align: center;
  padding-bottom: 13px;
}

/* line 119, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
div#content {
  line-height: 150%;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 123, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
div#content td {
  vertical-align: center;
  padding-bottom: 13px;
}

/* line 129, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
#front_pic {
  height: 363px;
  width: 263px;
  background: url("/images/newheadshot.jpg");
  float: left;
  border: 2px solid black;
}

@media only screen and (max-width: 650px) {
  /* line 138, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
  .semileft {
    width: 90%;
    margin: 0 auto;
  }

  /* line 142, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
  .small {
    width: auto;
    margin: 0;
  }
}
/* line 148, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.prftable {
  table-layout: fixed;
}
/* line 150, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.prftable td {
  vertical-align: middle;
}

/* line 155, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.work_type_category {
  cursor: pointer;
  text-align: left;
  font-size: 1.5em;
  color: white;
  line-height: 200%;
}

/* line 163, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.workcnt {
  padding: 0.5em 1em;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
}
/* line 172, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.workcnt .workyear {
  color: #bbb;
}
/* line 175, /rails/dooley2/app/assets/stylesheets/misc.css.scss */
.workcnt .worksubt {
  font-size: 0.9rem;
  padding-left: 1rem;
  margin-top: -0.5em;
  padding-bottom: 0.5em;
}
/* line 1, /rails/dooley2/app/assets/stylesheets/rails_admin/custom/theming.css.scss */
a[href='http://editor.froala.com'] {
  display: none !important;
}
/* line 3, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
body {
  background: top center no-repeat #011700;
  background-size: cover;
  color: white;
  /*background-image: url('http://s3.amazonaws.com/media.pauldooley.net/images/31/background.jpg?1351658892'); */
  /* background-image: url('//s3.amazonaws.com/media.pauldooley.net/images/60/original.jpg?1438818695'); */
  background-image: url("/rockybeach.jpg");
  background-attachment: fixed;
}

/* line 13, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
body, div, h1 {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 25, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
h1 {
  font-size: 48px;
  /*text-shadow: 1px 1px 2px black, 0 0 0.2em black;*/
}

/* line 30, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
h2 {
  color: #D96B49;
  text-align: left;
  border-bottom: 1px solid #f1eadf73;
  font-size: 30px;
  line-height: 2em;
  margin: 0.25em 0 0.5em;
}

/* line 40, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
h1, h2, h3 {
  font-weight: normal;
}

/* line 44, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
img {
  border: 0;
}

/* line 49, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
a, a:link, a:visited, a:active, a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 56, /rails/dooley2/app/assets/stylesheets/reset.css.scss */
table {
  width: 100%;
}
/* line 1, /rails/dooley2/app/assets/stylesheets/stripe.css.scss */
.stripeelemw {
  padding: 0.5em;
  background-color: white;
  border-radius: 0.5em;
}
@media only screen and (min-width: 800px) {
  /* line 3, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont {
    width: 700px !important;
  }
}
@media only screen and (max-width: 600px) {
  /* line 8, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .scoreimg {
    float: none;
    margin: 0 auto;
  }
  /* line 12, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta {
    padding: 8px;
  }
  /* line 14, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta .oh {
    overflow: auto;
  }
}
/* line 19, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.workcont .workmeta {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
@media only screen and (min-width: 601px) {
  /* line 19, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
  }
  /* line 27, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 31, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta .metaleft {
    width: 40%;
  }
  /* line 33, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta .metaleft img {
    width: 100%;
  }
  /* line 37, /rails/dooley2/app/assets/stylesheets/work.css.scss */
  .workcont .workmeta .metaright {
    width: 60%;
  }
}

/* line 43, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.work_links {
  text-align: left;
}

/* line 46, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.pushright {
  margin-left: 150px;
}

/* line 49, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.reccredit {
  margin: 0 0 24px 0;
  font-size: 13px;
}

/* line 55, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.workgoods th, .workgoods td {
  padding: 4px 8px !important;
  text-align: center;
  height: 48px;
  vertical-align: middle;
  border-radius: 6px;
}
/* line 62, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.workgoods thead th {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 65, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.workgoods tbody td {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 71, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs {
  display: flex;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
/* line 75, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs > div {
  width: 50%;
}
/* line 78, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs .cr_name {
  font-weight: bold;
  font-size: 1.1em;
}
/* line 82, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs .cr_wrap {
  padding: 0.5em 1em;
  margin: 0.2em;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 88, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs img {
  max-width: 100%;
}
/* line 89, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs .cr_links {
  display: flex;
}
/* line 91, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs .cr_links .applelink, .crecs .cr_links .spotifylink {
  text-align: center;
  width: 50%;
  margin: 0.2em;
  padding: 0.5em;
  line-height: 1em;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
/* line 101, /rails/dooley2/app/assets/stylesheets/work.css.scss */
.crecs .cr_links img {
  height: 48px;
}
