/*!
Theme Name: Mountain State Forest Fest
Theme URI:
Author:
Author URI:
Description: Custom WordPress theme based on _s.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: msff
Tags:
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

.hvr-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.hvr-glow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow
}

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

@media screen and (min-width:34em) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }

  .text-sm-justify {
    text-align: justify !important
  }

  .is-invisible-sm {
    visibility: none !important
  }

  .is-hidden-sm {
    display: none !important
  }

  .block-sm {
    display: block !important
  }

  .inline-sm {
    display: inline !important
  }

  .inline-block-sm {
    display: inline-block !important
  }
}

@media screen and (min-width:48em) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }

  .text-md-justify {
    text-align: justify !important
  }

  .is-invisible-md {
    visibility: none !important
  }

  .is-hidden-md {
    display: none !important
  }

  .block-md {
    display: block !important
  }

  .inline-md {
    display: inline !important
  }

  .inline-block-md {
    display: inline-block !important
  }
}

@media screen and (min-width:62em) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }

  .text-lg-justify {
    text-align: justify !important
  }

  .is-invisible-lg {
    visibility: none !important
  }

  .is-hidden-lg {
    display: none !important
  }

  .block-lg {
    display: block !important
  }

  .inline-lg {
    display: inline !important
  }

  .inline-block-lg {
    display: inline-block !important
  }
}

@media screen and (min-width:75em) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-lx-center {
    text-align: center !important
  }

  .text-xl-justify {
    text-align: justify !important
  }

  .is-invisible-xl {
    visibility: none !important
  }

  .is-hidden-xl {
    display: none !important
  }

  .block-xl {
    display: block !important
  }

  .inline-xl {
    display: inline !important
  }

  .inline-block-xl {
    display: inline-block !important
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes a {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes a {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes b {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

@keyframes b {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: b;
  animation-name: b
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes c {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: c;
  animation-name: c
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes d {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: d;
  animation-name: d
}

@-webkit-keyframes e {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 e {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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)
  }
}

.shake {
  -webkit-animation-name: e;
  animation-name: e
}

@-webkit-keyframes f {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes f {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: f;
  animation-name: f
}

@-webkit-keyframes g {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes g {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: g;
  animation-name: g
}

@-webkit-keyframes h {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes h {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: h;
  animation-name: h
}

@-webkit-keyframes i {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes i {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.wobble {
  -webkit-animation-name: i;
  animation-name: i
}

@-webkit-keyframes j {
  0%, 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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.39062deg) skewY(.39062deg);
    transform: skewX(.39062deg) skewY(.39062deg)
  }

  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}

@keyframes j {
  0%, 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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.39062deg) skewY(.39062deg);
    transform: skewX(.39062deg) skewY(.39062deg)
  }

  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
}

.jello {
  -webkit-animation-name: j;
  animation-name: j;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes k {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes k {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-name: k;
  animation-name: k
}

@-webkit-keyframes l {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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 l {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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
  }
}

.bounceInDown {
  -webkit-animation-name: l;
  animation-name: l
}

@-webkit-keyframes m {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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 m {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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
  }
}

.bounceInLeft {
  -webkit-animation-name: m;
  animation-name: m
}

@-webkit-keyframes n {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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 n {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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
  }
}

.bounceInRight {
  -webkit-animation-name: n;
  animation-name: n
}

@-webkit-keyframes o {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes o {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: o;
  animation-name: o
}

@-webkit-keyframes p {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes p {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: p;
  animation-name: p
}

@-webkit-keyframes q {
  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 q {
  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)
  }
}

.bounceOutDown {
  -webkit-animation-name: q;
  animation-name: q
}

@-webkit-keyframes r {
  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 r {
  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)
  }
}

.bounceOutLeft {
  -webkit-animation-name: r;
  animation-name: r
}

@-webkit-keyframes s {
  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 s {
  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)
  }
}

.bounceOutRight {
  -webkit-animation-name: s;
  animation-name: s
}

@-webkit-keyframes t {
  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 t {
  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)
  }
}

.bounceOutUp {
  -webkit-animation-name: t;
  animation-name: t
}

@-webkit-keyframes u {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes u {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: u;
  animation-name: u
}

@-webkit-keyframes v {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes v {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: v;
  animation-name: v
}

@-webkit-keyframes w {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes w {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: w;
  animation-name: w
}

@-webkit-keyframes x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: x;
  animation-name: x
}

@-webkit-keyframes y {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes y {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: y;
  animation-name: y
}

@-webkit-keyframes z {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes z {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: z;
  animation-name: z
}

@-webkit-keyframes A {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes A {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: A;
  animation-name: A
}

@-webkit-keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: B;
  animation-name: B
}

@-webkit-keyframes C {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes C {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: C;
  animation-name: C
}

@-webkit-keyframes D {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes D {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: D;
  animation-name: D
}

@-webkit-keyframes E {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes E {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: E;
  animation-name: E
}

@-webkit-keyframes F {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes F {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: F;
  animation-name: F
}

@-webkit-keyframes G {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes G {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: G;
  animation-name: G
}

@-webkit-keyframes H {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes H {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: H;
  animation-name: H
}

@-webkit-keyframes I {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes I {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: I;
  animation-name: I
}

@-webkit-keyframes J {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes J {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: J;
  animation-name: J
}

@-webkit-keyframes K {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes K {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: K;
  animation-name: K
}

@-webkit-keyframes L {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes L {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: L;
  animation-name: L
}

@-webkit-keyframes M {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn)
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg)
  }

  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes M {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn)
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg)
  }

  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: M;
  animation-name: M
}

@-webkit-keyframes N {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes N {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: N;
  animation-name: N
}

@-webkit-keyframes O {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes O {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: O;
  animation-name: O
}

@-webkit-keyframes P {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes P {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: P;
  animation-name: P;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes Q {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes Q {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: Q;
  animation-name: Q
}

@-webkit-keyframes R {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  60%, 80% {
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes R {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  60%, 80% {
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: R;
  animation-name: R;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes S {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes S {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: S;
  animation-name: S;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes T {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes T {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: T;
  animation-name: T
}

@-webkit-keyframes U {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes U {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: U;
  animation-name: U
}

@-webkit-keyframes V {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes V {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: V;
  animation-name: V
}

@-webkit-keyframes W {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes W {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: W;
  animation-name: W
}

@-webkit-keyframes X {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes X {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: X;
  animation-name: X
}

@-webkit-keyframes Y {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes Y {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: center
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: Y;
  animation-name: Y
}

@-webkit-keyframes Z {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes Z {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: Z;
  animation-name: Z
}

@-webkit-keyframes ab {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes ab {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: ab;
  animation-name: ab
}

@-webkit-keyframes bb {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes bb {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: left bottom
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: bb;
  animation-name: bb
}

@-webkit-keyframes cb {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes cb {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  0%, to {
    -webkit-transform-origin: right bottom
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: cb;
  animation-name: cb
}

@-webkit-keyframes db {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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 db {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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
  }
}

.hinge {
  -webkit-animation-name: db;
  animation-name: db
}

@-webkit-keyframes eb {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes eb {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: eb;
  animation-name: eb
}

@-webkit-keyframes fb {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes fb {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: fb;
  animation-name: fb
}

@-webkit-keyframes gb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes gb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: gb;
  animation-name: gb
}

@-webkit-keyframes hb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes hb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: hb;
  animation-name: hb
}

@-webkit-keyframes ib {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes ib {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: ib;
  animation-name: ib
}

@-webkit-keyframes jb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes jb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: jb;
  animation-name: jb
}

@-webkit-keyframes kb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes kb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: kb;
  animation-name: kb
}

@-webkit-keyframes lb {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%, to {
    opacity: 0
  }
}

@keyframes lb {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%, to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: lb;
  animation-name: lb
}

@-webkit-keyframes mb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes mb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: mb;
  animation-name: mb
}

@-webkit-keyframes nb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes nb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: nb;
  animation-name: nb
}

@-webkit-keyframes ob {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes ob {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: ob;
  animation-name: ob
}

@-webkit-keyframes pb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes pb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: pb;
  animation-name: pb
}

@-webkit-keyframes qb {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes qb {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: qb;
  animation-name: qb
}

@-webkit-keyframes rb {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rb {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: rb;
  animation-name: rb
}

@-webkit-keyframes sb {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes sb {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: sb;
  animation-name: sb
}

@-webkit-keyframes tb {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes tb {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: tb;
  animation-name: tb
}

@-webkit-keyframes ub {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes ub {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: ub;
  animation-name: ub
}

@-webkit-keyframes vb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes vb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: vb;
  animation-name: vb
}

@-webkit-keyframes wb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes wb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: wb;
  animation-name: wb
}

@-webkit-keyframes xb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes xb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: xb;
  animation-name: xb
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body, button, input, select, textarea {
  color: #404040;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
  clear: both
}

cite, dfn, em, i {
  font-style: italic
}

pre {
  background: #eee;
  font-family: Courier\ 10 Pitch, Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em
}

code, kbd, pre, tt, var {
  font-size: 15px;
  font-size: .9375rem
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

ins, mark {
  background: #fff9c0;
  text-decoration: none
}

big {
  font-size: 125%
}

a {
  text-decoration: underline
}

a, a:visited {
  color: #9d6631
}

a:active, a:focus, a:hover {
  color: #c37f3e;
  text-decoration: none
}

a:focus {
  outline: thin dotted
}

a:active, a:hover {
  outline: 0
}

.btn, .gform_button, button, input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.5;
  border-radius: 4px;
  color: #fff;
  background: #9d6631;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .gform_button.active.focus, .gform_button.active:focus, .gform_button.focus, .gform_button:active.focus, .gform_button:active:focus, .gform_button:focus, button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus, input[type=button].active.focus, input[type=button].active:focus, input[type=button].focus, input[type=button]:active.focus, input[type=button]:active:focus, input[type=button]:focus, input[type=reset].active.focus, input[type=reset].active:focus, input[type=reset].focus, input[type=reset]:active.focus, input[type=reset]:active:focus, input[type=reset]:focus, input[type=submit].active.focus, input[type=submit].active:focus, input[type=submit].focus, input[type=submit]:active.focus, input[type=submit]:active:focus, input[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover, .gform_button.focus, .gform_button:focus, .gform_button:hover, button.focus, button:focus, button:hover, input[type=button].focus, input[type=button]:focus, input[type=button]:hover, input[type=reset].focus, input[type=reset]:focus, input[type=reset]:hover, input[type=submit].focus, input[type=submit]:focus, input[type=submit]:hover {
  color: #fff;
  background: #c37f3e;
  text-decoration: none
}

.btn.active, .btn:active, .gform_button.active, .gform_button:active, button.active, button:active, input[type=button].active, input[type=button]:active, input[type=reset].active, input[type=reset]:active, input[type=submit].active, input[type=submit]:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], .gform_button.disabled, .gform_button[disabled], button.disabled, button[disabled], fieldset[disabled] .btn, fieldset[disabled] .gform_button, fieldset[disabled] button, fieldset[disabled] input[type=button], fieldset[disabled] input[type=reset], fieldset[disabled] input[type=submit], input[type=button].disabled, input[type=button][disabled], input[type=reset].disabled, input[type=reset][disabled], input[type=submit].disabled, input[type=submit][disabled] {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none
}

a.btn {
  text-decoration: none
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none
}

.btn.btn-block, .gform_button.btn-block, button.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

html {
  box-sizing: border-box
}

*, :after, :before {
  box-sizing: inherit;
  margin: 0;
  padding: 0
}

body {
  background: #1b1310;
  font-size: 100%;
  font-family: Open Sans, sans-serif;
  text-align: center
}

blockquote, q {
  quotes: """"
}

blockquote:after, blockquote:before, q:after, q:before {
  content: ""
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}

ul {
  list-style: disc
}

ol, ul {
  margin-left: 1.5em
}

ol {
  list-style: decimal
}

@media screen and (min-width:48em) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

img {
  height: auto;
  max-width: 100%
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  color: #111
}

select {
  border: 1px solid #ccc
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  padding: 3px
}

textarea {
  padding-left: 3px;
  width: 100%
}

.gform_wrapper {
  padding: 0
}

.gform_wrapper ul {
  padding-left: 0;
  list-style: none
}

.gform_wrapper li {
  margin-bottom: 15px
}

.gform_wrapper form {
  margin-bottom: 0
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #d9534f
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
  resize: none;
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ginput_container .datepicker {
  width: auto;
  display: inline-block
}

.ginput_container .ui-datepicker-trigger {
  display: inline-block;
  margin-left: 5px
}

.ginput_container input:-moz-placeholder, .ginput_container input::-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea:-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #777
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #777
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #777
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #9d6631;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(157, 102, 49, .6)
}

.ginput_container input[disabled], .ginput_container input[readonly], .ginput_container select[disabled], .ginput_container select[readonly], .ginput_container textarea[disabled], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee
}

.ginput_container textarea, textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto
}

.ginput_container .gfield_checkbox li, .ginput_container .gfield_radio li {
  margin-bottom: 5px
}

.ginput_container .gfield_checkbox input, .ginput_container .gfield_radio input {
  width: auto;
  display: inline-block;
  box-shadow: none
}

.ginput_container .gfield_checkbox label, .ginput_container .gfield_radio label {
  position: relative;
  top: 2px;
  left: 15px
}

.gform_wrapper .gfield_error .gfield_label {
  color: #d9534f
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #e7908e;
  background-color: #fdf7f7;
  color: #d9534f
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #d9534f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 83, 79, .6)
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fdf7f7;
  border-color: #e7908e;
  color: #d9534f
}

.validation_error h4 {
  margin-top: 0;
  color: inherit
}

.validation_error .alert-link {
  font-weight: 700
}

.validation_error>p, .validation_error>ul {
  margin-bottom: 0
}

.validation_error>p+p {
  margin-top: 5px
}

.validation_error hr {
  border-top-color: #e7908e
}

.validation_error .alert-link {
  color: #d9534f
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit
}

#gforms_confirmation_message .alert-link {
  font-weight: 700
}

#gforms_confirmation_message>p, #gforms_confirmation_message>ul {
  margin-bottom: 0
}

#gforms_confirmation_message>p+p {
  margin-top: 5px
}

.gform_wrapper label {
  font-weight: 400
}

.gform_wrapper .gfield_label {
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-style: normal
}

.gform_wrapper .ginput_complex label {
  color: #fff
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 5
}

#content[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
  content: "";
  display: table
}

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
  clear: both
}

.infinite-scroll.neverending .site-footer, .infinite-scroll .posts-navigation {
  display: none
}

.infinity-end.neverending .site-footer, .sticky {
  display: block
}

.hentry {
  margin: 0
}

.byline, .updated:not(.published) {
  display: none
}

.group-blog .byline, .single .byline {
  display: inline
}

.entry-content, .entry-summary, .page-content {
  margin: 0
}

.page-links {
  clear: both;
  margin: 0
}

.archive .format-aside .entry-title, .blog .format-aside .entry-title {
  display: none
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.widget {
  margin: 0
}

.widget select {
  max-width: 100%
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.wp-caption, embed, iframe, object {
  max-width: 100%
}

.wp-caption {
  margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0
}

.wp-caption-text {
  text-align: center
}

.gallery {
  margin: 1.5em 0
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-top: 1em
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-caption {
  display: block
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: "";
  display: table
}

.container-fluid:after, .container:after, .row:after {
  clear: both
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: .9375em;
  padding-right: .9375em
}

@media screen and (min-width:48em) {
  .container {
    width: 46.125em
  }
}

@media screen and (min-width:62em) {
  .container {
    width: 60.125em
  }
}

@media screen and (min-width:75em) {
  .container {
    width: 73.125em
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: .9375em;
  padding-right: .9375em
}

.row {
  margin-left: -.9375em;
  margin-right: -.9375em
}

[class*=col-] {
  min-height: 1px;
  padding-left: .9375em;
  padding-right: .9375em;
  position: relative
}

[class*=col-xs] {
  float: left
}

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

.col-xs-12 {
  width: 100%
}

.push-xs-1 {
  left: 8.33333%
}

.pull-xs-1 {
  left: -8.33333%
}

.push-xs-2 {
  left: 16.66667%
}

.pull-xs-2 {
  left: -16.66667%
}

.push-xs-3 {
  left: 25%
}

.pull-xs-3 {
  left: -25%
}

.push-xs-4 {
  left: 33.33333%
}

.pull-xs-4 {
  left: -33.33333%
}

.push-xs-5 {
  left: 41.66667%
}

.pull-xs-5 {
  left: -41.66667%
}

.push-xs-6 {
  left: 50%
}

.pull-xs-6 {
  left: -50%
}

.push-xs-7 {
  left: 58.33333%
}

.pull-xs-7 {
  left: -58.33333%
}

.push-xs-8 {
  left: 66.66667%
}

.pull-xs-8 {
  left: -66.66667%
}

.push-xs-9 {
  left: 75%
}

.pull-xs-9 {
  left: -75%
}

.push-xs-10 {
  left: 83.33333%
}

.pull-xs-10 {
  left: -83.33333%
}

.push-xs-11 {
  left: 91.66667%
}

.pull-xs-11 {
  left: -91.66667%
}

@media screen and (min-width:34em) {
  [class*=col-sm] {
    float: left
  }

  .col-sm-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

  .col-sm-12 {
    width: 100%
  }

  .push-sm-1 {
    left: 8.33333%
  }

  .pull-sm-1 {
    left: -8.33333%
  }

  .push-sm-2 {
    left: 16.66667%
  }

  .pull-sm-2 {
    left: -16.66667%
  }

  .push-sm-3 {
    left: 25%
  }

  .pull-sm-3 {
    left: -25%
  }

  .push-sm-4 {
    left: 33.33333%
  }

  .pull-sm-4 {
    left: -33.33333%
  }

  .push-sm-5 {
    left: 41.66667%
  }

  .pull-sm-5 {
    left: -41.66667%
  }

  .push-sm-6 {
    left: 50%
  }

  .pull-sm-6 {
    left: -50%
  }

  .push-sm-7 {
    left: 58.33333%
  }

  .pull-sm-7 {
    left: -58.33333%
  }

  .push-sm-8 {
    left: 66.66667%
  }

  .pull-sm-8 {
    left: -66.66667%
  }

  .push-sm-9 {
    left: 75%
  }

  .pull-sm-9 {
    left: -75%
  }

  .push-sm-10 {
    left: 83.33333%
  }

  .pull-sm-10 {
    left: -83.33333%
  }

  .push-sm-11 {
    left: 91.66667%
  }

  .pull-sm-11 {
    left: -91.66667%
  }
}

@media screen and (min-width:48em) {
  [class*=col-md] {
    float: left
  }

  .col-md-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

  .col-md-12 {
    width: 100%
  }

  .push-md-1 {
    left: 8.33333%
  }

  .pull-md-1 {
    left: -8.33333%
  }

  .push-md-2 {
    left: 16.66667%
  }

  .pull-md-2 {
    left: -16.66667%
  }

  .push-md-3 {
    left: 25%
  }

  .pull-md-3 {
    left: -25%
  }

  .push-md-4 {
    left: 33.33333%
  }

  .pull-md-4 {
    left: -33.33333%
  }

  .push-md-5 {
    left: 41.66667%
  }

  .pull-md-5 {
    left: -41.66667%
  }

  .push-md-6 {
    left: 50%
  }

  .pull-md-6 {
    left: -50%
  }

  .push-md-7 {
    left: 58.33333%
  }

  .pull-md-7 {
    left: -58.33333%
  }

  .push-md-8 {
    left: 66.66667%
  }

  .pull-md-8 {
    left: -66.66667%
  }

  .push-md-9 {
    left: 75%
  }

  .pull-md-9 {
    left: -75%
  }

  .push-md-10 {
    left: 83.33333%
  }

  .pull-md-10 {
    left: -83.33333%
  }

  .push-md-11 {
    left: 91.66667%
  }

  .pull-md-11 {
    left: -91.66667%
  }
}

@media screen and (min-width:62em) {
  [class*=col-lg] {
    float: left
  }

  .col-lg-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

  .col-lg-12 {
    width: 100%
  }

  .push-lg-1 {
    left: 8.33333%
  }

  .pull-lg-1 {
    left: -8.33333%
  }

  .push-lg-2 {
    left: 16.66667%
  }

  .pull-lg-2 {
    left: -16.66667%
  }

  .push-lg-3 {
    left: 25%
  }

  .pull-lg-3 {
    left: -25%
  }

  .push-lg-4 {
    left: 33.33333%
  }

  .pull-lg-4 {
    left: -33.33333%
  }

  .push-lg-5 {
    left: 41.66667%
  }

  .pull-lg-5 {
    left: -41.66667%
  }

  .push-lg-6 {
    left: 50%
  }

  .pull-lg-6 {
    left: -50%
  }

  .push-lg-7 {
    left: 58.33333%
  }

  .pull-lg-7 {
    left: -58.33333%
  }

  .push-lg-8 {
    left: 66.66667%
  }

  .pull-lg-8 {
    left: -66.66667%
  }

  .push-lg-9 {
    left: 75%
  }

  .pull-lg-9 {
    left: -75%
  }

  .push-lg-10 {
    left: 83.33333%
  }

  .pull-lg-10 {
    left: -83.33333%
  }

  .push-lg-11 {
    left: 91.66667%
  }

  .pull-lg-11 {
    left: -91.66667%
  }
}

@media screen and (min-width:75em) {
  [class*=col-xl] {
    float: left
  }

  .col-xl-1 {
    width: 8.33333%
  }

  .col-xl-2 {
    width: 16.66667%
  }

  .col-xl-3 {
    width: 25%
  }

  .col-xl-4 {
    width: 33.33333%
  }

  .col-xl-5 {
    width: 41.66667%
  }

  .col-xl-6 {
    width: 50%
  }

  .col-xl-7 {
    width: 58.33333%
  }

  .col-xl-8 {
    width: 66.66667%
  }

  .col-xl-9 {
    width: 75%
  }

  .col-xl-10 {
    width: 83.33333%
  }

  .col-xl-11 {
    width: 91.66667%
  }

  .col-xl-12 {
    width: 100%
  }

  .push-xl-1 {
    left: 8.33333%
  }

  .pull-xl-1 {
    left: -8.33333%
  }

  .push-xl-2 {
    left: 16.66667%
  }

  .pull-xl-2 {
    left: -16.66667%
  }

  .push-xl-3 {
    left: 25%
  }

  .pull-xl-3 {
    left: -25%
  }

  .push-xl-4 {
    left: 33.33333%
  }

  .pull-xl-4 {
    left: -33.33333%
  }

  .push-xl-5 {
    left: 41.66667%
  }

  .pull-xl-5 {
    left: -41.66667%
  }

  .push-xl-6 {
    left: 50%
  }

  .pull-xl-6 {
    left: -50%
  }

  .push-xl-7 {
    left: 58.33333%
  }

  .pull-xl-7 {
    left: -58.33333%
  }

  .push-xl-8 {
    left: 66.66667%
  }

  .pull-xl-8 {
    left: -66.66667%
  }

  .push-xl-9 {
    left: 75%
  }

  .pull-xl-9 {
    left: -75%
  }

  .push-xl-10 {
    left: 83.33333%
  }

  .pull-xl-10 {
    left: -83.33333%
  }

  .push-xl-11 {
    left: 91.66667%
  }

  .pull-xl-11 {
    left: -91.66667%
  }
}

.slide1 {
  padding: 0
}

@media screen and (min-width:48em) {
  .slide1 {
    padding: 0 0 2em
  }
}

.site-header .container {
  padding-top: 0
}

.site-header h1 {
  text-align: center;
  margin: 1em 0 0
}

.site-header .social-icons {
  padding: 3em 0 0
}

@media screen and (min-width:768px) and (max-width:996px) {
  .site-header .social-icons {
    margin-bottom: 1.5em
  }
}

@media screen and (min-width:48em) {
  .site-header .social-icons {
    float: left;
    margin-right: 1.5em;
    padding: 0
  }
}

.site-header .social-icons a {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 0 0 .5em;
  margin-right: 1em
}

.site-header .social-icons a:hover {
  border-bottom: 3px solid #fff
}

.site-header .sign-up {
  padding: .5em 0 0
}

@media screen and (min-width:768px) and (max-width:996px) {
  .site-header .sign-up {
    margin-bottom: 1.5em
  }
}

@media screen and (min-width:48em) {
  .site-header .sign-up {
    float: left;
    margin-right: 1.5em;
    padding: 0
  }
}

.site-header .sign-up a {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  border-bottom: 3px solid transparent;
  background: url(images/mail-icon.png) no-repeat 0 0;
  padding: .15em 0 .5em 2em
}

.site-header .sign-up a:hover {
  border-bottom: 3px solid #fff
}

.site-header-internal {
  background: url(images/slide1.jpg) no-repeat top
}

.site-header-internal .main-logo {
  margin: 2.25em 0 .5em
}

.main-navigation {
  background: rgba(0, 0, 0, .8);
  clear: both;
  float: left;
  width: 100%;
  padding: .5em 1em .25em;
  position: absolute;
  top: 0;
  z-index: 1
}

@media screen and (max-width:47.99em) {
  .main-navigation {
    padding-top: 1em
  }
}

@media screen and (min-width:48em) {
  .main-navigation {
    position: fixed;
    z-index: 3;
    padding: 2em 1em 1.25em
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right
}

@media screen and (min-width:48em) {
  .main-navigation ul {
    display: block
  }
}

.main-navigation ul ul {
  background: #000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  float: left;
  position: absolute;
  top: 1.75em;
  left: -999em;
  z-index: 4
}

@media screen and (min-width:1085px) {
  .main-navigation ul ul {
    top: 1.85em
  }
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0
}

.main-navigation ul ul li {
  text-align: left;
  margin: 0
}

.main-navigation ul ul li.focus>ul, .main-navigation ul ul li:hover>ul {
  left: 100%
}

.main-navigation ul ul a {
  background: #000;
  width: 225px;
  font-size: 14px;
  line-height: 1.4;
  padding: .5em .5em .25em
}

.main-navigation ul li.focus>ul, .main-navigation ul li:hover>ul {
  left: auto
}

.main-navigation li {
  float: left;
  position: relative;
  margin-left: 1em
}

@media (min-width:1085px) {
  .main-navigation li {
    margin-left: 1.5em
  }
}

.main-navigation li:first-of-type {
  margin-left: 0
}

.main-navigation li:nth-of-type(4)>ul li a {
  width: 350px
}

.main-navigation li:nth-of-type(5)>ul li a {
  width: 170px
}

.main-navigation li:nth-of-type(5)>ul ul li a {
  width: 80px
}

.main-navigation li:nth-of-type(5)>ul ul ul li a {
  width: 190px
}

.main-navigation li:nth-of-type(6)>ul li a {
  width: 170px
}

.main-navigation li.focus>a, .main-navigation li:hover>a {
  border-bottom: 5px solid #fff
}

.main-navigation a {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: border .3s;
  transition: border .3s;
  border-bottom: 5px solid transparent;
  padding-bottom: .5em;
padding-top:5px;
}

@media (min-width:1140px) {
  .main-navigation a {
    font-size: 14px;
  }
}

@media (min-width:1235px) {
  .main-navigation a {
    font-size: 16px;
  }
}

.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a {
  border-bottom: 5px solid #fff
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em;
  cursor: pointer;
  z-index: 3
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_menu {
  text-align: left;
  *zoom: 1;
  position: relative;
  z-index: 3
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: .875em;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: .875em;
  display: block;
  content: "";
  position: absolute
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after, .slicknav_menu:before {
  content: " ";
  display: table
}

.slicknav_menu:after {
  clear: both
}

.slicknav_nav {
  margin: 0;
  clear: both
}

.slicknav_nav li, .slicknav_nav ul {
  display: block
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_nav .slicknav_item a {
  display: inline
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block
}

.slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_brand {
  float: left
}

@media screen and (max-width:47.99em) {
  .slicknav_menu>ul {
    position: absolute;
    width: 100%;
    top: 54px;
    z-index: 3
  }
}

.slicknav_menu {
  font-size: 18px;
  font-size: 1.125rem;
  background: #666;
  display: block;
  width: 100%;
  padding: 0
}

@media screen and (min-width:48em) {
  .slicknav_menu {
    display: none
  }
}

.slicknav_menu * {
  box-sizing: border-box
}

.slicknav_menu .slicknav_menutxt {
  color: #fff
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  box-shadow: none;
  height: .1em
}

.slicknav_menu .slicknav_arrow {
  float: right;
  position: relative;
  top: 2px
}

.slicknav_btn {
  border-radius: 3px;
  border: 2px solid #fff;
  background-color: transparent;
  margin: .5em .5em .5em 0
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .25em
}

.slicknav_nav {
  background: #595959;
  color: #fff;
  margin: 0
}

.slicknav_nav>li {
  border-bottom: 1px solid #fff
}

.slicknav_nav>li:last-child {
  border: 0
}

.slicknav_nav ul {
  margin: 0
}

.slicknav_nav ul a {
  padding-left: 1.5em
}

.slicknav_nav ul ul a {
  padding-left: 3em
}

.slicknav_nav ul.sub-menu {
  border-top: 1px solid #fff
}

.slicknav_nav .slicknav_row {
  margin: 0;
  padding: 10px
}

.slicknav_nav .slicknav_row:hover {
  background: #111
}

.slicknav_nav .slicknav_row:hover>.slicknav_arrow {
  color: #fff
}

.slicknav_nav .slicknav_row>a {
  padding-left: 0 !important
}

.slicknav_nav a {
  border-radius: 0 !important;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin: 0
}

.slicknav_nav a:hover {
  background: #111;
  color: #fff
}

.slicknav_brand, .slicknav_nav a:hover a {
  color: #fff
}

.slicknav_icon {
  position: relative
}

.slicknav_icon span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .3s, .4s;
  transition-duration: .3s, .4s;
  -webkit-transition-delay: 0s, .5s;
  transition-delay: 0s, .5s;
  position: absolute;
  margin: 0 !important
}

.slicknav_icon span:first-of-type {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0
}

.slicknav_icon span:nth-of-type(2) {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: .9s, .9s;
  transition-duration: .9s, .9s;
  top: 7px;
  opacity: 1
}

.slicknav_icon span:nth-of-type(3) {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px
}

.slicknav_open .slicknav_icon span {
  -webkit-transition-duration: .3s, .5s;
  transition-duration: .3s, .5s;
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
  top: 7px
}

.slicknav_open .slicknav_icon span:first-of-type {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.slicknav_open .slicknav_icon span:nth-of-type(2) {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: .1s, .2s;
  transition-duration: .1s, .2s;
  opacity: 0
}

.slicknav_open .slicknav_icon span:nth-of-type(3) {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.container {
  overflow: hidden
}

.site-content {
  padding: 0 0 4em
}

.site-content h1 {
  color: #9d6631;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 1em 0 1.25em
}

.site-content h2 {
  color: #9d6631;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 .5em
}

@media screen and (min-width:48em) {
  .site-content h2 {
    text-align: left
  }
}

.site-content h3 {
  color: #9d6631;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 1em 0 2em
}

.site-content h3 small {
  color: #fff
}

.site-content p {
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8;
  margin: 0 0 1.5em
}

@media screen and (min-width:48em) {
  .site-content p {
    text-align: left
  }
}

.site-content ul {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  list-style: inside;
  margin: 0 0 1.5em
}

@media screen and (min-width:48em) {
  .site-content ul {
    text-align: left;
    list-style: outside;
    margin-left: 1.5em
  }
}

.site-content ul li {
  margin-bottom: .5em
}

.site-content hr {
  background-color: #171717;
  border: 0;
  max-width: 100px;
  height: 5px;
  margin: 0 auto 1.5em
}

@media screen and (min-width:48em) {
  .site-content hr {
    margin: 0 0 1.5em
  }
}

.site-content a.btn {
  color: #fff;
  text-indent: 0;
  margin-top: 1em
}

.site-content img {
  border: 2px solid #c37f3e
}

.site-content em {
  font-size: 80%;
  display: inline-block
}

.pdf-icon {
  background: url(images/pdf-icon.png) no-repeat 0;
  padding-left: 25px
}

.page-id-6 .site-content {
  padding: 0
}

.about {
  background: #1b1310;
  padding: 1.5em 0
}

@media screen and (min-width:48em) {
  .about {
    padding: 2em 0
  }
}

.about h2 {
  color: #9d6631;
  font-size: 42px;
  font-size: 2.625rem
}

.about p {
  color: #a5a5a5;
  line-height: 1.4
}

.about img {
  margin-bottom: 1em
}

.about hr {
  background-color: #9d6631
}

@media screen and (min-width:48em) {
  .about .image1 {
    float: left;
    width: 43%;
    margin-right: 1.5%
  }

  .about .image2 {
    float: left;
    width: 55.5%
  }
}

.slide2 {
  padding: 1.5em 0
}

@media screen and (min-width:48em) {
  .slide2 {
    padding: 3.5em 0
  }
}

.slide2 h2 {
  font-size: 42px;
  font-size: 2.625rem
}

.slide2 h2, .slide2 p {
  color: #171717
}

.slide2 img {
  margin-bottom: 1em
}

@media screen and (min-width:48em) {
  .slide2 img {
    margin-bottom: 1em
  }
}

.slide3 {
  padding: 1.5em 0
}

@media screen and (min-width:48em) {
  .slide3 {
    padding: 5em 0 10em
  }
}

.slide3 h2 {
  font-size: 42px;
  font-size: 2.625rem
}

.slide3 h2, .slide3 p {
  color: #171717
}

.slide3 img {
  margin-bottom: 1em
}

@media screen and (min-width:48em) {
  .slide3 img {
    margin-bottom: 0
  }
}

.slide4 {
  padding: 1.5em 0
}

@media screen and (min-width:48em) {
  .slide4 {
    padding: 3.5em 0
  }
}

.slide4 h2 {
  font-size: 42px;
  font-size: 2.625rem
}

.slide4 h2, .slide4 p {
  color: #171717
}

.slide4 img {
  margin-bottom: 1em
}

@media screen and (min-width:48em) {
  .slide4 img {
    margin-bottom: 1em
  }
}

.slide5 {
  padding: 1.5em 0
}

@media screen and (min-width:48em) {
  .slide5 {
    padding: 3.5em 0
  }
}

.slide5 h2 {
  font-size: 42px;
  font-size: 2.625rem
}

.slide5 h2, .slide5 p {
  color: #171717
}

.slide5 img {
  margin-bottom: 1em
}

@media screen and (min-width:48em) {
  .slide5 img {
    margin-bottom: 0
  }
}

.slide6 {
  padding: 1.5em 0
}

@media screen and (min-width:48em) {
  .slide6 {
    padding: 5em 0
  }
}

.slide6 h2 {
  font-size: 42px;
  font-size: 2.625rem
}

.slide6 h2, .slide6 p {
  color: #171717
}

.slide6 img {
  margin-bottom: 1em
}

@media screen and (min-width:48em) {
  .slide6 img {
    margin-bottom: 0
  }
}

.slide6 .map {
  margin-bottom: 1em
}

.slide6 .map iframe {
  pointer-events: none
}

.slide6 .fade-bg {
  border: 5px solid rgba(0, 0, 0, .75);
  background: #fff;
  padding: 1em
}

.countdown-timer {
  background: #171717;
  border-top: 2px solid #9d6631;
  border-bottom: 2px solid #9d6631;
  padding: 1.25em .5em .5em;
  margin-bottom: 1em
}

.countdown-timer h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 0
}

.countdown-timer a {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none;
  border-bottom: 2px solid #9d6631;
  -webkit-transition: color .3s, border .3s;
  transition: color .3s, border .3s
}

.countdown-timer a:hover {
  border-bottom: 2px solid #fff;
  color: #9d6631
}

.countdown-timer .countdown {
  border-radius: 8px;
  padding: 1em 0;
  margin: 0 !important
}

.countdown-timer .countdown .element_conteiner {
  min-width: 20% !important
}

.countdown-timer .countdown .time_left {
  background: none !important;
  font-size: 60px !important;
  padding-top: 0;
  padding-bottom: 0
}

.countdown-timer .countdown .time_description, .countdown-timer .countdown .time_left {
  font-family: Open Sans, sans-serif !important;
  color: #fff !important
}

#tribe-events-content {
  text-align: left;
  background: #eaeaea;
  border-radius: 10px;
  border: 2px solid #9d6631;
  padding: 1em
}

h2.tribe-events-page-title {
  margin: .75em 0 1em
}

#tribe-events-content.tribe-events-list {
  padding: .5em 1em !important
}

#tribe-events-content.tribe-events-list h2.tribe-events-page-title {
  text-align: center
}

#tribe-events .tribe-events-button {
  background: #9d6631
}

#tribe-events .tribe-events-button:hover {
  background: #8a592b
}

.tribe-events-list-separator-month span {
  background-color: #9d6631;
  color: #fff
}

.events-list .tribe-events-loop {
  max-width: 800px
}

@media screen and (max-width:47.99em) {
  .tribe-events-loop .tribe-events-event-meta {
    padding: 12px 10px 15px
  }
}

.tribe-events-list-event-description.tribe-events-content p {
  display: none
}

#tribe-events .tribe-events-content p, #tribe-events .tribe-events-content ul {
  color: #171717
}

ul.tribe-events-sub-nav a {
  font-size: 24px;
  font-size: 1.5rem
}

.single-tribe_events .tribe-events-event-image {
  text-align: center
}

.blog-posts {
  padding: 2em 1em
}

.blog-posts article.post {
  border-bottom: 2px solid #fff;
  margin-bottom: 2em
}

.blog-posts h1 {
  color: #9d6631;
  text-align: left;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 .75em
}

.blog-posts h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left
}

.blog-posts p {
  color: #fff;
  text-align: left;
  text-indent: 0
}

.blog-posts img {
  margin-bottom: 1.5em
}

@media screen and (min-width:48em) {
  .blog-posts img {
    margin: 1em 0 1.5em
  }
}

.blog-posts .entry-meta {
  text-align: left
}

.blog-posts .byline, .blog-posts .post-navigation {
  display: none
}

.blog-posts aside#secondary h2 {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em
}

.blog-posts aside#secondary ul {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  margin: 0 0 1.5em
}

.blog-posts aside#secondary ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  margin-bottom: .5em
}

.blog-posts aside#secondary .post-date {
  display: block
}

.cff-count {
  color: #000
}

#mc_embed_signup {
  margin-bottom: 3.5em
}

#mc_embed_signup .indicates-required, #mc_embed_signup label {
  color: #fff
}

#mc_embed_signup form {
  padding: 0 !important
}

#mc-embedded-subscribe {
  margin: 0 !important
}

#lean_overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  display: none
}

.modal_box {
  border: 3px solid #9d6631;
  background: rgba(0, 0, 0, .9);
  padding: .5em 2em;
  display: none;
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  position: absolute !important
}

@media screen and (min-width:48em) {
  .modal_box {
    position: fixed !important;
    width: 90%;
    max-height: 550px
  }
}

.modal_box.small-text p {
  font-size: 15px;
  font-size: .9375rem;
  margin-bottom: 1em
}

.modal_close {
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 15px
}

.card {
  width: 100%;
  min-height: 500px
}

@media screen and (min-width:48em) {
  .card {
    min-height: 269px
  }
}

@media screen and (min-width:62em) {
  .card {
    min-height: 362px
  }
}

@media screen and (min-width:75em) {
  .card {
    min-height: 450px
  }
}

.card .back a {
  background: url(images/leaves.png) no-repeat top;
  border: 2px solid #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .75);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 36px;
  font-size: 2.25rem;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50% 1em 1em
}

@media screen and (min-width:48em) {
  .card .back a {
    font-size: 28px;
    font-size: 1.75rem
  }
}

@media screen and (min-width:62em) {
  .card .back a {
    font-size: 36px;
    font-size: 2.25rem
  }
}

.card .back a:hover {
  text-decoration: none
}

.app-events h1, .app-events ul {
  text-align: left
}

.app-events ul {
  list-style: none;
  margin-left: 0
}

.app-events ul li {
  margin-bottom: 1em
}

.ticket-popup {
  background: url(https://forestfestival.com/wp-content/uploads/ticket-popup-bg.jpg) repeat top;
  max-width: 600px;
  min-height: 400px;
  text-align: center;
  padding-top: 2em
}

.ticket-popup h2 {
  font-weight: 800;
  text-transform: uppercase
}

.ticket-popup h2, .ticket-popup h3 {
  font-size: 40px;
  font-size: 2.5rem;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, .75);
  color: #f26522
}

.ticket-popup h3 {
  font-weight: 400;
  margin-bottom: .25em
}

.ticket-popup p {
  color: #f2eaea;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.5em
}

.ticket-popup p:last-of-type {
  margin-bottom: 0
}

.ticket-popup p strong {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem
}

.ticket-popup a {
  text-decoration: none;
  background: #f26522;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  text-transform: uppercase;
  max-width: 280px;
  margin: 0 auto;
  padding: 0 0 .15em;
  -webkit-transition: all .3s;
  transition: all .3s
}

.ticket-popup a:hover {
  background: #d54d0d
}

.past-queens td {
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem
}

@media screen and (min-width:48em) {
  .past-queens td {
    font-size: 15px;
    font-size: .9375rem
  }
}

.past-queens img {
  margin-top: 2em
}

.gform_wrapper li.gfield {
  margin: 2rem 0 !important
}

.gform_wrapper .ginput_quantity {
  display: inline-block !important
}

.gform_wrapper span.ginput_product_price, .gform_wrapper span.ginput_total {
  color: #f26522 !important
}

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 3rem 0 !important;
  padding: 2rem 0
}

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p:last-of-type {
  margin-bottom: 0
}

.gform_wrapper li.gsection {
  border-bottom: 0 !important;
  margin-bottom: 0 !important
}

.gform_wrapper li.gsection h2 {
  font-size: 2rem !important;
  margin-top: 3.5rem !important
}

ul.bsk-special-pdfs-container {
  list-style: none;
  margin: 0;
  text-align: left;
  margin-bottom: 3.5rem
}

ul.bsk-special-pdfs-container li {
  margin-bottom: 0
}

ul.bsk-special-pdfs-container li:nth-of-type(2n) a {
  background: #3b231a
}

ul.bsk-special-pdfs-container li:nth-of-type(2n) a:hover {
  color: #fff;
  background: #f26522
}

ul.bsk-special-pdfs-container li:nth-of-type(odd) a {
  background: #492d22
}

ul.bsk-special-pdfs-container li:nth-of-type(odd) a:hover {
  color: #fff;
  background: #f26522
}

ul.bsk-special-pdfs-container a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 21px;
  font-size: 1.3125rem;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: .5rem 1rem
}

/* Photo Archive Pages */

.archive-page h2 {
  text-align: center;
  border-top: 2px #ef8120 solid;
  border-bottom: 2px #ef8120 solid;
  font-size: 40px;
  padding: 1rem 0;
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
}

.archive-page h2.archive1 {
  color: #ffff00;
  text-transform: uppercase;
  font-weight: 700;
}

.archive-page h2.archive1 em {
  font-weight: normal;
}

.archive-page h2.archive1 em strong {
  font-weight: 700;
  color: #fff;
}

.archive-page h2.archive1 em strong a {
  color: #fff;
  text-decoration: none;
}

.archive-page h2.archive1 em strong a:hover {
  color: #ffff00;
}

.archive-page h2.archive2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3.5rem;
}

.site-footer .contact-info {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: .5em
}

@media screen and (min-width:48em) {
  .site-footer .contact-info {
    font-size: 28px;
    text-align: left;
    padding: 3.5em 0 0
  }
}

.site-footer .copyright {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5em
}

@media screen and (min-width:48em) {
  .site-footer .copyright {
    text-align: left
  }
}

.page-template-page-app .site-footer, .page-template-page-app .site-header, .page-template-page-app .slicknav_menu {
  display: none
}
