/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/
/* == bootstrap == */
@import url(/assets/plugins/bootstrap.min-943a4c962eb9721036c4657f85ecfcac964e6269ac109308e3015ffd60e439c6.css);
/* == owl.carousel == */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://www.duruthemes.com/idesign/Roboto-v3/css/plugins/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/plugins/owl.carousel.min.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-nav {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #edd5cf;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #FFF;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #edd5cf;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

/* line 6, app/assets/stylesheets/plugins/owl.theme.default.min.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

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

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

/* line 17, app/assets/stylesheets/plugins/animate.min.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, app/assets/stylesheets/plugins/animate.min.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 27, app/assets/stylesheets/plugins/animate.min.css */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 33, app/assets/stylesheets/plugins/animate.min.css */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 95, app/assets/stylesheets/plugins/animate.min.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 122, app/assets/stylesheets/plugins/animate.min.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 163, app/assets/stylesheets/plugins/animate.min.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 242, app/assets/stylesheets/plugins/animate.min.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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 281, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    -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);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 340, app/assets/stylesheets/plugins/animate.min.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 401, app/assets/stylesheets/plugins/animate.min.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 482, app/assets/stylesheets/plugins/animate.min.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 571, app/assets/stylesheets/plugins/animate.min.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 658, app/assets/stylesheets/plugins/animate.min.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 731, app/assets/stylesheets/plugins/animate.min.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 804, app/assets/stylesheets/plugins/animate.min.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 877, app/assets/stylesheets/plugins/animate.min.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 950, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 993, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1036, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1069, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1102, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1145, app/assets/stylesheets/plugins/animate.min.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1170, app/assets/stylesheets/plugins/animate.min.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1207, app/assets/stylesheets/plugins/animate.min.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1240, app/assets/stylesheets/plugins/animate.min.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1277, app/assets/stylesheets/plugins/animate.min.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1310, app/assets/stylesheets/plugins/animate.min.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1347, app/assets/stylesheets/plugins/animate.min.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1380, app/assets/stylesheets/plugins/animate.min.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1417, app/assets/stylesheets/plugins/animate.min.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1450, app/assets/stylesheets/plugins/animate.min.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1475, app/assets/stylesheets/plugins/animate.min.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

/* line 1504, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1533, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1562, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1591, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1620, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1649, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1678, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1707, app/assets/stylesheets/plugins/animate.min.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1786, app/assets/stylesheets/plugins/animate.min.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1859, app/assets/stylesheets/plugins/animate.min.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1932, app/assets/stylesheets/plugins/animate.min.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 1977, app/assets/stylesheets/plugins/animate.min.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -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;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2022, app/assets/stylesheets/plugins/animate.min.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2081, app/assets/stylesheets/plugins/animate.min.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2112, app/assets/stylesheets/plugins/animate.min.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2155, app/assets/stylesheets/plugins/animate.min.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2196, app/assets/stylesheets/plugins/animate.min.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2237, app/assets/stylesheets/plugins/animate.min.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2278, app/assets/stylesheets/plugins/animate.min.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2319, app/assets/stylesheets/plugins/animate.min.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2356, app/assets/stylesheets/plugins/animate.min.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 2393, app/assets/stylesheets/plugins/animate.min.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 2430, app/assets/stylesheets/plugins/animate.min.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -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 2467, app/assets/stylesheets/plugins/animate.min.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -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 2504, app/assets/stylesheets/plugins/animate.min.css */
.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;
  }
  to {
    -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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2577, app/assets/stylesheets/plugins/animate.min.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2612, app/assets/stylesheets/plugins/animate.min.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2643, app/assets/stylesheets/plugins/animate.min.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2672, app/assets/stylesheets/plugins/animate.min.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    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 2713, app/assets/stylesheets/plugins/animate.min.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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 2754, app/assets/stylesheets/plugins/animate.min.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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 2795, app/assets/stylesheets/plugins/animate.min.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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 2836, app/assets/stylesheets/plugins/animate.min.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 2873, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    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 2918, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    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 2955, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    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 2992, app/assets/stylesheets/plugins/animate.min.css */
.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);
  }
  to {
    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);
  }
  to {
    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 3037, app/assets/stylesheets/plugins/animate.min.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3068, app/assets/stylesheets/plugins/animate.min.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3099, app/assets/stylesheets/plugins/animate.min.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3130, app/assets/stylesheets/plugins/animate.min.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3161, app/assets/stylesheets/plugins/animate.min.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3192, app/assets/stylesheets/plugins/animate.min.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3223, app/assets/stylesheets/plugins/animate.min.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3254, app/assets/stylesheets/plugins/animate.min.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3285, app/assets/stylesheets/plugins/animate.min.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* == themify & flaticon icons ==*/
@font-face {
  font-family: 'themify';
  src: url(/assets/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot);
  src: url(/assets/themify-f1ba2ff6b8910c974fe48b17a80843b8b19ac6e6ae08d68bd27df2259ce6c658.eot?#iefix) format("embedded-opentype"), url(/assets/themify-efcb3c913adebf3e17d241a55cab2c25f0ff6fbd217d1ae4c29e7c84952a404b.woff) format("woff"), url(/assets/themify-67c745cef69ad6303b7cf19bd616a48401e7bb8e1e1d9de050c7d6622c56fcb5.ttf) format("truetype"), url(/assets/themify-65e509ce3dede84abcba9340e383d7188b5fd05d30a7558ad4b7bc2c8d8d1118.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, app/assets/stylesheets/plugins/themify-icons.css */
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/plugins/themify-icons.css */
.ti-wand:before {
  content: "\e600";
}

/* line 29, app/assets/stylesheets/plugins/themify-icons.css */
.ti-volume:before {
  content: "\e601";
}

/* line 32, app/assets/stylesheets/plugins/themify-icons.css */
.ti-user:before {
  content: "\e602";
}

/* line 35, app/assets/stylesheets/plugins/themify-icons.css */
.ti-unlock:before {
  content: "\e603";
}

/* line 38, app/assets/stylesheets/plugins/themify-icons.css */
.ti-unlink:before {
  content: "\e604";
}

/* line 41, app/assets/stylesheets/plugins/themify-icons.css */
.ti-trash:before {
  content: "\e605";
}

/* line 44, app/assets/stylesheets/plugins/themify-icons.css */
.ti-thought:before {
  content: "\e606";
}

/* line 47, app/assets/stylesheets/plugins/themify-icons.css */
.ti-target:before {
  content: "\e607";
}

/* line 50, app/assets/stylesheets/plugins/themify-icons.css */
.ti-tag:before {
  content: "\e608";
}

/* line 53, app/assets/stylesheets/plugins/themify-icons.css */
.ti-tablet:before {
  content: "\e609";
}

/* line 56, app/assets/stylesheets/plugins/themify-icons.css */
.ti-star:before {
  content: "\e60a";
}

/* line 59, app/assets/stylesheets/plugins/themify-icons.css */
.ti-spray:before {
  content: "\e60b";
}

/* line 62, app/assets/stylesheets/plugins/themify-icons.css */
.ti-signal:before {
  content: "\e60c";
}

/* line 65, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 68, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 71, app/assets/stylesheets/plugins/themify-icons.css */
.ti-settings:before {
  content: "\e60f";
}

/* line 74, app/assets/stylesheets/plugins/themify-icons.css */
.ti-search:before {
  content: "\e610";
}

/* line 77, app/assets/stylesheets/plugins/themify-icons.css */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 80, app/assets/stylesheets/plugins/themify-icons.css */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 83, app/assets/stylesheets/plugins/themify-icons.css */
.ti-cut:before {
  content: "\e613";
}

/* line 86, app/assets/stylesheets/plugins/themify-icons.css */
.ti-ruler:before {
  content: "\e614";
}

/* line 89, app/assets/stylesheets/plugins/themify-icons.css */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 92, app/assets/stylesheets/plugins/themify-icons.css */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 95, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bookmark:before {
  content: "\e617";
}

/* line 98, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 101, app/assets/stylesheets/plugins/themify-icons.css */
.ti-reload:before {
  content: "\e619";
}

/* line 104, app/assets/stylesheets/plugins/themify-icons.css */
.ti-plus:before {
  content: "\e61a";
}

/* line 107, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pin:before {
  content: "\e61b";
}

/* line 110, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pencil:before {
  content: "\e61c";
}

/* line 113, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 116, app/assets/stylesheets/plugins/themify-icons.css */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 119, app/assets/stylesheets/plugins/themify-icons.css */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 122, app/assets/stylesheets/plugins/themify-icons.css */
.ti-na:before {
  content: "\e620";
}

/* line 125, app/assets/stylesheets/plugins/themify-icons.css */
.ti-mobile:before {
  content: "\e621";
}

/* line 128, app/assets/stylesheets/plugins/themify-icons.css */
.ti-minus:before {
  content: "\e622";
}

/* line 131, app/assets/stylesheets/plugins/themify-icons.css */
.ti-medall:before {
  content: "\e623";
}

/* line 134, app/assets/stylesheets/plugins/themify-icons.css */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 137, app/assets/stylesheets/plugins/themify-icons.css */
.ti-marker:before {
  content: "\e625";
}

/* line 140, app/assets/stylesheets/plugins/themify-icons.css */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 143, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 146, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 149, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 152, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 155, app/assets/stylesheets/plugins/themify-icons.css */
.ti-lock:before {
  content: "\e62b";
}

/* line 158, app/assets/stylesheets/plugins/themify-icons.css */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 161, app/assets/stylesheets/plugins/themify-icons.css */
.ti-link:before {
  content: "\e62d";
}

/* line 164, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout:before {
  content: "\e62e";
}

/* line 167, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layers:before {
  content: "\e62f";
}

/* line 170, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 173, app/assets/stylesheets/plugins/themify-icons.css */
.ti-key:before {
  content: "\e631";
}

/* line 176, app/assets/stylesheets/plugins/themify-icons.css */
.ti-import:before {
  content: "\e632";
}

/* line 179, app/assets/stylesheets/plugins/themify-icons.css */
.ti-image:before {
  content: "\e633";
}

/* line 182, app/assets/stylesheets/plugins/themify-icons.css */
.ti-heart:before {
  content: "\e634";
}

/* line 185, app/assets/stylesheets/plugins/themify-icons.css */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 188, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 191, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-open:before {
  content: "\e637";
}

/* line 194, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 197, app/assets/stylesheets/plugins/themify-icons.css */
.ti-folder:before {
  content: "\e639";
}

/* line 200, app/assets/stylesheets/plugins/themify-icons.css */
.ti-flag:before {
  content: "\e63a";
}

/* line 203, app/assets/stylesheets/plugins/themify-icons.css */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 206, app/assets/stylesheets/plugins/themify-icons.css */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 209, app/assets/stylesheets/plugins/themify-icons.css */
.ti-eye:before {
  content: "\e63d";
}

/* line 212, app/assets/stylesheets/plugins/themify-icons.css */
.ti-export:before {
  content: "\e63e";
}

/* line 215, app/assets/stylesheets/plugins/themify-icons.css */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 218, app/assets/stylesheets/plugins/themify-icons.css */
.ti-desktop:before {
  content: "\e640";
}

/* line 221, app/assets/stylesheets/plugins/themify-icons.css */
.ti-cup:before {
  content: "\e641";
}

/* line 224, app/assets/stylesheets/plugins/themify-icons.css */
.ti-crown:before {
  content: "\e642";
}

/* line 227, app/assets/stylesheets/plugins/themify-icons.css */
.ti-comments:before {
  content: "\e643";
}

/* line 230, app/assets/stylesheets/plugins/themify-icons.css */
.ti-comment:before {
  content: "\e644";
}

/* line 233, app/assets/stylesheets/plugins/themify-icons.css */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 236, app/assets/stylesheets/plugins/themify-icons.css */
.ti-close:before {
  content: "\e646";
}

/* line 239, app/assets/stylesheets/plugins/themify-icons.css */
.ti-clip:before {
  content: "\e647";
}

/* line 242, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-up:before {
  content: "\e648";
}

/* line 245, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-right:before {
  content: "\e649";
}

/* line 248, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 251, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 254, app/assets/stylesheets/plugins/themify-icons.css */
.ti-check:before {
  content: "\e64c";
}

/* line 257, app/assets/stylesheets/plugins/themify-icons.css */
.ti-check-box:before {
  content: "\e64d";
}

/* line 260, app/assets/stylesheets/plugins/themify-icons.css */
.ti-camera:before {
  content: "\e64e";
}

/* line 263, app/assets/stylesheets/plugins/themify-icons.css */
.ti-announcement:before {
  content: "\e64f";
}

/* line 266, app/assets/stylesheets/plugins/themify-icons.css */
.ti-brush:before {
  content: "\e650";
}

/* line 269, app/assets/stylesheets/plugins/themify-icons.css */
.ti-briefcase:before {
  content: "\e651";
}

/* line 272, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bolt:before {
  content: "\e652";
}

/* line 275, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 278, app/assets/stylesheets/plugins/themify-icons.css */
.ti-blackboard:before {
  content: "\e654";
}

/* line 281, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bag:before {
  content: "\e655";
}

/* line 284, app/assets/stylesheets/plugins/themify-icons.css */
.ti-move:before {
  content: "\e656";
}

/* line 287, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 290, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 293, app/assets/stylesheets/plugins/themify-icons.css */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 296, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 299, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 302, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 305, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 308, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 311, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 314, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 317, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 320, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 323, app/assets/stylesheets/plugins/themify-icons.css */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 326, app/assets/stylesheets/plugins/themify-icons.css */
.ti-zip:before {
  content: "\e664";
}

/* line 329, app/assets/stylesheets/plugins/themify-icons.css */
.ti-world:before {
  content: "\e665";
}

/* line 332, app/assets/stylesheets/plugins/themify-icons.css */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 335, app/assets/stylesheets/plugins/themify-icons.css */
.ti-view-list:before {
  content: "\e667";
}

/* line 338, app/assets/stylesheets/plugins/themify-icons.css */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 341, app/assets/stylesheets/plugins/themify-icons.css */
.ti-view-grid:before {
  content: "\e669";
}

/* line 344, app/assets/stylesheets/plugins/themify-icons.css */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 347, app/assets/stylesheets/plugins/themify-icons.css */
.ti-upload:before {
  content: "\e66b";
}

/* line 350, app/assets/stylesheets/plugins/themify-icons.css */
.ti-underline:before {
  content: "\e66c";
}

/* line 353, app/assets/stylesheets/plugins/themify-icons.css */
.ti-truck:before {
  content: "\e66d";
}

/* line 356, app/assets/stylesheets/plugins/themify-icons.css */
.ti-timer:before {
  content: "\e66e";
}

/* line 359, app/assets/stylesheets/plugins/themify-icons.css */
.ti-ticket:before {
  content: "\e66f";
}

/* line 362, app/assets/stylesheets/plugins/themify-icons.css */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 365, app/assets/stylesheets/plugins/themify-icons.css */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 368, app/assets/stylesheets/plugins/themify-icons.css */
.ti-text:before {
  content: "\e672";
}

/* line 371, app/assets/stylesheets/plugins/themify-icons.css */
.ti-stats-up:before {
  content: "\e673";
}

/* line 374, app/assets/stylesheets/plugins/themify-icons.css */
.ti-stats-down:before {
  content: "\e674";
}

/* line 377, app/assets/stylesheets/plugins/themify-icons.css */
.ti-split-v:before {
  content: "\e675";
}

/* line 380, app/assets/stylesheets/plugins/themify-icons.css */
.ti-split-h:before {
  content: "\e676";
}

/* line 383, app/assets/stylesheets/plugins/themify-icons.css */
.ti-smallcap:before {
  content: "\e677";
}

/* line 386, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shine:before {
  content: "\e678";
}

/* line 389, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shift-right:before {
  content: "\e679";
}

/* line 392, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 395, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shield:before {
  content: "\e67b";
}

/* line 398, app/assets/stylesheets/plugins/themify-icons.css */
.ti-notepad:before {
  content: "\e67c";
}

/* line 401, app/assets/stylesheets/plugins/themify-icons.css */
.ti-server:before {
  content: "\e67d";
}

/* line 404, app/assets/stylesheets/plugins/themify-icons.css */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 407, app/assets/stylesheets/plugins/themify-icons.css */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 410, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pulse:before {
  content: "\e680";
}

/* line 413, app/assets/stylesheets/plugins/themify-icons.css */
.ti-printer:before {
  content: "\e681";
}

/* line 416, app/assets/stylesheets/plugins/themify-icons.css */
.ti-power-off:before {
  content: "\e682";
}

/* line 419, app/assets/stylesheets/plugins/themify-icons.css */
.ti-plug:before {
  content: "\e683";
}

/* line 422, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 425, app/assets/stylesheets/plugins/themify-icons.css */
.ti-paragraph:before {
  content: "\e685";
}

/* line 428, app/assets/stylesheets/plugins/themify-icons.css */
.ti-panel:before {
  content: "\e686";
}

/* line 431, app/assets/stylesheets/plugins/themify-icons.css */
.ti-package:before {
  content: "\e687";
}

/* line 434, app/assets/stylesheets/plugins/themify-icons.css */
.ti-music:before {
  content: "\e688";
}

/* line 437, app/assets/stylesheets/plugins/themify-icons.css */
.ti-music-alt:before {
  content: "\e689";
}

/* line 440, app/assets/stylesheets/plugins/themify-icons.css */
.ti-mouse:before {
  content: "\e68a";
}

/* line 443, app/assets/stylesheets/plugins/themify-icons.css */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 446, app/assets/stylesheets/plugins/themify-icons.css */
.ti-money:before {
  content: "\e68c";
}

/* line 449, app/assets/stylesheets/plugins/themify-icons.css */
.ti-microphone:before {
  content: "\e68d";
}

/* line 452, app/assets/stylesheets/plugins/themify-icons.css */
.ti-menu:before {
  content: "\e68e";
}

/* line 455, app/assets/stylesheets/plugins/themify-icons.css */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 458, app/assets/stylesheets/plugins/themify-icons.css */
.ti-map:before {
  content: "\e690";
}

/* line 461, app/assets/stylesheets/plugins/themify-icons.css */
.ti-map-alt:before {
  content: "\e691";
}

/* line 464, app/assets/stylesheets/plugins/themify-icons.css */
.ti-loop:before {
  content: "\e692";
}

/* line 467, app/assets/stylesheets/plugins/themify-icons.css */
.ti-location-pin:before {
  content: "\e693";
}

/* line 470, app/assets/stylesheets/plugins/themify-icons.css */
.ti-list:before {
  content: "\e694";
}

/* line 473, app/assets/stylesheets/plugins/themify-icons.css */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 476, app/assets/stylesheets/plugins/themify-icons.css */
.ti-Italic:before {
  content: "\e696";
}

/* line 479, app/assets/stylesheets/plugins/themify-icons.css */
.ti-info:before {
  content: "\e697";
}

/* line 482, app/assets/stylesheets/plugins/themify-icons.css */
.ti-infinite:before {
  content: "\e698";
}

/* line 485, app/assets/stylesheets/plugins/themify-icons.css */
.ti-id-badge:before {
  content: "\e699";
}

/* line 488, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hummer:before {
  content: "\e69a";
}

/* line 491, app/assets/stylesheets/plugins/themify-icons.css */
.ti-home:before {
  content: "\e69b";
}

/* line 494, app/assets/stylesheets/plugins/themify-icons.css */
.ti-help:before {
  content: "\e69c";
}

/* line 497, app/assets/stylesheets/plugins/themify-icons.css */
.ti-headphone:before {
  content: "\e69d";
}

/* line 500, app/assets/stylesheets/plugins/themify-icons.css */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 503, app/assets/stylesheets/plugins/themify-icons.css */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 506, app/assets/stylesheets/plugins/themify-icons.css */
.ti-gift:before {
  content: "\e6a0";
}

/* line 509, app/assets/stylesheets/plugins/themify-icons.css */
.ti-game:before {
  content: "\e6a1";
}

/* line 512, app/assets/stylesheets/plugins/themify-icons.css */
.ti-filter:before {
  content: "\e6a2";
}

/* line 515, app/assets/stylesheets/plugins/themify-icons.css */
.ti-files:before {
  content: "\e6a3";
}

/* line 518, app/assets/stylesheets/plugins/themify-icons.css */
.ti-file:before {
  content: "\e6a4";
}

/* line 521, app/assets/stylesheets/plugins/themify-icons.css */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 524, app/assets/stylesheets/plugins/themify-icons.css */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 527, app/assets/stylesheets/plugins/themify-icons.css */
.ti-download:before {
  content: "\e6a7";
}

/* line 530, app/assets/stylesheets/plugins/themify-icons.css */
.ti-direction:before {
  content: "\e6a8";
}

/* line 533, app/assets/stylesheets/plugins/themify-icons.css */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 536, app/assets/stylesheets/plugins/themify-icons.css */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 539, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 542, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 545, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 548, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 551, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 554, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 557, app/assets/stylesheets/plugins/themify-icons.css */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 560, app/assets/stylesheets/plugins/themify-icons.css */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 563, app/assets/stylesheets/plugins/themify-icons.css */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 566, app/assets/stylesheets/plugins/themify-icons.css */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 569, app/assets/stylesheets/plugins/themify-icons.css */
.ti-car:before {
  content: "\e6b5";
}

/* line 572, app/assets/stylesheets/plugins/themify-icons.css */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 575, app/assets/stylesheets/plugins/themify-icons.css */
.ti-book:before {
  content: "\e6b7";
}

/* line 578, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bell:before {
  content: "\e6b8";
}

/* line 581, app/assets/stylesheets/plugins/themify-icons.css */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 584, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 587, app/assets/stylesheets/plugins/themify-icons.css */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 590, app/assets/stylesheets/plugins/themify-icons.css */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 593, app/assets/stylesheets/plugins/themify-icons.css */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 596, app/assets/stylesheets/plugins/themify-icons.css */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 599, app/assets/stylesheets/plugins/themify-icons.css */
.ti-archive:before {
  content: "\e6bf";
}

/* line 602, app/assets/stylesheets/plugins/themify-icons.css */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 605, app/assets/stylesheets/plugins/themify-icons.css */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 608, app/assets/stylesheets/plugins/themify-icons.css */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 611, app/assets/stylesheets/plugins/themify-icons.css */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 614, app/assets/stylesheets/plugins/themify-icons.css */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 617, app/assets/stylesheets/plugins/themify-icons.css */
.ti-alert:before {
  content: "\e6c5";
}

/* line 620, app/assets/stylesheets/plugins/themify-icons.css */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 623, app/assets/stylesheets/plugins/themify-icons.css */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 626, app/assets/stylesheets/plugins/themify-icons.css */
.ti-write:before {
  content: "\e6c8";
}

/* line 629, app/assets/stylesheets/plugins/themify-icons.css */
.ti-window:before {
  content: "\e6c9";
}

/* line 632, app/assets/stylesheets/plugins/themify-icons.css */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 635, app/assets/stylesheets/plugins/themify-icons.css */
.ti-widget:before {
  content: "\e6cb";
}

/* line 638, app/assets/stylesheets/plugins/themify-icons.css */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 641, app/assets/stylesheets/plugins/themify-icons.css */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 644, app/assets/stylesheets/plugins/themify-icons.css */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 647, app/assets/stylesheets/plugins/themify-icons.css */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 650, app/assets/stylesheets/plugins/themify-icons.css */
.ti-vector:before {
  content: "\e6d0";
}

/* line 653, app/assets/stylesheets/plugins/themify-icons.css */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 656, app/assets/stylesheets/plugins/themify-icons.css */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 659, app/assets/stylesheets/plugins/themify-icons.css */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 662, app/assets/stylesheets/plugins/themify-icons.css */
.ti-support:before {
  content: "\e6d4";
}

/* line 665, app/assets/stylesheets/plugins/themify-icons.css */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 668, app/assets/stylesheets/plugins/themify-icons.css */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 671, app/assets/stylesheets/plugins/themify-icons.css */
.ti-slice:before {
  content: "\e6d7";
}

/* line 674, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 677, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 680, app/assets/stylesheets/plugins/themify-icons.css */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 683, app/assets/stylesheets/plugins/themify-icons.css */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 686, app/assets/stylesheets/plugins/themify-icons.css */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 689, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 692, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 695, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 698, app/assets/stylesheets/plugins/themify-icons.css */
.ti-palette:before {
  content: "\e6e0";
}

/* line 701, app/assets/stylesheets/plugins/themify-icons.css */
.ti-more:before {
  content: "\e6e1";
}

/* line 704, app/assets/stylesheets/plugins/themify-icons.css */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 707, app/assets/stylesheets/plugins/themify-icons.css */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 710, app/assets/stylesheets/plugins/themify-icons.css */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 713, app/assets/stylesheets/plugins/themify-icons.css */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 716, app/assets/stylesheets/plugins/themify-icons.css */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 719, app/assets/stylesheets/plugins/themify-icons.css */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 722, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 725, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 728, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 731, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 734, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 737, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 740, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 743, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 746, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 749, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 752, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 755, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 758, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 761, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 764, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 767, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 770, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 773, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 776, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 779, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 782, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 785, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 788, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 791, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 794, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 797, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 800, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 803, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 806, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 809, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 812, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 815, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 818, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 821, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 824, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 827, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 830, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 833, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 836, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 839, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 842, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 845, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 848, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 851, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 854, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 857, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 860, app/assets/stylesheets/plugins/themify-icons.css */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 863, app/assets/stylesheets/plugins/themify-icons.css */
.ti-info-alt:before {
  content: "\e717";
}

/* line 866, app/assets/stylesheets/plugins/themify-icons.css */
.ti-help-alt:before {
  content: "\e718";
}

/* line 869, app/assets/stylesheets/plugins/themify-icons.css */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 872, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 875, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 878, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 881, app/assets/stylesheets/plugins/themify-icons.css */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 884, app/assets/stylesheets/plugins/themify-icons.css */
.ti-gallery:before {
  content: "\e71e";
}

/* line 887, app/assets/stylesheets/plugins/themify-icons.css */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 890, app/assets/stylesheets/plugins/themify-icons.css */
.ti-face-sad:before {
  content: "\e720";
}

/* line 893, app/assets/stylesheets/plugins/themify-icons.css */
.ti-credit-card:before {
  content: "\e721";
}

/* line 896, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 899, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 902, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-record:before {
  content: "\e724";
}

/* line 905, app/assets/stylesheets/plugins/themify-icons.css */
.ti-control-eject:before {
  content: "\e725";
}

/* line 908, app/assets/stylesheets/plugins/themify-icons.css */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 911, app/assets/stylesheets/plugins/themify-icons.css */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 914, app/assets/stylesheets/plugins/themify-icons.css */
.ti-youtube:before {
  content: "\e728";
}

/* line 917, app/assets/stylesheets/plugins/themify-icons.css */
.ti-vimeo:before {
  content: "\e729";
}

/* line 920, app/assets/stylesheets/plugins/themify-icons.css */
.ti-twitter:before {
  content: "\e72a";
}

/* line 923, app/assets/stylesheets/plugins/themify-icons.css */
.ti-time:before {
  content: "\e72b";
}

/* line 926, app/assets/stylesheets/plugins/themify-icons.css */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 929, app/assets/stylesheets/plugins/themify-icons.css */
.ti-skype:before {
  content: "\e72d";
}

/* line 932, app/assets/stylesheets/plugins/themify-icons.css */
.ti-share:before {
  content: "\e72e";
}

/* line 935, app/assets/stylesheets/plugins/themify-icons.css */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 938, app/assets/stylesheets/plugins/themify-icons.css */
.ti-rocket:before {
  content: "\e730";
}

/* line 941, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pinterest:before {
  content: "\e731";
}

/* line 944, app/assets/stylesheets/plugins/themify-icons.css */
.ti-new-window:before {
  content: "\e732";
}

/* line 947, app/assets/stylesheets/plugins/themify-icons.css */
.ti-microsoft:before {
  content: "\e733";
}

/* line 950, app/assets/stylesheets/plugins/themify-icons.css */
.ti-list-ol:before {
  content: "\e734";
}

/* line 953, app/assets/stylesheets/plugins/themify-icons.css */
.ti-linkedin:before {
  content: "\e735";
}

/* line 956, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 959, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 962, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 965, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 968, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 971, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 974, app/assets/stylesheets/plugins/themify-icons.css */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 977, app/assets/stylesheets/plugins/themify-icons.css */
.ti-instagram:before {
  content: "\e73d";
}

/* line 980, app/assets/stylesheets/plugins/themify-icons.css */
.ti-google:before {
  content: "\e73e";
}

/* line 983, app/assets/stylesheets/plugins/themify-icons.css */
.ti-github:before {
  content: "\e73f";
}

/* line 986, app/assets/stylesheets/plugins/themify-icons.css */
.ti-flickr:before {
  content: "\e740";
}

/* line 989, app/assets/stylesheets/plugins/themify-icons.css */
.ti-facebook:before {
  content: "\e741";
}

/* line 992, app/assets/stylesheets/plugins/themify-icons.css */
.ti-dropbox:before {
  content: "\e742";
}

/* line 995, app/assets/stylesheets/plugins/themify-icons.css */
.ti-dribbble:before {
  content: "\e743";
}

/* line 998, app/assets/stylesheets/plugins/themify-icons.css */
.ti-apple:before {
  content: "\e744";
}

/* line 1001, app/assets/stylesheets/plugins/themify-icons.css */
.ti-android:before {
  content: "\e745";
}

/* line 1004, app/assets/stylesheets/plugins/themify-icons.css */
.ti-save:before {
  content: "\e746";
}

/* line 1007, app/assets/stylesheets/plugins/themify-icons.css */
.ti-save-alt:before {
  content: "\e747";
}

/* line 1010, app/assets/stylesheets/plugins/themify-icons.css */
.ti-yahoo:before {
  content: "\e748";
}

/* line 1013, app/assets/stylesheets/plugins/themify-icons.css */
.ti-wordpress:before {
  content: "\e749";
}

/* line 1016, app/assets/stylesheets/plugins/themify-icons.css */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 1019, app/assets/stylesheets/plugins/themify-icons.css */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 1022, app/assets/stylesheets/plugins/themify-icons.css */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 1025, app/assets/stylesheets/plugins/themify-icons.css */
.ti-trello:before {
  content: "\e74d";
}

/* line 1028, app/assets/stylesheets/plugins/themify-icons.css */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 1031, app/assets/stylesheets/plugins/themify-icons.css */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 1034, app/assets/stylesheets/plugins/themify-icons.css */
.ti-sharethis:before {
  content: "\e750";
}

/* line 1037, app/assets/stylesheets/plugins/themify-icons.css */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 1040, app/assets/stylesheets/plugins/themify-icons.css */
.ti-reddit:before {
  content: "\e752";
}

/* line 1043, app/assets/stylesheets/plugins/themify-icons.css */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 1046, app/assets/stylesheets/plugins/themify-icons.css */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 1049, app/assets/stylesheets/plugins/themify-icons.css */
.ti-linux:before {
  content: "\e755";
}

/* line 1052, app/assets/stylesheets/plugins/themify-icons.css */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 1055, app/assets/stylesheets/plugins/themify-icons.css */
.ti-joomla:before {
  content: "\e757";
}

/* line 1058, app/assets/stylesheets/plugins/themify-icons.css */
.ti-html5:before {
  content: "\e758";
}

/* line 1061, app/assets/stylesheets/plugins/themify-icons.css */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 1064, app/assets/stylesheets/plugins/themify-icons.css */
.ti-email:before {
  content: "\e75a";
}

/* line 1067, app/assets/stylesheets/plugins/themify-icons.css */
.ti-drupal:before {
  content: "\e75b";
}

/* line 1070, app/assets/stylesheets/plugins/themify-icons.css */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 1073, app/assets/stylesheets/plugins/themify-icons.css */
.ti-css3:before {
  content: "\e75d";
}

/* line 1076, app/assets/stylesheets/plugins/themify-icons.css */
.ti-rss:before {
  content: "\e75e";
}

/* line 1079, app/assets/stylesheets/plugins/themify-icons.css */
.ti-rss-alt:before {
  content: "\e75f";
}

/*
Flaticon icon font: Flaticon
*/
@font-face {
  font-family: 'Flaticon';
  src: url(/assets/Flaticon-1301263859909ec26aeb63074a92b5897668c0c6b303eb786f26d92b96623300.eot);
  src: url(/assets/Flaticon-1301263859909ec26aeb63074a92b5897668c0c6b303eb786f26d92b96623300.eot?#iefix) format("embedded-opentype"), url(/assets/Flaticon-5b591a2fc3e2f8eb5d4ad9a161f66b5fe738d0db9b88ba06031d06c5e9f36367.woff2) format("woff2"), url(/assets/Flaticon-0b9ed1a74a1b95517e6767735780014c28b3ea046fa7bdcfe23b0d0cb83bfabb.woff) format("woff"), url(/assets/Flaticon-4c6ce01804f462630109ea8c21d447d849c458d9bd014c21608620be3296bb40.ttf) format("truetype"), url(/assets/Flaticon-9f62c0a96a359db93946ead9452ca4c3a50364cd66dcf06c105633c8243731b4.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Flaticon';
    src: url(/assets/Flaticon-9f62c0a96a359db93946ead9452ca4c3a50364cd66dcf06c105633c8243731b4.svg#Flaticon) format("svg");
  }
}

/* line 21, app/assets/stylesheets/plugins/flaticon.css */
[class^='flaticon-'],
[class*=' flaticon-'],
[class^='flaticon-'],
[class*=' flaticon-'] {
  line-height: 1;
}

/* line 27, app/assets/stylesheets/plugins/flaticon.css */
[class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  font-family: Flaticon;
  font-style: normal;
}

/* line 34, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-menu:before {
  content: '\f100';
}

/* line 37, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-call:before {
  content: '\f101';
}

/* line 40, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-phone:before {
  content: '\f102';
}

/* line 43, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-envelope:before {
  content: '\f103';
}

/* line 46, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-message:before {
  content: '\f104';
}

/* line 49, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-clipboard:before {
  content: '\f105';
}

/* line 52, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-checklist:before {
  content: '\f106';
}

/* line 55, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-calendar:before {
  content: '\f107';
}

/* line 58, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-event:before {
  content: '\f108';
}

/* line 61, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-man:before {
  content: '\f109';
}

/* line 64, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-user:before {
  content: '\f10a';
}

/* line 67, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-group:before {
  content: '\f10b';
}

/* line 70, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-teamwork:before {
  content: '\f10c';
}

/* line 73, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-team:before {
  content: '\f10d';
}

/* line 76, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-back-2:before {
  content: '\f119';
}

/* line 79, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-bread:before {
  content: '\f11a';
}

/* line 82, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-breakfast:before {
  content: '\f11b';
}

/* line 85, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-coffee:before {
  content: '\f11c';
}

/* line 88, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-airplane:before {
  content: '\f11d';
}

/* line 91, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-marker:before {
  content: '\f11e';
}

/* line 94, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-location-pin:before {
  content: '\f11f';
}

/* line 97, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-barbecue:before {
  content: '\f120';
}

/* line 100, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-hotel:before {
  content: '\f121';
}

/* line 103, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-air-freight:before {
  content: '\f123';
}

/* line 106, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-world:before {
  content: '\f124';
}

/* line 109, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-fast-food:before {
  content: '\f125';
}

/* line 112, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-swimming:before {
  content: '\f126';
}

/* line 115, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-paper-plane:before {
  content: '\f127';
}

/* line 118, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-youtube:before {
  content: '\f12b';
}

/* line 121, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-rating:before {
  content: '\f12d';
}

/* line 124, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-clock:before {
  content: '\f12e';
}

/* line 127, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-clock-1:before {
  content: '\f12f';
}

/* line 130, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-credit-card:before {
  content: '\f130';
}

/* line 133, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-discount:before {
  content: '\f131';
}

/* line 136, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-like:before {
  content: '\f133';
}

/* line 139, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-bed:before {
  content: '\f135';
}

/* line 142, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-wifi:before {
  content: '\f136';
}

/* line 145, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-car:before {
  content: '\f137';
}

/* line 148, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-coffee-cup:before {
  content: '\f138';
}

/* line 151, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-serving-dish:before {
  content: '\f13a';
}

/* line 154, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-bath:before {
  content: '\f13e';
}

/* line 157, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-housekeeping:before {
  content: '\f140';
}

/* line 160, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-shopping-cart:before {
  content: '\f142';
}

/* line 163, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-kitchen:before {
  content: '\f143';
}

/* line 166, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-hamburger:before {
  content: '\f144';
}

/* line 169, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-towel:before {
  content: '\f145';
}

/* line 172, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-shield:before {
  content: '\f147';
}

/* line 175, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-headphones:before {
  content: '\f148';
}

/* line 178, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-pizza:before {
  content: '\f149';
}

/* line 181, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-cake:before {
  content: '\f14a';
}

/* line 184, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-boiled:before {
  content: '\f14b';
}

/* line 187, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-cookie:before {
  content: '\f14c';
}

/* line 190, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-cocktail:before {
  content: '\f14d';
}

/* line 193, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-globe:before {
  content: '\f156';
}

/* line 196, app/assets/stylesheets/plugins/flaticon.css */
.flaticon-home:before {
  content: '\f157';
}

/* == magnific-popup gallery  == */
/* Magnific Popup CSS */
/* line 2, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #1b1b1b;
  opacity: 0.9;
}

/* line 13, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, app/assets/stylesheets/plugins/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, app/assets/stylesheets/plugins/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #000;
}

/* line 149, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3b3b3b;
}

/* line 211, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3b3b3b;
}

/* line 219, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, app/assets/stylesheets/plugins/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #3b3b3b;
}

/* line 271, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-title {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 295, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 298, app/assets/stylesheets/plugins/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 305, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 308, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 310, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 313, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 316, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 324, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 326, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 329, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 341, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 344, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 347, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 350, app/assets/stylesheets/plugins/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* == YouTubePopUp == */
/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/
/* line 17, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

/* line 28, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 58, app/assets/stylesheets/plugins/YouTubePopUp.css */
body.logged-in .YouTubePopUp-Wrap {
  /* For WordPress */
  top: 32px;
  z-index: 99998;
}

/* line 63, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

/* line 71, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* line 83, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 112, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

/* line 128, app/assets/stylesheets/plugins/YouTubePopUp.css */
.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  /* line 133, app/assets/stylesheets/plugins/YouTubePopUp.css */
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px) {
  /* line 139, app/assets/stylesheets/plugins/YouTubePopUp.css */
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  /* line 143, app/assets/stylesheets/plugins/YouTubePopUp.css */
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px) {
  /* line 149, app/assets/stylesheets/plugins/YouTubePopUp.css */
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  /* line 153, app/assets/stylesheets/plugins/YouTubePopUp.css */
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}

/* == for booking css == */
/*!
 * https://select2.github.io
 *
 * Released under the MIT license
 * https://github.com/select2/select2/blob/master/LICENSE.md
 */
/* line 7, app/assets/stylesheets/plugins/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 14, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 22, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 30, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 33, app/assets/stylesheets/plugins/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 37, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 45, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 52, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 55, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 62, app/assets/stylesheets/plugins/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 65, app/assets/stylesheets/plugins/select2.css */
.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 73, app/assets/stylesheets/plugins/select2.css */
.select2-results {
  display: block;
}

/* line 76, app/assets/stylesheets/plugins/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 81, app/assets/stylesheets/plugins/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 86, app/assets/stylesheets/plugins/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/plugins/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 92, app/assets/stylesheets/plugins/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 97, app/assets/stylesheets/plugins/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 102, app/assets/stylesheets/plugins/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 106, app/assets/stylesheets/plugins/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 111, app/assets/stylesheets/plugins/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 114, app/assets/stylesheets/plugins/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 117, app/assets/stylesheets/plugins/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #3b3b3b;
  filter: alpha(opacity=0);
}

/* line 134, app/assets/stylesheets/plugins/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 144, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #f5eee9;
  border-radius: 4px;
}

/* line 149, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1b1b1b;
  line-height: 28px;
}

/* line 153, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 158, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1b1b1b;
}

/* line 161, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 168, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #eee3d0 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 180, app/assets/stylesheets/plugins/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 183, app/assets/stylesheets/plugins/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 187, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  cursor: default;
}

/* line 191, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 194, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #eee3d0 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 198, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #f5eee9;
  border-radius: 4px;
  cursor: text;
}

/* line 204, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 211, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #1b1b1b;
  margin-top: 5px;
  float: left;
}

/* line 216, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 223, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #f5eee9;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 233, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 240, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1b1b1b;
}

/* line 243, app/assets/stylesheets/plugins/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 248, app/assets/stylesheets/plugins/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 252, app/assets/stylesheets/plugins/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 256, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #eee3d0 1px;
  outline: 0;
}

/* line 260, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fff;
  cursor: default;
}

/* line 264, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 267, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 272, app/assets/stylesheets/plugins/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 277, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #f5eee9;
}

/* line 280, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 287, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 291, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 294, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #1b1b1b;
}

/* line 297, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

/* line 300, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 303, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 306, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 310, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 314, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 318, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 322, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 326, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #1b1b1b;
}

/* line 330, app/assets/stylesheets/plugins/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 335, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #fff;
  border: 1px solid #f5eee9;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 346, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #f5eee9;
}

/* line 349, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #1b1b1b;
  line-height: 28px;
}

/* line 353, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 359, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #1b1b1b;
}

/* line 362, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #fff;
  border: none;
  border-left: 1px solid #f5eee9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 379, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #eee3d0 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 391, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 394, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #f5eee9;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 403, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #f5eee9;
}

/* line 406, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 410, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #eee3d0 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 414, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 424, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 434, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #f5eee9;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 441, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #f5eee9;
}

/* line 444, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 449, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 452, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #f5eee9;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 462, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
}

/* line 468, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1b1b1b;
}

/* line 471, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 474, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 478, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 482, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #f5eee9;
}

/* line 485, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 490, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 495, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #f5eee9;
  outline: 0;
}

/* line 499, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 503, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 507, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 510, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 513, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 517, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 520, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #1b1b1b;
}

/* line 523, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #1b1b1b;
}

/* line 527, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 532, app/assets/stylesheets/plugins/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #eee3d0;
}

/*
* jQuery UI - v1.10.0 - http://jqueryui.com
* Includes: jquery.ui.datepicker.css
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT
*/
/* ======= Datepicker ======= */
/* line 8, app/assets/stylesheets/plugins/datepicker.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 14, app/assets/stylesheets/plugins/datepicker.css */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 19, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 24, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 28, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 35, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 0px;
}

/* line 39, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-prev {
  left: 8px;
}

/* line 42, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-next {
  right: 8px;
}

/* line 45, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 53, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 58, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 62, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 65, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 69, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 75, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: normal;
  border: 0;
  font-weight: 300;
}

/* line 82, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 86, app/assets/stylesheets/plugins/datepicker.css */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* == Vegas Slider == */
/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-overlay {
  opacity: .5;
  background: url(/) center center;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 0px;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform,opacity;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0) brightness(1.01);
  filter: blur(0) brightness(1.01);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-blur2-out {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-fade2-out {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/plugins/vegas.slider.min.css */
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
