/*--------------------------------------------------------------
1.0 Helpers
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Montserrat';
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* bourbon - neat - presets */
/* breakpoints */
/* 	#Mobile (Portrait) < 479  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767  */
/* #Tablet Min / Max (Portrait)  < 768 */
/* #Tablet Landscape: 768 - 959	 */
/* #Tablet wide: 768 - 1240	 */
/* #Desktop:960 - 1239 */
/* #Wide Screen: > 1240	 */
/* nav */
/* header */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Color Themes - Variables */
/* http://codepen.io/liquidbook/pen/BLYqJG */
/* Mixins */
/*
@mixin build_column_width_set($name,$build_count,$inc:10) {
	@for $i from 1 through $build_count {
		.mm-width-
	}

}
*/
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
.flex-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .flex-align-item {
    max-width: 80%; }
    .flex-align-item__top {
      align-self: flex-start; }
    .flex-align-item__bottom {
      align-self: flex-end; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

body {
  font: 1em "Montserrat";
  line-height: 1.618em; }

html, body {
  font-size: 16px; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

a, p a {
  text-decoration: none;
  cursor: pointer; }

a img {
  border: none; }

ul, ol {
  list-style: none;
  margin: 0 0 0 20px;
  padding-left: 0; }

ul, ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

ol {
  list-style: decimal; }

/* General selector Modifiers */
.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.block-left {
  float: left; }

.block-right {
  float: right; }

/* headers */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/* images */
#logo img, .site-content img, .site-content figure, .entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
  height: auto; }

/* #Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none; }

h1 {
  margin-bottom: 15px; }

h2 {
  margin-bottom: 15px; }

h3 {
  margin-bottom: 15px; }

h4 {
  margin-bottom: 15px; }

h5 {
  margin-bottom: 15px; }

h6 {
  margin-bottom: 15px; }

h1, h2, h3, h4 {
  line-height: 1.25em; }

h3 {
  margin-top: 6px;
  margin-bottom: 12px; }

h4 {
  margin-top: 6px;
  margin-bottom: 6px; }

h6 {
  margin-top: 6px;
  margin-bottom: 16px; }

hr {
  background-color: #f3f3f3;
  color: #f3f3f3;
  height: 1px; }

p {
  margin: 0 0 15px 0; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

big, .big {
  font-size: 110%;
  line-height: 180%; }

dt {
  font-weight: bold; }

/* #Links */
a, a:visited, a:focus {
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

a {
  color: #1946ba; }

label, legend {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

#comments textarea {
  background-color: #fff;
  color: #626262;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02); }

/* Table */
table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse !important;
  border-spacing: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

table th, table td {
  padding: 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle; }

table th {
  font-weight: bold;
  background: url(./images/bg_panel.png) repeat-x left top; }

table th.clear {
  border: 0;
  background: none; }

table tr:first-child td {
  background: url(./images/box_shadow.png) repeat-x left top; }

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01); }

/* Animation */
table tr:hover td {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

table tr:hover td {
  background: #628fe7; }

table tr:hover td, table:not(.shop_table) tr:hover td a {
  color: #fff; }

/*
	.no-table-hover table tr:hover td { background: none; color: inherit;}
	.no-table-hover table tr:first-child td { background:none;}
*/
/* Borders */
dl > dt, dl > dd, table th, table td, #comments textarea, .author .avatar {
  border-color: rgba(0, 0, 0, 0.08); }

/* lists */
dl {
  margin: 0 0 30px 0; }

dl > dt, dl > dd {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 10px 0;
  margin: 0; }

dl > dt {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold; }

dl > dd {
  margin-left: 110px; }

dl > dd:after {
  content: "";
  clear: both;
  display: block; }

/* Code Hightlighter */
code, pre {
  font-family: monospace !important;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  white-space: nowrap;
  margin: 0 2px;
  color: #2991d6; }

pre {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* W3C */
  background-size: 42px 42px;
  padding: 21px 15px 20px;
  margin: 15px 0;
  display: block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  line-height: 21px !important; }

code p, pre p {
  margin-bottom: 0 !important; }

.site-content .site-main ul {
  margin: 0 0 15px 20px;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }
  .site-content .site-main ul > li {
    list-style: disc outside;
    margin: 0;
    padding: 0;
    /*
		    &:before {
			    content: '\25A0';
			    color: $color-liquidbook-green; 
			    font-size: 1.1em; 
			    padding-right: 8px;
			    font-family: $body-font-family;
			}
*/ }
    .site-content .site-main ul > li:before {
      content: none; }

.site-content .site-main .wpb_widgetised_column ul > li:before {
  color: #aaaaad; }

.entry-content .cta-text-white p, .entry-content .cta-text-white h2, .entry-content .cta-text-white h1, .entry-content .cta-text-white h3 {
  color: white; }

.site-content blockquote, .site-content q {
  background: #DDDDDD;
  background: rgba(200, 200, 200, 0.1);
  border-left: 10px solid #CCCCCC;
  margin: 20px 10px;
  padding: 10px;
  quotes: "" ""; }
  .site-content blockquote:before, .site-content q:before {
    color: #CCCCCC;
    content: '\201C';
    font-size: 4em;
    line-height: .1em;
    margin-right: .20em;
    vertical-align: -.4em;
    font-family: "Montserrat"; }
  .site-content blockquote:after, .site-content q:after {
    color: #CCCCCC;
    content: '\201D';
    font-size: 4em;
    line-height: .1em;
    margin-left: .20em;
    vertical-align: -.4em;
    font-family: "Montserrat"; }

#comments ol {
  list-style: none; }

#comments .comment-list > li .comment-body {
  position: relative;
  background: rgba(213, 213, 213, 0.11);
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  margin-left: 105px; }

#comments .comment-list > li .photo {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  left: -105px;
  top: 0px;
  border-width: 8px;
  border-style: solid;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#comments .comment-list > li .photo {
  border-color: #f8f8f8; }

#comments .comment-list > li p {
  margin: 4px 0 10px; }

#respond .comment-form-comment textarea {
  width: 100%;
  margin-bottom: 10px; }

.author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  border-width: 8px;
  border-style: solid;
  display: block;
  line-height: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }

.author span {
  padding-left: 12px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* widget icon text align*/
.widget-icon-text {
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 1.25em; }

ul.widget-list-no-bullet > li:before {
  content: none !important; }

/* Themes Buttons */
.btn {
  display: inline-block;
  margin: 1rem;
  padding: .2em 1.2em;
  border: 2px solid;
  border-radius: 0;
  font-weight: normal;
  font-size: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #49a32f;
  text-decoration: none;
  cursor: pointer; }
  .btn:hover, .btn:active {
    text-decoration: none;
    background-color: #3e8b28;
    color: white; }

.red {
  border-color: #843920;
  background-color: transparent;
  color: #ad4b2a; }
  .red:hover {
    background-color: #944024;
    color: white; }
  .red:active {
    background-color: #5b2716; }

.blue {
  border-color: #13358d;
  background-color: transparent;
  color: #1946ba; }
  .blue:hover {
    background-color: #153c9f;
    color: white; }
  .blue:active {
    background-color: #0d2460; }

.green {
  border-color: #377b24;
  background-color: transparent;
  color: #49a32f; }
  .green:hover {
    background-color: #3e8b28;
    color: white; }
  .green:active {
    background-color: #265418; }

.gold {
  border-color: #c59523;
  background-color: transparent;
  color: #ddae3e; }
  .gold:hover {
    background-color: #d7a226;
    color: white; }
  .gold:active {
    background-color: #9a741b; }

.white {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .white:hover {
    background-color: #153c9f;
    border-color: #153c9f;
    color: white; }
  .white:active {
    background-color: #0d2460;
    border-color: #123284; }

.blue.reverse, a.blue.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .blue.reverse:hover, a.blue.reverse:hover {
    background-color: #153c9f;
    border-color: #153c9f;
    color: white; }
  .blue.reverse:active, a.blue.reverse:active {
    background-color: #0d2460;
    border-color: #123284; }

.green.reverse, a.green.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .green.reverse:hover, a.green.reverse:hover {
    background-color: #3e8b28;
    border-color: #3e8b28;
    color: white; }
  .green.reverse:active, a.green.reverse:active {
    background-color: #265418;
    border-color: #347321; }

.gold.reverse, a.gold.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .gold.reverse:hover, a.gold.reverse:hover {
    background-color: #d7a226;
    border-color: #d7a226;
    color: white; }
  .gold.reverse:active, a.gold.reverse:active {
    background-color: #9a741b;
    border-color: #bd8f21; }

.red.reverse, a.red.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .red.reverse:hover, a.red.reverse:hover {
    background-color: #944024;
    border-color: #944024;
    color: white; }
  .red.reverse:active, a.red.reverse:active {
    background-color: #5b2716;
    border-color: #7c361e; }

/* colors */
.liquidbook-icon-blue {
  color: #87a0e7; }

.white-text, .white-text a, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4 {
  color: white !important; }

.white-on-dark-bk h1, .white-on-dark-bk h2, .white-on-dark-bk h3, .white-on-dark-bk h4, .white-on-dark-bk h5, .white-on-dark-bk p {
  color: white !important; }

.mobile-only {
  display: none;
  visibility: hidden; }

.tablet-only {
  display: none;
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .tablet-only {
    display: block;
    visibility: visible; } }

@media screen and (max-width: 479px) {
  .mobile-only {
    display: block;
    visibility: visible; } }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
.lb_icon_element {
  line-height: 0;
  float: left;
  margin: 0 6px; }
  .lb_icon_element-outer {
    box-sizing: border-box; }
  .lb_icon_element-inner {
    width: 2em !important;
    height: 2em !important;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    box-sizing: content-box;
    position: relative; }
  .lb_icon_element-style-rounded {
    border-radius: 50%; }
  .lb_icon_element-icon {
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .lb_icon_element-icon::before {
      color: #ffffff; }
    .lb_icon_element-icon:hover::before {
      color: #cccccc; }
  .lb_icon_element-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    box-sizing: content-box;
    border: none; }
  .lb_icon_element .fa-lg8 {
    font-size: 1.8em; }
  .lb_icon_element .fa-lg7 {
    font-size: 1.7em; }
  .lb_icon_element .fa-lg6 {
    font-size: 1.6em; }
  .lb_icon_element .fa-lg5 {
    font-size: 1.5em; }
  .lb_icon_element .fa-lg4 {
    font-size: 1.4em; }

.background-grey {
  background-color: #b0b0b0; }

.background-blue {
  background-color: #1a6ca2; }

.lb_icon_element-outer .lb_icon_element-align-center {
  text-align: center; }

.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(51, 122, 183, 0.7);
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .cd-top i.fa {
    color: #ffffff;
    padding: 8px; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media screen and (min-width: 960px) and (max-width: 1239px) {
    .cd-top {
      right: 30px;
      bottom: 30px; } }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.no-touch .cd-top:hover {
  background-color: #1946ba;
  opacity: 1; }

body .entry-content .vc_general.vc_btn3 {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 600;
  letter-spacing: -.5px; }

/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
.site, .site-inner, .site-alert, .site-alert-content, .site-top, .site-main-header, .site-main-subheader, #colophon, .site-content {
  width: 100%; }

.site-alert-inner, .site-top-inner, .site-main-header-inner, .site-main-subheader-inner, #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner, .site-content-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .site-alert-inner::after, .site-top-inner::after, .site-main-header-inner::after, .site-main-subheader-inner::after, #colophon .widgets_wrapper-inner::after, #colophon .site-footer-info-inner::after, .site-content-inner::after {
    clear: both;
    content: "";
    display: block; }

.column, .columns {
  float: left;
  margin: 0 1% 40px; }

/* #Base Column Grid
=============================== */
.one-sixth.column {
  width: 14.666%; }

/* 1/6 */
.one-fifth.column {
  width: 18%; }

/* 1/5 */
.two-fifth.column {
  width: 36%; }

/* 2/5 */
.three-fifth.column {
  width: 54%; }

/* 3/5 */
.four.columns,
.one-fourth.column {
  width: 23%; }

/* 1/4 */
.one-third.column {
  width: 31.333%; }

/* 1/3 */
.one-second.column {
  width: 48%; }

/* 1/2 */
.two-third.column {
  width: 64.666%; }

/* 2/3 */
.three-fourth.column {
  width: 73%; }

/* 3/4 */
.one.column {
  width: 98%; }

/* 1/1 */
/* ============================================  Retina  ============================================ */
@media screen and (max-width: 767px) {
  .one-sixth.column, .one-fifth.column, three-fifth.column, .two-fifth.column, .four.columns, .one-fourth.column, .one-third.column,
  .one-second.column, .two-third.column, .three-fourth.column, .one.column {
    width: 98%; }
  /* 1/1 */ }

@media screen and (max-width: 479px) {
  .one-sixth.column, .one-fifth.column, three-fifth.column, .two-fifth.column, .four.columns, .one-fourth.column, .one-third.column,
  .one-second.column, .two-third.column, .three-fourth.column, .one.column {
    width: 96%; }
  /* 1/1 */ }

/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
.site-alert {
  background-color: #7e9dee; }
  .site-alert-content {
    display: block;
    padding: 6px;
    float: left; }
    .site-alert-content a {
      color: black; }

.site-top {
  background-color: #1a1a1a; }
  .site-top-inner {
    display: block;
    position: relative;
    padding-top: 10px; }

.mobile-nav-holder {
  position: relative;
  width: 100%; }
  .mobile-nav-holder.sticky {
    position: fixed; }

.site-top-inner .search_wrapper, .site-main-header-inner .search_wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  z-index: 201;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site-top-inner #searchform, .site-main-header-inner #searchform {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px; }
  .site-top-inner #searchform .fa-search, .site-main-header-inner #searchform .fa-search {
    left: 40px;
    color: rgba(226, 226, 226, 0.5); }
  .site-top-inner #searchform .fa-search, .site-top-inner #searchform .icon_close, .site-main-header-inner #searchform .fa-search, .site-main-header-inner #searchform .icon_close {
    position: absolute;
    top: 30px;
    font-size: 20px;
    line-height: 20px;
    display: block; }
  .site-top-inner #searchform .icon_close, .site-main-header-inner #searchform .icon_close {
    right: 35px;
    color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    -webkit-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out; }
    .site-top-inner #searchform .icon_close:hover, .site-main-header-inner #searchform .icon_close:hover {
      right: 35px;
      opacity: 1;
      filter: alpha(opacity=100); }
  .site-top-inner #searchform input[type="text"], .site-main-header-inner #searchform input[type="text"] {
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding: 6px 4px;
    padding-top: 8px;
    padding-left: 60px;
    background: none;
    border-width: 0;
    border-style: none;
    border-color: rgba(0, 0, 0, 0.2);
    font-size: 1.25em;
    outline: none; }

.site-main-header {
  background-color: #1946ba;
  position: relative; }
  .site-main-header-inner {
    padding-top: 10px; }
    .site-main-header-inner .site-header-menu {
      float: right; }
    .site-branding.logo {
      float: left;
      margin: 0 20px 0 0;
      padding: 0 0 0; }
    #logo {
      display: block;
      height: 60px;
      line-height: 60px; }
      #logo img {
        max-height: 100%;
        vertical-align: middle; }
  .site-main-header.sticky .site-branding.logo {
    padding-top: 6px; }

.site-main-subheader-inner {
  min-height: 160px;
  padding: 20px 0; }
  .site-main-subheader-inner h1, .site-main-subheader-inner h2, .site-main-subheader-inner h3 {
    margin: 0px;
    padding: 0px; }
  .site-main-subheader-inner .subheader-title {
    text-align: center; }

.header-transparent .site-main-subheader {
  display: none; }

.header-transparent .site-header {
  position: absolute;
  width: 100%;
  z-index: 110; }

.header-transparent .site-main-header, .header-transparent .site-top {
  background-color: transparent; }

.sticky .site-header {
  position: fixed; }

/* responsive */
@media screen and (max-width: 1239px) {
  .site-main-subheader-inner, .site-main-header-inner, .site-top-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .site-branding.logo {
    margin: 0 30px 0 20px; } }

/*--------------------------------------------------------------
5.3 Footer
--------------------------------------------------------------*/
#colophon .widgets_wrapper-inner {
  padding-top: 30px;
  padding-bottom: 10px; }

#colophon .widget ul, #colophon .widget ol {
  margin: 0;
  padding: 0; }

#colophon .site-info-one {
  float: left; }
  #colophon .site-info-one .site-title {
    padding-top: 8px;
    display: block; }

#colophon .site-info-two {
  float: right; }

/* responsive - footer */
@media screen and (min-width: 960px) and (max-width: 1239px) {
  #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  #colophon .widgets_wrapper-inner {
    max-width: 440px; }
  #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner {
    max-width: 390px;
    padding-left: 2%;
    padding-right: 2%; }
  #colophon .site-info-one, #colophon .site-info-two {
    max-width: 98%;
    clear: both;
    float: none;
    text-align: center; } }

@media screen and (max-width: 479px) {
  #colophon .widgets_wrapper-inner {
    max-width: 390px;
    padding-left: 2%;
    padding-right: 2%; } }

/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
/*--------------------------------------------------------------
5.4 Navigation
--------------------------------------------------------------*/
.top-navigation {
  float: right; }
  .top-navigation .top-menu {
    margin: 0; }
  .top-navigation .top-menu > li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial; }
    .top-navigation .top-menu > li a {
      display: block;
      padding: 8px 0 0;
      margin: 0px 0px;
      display: block;
      text-decoration: none;
      text-transform: uppercase; }
      .top-navigation .top-menu > li a span {
        display: block;
        line-height: 20px;
        padding: 0 12px;
        white-space: nowrap; }
    .top-navigation .top-menu > li:last-child a span {
      padding: 0 0 0 20px; }
    .top-navigation .top-menu > li.border-right a span {
      border-right: #ddd solid 1px; }
    .top-navigation .top-menu > li.top-menu-button a {
      padding: 0px 0px; }
      .top-navigation .top-menu > li.top-menu-button a span {
        font-size: 12px;
        line-height: normal;
        font-weight: 600;
        letter-spacing: 1.33px;
        padding-right: 48px;
        padding: 6px 12px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-bottom: 0;
        border-radius: 5px;
        background-color: #ec541d;
        color: #fff;
        border: 1px solid transparent;
        box-sizing: border-box;
        word-wrap: break-word;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        top: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .top-navigation .top-menu > li.top-menu-button a span {
      background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
      background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
      background-repeat: repeat-x;
      background-size: 200%;
      background-position: 0 -100%; }
      .top-navigation .top-menu > li.top-menu-button a span:hover {
        background-position: 0 100%; }
    .top-navigation .top-menu > li.top-menu-button-color-1 a span {
      background-color: #ec541d; }
    .top-navigation .top-menu > li.top-menu-button-padding a span {
      margin-right: 8px; }
    .top-navigation .top-menu > li.top-menu-button-color-2 a span {
      background-color: #F59F32; }

.footer-legal-menu-container {
  float: right; }
  .footer-legal-menu-container .footer-legal-menu > li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial;
    /*
        &:last-child a span {
			        padding: 0 0 0 20px;

        }
*/ }
    .footer-legal-menu-container .footer-legal-menu > li a {
      color: #D5D5D5;
      display: block;
      padding: 8px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none; }
      .footer-legal-menu-container .footer-legal-menu > li a span {
        display: block;
        line-height: 20px;
        padding: 0 6px;
        white-space: nowrap; }
      .footer-legal-menu-container .footer-legal-menu > li a:hover {
        color: #517be8; }

@media screen and (min-width: 960px) {
  .site-main-header.sticky {
    position: fixed;
    top: 0;
    z-index: 200; }
  .admin-bar .site-main-header.sticky {
    position: fixed;
    border-bottom: solid 1px #e7e5e5;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    top: 25px;
    z-index: 200; } }

@media screen and (min-width: 960px) {
  /* Desktop Menu Style */
  #site-navigation .primary-menu li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial; }
    #site-navigation .primary-menu li:last-child > a span {
      border: 0; }
    #site-navigation .primary-menu li.no-label > a span {
      color: transparent !important; }
    #site-navigation .primary-menu li a {
      color: #777;
      display: block;
      padding: 15px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none; }
      #site-navigation .primary-menu li a:hover {
        color: #44affe; }
      #site-navigation .primary-menu li a span {
        display: block;
        line-height: 80px;
        padding: 0 20px;
        white-space: nowrap; }
    #site-navigation .primary-menu li:hover > ul {
      display: block; }
  #site-navigation .primary-menu > li > a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 15px 0;
    position: relative; }
    #site-navigation .primary-menu > li > a span {
      display: block;
      line-height: 50px;
      padding: 0 20px;
      white-space: nowrap; }
  #site-navigation {
    float: left; }
  #site-navigation .primary-menu li.mega-menu:hover > ul.sub-menu {
    display: inline-flex; }
  #site-navigation .primary-menu ul li:hover > ul {
    display: block;
    /*
	    -moz-animation: fadeInLeft .3s ease-in ;
	    -webkit-animation: fadeInLeft .3s ease-in ;
	    animation:fadeInLeft .3s ease-in ;
*/ }
  #site-navigation .primary-menu ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 0px 0px;
    margin: 0px;
    background-color: #F2F2F2;
    background-repeat: repeat-x;
    background-position: left top;
    display: none;
    z-index: 300;
    /* 	Dropdown shadow */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 18px; }
    #site-navigation .primary-menu ul.sub-menu ul.sub-menu {
      display: block; }
    #site-navigation .primary-menu ul.sub-menu ul {
      left: 100%;
      top: 0px; }
    #site-navigation .primary-menu ul.sub-menu li {
      padding: 0px;
      margin: 0px;
      display: block;
      float: none;
      text-transform: none; }
      #site-navigation .primary-menu ul.sub-menu li:last-child {
        border: none; }
      #site-navigation .primary-menu ul.sub-menu li a {
        display: block;
        padding: 4px 0px;
        margin: 0px 0px;
        display: block; }
        #site-navigation .primary-menu ul.sub-menu li a span {
          display: block;
          line-height: 30px;
          padding: 0 24px 0 10px;
          white-space: normal;
          line-height: 1.25em; }
  #site-navigation .primary-menu > li.menu-right > ul.sub-menu {
    left: inherit;
    right: 0; }
  /* Add arrows uncomment for arrows */
  #site-navigation ul.sub-menu li.menu-item-has-children {
    /*
		&:after{
			font-family: 'Fontawesome';
			content:"\f0da";
			color:#999;
			position: absolute;
			right: 5px;
			top:6px;
			margin-left: 5px;
		}
		ul li.menu-item-has-children:after{
			font-family: 'Fontawesome';
			content: "\f0da";
			color:#999;
			position: absolute;
			right: 10px;
			top:0px;
			margin-left: 5px;
		}
*/ } }

@media screen and (min-width: 1240px) {
  /*
	.top-navigation .top-menu > li {
        padding: 0 20px !important;
	}
*/ }

/* menu buttons  */
.site-mainmenu-extra-btn {
  float: left; }
  .site-mainmenu-extra-btn a.lb_search_menu_btn {
    float: left;
    padding: 15px 12px;
    line-height: 80px;
    position: relative; }
  .site-mainmenu-extra-btn a i {
    color: #1946ba; }
  .site-mainmenu-extra-btn .lb_cta_menu_btn {
    padding: 20px 0;
    display: inline-block; }

#mobile-nav-holder .slicknav_menu {
  padding: 0; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .menu-main-container {
    background-color: #EEEEEE; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .slicknav_row:hover a {
    color: white; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .slicknav_row a:hover {
    color: white;
    background-color: #155189; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .slicknav_row:hover {
    background-color: #155189;
    border-radius: 6px; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav ul {
    margin: 0 0 0 0; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav a {
    margin: 0 0; }
    #mobile-nav-holder .slicknav_menu .slicknav_nav a:hover {
      background: #155189; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu > li {
    border-bottom: solid 1px #ddd;
    padding-left: 14px; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button a:hover {
    background: transparent; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button a span {
    color: white; }
    #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button a span i {
      display: table;
      float: right; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.blue {
    background-color: #1D65A3; }
    #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.blue:hover {
      background-color: #154a78; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.gold {
    background-color: #FB9F3F; }
    #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.gold:hover {
      background-color: #fa860d; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.orange {
    background-color: #EE551D; }
    #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.orange:hover {
      background-color: #c9410f; }
  #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.green {
    background-color: #63A74B; }
    #mobile-nav-holder .slicknav_menu .slicknav_nav .mobile-menu .maxta-mobile-button.green:hover {
      background-color: #4e843b; }
  #mobile-nav-holder .slicknav_menu .slicknav_search_icon a {
    color: #8c8b8b; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-2 > .sub-menu {
  min-width: 440px; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-3 > .sub-menu {
  min-width: 660px; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-4 > .sub-menu {
  min-width: 880px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li {
  min-width: 215px;
  float: left;
  padding: 20px 12px; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.menu-item-object-mega_menu {
    padding: 16px; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header {
    padding-top: 10px;
    padding-left: 10px; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header > a span {
      font-weight: 700;
      color: #1946ba; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li > .sub-menu {
    position: relative;
    left: initial;
    top: initial;
    border: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li > .sub-menu li {
      border: none; }

#site-navigation .primary-menu .mega-menu .menu-item-object-mega_menu {
  background-color: #e5e5e5; }

#site-navigation .primary-menu .mega-menu-contents {
  font-size: 14px;
  line-height: 1.5em; }
  #site-navigation .primary-menu .mega-menu-contents h1, #site-navigation .primary-menu .mega-menu-contents h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-weight: 700; }
  #site-navigation .primary-menu .mega-menu-contents img {
    max-width: 100%;
    height: auto; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-200 {
  min-width: 200px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-220 {
  min-width: 220px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-240 {
  min-width: 240px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-260 {
  min-width: 260px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-280 {
  min-width: 280px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-300 {
  min-width: 300px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-320 {
  min-width: 320px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-340 {
  min-width: 340px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-360 {
  min-width: 360px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-380 {
  min-width: 380px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-400 {
  min-width: 400px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-420 {
  min-width: 420px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-440 {
  min-width: 440px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-460 {
  min-width: 460px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-480 {
  min-width: 480px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-500 {
  min-width: 500px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-520 {
  min-width: 520px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-540 {
  min-width: 540px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-560 {
  min-width: 560px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li.column-width-580 {
  min-width: 580px; }

@media screen and (max-width: 959px) {
  .site-main-header {
    display: none; }
  .site-top {
    display: none; } }

@media screen and (min-width: 960px) {
  .slicknav_menu {
    display: none; } }

/*--------------------------------------------------------------
5.5 Content
--------------------------------------------------------------*/
.site-content {
  z-index: 100;
  word-wrap: break-word; }
  .site-content .banner-hero h1, .site-content .banner-hero h2 {
    color: white;
    font-size: 3em; }
  .site-content .banner-hero p {
    color: white;
    font-size: 2em;
    line-height: 1.75em; }

.entry-content strong {
  font-weight: 500; }

.entry-content a {
  font-weight: 500; }

.entry-content .liquidbook-home-icon p, .entry-content .liquidbook-home-icon p span {
  font-size: 18px; }

.entry-content .liquidbook-home-icon h1, .entry-content .liquidbook-home-icon h2 {
  font-size: 24px; }

.entry-content .liquidbook-home-icon .wpb_text_column .wpb_wrapper {
  text-align: center; }

.entry-content .breadcrumb {
  color: #aaaaad; }
  .entry-content .breadcrumb a {
    color: #aaaaad; }
    .entry-content .breadcrumb a:hover {
      color: #49a32f; }

.entry-content .cta-wide-strip .wpb_text_column h2 {
  color: white; }

.content-padding .site-main {
  padding-top: 40px;
  padding-bottom: 20px; }

.content-padding .sidebar-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

#primary {
  width: 100%; }

.sidebar_right #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  float: left; }
  .sidebar_right #primary:last-child {
    margin-right: 0; }
  .sidebar_right #primary .entry-content {
    width: 100%; }

.sidebar_right #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right; }
  .sidebar_right #secondary:last-child {
    margin-right: 0; }

.sidebar_left #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  float: right; }
  .sidebar_left #primary:last-child {
    margin-right: 0; }

.sidebar_left #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: left; }
  .sidebar_left #secondary:last-child {
    margin-right: 0; }

.sidebar_no {
  width: 100%; }

/* responsive - footer */
@media screen and (min-width: 768px) {
  .five-columns .vc_col-sm-2 {
    width: 20%; } }

@media screen and (max-width: 767px) {
  .sidebar_right #primary, .sidebar_left #primary {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    float: none; }
    .sidebar_right #primary:last-child, .sidebar_left #primary:last-child {
      margin-right: 0; }
    .sidebar_right #primary::after, .sidebar_left #primary::after {
      clear: both;
      content: "";
      display: block; }
  .sidebar_right #secondary, .sidebar_left #secondary {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    float: none; }
    .sidebar_right #secondary:last-child, .sidebar_left #secondary:last-child {
      margin-right: 0; }
    .sidebar_right #secondary::after, .sidebar_left #secondary::after {
      clear: both;
      content: "";
      display: block; } }

/* 	#Mobile (Portrait) < 479  - 4 columns  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767 : 8 columns  */
/* #Tablet Min / Max (Portrait)  < 768 : 8 columns */
/* #Tablet Landscape: 768 - 959 : 8 columns	 */
/* #Desktop:960 - 1239 : 12 columns */
/* #Wide Screen: > 1240 : 12 columns	 */
/*--------------------------------------------------------------
5.5.1 Content
--------------------------------------------------------------*/
.blog-template .entry-title, .videos-template .entry-title, .page-template-template-video .entry-title, .page-template-template-casestudies .entry-title, .page-template-template-product-brief .entry-title, .page-template-template-solution-brief .entry-title, .page-template-template-whitepapers .entry-title, .post-type-archive-press .entry-title {
  font-size: 1.7em;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  line-height: 1.25em; }

.blog-template .post-description a:hover, .videos-template .post-description a:hover, .page-template-template-video .post-description a:hover, .page-template-template-casestudies .post-description a:hover, .page-template-template-product-brief .post-description a:hover, .page-template-template-solution-brief .post-description a:hover, .page-template-template-whitepapers .post-description a:hover, .post-type-archive-press .post-description a:hover {
  text-decoration: none; }
  .blog-template .post-description a:hover h2, .videos-template .post-description a:hover h2, .page-template-template-video .post-description a:hover h2, .page-template-template-casestudies .post-description a:hover h2, .page-template-template-product-brief .post-description a:hover h2, .page-template-template-solution-brief .post-description a:hover h2, .page-template-template-whitepapers .post-description a:hover h2, .post-type-archive-press .post-description a:hover h2 {
    color: #1D65A3; }

.blog-template .post-meta-container, .videos-template .post-meta-container, .page-template-template-video .post-meta-container, .page-template-template-casestudies .post-meta-container, .page-template-template-product-brief .post-meta-container, .page-template-template-solution-brief .post-meta-container, .page-template-template-whitepapers .post-meta-container, .post-type-archive-press .post-meta-container {
  text-transform: uppercase;
  color: grey;
  padding: 0 0 8px;
  font-size: .9em; }
  .blog-template .post-meta-container a, .videos-template .post-meta-container a, .page-template-template-video .post-meta-container a, .page-template-template-casestudies .post-meta-container a, .page-template-template-product-brief .post-meta-container a, .page-template-template-solution-brief .post-meta-container a, .page-template-template-whitepapers .post-meta-container a, .post-type-archive-press .post-meta-container a {
    color: grey; }
  .blog-template .post-meta-container .author span, .videos-template .post-meta-container .author span, .page-template-template-video .post-meta-container .author span, .page-template-template-casestudies .post-meta-container .author span, .page-template-template-product-brief .post-meta-container .author span, .page-template-template-solution-brief .post-meta-container .author span, .page-template-template-whitepapers .post-meta-container .author span, .post-type-archive-press .post-meta-container .author span {
    padding-left: 0; }

.blog-template .post-thumbnail, .videos-template .post-thumbnail, .page-template-template-video .post-thumbnail, .page-template-template-casestudies .post-thumbnail, .page-template-template-product-brief .post-thumbnail, .page-template-template-solution-brief .post-thumbnail, .page-template-template-whitepapers .post-thumbnail, .post-type-archive-press .post-thumbnail {
  padding: 0 24px 0 0; }
  .blog-template .post-thumbnail img, .videos-template .post-thumbnail img, .page-template-template-video .post-thumbnail img, .page-template-template-casestudies .post-thumbnail img, .page-template-template-product-brief .post-thumbnail img, .page-template-template-solution-brief .post-thumbnail img, .page-template-template-whitepapers .post-thumbnail img, .post-type-archive-press .post-thumbnail img {
    border: 1px solid  #ddd; }

.blog-template .site-main.list article, .videos-template .site-main.list article, .page-template-template-video .site-main.list article, .page-template-template-casestudies .site-main.list article, .page-template-template-product-brief .site-main.list article, .page-template-template-solution-brief .site-main.list article, .page-template-template-whitepapers .site-main.list article, .post-type-archive-press .site-main.list article {
  float: left;
  padding-bottom: 20px; }
  .blog-template .site-main.list article.no-image .post-description, .videos-template .site-main.list article.no-image .post-description, .page-template-template-video .site-main.list article.no-image .post-description, .page-template-template-casestudies .site-main.list article.no-image .post-description, .page-template-template-product-brief .site-main.list article.no-image .post-description, .page-template-template-solution-brief .site-main.list article.no-image .post-description, .page-template-template-whitepapers .site-main.list article.no-image .post-description, .post-type-archive-press .site-main.list article.no-image .post-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 34.11922%; }
    .blog-template .site-main.list article.no-image .post-description:last-child, .videos-template .site-main.list article.no-image .post-description:last-child, .page-template-template-video .site-main.list article.no-image .post-description:last-child, .page-template-template-casestudies .site-main.list article.no-image .post-description:last-child, .page-template-template-product-brief .site-main.list article.no-image .post-description:last-child, .page-template-template-solution-brief .site-main.list article.no-image .post-description:last-child, .page-template-template-whitepapers .site-main.list article.no-image .post-description:last-child, .post-type-archive-press .site-main.list article.no-image .post-description:last-child {
      margin-right: 0; }
  .blog-template .site-main.list article .entry-content .post-thumbnail-wrapper, .videos-template .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-video .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-casestudies .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-product-brief .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-solution-brief .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-whitepapers .site-main.list article .entry-content .post-thumbnail-wrapper, .post-type-archive-press .site-main.list article .entry-content .post-thumbnail-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .blog-template .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .videos-template .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-video .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-casestudies .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-product-brief .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-solution-brief .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-whitepapers .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .post-type-archive-press .site-main.list article .entry-content .post-thumbnail-wrapper:last-child {
      margin-right: 0; }
  .blog-template .site-main.list article .entry-content .post-description, .videos-template .site-main.list article .entry-content .post-description, .page-template-template-video .site-main.list article .entry-content .post-description, .page-template-template-casestudies .site-main.list article .entry-content .post-description, .page-template-template-product-brief .site-main.list article .entry-content .post-description, .page-template-template-solution-brief .site-main.list article .entry-content .post-description, .page-template-template-whitepapers .site-main.list article .entry-content .post-description, .post-type-archive-press .site-main.list article .entry-content .post-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .blog-template .site-main.list article .entry-content .post-description:last-child, .videos-template .site-main.list article .entry-content .post-description:last-child, .page-template-template-video .site-main.list article .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list article .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list article .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list article .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list article .entry-content .post-description:last-child, .post-type-archive-press .site-main.list article .entry-content .post-description:last-child {
      margin-right: 0; }
  .blog-template .site-main.list article footer.entry-footer, .videos-template .site-main.list article footer.entry-footer, .page-template-template-video .site-main.list article footer.entry-footer, .page-template-template-casestudies .site-main.list article footer.entry-footer, .page-template-template-product-brief .site-main.list article footer.entry-footer, .page-template-template-solution-brief .site-main.list article footer.entry-footer, .page-template-template-whitepapers .site-main.list article footer.entry-footer, .post-type-archive-press .site-main.list article footer.entry-footer {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 34.11922%; }
    .blog-template .site-main.list article footer.entry-footer:last-child, .videos-template .site-main.list article footer.entry-footer:last-child, .page-template-template-video .site-main.list article footer.entry-footer:last-child, .page-template-template-casestudies .site-main.list article footer.entry-footer:last-child, .page-template-template-product-brief .site-main.list article footer.entry-footer:last-child, .page-template-template-solution-brief .site-main.list article footer.entry-footer:last-child, .page-template-template-whitepapers .site-main.list article footer.entry-footer:last-child, .post-type-archive-press .site-main.list article footer.entry-footer:last-child {
      margin-right: 0; }

.blog-template .site-main.featured article, .videos-template .site-main.featured article, .page-template-template-video .site-main.featured article, .page-template-template-casestudies .site-main.featured article, .page-template-template-product-brief .site-main.featured article, .page-template-template-solution-brief .site-main.featured article, .page-template-template-whitepapers .site-main.featured article, .post-type-archive-press .site-main.featured article {
  width: 100%; }
  .blog-template .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .videos-template .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .page-template-template-video .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .page-template-template-casestudies .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .page-template-template-product-brief .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .page-template-template-solution-brief .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .page-template-template-whitepapers .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail, .post-type-archive-press .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 26px;
    float: inherit; }
    .blog-template .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .videos-template .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .page-template-template-video .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .page-template-template-casestudies .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .page-template-template-product-brief .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .page-template-template-solution-brief .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .page-template-template-whitepapers .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img, .post-type-archive-press .site-main.featured article .entry-content .post-thumbnail-wrapper .post-thumbnail img {
      width: 100%;
      height: auto; }
  .blog-template .site-main.featured article .entry-content .post-description, .videos-template .site-main.featured article .entry-content .post-description, .page-template-template-video .site-main.featured article .entry-content .post-description, .page-template-template-casestudies .site-main.featured article .entry-content .post-description, .page-template-template-product-brief .site-main.featured article .entry-content .post-description, .page-template-template-solution-brief .site-main.featured article .entry-content .post-description, .page-template-template-whitepapers .site-main.featured article .entry-content .post-description, .post-type-archive-press .site-main.featured article .entry-content .post-description {
    margin-bottom: 40px; }

.blog .site-content {
  padding-top: 30px; }

/* single-blog */
.single .site-main {
  padding-top: 40px;
  padding-bottom: 20px; }

.single .sidebar-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

.single-blog .site-content-inner {
  padding-top: 30px; }

.single-blog .post-meta-container {
  color: #fff; }
  .single-blog .post-meta-container a, .single-blog .post-meta-container a:hover, .single-blog .post-meta-container a:focus {
    color: #fff; }

.single-blog .has-image .entry-header .entry-title {
  padding-top: 20px; }

.single-post .post-meta-container {
  padding: 10px 0; }

/* archive */
.archive .site-content-inner {
  padding-top: 30px; }

/* responsive */
@media screen and (max-width: 479px) {
  .blog-template .site-main.list article, .videos-template .site-main.list article, .page-template-template-video .site-main.list article, .page-template-template-casestudies .site-main.list article, .page-template-template-product-brief .site-main.list article, .page-template-template-solution-brief .site-main.list article, .page-template-template-whitepapers .site-main.list article, .post-type-archive-press .site-main.list article {
    float: left;
    padding-bottom: 12px; }
    .blog-template .site-main.list article .entry-content .post-thumbnail-wrapper, .videos-template .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-video .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-casestudies .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-product-brief .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-solution-brief .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-whitepapers .site-main.list article .entry-content .post-thumbnail-wrapper, .post-type-archive-press .site-main.list article .entry-content .post-thumbnail-wrapper {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 19.43277%; }
      .blog-template .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .videos-template .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-video .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-casestudies .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-product-brief .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-solution-brief .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-whitepapers .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .post-type-archive-press .site-main.list article .entry-content .post-thumbnail-wrapper:last-child {
        margin-right: 0; }
    .blog-template .site-main.list article .entry-content .post-description, .videos-template .site-main.list article .entry-content .post-description, .page-template-template-video .site-main.list article .entry-content .post-description, .page-template-template-casestudies .site-main.list article .entry-content .post-description, .page-template-template-product-brief .site-main.list article .entry-content .post-description, .page-template-template-solution-brief .site-main.list article .entry-content .post-description, .page-template-template-whitepapers .site-main.list article .entry-content .post-description, .post-type-archive-press .site-main.list article .entry-content .post-description {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 73.14426%; }
      .blog-template .site-main.list article .entry-content .post-description:last-child, .videos-template .site-main.list article .entry-content .post-description:last-child, .page-template-template-video .site-main.list article .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list article .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list article .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list article .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list article .entry-content .post-description:last-child, .post-type-archive-press .site-main.list article .entry-content .post-description:last-child {
        margin-right: 0; }
    .blog-template .site-main.list article footer.entry-footer, .videos-template .site-main.list article footer.entry-footer, .page-template-template-video .site-main.list article footer.entry-footer, .page-template-template-casestudies .site-main.list article footer.entry-footer, .page-template-template-product-brief .site-main.list article footer.entry-footer, .page-template-template-solution-brief .site-main.list article footer.entry-footer, .page-template-template-whitepapers .site-main.list article footer.entry-footer, .post-type-archive-press .site-main.list article footer.entry-footer {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%; }
      .blog-template .site-main.list article footer.entry-footer:last-child, .videos-template .site-main.list article footer.entry-footer:last-child, .page-template-template-video .site-main.list article footer.entry-footer:last-child, .page-template-template-casestudies .site-main.list article footer.entry-footer:last-child, .page-template-template-product-brief .site-main.list article footer.entry-footer:last-child, .page-template-template-solution-brief .site-main.list article footer.entry-footer:last-child, .page-template-template-whitepapers .site-main.list article footer.entry-footer:last-child, .post-type-archive-press .site-main.list article footer.entry-footer:last-child {
        margin-right: 0; }
    .blog-template .site-main.list article .post-thumbnail, .videos-template .site-main.list article .post-thumbnail, .page-template-template-video .site-main.list article .post-thumbnail, .page-template-template-casestudies .site-main.list article .post-thumbnail, .page-template-template-product-brief .site-main.list article .post-thumbnail, .page-template-template-solution-brief .site-main.list article .post-thumbnail, .page-template-template-whitepapers .site-main.list article .post-thumbnail, .post-type-archive-press .site-main.list article .post-thumbnail {
      padding: 0 0 0 0; }
      .blog-template .site-main.list article .post-thumbnail img, .videos-template .site-main.list article .post-thumbnail img, .page-template-template-video .site-main.list article .post-thumbnail img, .page-template-template-casestudies .site-main.list article .post-thumbnail img, .page-template-template-product-brief .site-main.list article .post-thumbnail img, .page-template-template-solution-brief .site-main.list article .post-thumbnail img, .page-template-template-whitepapers .site-main.list article .post-thumbnail img, .post-type-archive-press .site-main.list article .post-thumbnail img {
        border: 1px solid  #ddd; }
    .blog-template .site-main.list article.no-image .entry-content .post-description, .videos-template .site-main.list article.no-image .entry-content .post-description, .page-template-template-video .site-main.list article.no-image .entry-content .post-description, .page-template-template-casestudies .site-main.list article.no-image .entry-content .post-description, .page-template-template-product-brief .site-main.list article.no-image .entry-content .post-description, .page-template-template-solution-brief .site-main.list article.no-image .entry-content .post-description, .page-template-template-whitepapers .site-main.list article.no-image .entry-content .post-description, .post-type-archive-press .site-main.list article.no-image .entry-content .post-description {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%; }
      .blog-template .site-main.list article.no-image .entry-content .post-description:last-child, .videos-template .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-video .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list article.no-image .entry-content .post-description:last-child, .post-type-archive-press .site-main.list article.no-image .entry-content .post-description:last-child {
        margin-right: 0; } }

/* 	#Mobile (Portrait) < 479  - 4 columns  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767 : 8 columns  */
/* #Tablet Min / Max (Portrait)  < 768 : 8 columns */
/* #Tablet Landscape: 768 - 959 : 8 columns	 */
/* #Desktop:960 - 1239 : 12 columns */
/* #Wide Screen: > 1240 : 12 columns	 */
/*--------------------------------------------------------------
5.6 Sidebar
--------------------------------------------------------------*/
.site-content-inner .wpb_widgetised_column .widget-title, .site-content-inner .sidebar.widget-area .widget-title {
  font-size: 20px;
  border-bottom: none;
  color: #49a32f;
  padding-bottom: 12px; }

.site-content-inner .wpb_widgetised_column ul, .site-content-inner .wpb_widgetised_column li, .site-content-inner .wpb_widgetised_column ol, .site-content-inner .sidebar.widget-area ul, .site-content-inner .sidebar.widget-area li, .site-content-inner .sidebar.widget-area ol {
  padding: 0;
  margin: 0; }

.site-content-inner .wpb_widgetised_column li, .site-content-inner .sidebar.widget-area li {
  padding-bottom: 6px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 12px; }

.site-content-inner .wpb_widgetised_column a, .site-content-inner .sidebar.widget-area a {
  color: gray; }
  .site-content-inner .wpb_widgetised_column a:hover, .site-content-inner .sidebar.widget-area a:hover {
    color: #49a32f; }

.site-content-inner .wpb_widgetised_column section, .site-content-inner .sidebar.widget-area section {
  margin-bottom: 50px; }

.site-content-inner .tribe-events-list-widget .tribe-event-title {
  font-weight: 300; }
  .site-content-inner .tribe-events-list-widget .tribe-event-title ol {
    padding-left: 0;
    -webkit-padding-start: 0; }

@media screen and (max-width: 479px) {
  section {
    margin-bottom: 20px; } }

/*--------------------------------------------------------------
5.7 custom post types
--------------------------------------------------------------*/
.news-article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  margin-bottom: 20px; }
  .news-article::after {
    clear: both;
    content: "";
    display: block; }
  .news-article__image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: center; }
    .news-article__image:last-child {
      margin-right: 0; }
    .news-article__image img {
      margin: 0;
      max-width: 100%;
      height: auto; }
  .news-article__info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .news-article__info:last-child {
      margin-right: 0; }
  .news-article__title .entry-title {
    font-size: 22px;
    margin: 0 0 6px;
    color: #49a32f; }
  .news-article__pubdate {
    color: #aaaaad; }

.casestudy__image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: center; }
  .casestudy__image:last-child {
    margin-right: 0; }
  .casestudy__image img {
    margin: 0;
    max-width: 100%;
    height: auto; }

.casestudy__info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .casestudy__info:last-child {
    margin-right: 0; }

.casestudy__title .entry-title {
  font-size: 22px;
  margin: 0 0 6px;
  color: #49a32f; }

.casestudy__content .btn {
  margin-left: 0;
  margin-right: 0; }

@media screen and (max-width: 479px) {
  .news-article {
    margin-bottom: 20px;
    border-bottom: #ddd solid 1px;
    padding-bottom: 20px; }
    .news-article__image {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .news-article__image:last-child {
        margin-right: 0; }
    .news-article__info {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .news-article__info:last-child {
        margin-right: 0; }
  .casestudy {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .casestudy__image {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .casestudy__image:last-child {
        margin-right: 0; }
    .casestudy__info {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .casestudy__info:last-child {
        margin-right: 0; } }

/*--------------------------------------------------------------
5.8 archive - category - tax - posts
--------------------------------------------------------------*/
.pagination {
  border-top: 2px solid #aaaaad;
  font-family: "Montserrat";
  font-size: 16px;
  margin: 25px 0 25px;
  min-height: 44px;
  position: relative; }
  .pagination:before, .pagination:after {
    background-color: #aaaaad;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 0; }
  .pagination:before {
    right: 0; }
  .pagination:after {
    right: 42px; }
  .pagination a:hover, .pagination a:active {
    color: #1946ba; }
  .pagination .nav-links {
    padding-right: 106px;
    position: relative;
    font-family: FontAwesome; }
    .pagination .nav-links:before, .pagination .nav-links:after {
      font-family: FontAwesome;
      color: #fff;
      font-size: 20px;
      line-height: 39px;
      opacity: 0.3;
      position: absolute;
      width: 40px;
      z-index: 1; }
    .pagination .nav-links:before {
      content: "\f061";
      right: -1px; }
    .pagination .nav-links:after {
      content: "\f060";
      right: 43px; }
  .pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
    font-family: "Montserrat"; }
  .pagination .current {
    display: inline-block;
    font-weight: 700; }
  .pagination .prev, .pagination .next {
    background-color: #aaaaad;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 2; }
  .pagination .prev:before, .pagination .next:before {
    font-size: 20px;
    height: 41px;
    line-height: 40px;
    position: relative;
    width: 41px; }
  .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
    background-color: #007acc;
    color: #fff; }
  .pagination .prev:focus,
  .pagination .next:focus {
    outline: 0; }
  .pagination .prev {
    right: 42px; }
  .pagination .prev:before {
    content: "\f060";
    left: -1px;
    top: -1px; }
  .pagination .next {
    right: 0; }
  .pagination .next:before {
    content: "\f061";
    right: -1px;
    top: -1px; }
  .pagination a {
    text-decoration: none; }

@media screen and (min-width: 480px) {
  .pagination .page-numbers {
    display: inline-block; } }

.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.navigation.pagination {
  clear: both; }

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important; }

.pagination .nav-links:before, .pagination .nav-links:after, .pagination .prev:before, .pagination .next:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

/*--------------------------------------------------------------
5.9 Visual Composer
--------------------------------------------------------------*/
.entry-content .wpb_text_column h2 {
  margin-top: 0; }

.entry-content .wpb_content_element.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-left-right {
  margin-left: 0;
  margin-right: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

/*
.maxta-dropshadow-boxes .vc_grid-item-mini  {
        -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
        padding: 16px;
}
*/
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  padding-right: 42px; }

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
  color: #666;
  background-color: #FFF;
  border: 1px solid #cfcfcf; }

.maxta-dropshadow-boxes .vc_grid-item-mini, .maxta-dropshadow-boxes .vc_column-inner {
  padding: 16px;
  -webkit-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2); }

.maxta-dropshadow-boxes .wpb_single_image .vc_single_image-wrapper.vc_box_border, .maxta-dropshadow-boxes .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
  padding: 1px; }

.maxta-dropshadow-boxes h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #353535; }

.maxta-dropshadow-boxes p {
  font-size: 15px;
  line-height: 21.5px; }

.maxta-dropshadow-boxes .wpb_content_element {
  margin-bottom: 6px; }

.maxta-dropshadow-boxes .vc_btn3.vc_btn3-size-md {
  font-size: 14px !important;
  padding: 7px 11px;
  font-weight: 600 !important; }

.maxta-dropshadow-boxes .wpb_text_column h4 {
  text-align: left;
  min-height: 48px;
  font-weight: 600;
  padding-top: 6px; }

.maxta-dropshadow-boxes .wpb_text_column p {
  min-height: 80px; }

.maxta-dropshadow-boxes .vc_btn3-container {
  margin-bottom: 0; }

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .vc_row.maxta-dropshadow-boxes > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    padding: 0 0; }
  .vc_row.maxta-dropshadow-boxes.vc_column-gap-20 {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 479px) {
  body .entry-content .big-type-36 p {
    font-size: 32px;
    line-height: 47px; }
  body .entry-content .wpb_text_column h3 {
    font-size: 32px;
    line-height: 45px; }
  body .entry-content .large-text-24 .wpb_text_column h1 {
    font-size: 32px;
    line-height: 42px; }
  body .entry-content .maxta-dropshadow-boxes h3 {
    line-height: 32px;
    color: #5a5b5d;
    font-size: 24px; }
  body .entry-content .maxta-dropshadow-boxes .vc_grid-item-mini, body .entry-content .maxta-dropshadow-boxes .vc_column-inner {
    padding: 0; }
  body .entry-content button.vc_general.vc_btn3 {
    font-size: 16px; }
  body .entry-content .vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; } }

/*--------------------------------------------------------------
6.0 Vendors
--------------------------------------------------------------*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

/* --- mobile search form ---- */
.slicknav_search_icon a {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  color: white; }

.slicknav_menu {
  position: relative; }
  .slicknav_menu .search_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 201;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .slicknav_menu .mobilesearchform {
    background-color: #1a1a1a;
    padding: 14px; }
    .slicknav_menu .mobilesearchform .fa-search {
      left: 40px;
      color: rgba(226, 226, 226, 0.5); }
    .slicknav_menu .mobilesearchform .fa-search, .slicknav_menu .mobilesearchform .icon_close {
      position: absolute;
      top: 24px;
      font-size: 20px;
      line-height: 20px;
      display: block; }
    .slicknav_menu .mobilesearchform .icon_close {
      right: 35px;
      color: #fff;
      opacity: 0.3;
      filter: alpha(opacity=30);
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out; }
      .slicknav_menu .mobilesearchform .icon_close:hover {
        right: 35px;
        opacity: 1;
        filter: alpha(opacity=100); }
    .slicknav_menu .mobilesearchform input[type="text"] {
      width: 100%;
      margin: 0;
      color: rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0 0;
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      padding: 6px 4px;
      padding-top: 8px;
      padding-left: 60px;
      background: none;
      border-width: 0;
      border-style: none;
      border-color: rgba(0, 0, 0, 0.2);
      font-size: 1.25em;
      outline: none; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #1946ba;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #444547;
  font-size: 24px;
  text-transform: uppercase; }

.slicknav_search_icon {
  margin: 3px 0px 2px;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase; }

.slicknav_search_icon {
  color: #fff;
  font-weight: bold; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #0d2460;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #0d2460;
      color: white; }
    .slicknav_nav a .slicknav_arrow {
      float: right; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 10px 2px;
  height: 50px; }
  .slicknav_brand img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

.owl-carousel.grey img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  .owl-carousel.grey img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }

/*--------------------------------------------------------------
7.0 Layout
--------------------------------------------------------------*/
/* ======== footer ======= */
#colophon .widget .widget-title {
  color: #D5D5D5;
  font-size: 16px;
  text-transform: uppercase; }

#colophon, #colophon .widget ul li, #colophon .widget ul li p, #colophon .widget ol li, #colophon .widget ol li p, #colophon .widget p, #colophon .widget a {
  color: #D5D5D5;
  font-size: 14px; }

#colophon .widget ul li a, #colophon .widget ul li p a, #colophon .widget ol li a, #colophon .widget ol li p a {
  color: #D5D5D5; }

/*# sourceMappingURL=style.css.map */
