body {
  font-family: "proxima-nova", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@font-face {
  font-family: 'GothamMedium';
  src: url("../font/gotham-medium/Gotham-Medium.eot");
  src: url("../font/gotham-medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../font/gotham-medium/Gotham-Medium.woff2") format("woff2"), url("../font/gotham-medium/Gotham-Medium.woff") format("woff"), url("../font/gotham-medium/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

.content-container h2 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.6; }

.content-container p {
  font-size: 18px;
  line-height: 1.63;
  font-weight: 100; }

.content-container a {
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

html {
  margin-right: 0 !important;
  overflow: auto !important; }

.animsition-loading {
  opacity: 1 !important;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: green solid 5px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  padding: 20px;
  display: block;
  position: relative;
  -webkit-animation: spin 3s ease-in-out infinite !important;
  animation: spin 3s ease-in-out infinite !important; }
  .animsition-loading:after {
    content: " " !important;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    background: green;
    border-radius: 50%;
    text-indent: -9837598734597439574395px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

Copyright (c) 2015 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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

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

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.button {
  background: rgba(255, 255, 255, 0.12);
  border-color: #79635b;
  height: 50px;
  line-height: 50px;
  font-size: 15px; }

.button:hover {
  background: rgba(124, 178, 109, 0.4) !important; }

.button-primary {
  background: #79635b !important;
  border-color: #79635b !important;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }

.button-primary:hover {
  background: #5c4b45 !important; }

.checkboxes label {
  position: relative;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  vertical-align: -5px;
  margin-right: 15px;
  padding: 0;
  cursor: pointer;
  cursor: hand; }

.checkboxes input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden; }

.checkboxes span {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transition: 300ms;
          transition: 300ms;
  box-sizing: border-box; }

.checkboxes .tick {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms;
          transition: 300ms;
  background-repeat: no-repeat;
  background-position: center center; }

.checkboxes :checked + span .tick {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-image: url("../img/checkbox-tick.png");
  background-size: 70%; }

@media all and (max-width: 500px) {
  .checkboxes label {
    position: initial;
    border: none;
    box-sizing: border-box;
    width: auto;
    height: auto;
    vertical-align: baseline;
    margin-right: 0;
    cursor: auto;
    float: left; }
  .checkboxes input[type="checkbox"] {
    position: initial;
    width: auto;
    height: auto;
    visibility: visible; }
  .checkboxes span {
    display: none; }
  .checkboxes .tick {
    display: none; }
  .checkboxes :checked + span .tick {
    display: none; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 99999;
  pointer-events: none; }
  header .header-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100px; }
    header .header-container .logo {
      pointer-events: none;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease;
      opacity: 1; }
      header .header-container .logo a {
        pointer-events: auto; }
      header .header-container .logo.fadeOut {
        opacity: 0; }
    header .header-container .four {
      text-align: center;
      pointer-events: none; }
      header .header-container .four a {
        pointer-events: auto; }
    header .header-container .menu_burger {
      height: 50px;
      width: 50px;
      margin-top: 25px;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.85);
      display: inline-block;
      text-indent: -9999px; }
      header .header-container .menu_burger a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative; }
      header .header-container .menu_burger .patty {
        height: 4px;
        width: 30px;
        margin: 8px 10px;
        background: #fff;
        position: absolute; }
      header .header-container .menu_burger #top {
        -webkit-transition: opacity .3s ease;
                transition: opacity .3s ease;
        top: 5px; }
      header .header-container .menu_burger .mid {
        -webkit-transition: -webkit-transform .3s ease;
                transition: transform .3s ease;
        top: 15px; }
      header .header-container .menu_burger #bot {
        -webkit-transition: opacity .3s ease;
                transition: opacity .3s ease;
        top: 25px; }
    header .header-container .close #top {
      opacity: 0; }
    header .header-container .close .mid {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    header .header-container .close .mid:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    header .header-container .close #bot {
      opacity: 0; }

#menu-container {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px; }
  #menu-container nav ul {
    list-style: none; }
    #menu-container nav ul li {
      border-bottom: solid 1px #fff;
      line-height: 1;
      padding-top: 16px;
      padding-bottom: 15px;
      font-size: 15px !important;
      margin-bottom: 0; }
      #menu-container nav ul li a {
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: color .6s ease;
                transition: color .6s ease; }
        #menu-container nav ul li a:hover {
          color: rgba(0, 0, 0, 0.85); }
  #menu-container .social-icons {
    margin-bottom: 20px;
    margin-top: -10px; }
    #menu-container .social-icons p {
      display: inline-block;
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 0.2em; }
    #menu-container .social-icons a {
      height: 50px;
      line-height: 50px; }
      #menu-container .social-icons a i {
        pointer-events: auto;
        height: 50px;
        width: 50px;
        border: solid 2px #fff;
        display: inline-block;
        border-radius: 50%;
        color: #fff;
        margin: 0px 10px;
        font-size: 28px;
        box-sizing: border-box;
        -webkit-transition: background .3s ease;
                transition: background .3s ease; }
      #menu-container .social-icons a:hover i {
        background: #3b5998; }

.mfp-bg {
  background: #988074; }

.mfp-close {
  display: none !important; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.headerLogo {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0; }
  @media all and (max-width: 450px) {
    .headerLogo {
      margin-top: 20px; } }
  .headerLogo img {
    display: inline;
    max-width: 190px;
    width: 80%;
    margin-top: 0; }

div.page-title {
  position: initial;
  height: auto;
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 1; }
  div.page-title h2 {
    background: url("../img/hh/wooden-bar.png");
    background-position: center;
    background-size: cover;
    display: inline-block;
    font-size: 48px;
    vertical-align: middle;
    padding: 12px 15px;
    letter-spacing: .15em;
    padding-bottom: 5px;
    margin-bottom: 48px;
    font-weight: 800; }

.level-listing {
  height: auto;
  line-height: 40px;
  padding: 15px 0px;
  box-sizing: border-box; }
  .level-listing ul {
    list-style: none;
    margin: 0;
    text-align: center; }
    .level-listing ul li {
      display: inline-block;
      padding: 0px 10px;
      margin: 0; }
      .level-listing ul li a, .level-listing ul li p {
        text-decoration: none;
        font-size: 24px;
        text-transform: uppercase;
        color: #cdcdcd;
        font-weight: 600;
        line-height: 1.65;
        -webkit-transition: all .3s ease;
                transition: all .3s ease; }
        .level-listing ul li a:hover, .level-listing ul li p:hover {
          color: #333333; }
      .level-listing ul li p {
        line-height: 0;
        margin: 0; }
      .level-listing ul li .active {
        color: #333333; }
    .level-listing ul li:nth-last-child(1) {
      display: none; }

.owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.33);
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px; }

.owl-dots .active {
  background: white; }

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }

.home-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 50%;
  margin-left: 25%; }
  @media all and (max-width: 768px) {
    .home-video {
      width: 90%;
      margin-left: 5%; } }
  .home-video .inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .home-video .inner > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.announcement {
  padding: 25px;
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  text-decoration: none; }
  .announcement:hover {
    color: #fff; }
  .announcement.fadeOutDown {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .announcement .title {
    font-weight: 800;
    letter-spacing: .3em;
    font-size: 15px;
    margin-bottom: 5px; }
  .announcement .times {
    font-weight: 800;
    letter-spacing: .3em;
    font-size: 13px;
    margin-bottom: 5px; }
  .announcement .address {
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 100;
    margin-bottom: 5px; }
  .announcement .phone {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .3em;
    color: #7cb26d; }
  .announcement .announcement-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: url("../img/btn-close.png");
    width: 12px;
    height: 12px;
    background-size: 100%;
    text-indent: -9999px;
    cursor: pointer; }

.banner_container .announcement {
  right: 10px;
  bottom: 25px; }

.register-interest .announcement {
  bottom: 10px;
  right: 10px; }

body > .announcement {
  z-index: 999999999999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

#menu-container .announcement, .menu_announcement .announcement, #t-announcement-mob {
  display: none; }

@media all and (max-width: 960px) {
  #t-announcement-mob {
    background: url("../img/backgrounds/leaves.jpg");
    display: block;
    position: relative; }
  #t-announcement-mob .announcement {
    padding: 0;
    display: block !important;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #t-announcement-mob .announcement .title {
      margin-top: 15%; } }

.page-container {
  padding-top: 200px;
  padding-bottom: 40px; }
  .page-container .content-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    background: #fff;
    padding: 30px;
    box-sizing: border-box; }
    .page-container .content-container img {
      max-width: 100%;
      height: auto; }

.browserupgrade {
  background-color: #ea3333;
  padding: 7px;
  margin-bottom: 0;
  color: #fff;
  text-align: center; }
  .browserupgrade a {
    color: blue; }

body {
  overflow: hidden; }

.register-interest {
  background: url("../img/backgrounds/city.jpg");
  height: 550px;
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  .register-interest h1, .register-interest h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 700px;
    font-size: 24px;
    margin: 0 auto 20px;
    color: #79635b;
    font-weight: 600;
    padding: 0 10px; }
  .register-interest h5 {
    font-size: 20px;
    font-weight: bold; }
  .register-interest .announcement {
    background-color: rgba(40, 107, 64, 0.8);
    position: inherit;
    width: 300px;
    display: inline-block; }
  @media all and (max-width: 960px) {
    .register-interest {
      padding-top: 0px; } }
  .register-interest .wrapper {
    padding: 20px; }
    @media all and (max-width: 960px) {
      .register-interest .wrapper {
        padding-left: 10px;
        padding-right: 10px; }
        .register-interest .wrapper .button-primary {
          margin-top: 10px;
          margin-right: 0;
          margin-bottom: 20px; } }
    .register-interest .wrapper .left {
      float: left;
      width: 49%; }
      @media all and (max-width: 960px) {
        .register-interest .wrapper .left {
          width: 100%; } }
    .register-interest .wrapper .right {
      float: right;
      width: 49%; }
      @media all and (max-width: 960px) {
        .register-interest .wrapper .right {
          width: 100%; } }
    .register-interest .wrapper .center {
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 500px; }
      @media all and (max-width: 960px) {
        .register-interest .wrapper .center {
          width: 100%;
          max-width: inherit; } }

p.center {
  text-align: center; }

.gform_wrapper .gform_heading span.gform_description {
  text-align: center;
  font-weight: 700;
  font-size: 20px; }

page-container .gform_wrapper .gform_footer {
  margin: 0; }

#field_1_8 {
  margin: 0; }

.text-shadow {
  text-shadow: 0px 0px 4px #000; }

.button-primary span {
  border: none !important;
  margin-top: 7px; }

.wrapper .button-primary {
  vertical-align: top;
  margin-top: 24px;
  margin-right: 20px; }

.button-primary.wide {
  width: 230px;
  margin-left: 20px;
  padding-left: 0px;
  padding-right: 0px; }
  @media all and (max-width: 690px) {
    .button-primary.wide {
      display: block;
      display: block;
      margin: 0 auto 1em !important; } }

.home_container .home_banner h2 {
  color: #4a3417;
  position: absolute;
  top: 34%;
  width: 100%;
  text-align: center;
  letter-spacing: 4px; }
  @media all and (max-width: 769px) {
    .home_container .home_banner h2 {
      top: 30%; } }
  @media all and (max-width: 425px) {
    .home_container .home_banner h2 {
      top: 30%;
      font-size: 19px; } }

.home_container .banner_container {
  position: relative;
  z-index: 1; }
  .home_container .banner_container .home_slider {
    z-index: -1; }
    .home_container .banner_container .home_slider .special-title {
      position: absolute;
      width: 60vw;
      left: 20vw;
      top: 50vh;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 860px; }
      @media all and (max-width: 1024px) {
        .home_container .banner_container .home_slider .special-title {
          width: 80vw;
          left: 10vw; } }
      @media all and (max-width: 768px) {
        .home_container .banner_container .home_slider .special-title {
          width: 80vw;
          left: 10vw; } }
      @media all and (max-width: 425px) {
        .home_container .banner_container .home_slider .special-title {
          width: 94vw;
          left: 3vw;
          top: 200px; } }
      .home_container .banner_container .home_slider .special-title h2 {
        color: white;
        letter-spacing: 9px;
        position: static;
        width: 100%;
        display: block; }
        @media all and (max-width: 425px) {
          .home_container .banner_container .home_slider .special-title h2 {
            font-size: 20px; } }
        .home_container .banner_container .home_slider .special-title h2.left {
          text-align: left; }
        .home_container .banner_container .home_slider .special-title h2.right {
          text-align: right;
          margin: 0; }
    .home_container .banner_container .home_slider .owl-controls {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 90%;
      margin: 0 5%;
      text-align: center; }
      .home_container .banner_container .home_slider .owl-controls .owl-dots {
        display: inline-block; }
        .home_container .banner_container .home_slider .owl-controls .owl-dots .owl-dot {
          background: rgba(255, 255, 255, 0.33);
          height: 20px;
          width: 20px;
          display: inline-block;
          border-radius: 50%;
          margin: 0 5px; }
        .home_container .banner_container .home_slider .owl-controls .owl-dots .active {
          background: white; }
    .home_container .banner_container .home_slider img {
      width: auto;
      opacity: .8; }
    .home_container .banner_container .home_slider .logo {
      max-width: 320px; }
      @media all and (max-width: 1024px) {
        .home_container .banner_container .home_slider .logo {
          max-width: 180px; } }
      .home_container .banner_container .home_slider .logo img {
        width: 100%;
        height: auto;
        opacity: 1; }
    @media all and (max-width: 960px) {
      .home_container .banner_container .home_slider .owl-dots {
        display: none !important; } }
    .home_container .banner_container .home_slider .center {
      position: absolute;
      top: 51%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: inline-block;
      text-align: center;
      width: 100%; }
      @media all and (max-width: 1024px) {
        .home_container .banner_container .home_slider .center {
          top: 71%; } }
      .home_container .banner_container .home_slider .center img {
        max-width: 768px;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%; }
      .home_container .banner_container .home_slider .center h4 {
        color: white;
        font-family: 'GothamMedium';
        font-size: 18px;
        margin-top: 130px;
        letter-spacing: inherit;
        margin: 0;
        padding: 0px; }
      @media all and (min-width: 1025px) {
        .home_container .banner_container .home_slider .center.low {
          top: initial;
          bottom: 5%; } }
    .home_container .banner_container .home_slider .overlay {
      position: absolute;
      color: white;
      text-align: center; }
      .home_container .banner_container .home_slider .overlay .inner {
        padding: 10px 40px 10px 40px;
        background-size: cover !important;
        background-position: center center !important;
        margin-bottom: 20px;
        background: url("../img/hh/bg_wood_panel.jpg");
        min-height: 230px; }
      .home_container .banner_container .home_slider .overlay .announcement {
        position: relative;
        top: 0; }
      .home_container .banner_container .home_slider .overlay p {
        font-family: 'GothamMedium';
        opacity: 1;
        text-shadow: 5px 5px 8px black;
        margin-bottom: 1.5rem;
        text-align: left;
        font-size: 14px;
        text-transform: inherit;
        font-weight: 200; }
      .home_container .banner_container .home_slider .overlay .lil-logo {
        max-width: 250px;
        display: inline;
        opacity: 1; }
      .home_container .banner_container .home_slider .overlay.left {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 240px; }
        .home_container .banner_container .home_slider .overlay.left.overlay-text {
          top: 20vh;
          left: 0;
          -webkit-transform: none;
                  transform: none;
          max-width: 300px; }
          @media all and (max-width: 1024px) {
            .home_container .banner_container .home_slider .overlay.left.overlay-text {
              max-width: 240px; } }
      .home_container .banner_container .home_slider .overlay.right {
        bottom: inherit;
        top: 90px;
        right: 0px;
        min-width: 400px;
        padding: 0; }
      @media all and (max-width: 960px) {
        .home_container .banner_container .home_slider .overlay.left {
          top: 0px; }
        .home_container .banner_container .home_slider .overlay.right {
          bottom: 0px;
          top: inherit; } }
      @media all and (max-width: 960px) {
        .home_container .banner_container .home_slider .overlay {
          display: none; } }
  .home_container .banner_container .static {
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none; }
    .home_container .banner_container .static .cta {
      max-width: 600px;
      margin: 0 auto;
      margin-bottom: 0;
      position: relative;
      pointer-events: auto;
      padding: 25px;
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
      .home_container .banner_container .static .cta.fadeOut {
        opacity: 0; }
      .home_container .banner_container .static .cta h2 {
        font-size: 4.2rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .home_container .banner_container .static .cta p {
        margin-bottom: 2.5rem;
        font-size: 18px;
        font-weight: 100; }
    .home_container .banner_container .static .move-down {
      display: inline-block;
      height: 185px;
      -webkit-transition: -webkit-transform .3s ease;
              transition: transform .3s ease;
      pointer-events: auto; }
      .home_container .banner_container .static .move-down img {
        height: 100%;
        width: auto; }
    .home_container .banner_container .static .move-down:hover {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); }

.home_container .home-info .info-tile-container {
  height: 180px;
  position: relative;
  z-index: 2; }
  .home_container .home-info .info-tile-container .home-tile {
    width: 25%;
    height: auto;
    background: #fff;
    float: left;
    padding: 40px;
    box-sizing: border-box; }
    .home_container .home-info .info-tile-container .home-tile .social {
      text-align: center;
      margin-top: 20px; }
      .home_container .home-info .info-tile-container .home-tile .social > a {
        display: inline-block; }
        .home_container .home-info .info-tile-container .home-tile .social > a i {
          color: #fff;
          box-sizing: border-box;
          font-size: 20px;
          line-height: 30px;
          height: 33px;
          width: 33px;
          display: inline-block;
          border: solid 2px #fff;
          text-align: center;
          border-radius: 50%;
          padding-top: 1px;
          -webkit-transition: background .3s ease;
                  transition: background .3s ease; }
        .home_container .home-info .info-tile-container .home-tile .social > a p {
          display: inline-block;
          margin-left: 10px !important; }
        .home_container .home-info .info-tile-container .home-tile .social > a:hover {
          text-shadow: 0px 0px 10px #7cb26d; }
          .home_container .home-info .info-tile-container .home-tile .social > a:hover i {
            background: #3b5998; }
  @media all and (max-width: 1053px) {
    .home_container .home-info .info-tile-container h3 {
      font-size: 30px !important; } }
  @media all and (max-width: 1000px) {
    .home_container .home-info .info-tile-container .home-tile {
      width: 50%;
      height: auto !important;
      border-bottom: 0px !important; }
    .home_container .home-info .info-tile-container .image-container {
      height: auto; }
    .home_container .home-info .info-tile-container #t-announcement-mob {
      height: 250px !important; } }
  @media all and (max-width: 619px) {
    .home_container .home-info .info-tile-container .home-tile {
      width: 100%; } }
  .home_container .home-info .info-tile-container #t1 {
    height: 500px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: url("../img/hh/wooden-bar.png");
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none; }
    .home_container .home-info .info-tile-container #t1 img {
      max-width: 100%; }
    .home_container .home-info .info-tile-container #t1 p {
      color: #fff;
      font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
      font-size: 18px; }
  .home_container .home-info .info-tile-container #t2 {
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .home_container .home-info .info-tile-container #t2 > p {
      font-size: 1.5vw;
      font-style: italic; }
    .home_container .home-info .info-tile-container #t2 img {
      max-width: 100%; }
    .home_container .home-info .info-tile-container #t2 .name p {
      font-size: 1.5vw;
      margin: 0; }
  .home_container .home-info .info-tile-container #t3 {
    height: auto;
    min-height: 300px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-size: cover;
    background-position: center;
    padding: 85px 40px 85px 40px;
    position: relative; }
    .home_container .home-info .info-tile-container #t3 a {
      background-image: url("../img/video-cover.jpg");
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit; }
      .home_container .home-info .info-tile-container #t3 a:hover > .icon {
        -webkit-transition: 200ms;
                transition: 200ms;
        background-color: #cd201f; }
      .home_container .home-info .info-tile-container #t3 a .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        text-align: center;
        background: none;
        width: 60px;
        height: 60px;
        line-height: 64px;
        border-radius: 50%;
        border: 3px solid #fff;
        letter-spacing: 2px;
        top: 65px; }
        .home_container .home-info .info-tile-container #t3 a .icon span {
          font-family: "bohem-social";
          color: #fff;
          font-size: 50px;
          margin-left: 10px;
          line-height: 55px; }
      .home_container .home-info .info-tile-container #t3 a h5 {
        position: absolute;
        top: 120px;
        margin: 0;
        line-height: 1;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1px; }
  .home_container .home-info .info-tile-container #t4 {
    min-height: 370px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: rgba(0, 0, 0, 0.85);
    color: #fff; }
    .home_container .home-info .info-tile-container #t4 h3 {
      font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 35px;
      letter-spacing: .150em;
      font-weight: 800; }
    .home_container .home-info .info-tile-container #t4 .four {
      text-align: center;
      font-size: 45px; }
    .home_container .home-info .info-tile-container #t4 .eight {
      line-height: 50px;
      font-size: 1.2vw;
      color: #000;
      text-decoration: none; }
      .home_container .home-info .info-tile-container #t4 .eight p {
        line-height: 25px;
        margin: 0; }

.home_container .home-info .image-container {
  background: url("http://bohem.hybrid-dev.com.au/content/themes/hybrid/img/push_pull.png");
  height: 610px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 90%; }
  .home_container .home-info .image-container img {
    margin-top: -150px;
    width: 90%; }

@media all and (max-width: 1000px) {
  .home_container .home-info .image-container img {
    margin-top: 0px;
    width: 100%; } }

@media all and (max-width: 1000px) {
  .home_container .home-info .image-container {
    height: auto; } }

.home_container .link-blocks #static-tile {
  text-align: center;
  background: url("../img/backgrounds/map.jpg");
  background-size: cover;
  background-position: center; }
  .home_container .link-blocks #static-tile a {
    background: url("../img/hh/wooden-bar.png");
    display: block;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transform: scale(1, 1) !important;
            transform: scale(1, 1) !important; }
    .home_container .link-blocks #static-tile a img {
      max-width: 100%; }
    .home_container .link-blocks #static-tile a p {
      color: #fff;
      font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }

.home_container .link-blocks .block {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative; }
  .home_container .link-blocks .block a {
    display: block;
    position: relative;
    text-decoration: none; }
    .home_container .link-blocks .block a .text {
      text-align: center;
      z-index: 100;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute; }
      .home_container .link-blocks .block a .text h4 {
        font-family: 'GothamMedium';
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0; }
    .home_container .link-blocks .block a img {
      padding-top: 64px;
      display: block;
      vertical-align: text-bottom;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transition: all .3s ease;
              transition: all .3s ease; }
      @media all and (max-width: 425px) {
        .home_container .link-blocks .block a img {
          padding-top: 45px; } }
      .home_container .link-blocks .block a img:hover {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }

.home_container .link-blocks .page .text {
  pointer-events: none; }
  .home_container .link-blocks .page .text h4 {
    background: url("../img/hh/wooden-bar.png");
    margin-bottom: 40px;
    line-height: 40px;
    font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .150em;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 35px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    padding: 12px 0; }

.home_container .link-blocks .blog .text {
  pointer-events: none;
  background: url("../img/tile-gradient.png");
  background-position: bottom;
  background-repeat: repeat-x;
  box-sizing: border-box;
  padding: 0px 20px;
  text-align: left;
  color: #fff;
  min-height: 130px;
  padding-top: 30px;
  padding-bottom: 10px; }
  .home_container .link-blocks .blog .text p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px; }
  .home_container .link-blocks .blog .text h6 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 5px;
    text-shadow: 0px 0px 15px black, 0px 0px 15px black; }

.announcement {
  background-color: rgba(40, 107, 64, 0.8);
  right: 0px !important;
  bottom: 0;
  position: fixed; }

.banner-info {
  color: white; }
  .banner-info h1 {
    display: none; }
  .banner-info h3 {
    margin: 1px;
    font-size: 1.7em; }
    @media all and (max-width: 425px) {
      .banner-info h3 {
        font-size: 19px; } }
  .banner-info p {
    font-size: 20px;
    font-weight: bold; }
    @media all and (max-width: 425px) {
      .banner-info p {
        font-size: 15px; } }

@media all and (min-width: 426px) {
  .banner_container.mobile {
    display: none !important; } }

@media all and (max-width: 425px) {
  .banner_container.non-mobile {
    display: none !important; } }

.contact-us {
  overflow: auto; }
  .contact-us .contact-form {
    position: relative; }
    .contact-us .contact-form .form-container {
      z-index: 1; }
      .contact-us .contact-form .form-container h4 {
        padding: 35px 0;
        font-size: 24px;
        text-align: center;
        line-height: 1; }
      .contact-us .contact-form .form-container form {
        padding-top: 30px;
        margin: 0; }
        .contact-us .contact-form .form-container form input[type=text], .contact-us .contact-form .form-container form input[type=email] {
          width: 100%;
          background: 0;
          border-style: none;
          display: inline-block;
          border-bottom: 1px solid #e5e5e5;
          border-radius: 0;
          padding: 0 0 10px 30px;
          margin-bottom: 70px;
          line-height: normal;
          font-weight: 300;
          font-size: 30px; }
          .contact-us .contact-form .form-container form input[type=text]:valid, .contact-us .contact-form .form-container form input[type=email]:valid {
            border-bottom-color: #7cb26d;
            -webkit-transition: 300ms;
                    transition: 300ms; }
        .contact-us .contact-form .form-container form .checkboxes h5 {
          font-size: 18px;
          font-weight: 600; }
        .contact-us .contact-form .form-container form .checkboxes div.columns {
          display: inline-block;
          font-size: 24px;
          font-weight: 300;
          line-height: 40px;
          height: 40px; }
          .contact-us .contact-form .form-container form .checkboxes div.columns input[type=checkbox] {
            margin: 0;
            margin-right: 32px;
            line-height: 1; }
        .contact-us .contact-form .form-container form .checkboxes .row:not(:last-of-type) {
          margin-bottom: 45px; }
        .contact-us .contact-form .form-container form .checkboxes .row:last-of-type div.columns {
          font-size: 18px;
          line-height: 50px; }
          .contact-us .contact-form .form-container form .checkboxes .row:last-of-type div.columns:last-of-type {
            margin-left: 0; }
        .contact-us .contact-form .form-container form footer {
          text-align: center; }
          .contact-us .contact-form .form-container form footer input[type=submit] {
            height: auto;
            font-size: 24.55px;
            margin: 0;
            padding: 21px 28px; }
          .contact-us .contact-form .form-container form footer .pulse {
            background: #619b51 !important;
            animation: myfirst 2s;
            -moz-animation: myfirst 2s infinite;
            /* Firefox */
            -webkit-animation: myfirst 2s infinite;
            /* Safari and Chrome */
            -ms-animation: myfirst 2s infinite;
            /* Safari and Chrome */ }

@-webkit-keyframes myfirst /* webkit */ {
  0% {
    background: #619b51; }
  50% {
    background: #52DA6D; }
  100% {
    background: #619b51; } }
          .contact-us .contact-form .form-container form footer .success {
            background: #50b634 !important; }
          .contact-us .contact-form .form-container form footer .failure {
            background: #b63434 !important; }
          .contact-us .contact-form .form-container form footer p {
            font-size: 16px;
            font-weight: 300;
            margin: 30px 0; }
            .contact-us .contact-form .form-container form footer p a {
              font-weight: 600;
              color: inherit;
              text-decoration: underline; }
    .contact-us .contact-form .message-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      padding-top: 100px; }
      .contact-us .contact-form .message-container > a {
        margin-top: 30px; }
      .contact-us .contact-form .message-container .social-icons {
        margin-top: 30px; }
        .contact-us .contact-form .message-container .social-icons a {
          height: 50px;
          line-height: 50px; }
          .contact-us .contact-form .message-container .social-icons a p {
            display: inline-block;
            margin: 0;
            color: #333;
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 0.2em; }
          .contact-us .contact-form .message-container .social-icons a i {
            pointer-events: auto;
            height: 50px;
            width: 50px;
            border: solid 2px #333;
            display: inline-block;
            border-radius: 50%;
            color: #333;
            margin: 0px 10px;
            font-size: 28px;
            box-sizing: border-box;
            -webkit-transition: background .3s ease;
                    transition: background .3s ease; }
          .contact-us .contact-form .message-container .social-icons a:hover i {
            background: #3b5998;
            color: #fff; }
    .contact-us .contact-form .hiding-form {
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
  .contact-us .middle {
    float: left;
    display: block;
    width: 48.82117%;
    margin: 40px 0 40px 25.58941%; }
    @media all and (max-width: 480px) {
      .contact-us .middle {
        width: 80%;
        margin-left: 10%; } }
    .contact-us .middle .gform_wrapper .gform_footer.top_label {
      float: right;
      width: 50%;
      text-align: center;
      position: relative; }
      @media all and (max-width: 480px) {
        .contact-us .middle .gform_wrapper .gform_footer.top_label {
          width: 80%;
          float: none; } }
      .contact-us .middle .gform_wrapper .gform_footer.top_label .button {
        background: #76564f;
        border-color: #79635b;
        color: white; }
    .contact-us .middle .gform_wrapper li {
      margin-bottom: 6px; }
      .contact-us .middle .gform_wrapper li.gfield.gfield_error {
        background: white;
        border: none;
        padding: 0 16px 0 0; }
        .contact-us .middle .gform_wrapper li.gfield.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          border-bottom: 3px solid red; }
    .contact-us .middle .gform_wrapper .field_description_below .gfield_description {
      padding: 0; }
  .contact-us .hide-label .gfield_label {
    display: none !important; }
  .contact-us #field_1_8 {
    position: relative; }
  .contact-us .gfield_error {
    background: white; }

.content-container.content-page {
  position: relative;
  box-shadow: 0px 3px 51px -4px rgba(0, 0, 0, 0.75); }
  .content-container.content-page .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: url("../img/btn-close.png");
    width: 22px;
    height: 21px;
    text-indent: -9999px; }
  .content-container.content-page .content {
    line-height: 33px;
    font-weight: 300;
    font-size: 18px; }
  .content-container.content-page h3 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 800;
    margin-top: 20px;
    font-size: 2.6rem; }

.archive-blog .article {
  width: 100%;
  overflow: hidden; }
  .archive-blog .article h2 {
    line-height: 36px;
    letter-spacing: .15em;
    margin: 0 0 10px 0; }
    .archive-blog .article h2 a {
      font-size: 26px;
      font-weight: 800;
      color: inherit;
      text-decoration: none;
      text-transform: uppercase; }
    .archive-blog .article h2 a:hover {
      text-decoration: underline; }
  .archive-blog .article p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px; }
  .archive-blog .article .content {
    padding-top: 10px; }
  .archive-blog .article .meta {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1; }
    .archive-blog .article .meta a {
      color: inherit;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700; }
  .archive-blog .article img {
    max-width: 100%;
    height: auto; }
  .archive-blog .article.right img {
    float: right; }
  .archive-blog .article.right .content {
    margin-left: 0%;
    margin-right: 4%; }
  .archive-blog .article.left img {
    float: right; }
  .archive-blog .article.left .content {
    margin-left: 4%;
    margin-right: 0%; }

.archive-blog article {
  margin-top: 100px;
  overflow: hidden; }

.archive-blog .categories {
  text-align: center; }
  .archive-blog .categories .cat-wrap {
    display: inline-block;
    color: #cdcdcd;
    padding: 15px 84px 30px 84px;
    border-bottom: #cdcdcd 1px solid;
    font-weight: 700;
    font-size: 18px; }
    .archive-blog .categories .cat-wrap a {
      color: inherit;
      text-decoration: none;
      margin: 0 4px; }
      .archive-blog .categories .cat-wrap a.active {
        color: #333; }

.blog-single .title .meta {
  text-align: center;
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin: 40px 0 40px 0;
  line-height: 1; }
  .blog-single .title .meta a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }

.blog-single .title h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1;
  margin: 0 0 60px 0;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase; }

.blog-single .recent-articles .header {
  border-top: 1px #cdcdcd solid;
  text-align: center;
  overflow: hidden;
  padding: 35px 0 0 0;
  margin: 65px auto 70px auto;
  max-width: 75%; }
  .blog-single .recent-articles .header h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 0.15em; }

.blog-single .recent-articles .article img {
  display: block;
  width: 100%;
  height: auto; }

.blog-single .recent-articles .article p {
  font-size: 16px;
  margin: 25px 0 16px 0;
  line-height: 24px; }

.blog-single .recent-articles .article .meta {
  font-weight: 300;
  font-size: 16px;
  line-height: 1; }
  .blog-single .recent-articles .article .meta a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }

.single-apartment .apartment {
  padding-top: 60px;
  max-width: 1100px;
  margin: 0 auto; }
  .single-apartment .apartment .image {
    text-align: center; }
    .single-apartment .apartment .image img {
      max-width: 500px;
      width: 100%;
      text-align: center; }
  .single-apartment .apartment .info .attributes {
    text-align: left; }
    .single-apartment .apartment .info .attributes p {
      margin: 0; }
    .single-apartment .apartment .info .attributes .title {
      text-transform: uppercase; }
    .single-apartment .apartment .info .attributes .row:nth-last-child(1) p {
      font-weight: 600; }

.single-apartment .banner-slider {
  padding-top: 40px; }
  .single-apartment .banner-slider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
  .single-apartment .banner-slider .owl-slider img {
    max-height: 918px !important; }

.single-apartment-level .floor .apartments .second {
  margin-top: 130px; }

.single-apartment-level .floor .apartments ul {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  min-height: 100px; }
  .single-apartment-level .floor .apartments ul li {
    margin-bottom: 0px; }
    .single-apartment-level .floor .apartments ul li .color {
      height: 15px;
      width: 15%;
      margin: 7px 0px;
      float: left;
      box-sizing: border-box; }
    .single-apartment-level .floor .apartments ul li .info {
      width: 100% !important;
      padding: 0 !important; }
      .single-apartment-level .floor .apartments ul li .info p {
        margin: 0 !important;
        font-size: 15px !important; }
    .single-apartment-level .floor .apartments ul li .info-link p {
      font-size: 24px !important;
      font-weight: 700;
      line-height: 1.2; }
    .single-apartment-level .floor .apartments ul li .text {
      height: auto;
      width: 85%;
      float: left;
      padding: 0 5px;
      box-sizing: border-box;
      margin-bottom: 15px; }
      .single-apartment-level .floor .apartments ul li .text a {
        line-height: 30px;
        color: #333333;
        text-decoration: none;
        font-size: 13px;
        padding: 5px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
                transition: all .3s ease; }
        .single-apartment-level .floor .apartments ul li .text a.not-active {
          pointer-events: none; }
        .single-apartment-level .floor .apartments ul li .text a:hover {
          background: #006637;
          color: #fff; }
      .single-apartment-level .floor .apartments ul li .text p {
        margin: 0; }
      .single-apartment-level .floor .apartments ul li .text.link a {
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1; }

.single-apartment-level .floor .image {
  text-align: center; }
  .single-apartment-level .floor .image img {
    height: auto;
    width: 100%;
    max-width: 500px; }

.single-apartment-level .floor .details img {
  max-width: 100%; }

@media all and (max-width: 1130px) {
  .single-apartment-level .floor .image {
    width: 74%; }
  .single-apartment-level .floor .details {
    width: 100%;
    padding-top: 40px;
    margin: 0; }
    .single-apartment-level .floor .details .desc {
      width: 70%;
      float: left; }
    .single-apartment-level .floor .details .floors {
      width: 30%;
      float: left;
      text-align: center; } }

@media all and (max-width: 765px) {
  .single-apartment-level .floor .image {
    width: 100%; }
  .single-apartment-level .floor .details {
    width: 100%;
    padding-top: 40px;
    margin: 0; }
    .single-apartment-level .floor .details .desc {
      width: 70%;
      float: left; }
    .single-apartment-level .floor .details .floors {
      width: 30%;
      float: left;
      text-align: center; } }

.single-apartment-level .banner-slider {
  padding-top: 40px; }
  .single-apartment-level .banner-slider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }

.single-apartment-level .disclaimer {
  text-align: center;
  padding-top: 40px;
  font-size: 13px; }

.building-page .building-container .mobile_msg {
  display: none;
  text-align: center; }

.building-page .building-container .info-container {
  height: 600px; }
  .building-page .building-container .info-container .levels-info {
    height: 600px;
    position: relative;
    overflow: hidden; }
    .building-page .building-container .info-container .levels-info .hidden {
      width: 100%;
      position: absolute;
      height: auto;
      right: -100%;
      -webkit-transition: right .3s ease;
              transition: right .3s ease;
      text-align: center; }
      .building-page .building-container .info-container .levels-info .hidden h2 {
        display: inline-block;
        font-size: 48px;
        letter-spacing: .15em;
        font-weight: 800;
        text-transform: uppercase; }
    .building-page .building-container .info-container .levels-info .viewing {
      right: 0; }

.building-page .building-container .building {
  text-align: center; }
  .building-page .building-container .building #svgselect {
    max-width: 100%; }
    .building-page .building-container .building #svgselect svg {
      width: 100%;
      height: 600px; }
      .building-page .building-container .building #svgselect svg .level .fill {
        fill: red; }
        .building-page .building-container .building #svgselect svg .level .fill:hover {
          fill: green; }

.error404 h4, .error404 h5 {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1; }

.error404 h4 {
  font-size: 180px;
  font-weight: 900; }

.error404 h5 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase; }

@media all and (max-width: 550px) {
  header {
    z-index: 9999999; }
    header .header-container .menu_burger {
      margin-top: 0px;
      z-index: 99999;
      position: absolute;
      top: 0;
      right: 0; }
  .logo {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 400;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .logo img {
      height: auto;
      z-index: -400;
      width: 80%; }
  .four {
    width: 20%;
    text-align: right; }
  .mfp-bg {
    z-index: 500; }
  .mfp-wrap {
    pointer-events: none; }
  #menu-container {
    pointer-events: auto;
    margin-top: 0px; }
  #menu-container nav ul li a {
    pointer-events: auto;
    font-size: 25px; } }

@media all and (max-width: 485px) {
  #menu-container nav ul li a {
    font-size: 20px; } }

#video-container {
  pointer-events: none; }
  #video-container .mfp-content {
    width: 960px;
    max-width: 100%;
    display: block; }
    #video-container .mfp-content iframe {
      pointer-events: auto; }

@media all and (min-width: 481px) {
  .hide-tablet,
  .hidden-tablet {
    display: none; } }

.hideMobile {
  display: inherit; }
  @media all and (max-width: 619px) {
    .hideMobile {
      display: none; } }

.hideDesktop {
  display: none; }
  @media all and (max-width: 619px) {
    .hideDesktop {
      display: inherit; } }

@media all and (max-width: 1200px) {
  .home_container .link-blocks .block {
    width: 50%;
    float: left; } }

@media all and (max-width: 1000px) {
  .home_container .home-info .info-tile-container #t1 img {
    max-width: 70%; } }

@media all and (min-width: 619px) and (max-width: 1000px) {
  .home_container .home-info .info-tile-container #t1 .desktop-only {
    visibility: hidden;
    width: 0px;
    height: 18px;
    overflow: hidden;
    display: inline-block; }
    .home_container .home-info .info-tile-container #t1 .desktop-only:before {
      content: ".";
      visibility: visible; } }

@media all and (max-width: 960px) {
  .home_container .link-blocks .block .text h4 {
    font-size: 18px; } }

@media all and (max-width: 650px) {
  .home_container {
    /* .home-info {
      .info-tile-container {
        .tile {
          width: 100%;
          //height: 250px;
        }
      }
    } */ }
    .home_container .link-blocks #static-tile a p {
      line-height: 1.3;
      text-align: left;
      font-size: 14px; }
      .home_container .link-blocks #static-tile a p .desktop-only {
        width: 0;
        overflow: hidden;
        visibility: hidden; }
        .home_container .link-blocks #static-tile a p .desktop-only:before {
          content: ".";
          visibility: visible; }
    .home_container .link-blocks .page a .text h4 {
      font-size: 20px;
      line-height: 1.2em; } }

@media all and (max-width: 550px) {
  .home_container .home-info .info-tile-container {
    height: auto; }
    .home_container .home-info .info-tile-container #t2 > p, .home_container .home-info .info-tile-container #t2 .name p {
      font-size: 18px; }
    .home_container .home-info .info-tile-container #t3 > p {
      font-size: 18px; }
    .home_container .home-info .info-tile-container #t4 .four.columns {
      text-align: center;
      font-size: 23px;
      float: left;
      width: 10%;
      margin-right: 20px; }
      .home_container .home-info .info-tile-container #t4 .four.columns i {
        vertical-align: text-bottom;
        margin-top: -4px; }
    .home_container .home-info .info-tile-container #t4 .eight.columns {
      width: 80%;
      text-align: justify;
      font-size: 20px; } }

@media all and (max-width: 485px) {
  .home_container .link-blocks .block {
    width: 50%;
    float: left; } }

@media all and (max-width: 485px) {
  .home_container .home_slider .owl-controls {
    display: none; }
  .home_container .banner_container .static .cta {
    background: rgba(0, 0, 0, 0.5);
    top: 80px; }
    .home_container .banner_container .static .cta h2 {
      margin-bottom: 10px;
      font-size: 2.6rem; }
    .home_container .banner_container .static .cta p {
      margin-bottom: 10px;
      line-height: 20px;
      font-size: 17px; }
    .home_container .banner_container .static .cta .button {
      height: 40px;
      line-height: 40px; }
  .home_container .banner_container .static .move-down img {
    margin-top: 100px;
    height: 100px; } }

@media all and (max-width: 425px) {
  .home_container .link-blocks .block {
    width: 100%;
    float: left;
    overflow: hidden; } }

@media all and (max-width: 485px) {
  .home_container .link-blocks .block .text h6 {
    font-size: 20px;
    line-height: 24px; }
  .home_container .link-blocks .block .text h4 {
    font-size: 17px;
    line-height: 18px;
    padding: 15px; } }

@media all and (max-width: 420px) {
  .home_container .banner_container .static .cta {
    top: 80px; }
  .home_container .banner_container .static .move-down {
    height: 100px;
    margin-top: 90px;
    padding-bottom: 0; }
    .home_container .banner_container .static .move-down img {
      height: 100px;
      margin-top: 0; } }

@media all and (max-width: 550px) {
  .contact-us .contact-form .six.columns {
    width: 100%; } }

@media all and (max-width: 1250px) {
  .contact-us .checkboxes {
    margin-bottom: 30px; }
    .contact-us .checkboxes .columns {
      width: 100%;
      margin-left: 0;
      padding-left: 0;
      text-align: left; }
  .contact-us .contact-form form footer input[type=submit] {
    font-size: 16px !important;
    padding: 19px 12px !important; } }

@media all and (max-width: 550px) {
  .archive-blog .article .six.columns {
    width: 100%; }
  .archive-blog .article .meta {
    margin-top: 0;
    margin-bottom: 0; }
  .archive-blog .article h2 {
    margin: 5px 0 0px 0; }
  .archive-blog article {
    margin-top: 50px; } }

@media all and (max-width: 550px) {
  .blog-single .recent-articles .four.columns {
    width: 100%;
    margin: 0;
    margin-top: 20px; }
  .blog-single .recent-articles .meta {
    margin: 0;
    text-align: left; }
  .blog-single .recent-articles p {
    text-align: left; } }

@media all and (max-width: 900px) {
  .single-apartment .apartment > .six.columns {
    width: 100%; }
    .single-apartment .apartment > .six.columns.image {
      float: right; }
  .single-apartment .level-listing ul li a, .single-apartment .level-listing ul li p {
    font-size: 15px; }
  .single-apartment .attributes .six.columns {
    width: 50%; }
    .single-apartment .attributes .six.columns:nth-of-type(2) {
      text-align: right; }
  .single-apartment .button {
    width: 100%; } }

@media all and (max-width: 900px) {
  .level-listing ul li {
    padding: 0px; }
  .level-listing ul li a, .level-listing ul li p {
    font-size: 15px; } }

@media all and (max-width: 1150px) {
  .single-apartment-level .floor .apartments {
    width: 48%; }
  .single-apartment-level .floor .image {
    width: 48%;
    float: right; }
  .single-apartment-level .floor .details {
    width: 48%;
    float: left; }
    .single-apartment-level .floor .details .desc, .single-apartment-level .floor .details .floors {
      width: 100%; } }

@media all and (max-width: 650px) {
  .single-apartment-level .floor .apartments {
    width: 100%; }
  .single-apartment-level .floor .image {
    margin-top: 20px;
    width: 100%; }
  .single-apartment-level .floor .details {
    width: 100%; } }

@media all and (max-width: 480px) {
  div.page-title h2 {
    font-size: 30px; } }

@media all and (max-width: 480px) {
  .page-container {
    background-size: 110% !important;
    background-position: top center !important; }
  .textwidget h2 {
    display: none; } }

@media all and (max-width: 924px) {
  .building-page .mobile_msg {
    display: block !important; }
  .building-page .info-container {
    display: none; }
  .building-page .building {
    width: 100%; }
    .building-page .building #svgselect svg {
      height: 100% !important;
      margin: 20px 0px; }
  .building-page .text {
    width: 100%; } }
