﻿/*@font-face {
    font-family: 'Gobold-Regular';
    src: url($content-path + '/fonts/Gobold-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Gobold-Light';
    src: url($content-path + '/fonts/Gobold-Light.otf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url($content-path + '/fonts/Roboto-Regular.ttf') format('truetype');
}

$fontTitle: "Gobold-Regular", sans-serif;
$fontGoboldLight: "Gobold-Light", sans-serif;
$fontText: "Roboto-Regular", sans-serif;*/
@font-face {
  font-family: BentonSans;
  src: url("../../Content/fonts/BentonSans Comp Black.woff2"); }

/*!
 * 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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  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; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#owl-demo .item {
  margin: 3px;
  padding: 40px; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

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

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

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

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

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

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/* --------------------- color ----------------------------*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.orange {
  color: #ee7121; }

.calc-box {
  background: #22232b;
  padding: 30px;
  margin-bottom: 30px; }

.noUi-value-horizontal {
  color: #fff !important; }

.responsive-calendar .controls h4 {
  font-size: 19px !important;
  font-family: "effra", sans-serif; }

div.tooltip {
  background-color: #ee7121 !important; }

.small-text {
  font-size: 12px;
  color: #999999; }

.testimonials p.person {
  font-family: "BentonSans", arial, sans-serif;
  font-size: 31px;
  text-transform: uppercase; }

.testimonials p.quote {
  font-size: 80px; }

.testimonials p.message {
  margin-bottom: 50px; }

.bg-orange {
  background: #ee7121; }

.bg-grey {
  background: #1b1c24; }

.bg-grey1 {
  background-color: #0c0d14; }

.bg-grey-2 {
  background-color: #22232b; }

.bg-dark {
  background: black; }

.padd-standard {
  padding-top: 60px;
  padding-bottom: 60px; }

.centering {
  margin: 0 auto;
  text-align: center; }

body {
  background: #1b1c24;
  color: #fff;
  font-size: 18px;
  font-family: "effra", sans-serif;
  font-style: normal;
  font-weight: 100; }

.container.c-1900 {
  max-width: 1900px;
  width: 100%; }

@media (min-width: 1200px) {
  .container.c-1600 {
    max-width: 1600px; }
  .container.c-1200 {
    max-width: 1200px; }
  .container.c-1000 {
    max-width: 1000px; } }

.no-gutter [class*="-6"] {
  padding-left: 0;
  padding-right: 0; }

.container {
  width: 100%;
  max-width: 1244px; }

h2 {
  font-family: "BentonSans", arial, sans-serif;
  font-size: 46px; }

.staffname {
  font-size: 42px; }

.stafftitle {
  text-transform: uppercase;
  font-size: 15px; }

/* --------------------- generic titles ----------------------------*/
h1 {
  font-family: "BentonSans", arial, sans-serif;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 54px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 46px; } }

h1.home {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  font-family: "effra", sans-serif;
  margin-bottom: 27px; }

h3.question {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 2.5%;
  font-size: 29px;
  font-weight: 400; }
  h3.question span {
    text-transform: capitalize; }

a.question {
  margin-left: 2.5%; }

a {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  a:link, a:visited, a:active {
    color: #ee7121; }
  a:hover {
    color: #ffd200;
    text-decoration: none; }

a.white {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 20px;
  font-weight: 400; }
  a.white:link, a.white:visited, a.white:active {
    color: white;
    opacity: 1; }
  a.white:hover {
    color: #ee7121;
    opacity: 0.8;
    text-decoration: none; }

/* --------------------- spacers ----------------------------*/
.top-1 {
  margin-top: 10px; }

/* --------------------- banners ----------------------------*/
.bg-19 {
  background: url("../../Content/images/page-bg/about-bg.jpg") right top no-repeat;
  background-size: contain; }

.bg-1 {
  background: url("../../Content/images/page-bg/shade-1.jpg") right top no-repeat; }

.bg-2 {
  background: url("../../Content/images/page-bg/shade-2.jpg") right top no-repeat; }

.bg-3 {
  background: url("../../Content/images/page-bg/shade-3.jpg") right top no-repeat; }

.bg-4 {
  background: url("../../Content/images/page-bg/shade-4.jpg") right top no-repeat; }

.bg-5 {
  background: url("../../Content/images/page-bg/shade-5.jpg") right top no-repeat; }

.bg-6 {
  background: url("../../Content/images/page-bg/shade-6.jpg") right top no-repeat; }

.bg-7 {
  background: url("../../Content/images/page-bg/shade-7.jpg") right top no-repeat; }

.bg-8 {
  background: url("../../Content/images/page-bg/shade-8.jpg") right top no-repeat; }

.bg-9 {
  background: url("../../Content/images/page-bg/shade-9.jpg") right top no-repeat; }

.bg-10 {
  background: url("../../Content/images/page-bg/shade-10.jpg") left top no-repeat; }

.bg-11 {
  background: url("../../Content/images/page-bg/shade-11.jpg") center top no-repeat; }

.bg-12 {
  background: url("../../Content/images/page-bg/shade-12.jpg") right top no-repeat; }

.bg-13 {
  background: url("../../Content/images/page-bg/shade-13.jpg") right top no-repeat; }

/* --------------------- About ----------------------------*/
.chunkysection-pre {
  padding-bottom: 206px; }

.chunkysection-post {
  padding-top: 206px; }

.chunkysection {
  position: relative;
  height: 778px;
  background: #ee7121;
  z-index: 60; }
  .chunkysection .left_img {
    position: absolute;
    left: 0;
    top: -206px;
    width: 50%; }
  .chunkysection .right_img {
    position: absolute;
    right: 0;
    bottom: -382px;
    width: 45%;
    text-align: right; }
  .chunkysection img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

.elemental-pre {
  padding-bottom: 70px; }

@media (min-width: 993px) {
  .elemental-post {
    padding-top: 206px; } }

.shaded-section {
  background-color: #22232b; }

.elemental {
  zoom: 1;
  clear: both;
  position: relative; }
  @media (min-width: 993px) {
    .elemental {
      margin-top: -110px; } }
  @media (max-width: 992px) {
    .elemental {
      margin-top: 0px; } }
  @media (min-width: 993px) {
    .elemental .i-bump {
      margin-top: -110px; } }
  @media (min-width: 993px) {
    .elemental .p-1 {
      padding: 215px 61px 0 33px; } }
  @media (max-width: 992px) {
    .elemental .p-1 {
      padding: 45px 61px 45px 33px; } }
  @media (min-width: 1200px) {
    .elemental .p-2 {
      padding: 120px 0 0 61px; } }
  @media (min-width: 993px) and (max-width: 1199px) {
    .elemental .p-2 {
      padding: 35px 0 0 61px; } }
  @media (max-width: 992px) {
    .elemental .p-2 {
      padding: 35px 0 0 61px; } }
  @media (min-width: 993px) {
    .elemental .p-3 {
      padding: 166px 61px 0 33px; } }
  @media (max-width: 992px) {
    .elemental .p-3 {
      padding: 45px 61px 45px 33px; } }

.chunkysection-2 .left_img {
  position: absolute;
  left: 0;
  top: -206px;
  width: 50%; }

.chunkysection-2 .right_img {
  position: absolute;
  right: 0;
  bottom: -382px;
  width: 45%;
  text-align: right; }

.chunkysection-2 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* --------------------- header ----------------------------*/
header .header .logo {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    header .header .logo {
      text-align: center;
      float: initial !important; }
      header .header .logo img {
        display: inline-block;
        width: 240px; } }

header .header .info-contact {
  text-transform: uppercase;
  font-weight: 500; }
  @media (max-width: 767px) {
    header .header .info-contact {
      margin-top: -80px; }
      header .header .info-contact .info-class {
        margin-right: 10px !important; }
      header .header .info-contact img {
        width: 30px; }
      header .header .info-contact a img {
        margin-bottom: 5px; } }
  header .header .info-contact .info-class {
    display: inline-block;
    margin-right: 15px; }
    header .header .info-contact .info-class .address {
      font-size: 18px;
      line-height: 1.2; }
      header .header .info-contact .info-class .address a, header .header .info-contact .info-class .address a:focus {
        color: #fff;
        text-decoration: inherit; }
      header .header .info-contact .info-class .address a:hover {
        text-decoration: inherit; }
    header .header .info-contact .info-class .phone {
      font-size: 36px;
      display: -webkit-box;
      color: #ee7121;
      line-height: 1.2;
      float: right; }
      header .header .info-contact .info-class .phone a, header .header .info-contact .info-class .phone a:focus {
        color: #ee7121;
        text-decoration: inherit; }
      header .header .info-contact .info-class .phone a:hover {
        text-decoration: inherit; }
  header .header .info-contact .social-icon {
    float: right; }
    header .header .info-contact .social-icon img {
      margin-bottom: 5px; }

@media (min-width: 470px) {
  header .info-contact {
    margin-top: 25px;
    text-align: right; } }

@media (max-width: 469px) {
  header {
    text-align: center; }
    header .logo.pull-left, header .info-contact.pull-right {
      float: inherit !important;
      display: inline-block; }
    header .info-contact {
      margin-bottom: 20px; } }

@media (max-width: 340px) {
  .info-contact .phone {
    font-size: 30px !important; } }

/*---------------------- begin menu -----------------------------*/
body .js-menu .navbar {
  border-bottom: 0; }

.js-menu, .navbar-default {
  background: #0c0d14;
  height: 60px;
  box-shadow: none;
  border: 0; }

.js-menu {
  z-index: 999;
  position: relative;
  /*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus 
	{
		background: $color-orange !important;
		color:$color-white;
	}*/ }
  .js-menu .container-fluid ul {
    background: #0c0d14;
    padding: 0; }
    .js-menu .container-fluid ul li a {
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .js-menu .container-fluid ul li > a:hover, .js-menu .container-fluid ul li.active > a, .js-menu .container-fluid ul li.active > a:hover, .js-menu .container-fluid ul li.active > a:focus {
      background: #ee7121;
      color: #fff !important;
      box-shadow: inset 0 0px 0px transparent; }
  .js-menu .navbar-default .navbar-nav > li > a:hover, .js-menu .navbar-default .navbar-nav > li > a:focus {
    color: #fff; }
  .js-menu .dropdown.open a.dropdown-toggle:link, .js-menu .dropdown.open a.dropdown-toggle:visited, .js-menu .dropdown.open a.dropdown-toggle:hover, .js-menu .dropdown.open a.dropdown-toggle:active {
    background: #ee7121 !important;
    color: #fff; }
  .js-menu .btn {
    float: left;
    height: 52px;
    text-align: left;
    width: 100%;
    font-size: 22px;
    color: #d51125; }
  .js-menu i {
    font-size: 22px; }
  .js-menu .container-menu {
    float: left;
    width: 100%; }
    .js-menu .container-menu ul {
      background: #000;
      width: 100%; }
    .js-menu .container-menu .btn-navbar {
      float: left;
      width: 100%;
      text-align: left; }
  .js-menu ul.dropdown-menu li a {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .js-menu ul.dropdown-menu li hr {
    margin: 0;
    border-top: 1px solid #333; }
  .js-menu .navbar-nav > .dropdown > a .caret {
    border-top-color: #ee7121 !important;
    border-bottom-color: #ee7121 !important;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .js-menu .navbar-nav > .dropdown > a:hover .caret, .js-menu .navbar-nav > .dropdown.active > a .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important; }

@media (min-width: 1244px) {
  .js-menu .container-fluid ul li a {
    padding: 20px 37px;
    font-size: 16px; } }

@media (min-width: 1170px) and (max-width: 1243px) {
  .js-menu .container-fluid ul li a {
    padding: 20px 37px;
    font-size: 16px; } }

@media (min-width: 993px) and (max-width: 1169px) {
  .js-menu .container-fluid ul li a {
    font-size: 14px;
    padding: 20px 32px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .js-menu .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    .js-menu .container-fluid .navbar-collapse.collapse {
      margin-left: -15px;
      padding-right: 0px; }
    .js-menu .container-fluid ul li a {
      font-size: 13px;
      padding: 20px 20px; } }

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }
  .navbar-nav {
    text-align: center;
    float: none; }
    .navbar-nav > li {
      display: inline-block;
      float: none; } }

@media (max-width: 767px) {
  .showMobile {
    text-align: right;
    padding-top: 10px;
    font-size: 20px;
    padding-right: 55px;
    color: #fff; }
  .js-menu {
    height: 0px; }
    .js-menu .navbar-default {
      height: 0px;
      min-height: 0; }
      .js-menu .navbar-default .container-fluid ul {
        position: relative;
        z-index: 999;
        margin-top: 0; }
        .js-menu .navbar-default .container-fluid ul li a {
          font-size: 14px;
          padding: 15px;
          text-align: left; }
      .js-menu .navbar-default .container-fluid .navbar-collapse {
        margin-left: -15px;
        margin-top: 0px;
        border-color: #1b1c24; }
      .js-menu .navbar-default .container-fluid .navbar-toggle {
        padding: 0;
        border: 0;
        margin-top: 12px; }
        .js-menu .navbar-default .container-fluid .navbar-toggle .icon-bar {
          height: 5px;
          width: 30px;
          background: #fff; }
      .js-menu .navbar-default .container-fluid .navbar-toggle:hover, .js-menu .navbar-default .container-fluid .navbar-toggle:focus {
        background-color: transparent !important; }
        .js-menu .navbar-default .container-fluid .navbar-toggle:hover .icon-bar, .js-menu .navbar-default .container-fluid .navbar-toggle:focus .icon-bar {
          background: #fff; }
  .js-menu-mobile {
    float: left; }
    .js-menu-mobile .navbar-default {
      background: transparent !important; }
    .js-menu-mobile .navbar-toggle {
      padding: 0;
      border: 0;
      margin-top: 30px; }
      .js-menu-mobile .navbar-toggle .icon-bar {
        height: 5px;
        width: 30px;
        background: #fff; }
    .js-menu-mobile .navbar-toggle:hover, .js-menu-mobile .navbar-toggle:focus {
      background-color: transparent !important; }
      .js-menu-mobile .navbar-toggle:hover .icon-bar, .js-menu-mobile .navbar-toggle:focus .icon-bar {
        background: #fff; }
  .info-class .address {
    margin-bottom: 5px; }
  .info-class a span, .info-class a:focus span, .info-class a:hover span {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0; }
    .info-class a span i, .info-class a:focus span i, .info-class a:hover span i {
      font-size: 18px;
      color: #ee7121;
      padding-top: 5px; } }

/*---------------------- end menu -----------------------------*/
/*---------------------------------- begin service-home --------------------------------------*/
.js-services {
  background: url("../../Content/images/services_bg.jpg") center bottom no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  /*a {
		h3 {
			position: absolute;
		}
	}*/ }
  .js-services h2 {
    margin-bottom: 40px;
    margin-top: 0; }
  .js-services .col-xs-6.col-sm-4 a {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box; }
    .js-services .col-xs-6.col-sm-4 a h3 {
      text-align: center;
      width: 100%;
      background: url("../../Content/images/service-title-bg.png") center center no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400;
      margin-top: 0;
      color: #fff; }
      @media (min-width: 768px) {
        .js-services .col-xs-6.col-sm-4 a h3 {
          height: 70px;
          margin-top: 35%; } }
      @media (max-width: 767px) {
        .js-services .col-xs-6.col-sm-4 a h3 {
          height: 70px;
          margin-top: 30%;
          font-size: 14px; } }
  .js-services .col-xs-6.col-sm-4 a:hover {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    background: rgba(238, 113, 33, 0.7);
    text-decoration: inherit;
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
    .js-services .col-xs-6.col-sm-4 a:hover h3 {
      background-image: linear-gradient(rgba(238, 113, 33, 0.2), rgba(238, 113, 33, 0.2)), url("../../Content/images/service-title-bg.png"); }
  .js-services p {
    padding: 30px 0;
    font-size: 20px; }

/*---------------------------------- end service-home --------------------------------------*/
/*---------------------------------- begin newsletter-home --------------------------------------*/
.js-newsletter {
  display: inline-block;
  width: 100%; }
  .js-newsletter .left-newsletter {
    padding: 30px 20px; }
    .js-newsletter .left-newsletter h2 {
      margin-top: 0; }
    .js-newsletter .left-newsletter a {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      text-decoration: inherit; }
  .js-newsletter .right-newsletter {
    padding: 50px 30px; }
    .js-newsletter .right-newsletter button.btn-Subscribe {
      background: #ee7121;
      color: #fff;
      text-transform: uppercase;
      outline: none;
      padding: 15px 30px;
      margin-top: 10px;
      display: inline-block;
      border-radius: 0px;
      border: 0;
      font-weight: 500;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .js-newsletter .right-newsletter button.btn-Subscribe i {
        padding-left: 15px; }
    .js-newsletter .right-newsletter button.btn-Subscribe:hover, .js-newsletter .right-newsletter button.btn-Subscribe:focus {
      background: #e25900;
      color: #fff;
      text-decoration: inherit; }

@media (min-width: 768px) {
  .js-newsletter {
    background: linear-gradient(90deg, #ee7121 50%, #22232b 50%); } }

@media (max-width: 767px) {
  .js-newsletter .left-newsletter {
    background: #ee7121; }
  .js-newsletter .right-newsletter {
    background: #22232b; } }

/*---------------------------------- end newsletter-home --------------------------------------*/
/*---------------------------------- begin events-home --------------------------------------*/
.js-events {
  background: url("../../Content/images/bg-home-promo.jpg") center bottom no-repeat;
  padding-top: 60px;
  padding-bottom: 20px; }
  .js-events h2 {
    padding-bottom: 40px; }
  .js-events p.text-center a.btnLink {
    margin-top: 40px; }
  .js-events .left-events {
    padding-bottom: 40px; }
  .js-events .right-events .boxNews {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #171a1b;
			-webkit-box-shadow: 0px 3px 0px -2px #2e3335;
			-moz-box-shadow: 0px 3px 0px -2px #2e3335;
			box-shadow: 0px 3px 0px -2px #2e3335;*/
    padding-bottom: 20px; }
    .js-events .right-events .boxNews .dateMonth {
      width: 65px;
      float: left;
      text-transform: uppercase; }
      .js-events .right-events .boxNews .dateMonth .month {
        background: #2b3032;
        width: 50px;
        display: block;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px; }
      .js-events .right-events .boxNews .dateMonth .date {
        background: #ee7121;
        width: 50px;
        display: block;
        text-align: center;
        font-size: 24px;
        padding: 0;
        line-height: 1.3; }
    .js-events .right-events .boxNews .images {
      float: left;
      max-width: 150px;
      margin-right: 15px;
      border: 1px solid #444444;
      padding: 2px; }
    .js-events .right-events .boxNews .desTimeLocation a {
      color: #fff; }
      .js-events .right-events .boxNews .desTimeLocation a h3 {
        margin-top: 0px; }
    .js-events .right-events .boxNews .desTimeLocation a:hover {
      text-decoration: none; }
    .js-events .right-events .boxNews .desTimeLocation .location, .js-events .right-events .boxNews .desTimeLocation .time {
      color: #989898;
      line-height: 1.2;
      margin-bottom: 8px; }

/*---------------------------------- end events-home --------------------------------------*/
/*---------------------------------- begin about-home --------------------------------------*/
.js-about {
  background-image: url("../../Content/images/about-bg.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .js-about .left-about {
    margin-bottom: 50px; }
    .js-about .left-about h2 {
      margin-top: 0; }
    .js-about .left-about p.text-about {
      opacity: 0.5;
      font-size: 17px;
      line-height: 1.1;
      margin-bottom: 55px;
      text-transform: uppercase; }
  .js-about .text-center > h2 {
    font-size: 36px; }
  .js-about .text-center > img {
    margin-top: 20px;
    margin-bottom: 30px; }
  .js-about .right-about {
    margin-bottom: 50px;
    display: inline-block; }
    .js-about .right-about h3 {
      font-size: 23px;
      margin-top: 0;
      font-weight: 100;
      line-height: 1.4;
      margin-bottom: 40px;
      margin-left: 0;
      padding-left: 0; }
    .js-about .right-about .team-list {
      background: #0c0d14;
      display: inline-block; }
      .js-about .right-about .team-list .hover-staff {
        -webkit-transition: 0.2s ease all;
        transition: 0.2s ease all; }
        .js-about .right-about .team-list .hover-staff img {
          opacity: 0.5;
          -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all; }
        .js-about .right-about .team-list .hover-staff:hover img {
          opacity: 1;
          -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all; }
      .js-about .right-about .team-list .col-xs-12 {
        margin-top: 3px;
        padding: 0; }
        .js-about .right-about .team-list .col-xs-12 a {
          background: #ee7121;
          color: white;
          display: block;
          position: relative;
          width: 100%;
          padding-top: 0;
          padding-bottom: 0;
          padding-right: 0; }
          .js-about .right-about .team-list .col-xs-12 a span {
            display: block;
            width: 100px;
            height: 84px;
            background: white url(../../content/images/next-icon.png) 43% 24px no-repeat;
            float: right;
            -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all; }
          .js-about .right-about .team-list .col-xs-12 a:hover span {
            display: block;
            width: 100px;
            -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all;
            background: #22232b url(../../content/images/prev-icon.png) 28% 24px no-repeat; }

@media (min-width: 1171px) {
  .js-about {
    background-size: inherit; } }

@media (max-width: 1170px) {
  .js-about {
    background-size: contain; } }

@media (min-width: 993px) {
  .team-list .col-xs-12 {
    font-size: 40px;
    line-height: 2.1; }
    .team-list .col-xs-12 a {
      padding: 25px 20px;
      margin-right: -15px; } }

@media (max-width: 992px) {
  .team-list .col-xs-12 {
    font-size: 23px;
    line-height: 2.8; }
    .team-list .col-xs-12 a {
      padding: 15px 10px;
      margin-right: -15px; } }

/*---------------------------------- end about-home --------------------------------------*/
/*---------------------------------- begin range-home --------------------------------------*/
.want-togo {
  margin-top: 60px;
  margin-bottom: 20px; }

footer {
  /*background-image:url($content-path + "/images/range-bg-2021.png");	
	background-repeat:no-repeat;
	background-position: center 40px;*/
  border-top: 1px solid #24252c;
  padding-top: 40px;
  padding-bottom: 30px; }
  footer a:link, footer a:visited, footer a:active {
    color: white; }
  footer a:hover {
    color: #ee7121; }
  footer .footer-info {
    margin-bottom: 20px; }
    footer .footer-info h4 {
      text-transform: uppercase;
      padding-top: 10px; }
    footer .footer-info ul {
      font-size: 14px;
      line-height: 1.6;
      padding-left: 0; }
      footer .footer-info ul li {
        list-style: none; }
    footer .footer-info .row > div {
      display: inline-block; }
      @media (min-width: 768px) {
        footer .footer-info .row > div {
          min-height: 245px; } }
    @media (max-width: 767px) {
      footer .footer-info .row > div.col-h-class {
        min-height: 260px;
        display: inline-block; } }
  footer .footer-info-text {
    opacity: 0.7; }

@media (min-width: 1921px) {
  footer {
    background-size: inherit; } }

@media (max-width: 1920px) {
  footer {
    background-size: contain; } }

/*---------------------------------- end range-home --------------------------------------*/
/*----------------------------------  begin btnLink -------------------------------------*/
a.btnLink {
  background: #ee7121;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-size: 18px; }

a.btnLink:hover, a.btnLink:focus {
  background: #e25900;
  color: #fff;
  text-decoration: inherit; }

button.btn-sendEmail, button.btn-sendEmail:focus {
  background: #ee7121;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  border: 0;
  outline: none;
  font-size: 18px; }

button.btn-sendEmail:hover {
  background: #e25900;
  color: #fff;
  text-decoration: inherit;
  outline: none;
  border: 0; }

.btn-primary {
  background: #ee7121;
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 18px;
  font-family: effra, sans-serif;
  border: none;
  text-transform: uppercase; }
  .btn-primary:hover {
    background: #e25900;
    color: #fff;
    text-decoration: inherit; }

/*----------------------------------  end btnLink -------------------------------------*/
/* --- begin slide banner --- */
.jsBanner {
  max-width: 1244px;
  margin: 0 auto; }

#c-carousel {
  height: 100%;
  padding: 0;
  margin: 0; }

#c-carousel {
  /*min-height: 500px;*/ }

#c-carousel * {
  font-family: Arial, Geneva, SunSans-Regular, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 22px; }

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 425px;
  /*margin-top: -225px;
	top: 50%;*/
  overflow: hidden;
  position: absolute;
  left: 0; }

#carousel img {
  display: block;
  float: left; }

#prev, #next {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 425px;
  width: 50%;
  top: 0;
  position: absolute; }

#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }

#prev {
  left: -622px; }

#next {
  right: -622px; }

#pager {
  margin-left: -600px;
  position: absolute;
  left: 50%;
  bottom: 10px; }

#pager a {
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0; }

#pager a:hover {
  background-color: rgba(255, 255, 255, 0.5); }

#pager a span {
  display: none; }

#pager a.selected {
  background-color: #fff; }

@media (min-width: 1000px) {
  #banner {
    height: 425px; }
  .clMobile {
    display: none; }
  .clPC {
    display: block; } }

@media (max-width: 999px) {
  #banner {
    max-height: 425px; }
  .clMobile {
    display: block; }
  .clPC {
    display: none; } }

/* --- end slide banner --- */
/*------ begin News & Events -----*/
.newsEvents {
  margin-bottom: 60px;
  z-index: 99;
  position: relative; }
  .newsEvents .boxNews {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #171a1b;
    -webkit-box-shadow: 0px 3px 0px -2px #2e3335;
    -moz-box-shadow: 0px 3px 0px -2px #2e3335;
    box-shadow: 0px 3px 0px -2px #2e3335;
    padding-bottom: 20px; }
    .newsEvents .boxNews .dateMonth {
      width: 65px;
      float: left;
      text-transform: uppercase; }
      .newsEvents .boxNews .dateMonth .month {
        background: #22232b;
        width: 50px;
        display: block;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px; }
      .newsEvents .boxNews .dateMonth .date {
        background: #ee7121;
        width: 50px;
        display: block;
        text-align: center;
        font-size: 24px;
        padding: 0;
        line-height: 1.3; }
    .newsEvents .boxNews .images {
      float: left;
      max-width: 150px;
      margin-right: 15px;
      border: 1px solid #444444;
      padding: 2px; }
      .newsEvents .boxNews .images a:hover img {
        opacity: 0.75; }
    .newsEvents .boxNews .desTimeLocation a {
      color: #fff; }
      .newsEvents .boxNews .desTimeLocation a h3.description {
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px; }
    .newsEvents .boxNews .desTimeLocation a:hover {
      text-decoration: initial; }
      .newsEvents .boxNews .desTimeLocation a:hover h3.description {
        opacity: 0.75; }
    .newsEvents .boxNews .desTimeLocation p {
      margin-bottom: 3px; }
    .newsEvents .boxNews .desTimeLocation .location, .newsEvents .boxNews .desTimeLocation .time {
      color: #989898; }
  .newsEvents .clUpcomingEvents h2 {
    margin-top: 0;
    font-size: 36px; }
  .newsEvents .clUpcomingEvents .BoxUpcomingEvents {
    background: #22232b;
    padding: 15px; }

@media (max-width: 993px) {
  .clUpcomingEvents h2 {
    padding-top: 40px; } }

/*------ end News & Events -----*/
/*------ begin contact ----------*/
.titleResult {
  margin-top: 60px; }

.MainContact {
  z-index: 999;
  position: relative;
  margin-bottom: 60px; }
  .MainContact h3 {
    margin-bottom: 20px; }
  .MainContact .clContactDetails {
    background-color: rgba(12, 13, 20, 0.25);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    .MainContact .clContactDetails table tr {
      margin-bottom: 10px;
      display: block; }
      .MainContact .clContactDetails table tr td {
        width: 150px; }
      .MainContact .clContactDetails table tr a {
        color: #ee7121; }
      .MainContact .clContactDetails table tr a:hover {
        color: rgba(238, 113, 33, 0.7); }
  .MainContact .clOpenHours table {
    background-color: rgba(12, 13, 20, 0.25); }
    .MainContact .clOpenHours table tr {
      margin-bottom: 5px; }
      .MainContact .clOpenHours table tr td {
        padding: 5px 15px;
        border-right: 1px solid #22232b;
        border-bottom: 10px solid #22232b; }
  .MainContact .clFormContact .formEmailUs {
    background-color: rgba(12, 13, 20, 0.25);
    padding: 20px 15px;
    float: left;
    width: 100%; }
    .MainContact .clFormContact .formEmailUs button.btn-Subscribe {
      background: #ee7121;
      padding: 15px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      border: 0;
      margin-top: 15px; }
    .MainContact .clFormContact .formEmailUs button.btn-Subscribe:hover {
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      background: rgba(238, 113, 33, 0.7); }

/*------ end contact ----------*/
/*------ begin shhh ----------*/
.shhh {
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  .shhh img {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all; }
  .shhh .item {
    background: #22232b;
    color: #fff;
    float: left; }
    .shhh .item div.staffinfo {
      background-color: rgba(12, 13, 20, 0.75);
      text-align: center;
      display: block;
      padding: 8px 5px;
      position: relative;
      margin-top: -95px;
      height: 95px; }
      .shhh .item div.staffinfo p {
        margin: 5px 0; }

/*------ end shhh ----------*/
.abs {
  position: absolute;
  opacity: 0.5; }

.form-control {
  border-radius: 0px; }

input.form-control, select.form-control {
  height: 46px; }

.form-horizontal .form-group span.cl-validate {
  color: #ee7121;
  font-size: 15px; }

.thanks-page {
  padding-top: 60px;
  padding-bottom: 70px; }
  .thanks-page h1 {
    text-align: center;
    font-size: 42px;
    padding-bottom: 20px; }
  .thanks-page h3 {
    padding-bottom: 10px; }

.btnZindex {
  position: relative;
  z-index: 99; }

#btnTopPages {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 999;
  background: #ee7121;
  padding: 8px 10px 3px; }

#btnTopPages a, #btnTopPages a:focus, #btnTopPages:hover {
  color: #fff !important;
  text-decoration: inherit;
  background: #ee7121; }

/*------------------------ begin banner-home -----------------------------*/
@media (min-width: 768px) {
  .banner-home {
    overflow: hidden;
    position: relative; }
    .banner-home #carousel img {
      display: block;
      float: left; } }

.banner-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .banner-home ul li {
    display: block;
    float: left; }
    .banner-home ul li .text-banner {
      text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px 30px; }
      @media (min-width: 1200px) {
        .banner-home ul li .text-banner {
          margin-left: 0.5%;
          text-align: left;
          max-width: 600px;
          position: absolute;
          margin-top: 80px; } }
      @media (min-width: 993px) and (max-width: 1199px) {
        .banner-home ul li .text-banner {
          margin-left: 1.4%;
          text-align: left;
          max-width: 600px;
          position: absolute;
          margin-top: 80px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .banner-home ul li .text-banner {
          margin-left: 2.2%;
          text-align: left;
          max-width: 600px;
          position: absolute;
          margin-top: 100px; }
          .banner-home ul li .text-banner h2 {
            font-size: 30px; } }
      @media (min-width: 501px) and (max-width: 767px) {
        .banner-home ul li .text-banner {
          margin-left: 3%;
          text-align: left;
          max-width: 400px;
          position: absolute;
          margin-top: 100px; }
          .banner-home ul li .text-banner h2 {
            font-size: 24px; } }
      @media (max-width: 500px) {
        .banner-home ul li .text-banner {
          margin-left: 3.8%;
          text-align: left;
          width: 280px;
          position: absolute;
          margin-top: 70px;
          padding: 20px; }
          .banner-home ul li .text-banner h2 {
            font-size: 24px; }
          .banner-home ul li .text-banner a {
            font-size: 13px; } }
      .banner-home ul li .text-banner h2 {
        text-transform: uppercase;
        margin-top: 0; }

.banner-home .list_carousel.responsive {
  width: auto;
  margin-left: 0; }

/*------------------------ end banner-home -----------------------------*/
/*------------------------ staff -----------------------------*/
.staff .upper {
  text-align: center;
  margin: 60px 20px; }

@media (min-width: 992px) {
  .staff .row {
    border: 5px solid #fff;
    background-color: #fff; }
    .staff .row .col-md-4 {
      padding: 0; } }

@media (max-width: 768px) {
  .staff .row .col-md-4 {
    display: flex;
    justify-content: center; } }

.staff .staff-detail {
  display: block;
  position: relative;
  cursor: pointer; }
  .staff .staff-detail img {
    border: 5px solid #fff; }
  @media (max-width: 992px) {
    .staff .staff-detail {
      margin: 20px 0; } }
  @media (max-width: 992px) {
    .staff .staff-detail {
      display: inline-block; } }
  .staff .staff-detail .staff-info {
    position: absolute;
    bottom: 5px;
    left: 20px; }
    .staff .staff-detail .staff-info .staff-position {
      font-size: 18px;
      line-height: 18px;
      text-transform: uppercase;
      color: #fff;
      font-family: "BentonSans", arial, sans-serif; }
    .staff .staff-detail .staff-info .line-white {
      width: 50px;
      height: 3px;
      background-color: #fff; }
    .staff .staff-detail .staff-info .staff-name {
      font-family: "BentonSans", arial, sans-serif;
      font-size: 36px;
      text-transform: uppercase;
      color: #fff; }

@media (min-width: 768px) {
  .modal-staff .modal-dialog.container {
    width: 90%; } }

@media (max-width: 767px) {
  .modal-staff .modal-dialog.container {
    width: 95%; } }

.modal-staff .modal-dialog {
  background-color: #fff; }
  .modal-staff .modal-dialog .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #ee7121;
    border-radius: 50%;
    padding: 8px 10px;
    color: #fff;
    opacity: 1;
    outline: none;
    z-index: 1; }
    @media (max-width: 767px) {
      .modal-staff .modal-dialog .close {
        right: 0px;
        top: 0px;
        border-radius: 0; } }
  @media (min-width: 992px) {
    .modal-staff .modal-dialog .row .col-md-5, .modal-staff .modal-dialog .row .col-md-7 {
      padding: 0; }
    .modal-staff .modal-dialog .row img {
      width: 100%; } }
  @media (max-width: 500px) {
    .modal-staff .modal-dialog .row .col-md-5, .modal-staff .modal-dialog .row .col-md-7 {
      padding: 0; }
    .modal-staff .modal-dialog .row img {
      width: 100%; } }
  .modal-staff .modal-dialog img {
    margin: 0 auto; }
  .modal-staff .modal-dialog .content {
    padding: 45px; }
    .modal-staff .modal-dialog .content .name {
      font-family: "BentonSans", arial, sans-serif;
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase;
      color: #000; }
    .modal-staff .modal-dialog .content .position {
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      color: #000; }
    .modal-staff .modal-dialog .content .detail {
      font-size: 17px;
      line-height: 25px;
      color: #000; }
    @media (max-width: 500px) {
      .modal-staff .modal-dialog .content {
        padding: 10px; } }

/*------------------------ end staff -----------------------------*/
.bike-colours-2020 #sync2 .synced .item {
  background: transparent !important;
  cursor: default; }
  .bike-colours-2020 #sync2 .synced .item img {
    cursor: pointer; }

.blog-page .box-blog h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 10px;
  color: #fff; }

.blog-page .box-blog .content-blog span {
  color: #fff; }

.blog-page .box-blog .content-blog a, .blog-page .box-blog .content-blog a:focus {
  display: inline-block;
  width: 100%; }
  .blog-page .box-blog .content-blog a button, .blog-page .box-blog .content-blog a:focus button {
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    background: #ee7121;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    min-width: 150px;
    margin-top: 10px; }
  .blog-page .box-blog .content-blog a:hover button, .blog-page .box-blog .content-blog a:focus:hover button {
    background: #ee7121; }

.blog-detail-page .left-blog img {
  width: 100%; }

.blog-detail-page .left-blog h2 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.3; }

.right-blog {
  background: #dcdcdc; }
  .right-blog h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #ee7121;
    color: #fff; }
  .right-blog ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .right-blog ul li {
      padding-left: 20px;
      padding-right: 20px; }
      .right-blog ul li h4 {
        margin: 0;
        font-weight: normal; }
      .right-blog ul li a, .right-blog ul li a:focus {
        color: #1b1c24; }
        .right-blog ul li a:hover, .right-blog ul li a:focus:hover {
          color: #ee7121; }
    .right-blog ul hr {
      border-top: 1px solid rgba(27, 28, 36, 0.2); }

.box-blog {
  margin-bottom: 40px; }
  .box-blog p {
    padding-top: 0px; }

.video-blog {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-blog iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/*.photo-blog {
	width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.photo-blog > .resize-img
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.photo-blog > .resize-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}*/
.frm-careers {
  /*.upload-doc {
      margin: 30px 0; 
    }
    .upload-doc .btn.btn-danger.btn-delete {
        position: absolute;
        border-radius: 0;
        top: 0; 

    }*/ }
  .frm-careers #document_sortable > div {
    background-color: #ee7121 !important;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 0; }
    .frm-careers #document_sortable > div div {
      border: 0; }
    .frm-careers #document_sortable > div img {
      width: 140px !important;
      border: 0; }
    .frm-careers #document_sortable > div .btn-add-doc {
      background: url("../../Content/images/addDocument-img.png") center center no-repeat;
      height: 30px;
      width: 140px; }
    .frm-careers #document_sortable > div img.add-doc-img {
      /*background: url($content-path + "/images/addDocument-img.png") center center no-repeat;
                height:30px;*/
      display: none; }
    .frm-careers #document_sortable > div button {
      padding: 3px 5px; }
    .frm-careers #document_sortable > div .btn.btn-danger.btn-delete {
      position: absolute;
      border-radius: 0;
      top: 0; }

.subscribe-class .btn-subscribe {
  margin: 0;
  padding: 0;
  border: 0;
  background: #ee7121;
  border-radius: 0; }
  .subscribe-class .btn-subscribe button {
    background: url("../../Content/images/view-more2.jpg") no-repeat top left;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0; }

.subscribe-class .btn-subscribe-1 {
  background: #ee7121;
  border: 0;
  border-radius: 0;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px; }
  .subscribe-class .btn-subscribe-1:hover {
    background: #ce570c; }

.subscribe-class .has-error span {
  color: #fff; }

.sell-you-caravan {
  margin: 0px auto; }
  .sell-you-caravan .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0; }
  .sell-you-caravan > div.sell-you-caravan-inner {
    position: relative; }
  .sell-you-caravan .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .sell-you-caravan .connecting-line {
        top: 40%; } }
    @media (max-width: 767px) {
      .sell-you-caravan .connecting-line {
        top: 50%; } }

.frm-finance .sell-you-caravan .connecting-line {
  width: 90%;
  z-index: 1; }
  @media (min-width: 768px) {
    .frm-finance .sell-you-caravan .connecting-line {
      top: 50%; } }
  @media (max-width: 767px) {
    .frm-finance .sell-you-caravan .connecting-line {
      top: 50%; } }

.sell-you-caravan .nav-tabs > li.active > a, .sell-you-caravan .nav-tabs > li.active > a:hover, .sell-you-caravan .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent; }

.sell-you-caravan span.round-tab {
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
  border-radius: 100px;
  color: #171717;
  border: 2px solid #d6d6d6;
  background: #d6d6d6;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center; }
  @media (max-width: 600px) {
    .sell-you-caravan span.round-tab {
      width: 40px;
      height: 40px;
      font-size: 18px;
      line-height: 40px; } }

.frm-finance .sell-you-caravan span.round-tab {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.sell-you-caravan span.text-tab {
  color: #d6d6d6; }

.sell-you-caravan span.round-tab i {
  color: #555555; }

.sell-you-caravan li.active span.round-tab {
  background: #ee7121;
  border: 2px solid #ee7121;
  color: #fff; }

.sell-you-caravan li.active span.round-tab i, .sell-you-caravan li.active span.text-tab {
  color: #ee7121; }

span.round-tab:hover {
  border: 2px solid #ee7121; }

.sell-you-caravan .nav-tabs > li {
  width: 33%;
  font-family: "BentonSans", arial, sans-serif; }

.frm-finance .sell-you-caravan .nav-tabs > li {
  width: 12.5%; }

.sell-you-caravan li:after {
  content: " ";
  position: absolute;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #171717;
  transition: 0.1s ease-in-out; }
  @media (min-width: 993px) {
    .sell-you-caravan li:after {
      left: 44%; } }
  @media (max-width: 992px) {
    .sell-you-caravan li:after {
      left: 40%; } }

.sell-you-caravan li.active:after {
  content: " ";
  position: absolute;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 15px solid transparent;
  border-bottom-color: #171717; }
  @media (min-width: 993px) {
    .sell-you-caravan li.active:after {
      left: 46%; } }
  @media (max-width: 992px) {
    .sell-you-caravan li.active:after {
      left: 40%; } }

@media (min-width: 993px) {
  .frm-finance .sell-you-caravan li.active:after {
    left: 40%; } }

@media (max-width: 992px) {
  .frm-finance .sell-you-caravan li.active:after {
    left: 22%; } }

.sell-you-caravan .nav-tabs > li a {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0; }

.finance-page .sell-you-caravan .nav-tabs > li a {
  width: 50px;
  height: 50px; }

.sell-you-caravan .nav-tabs > li a:hover {
  background: transparent; }

.sell-you-caravan .tab-pane {
  position: relative;
  padding-top: 40px; }
  @media (max-width: 585px) {
    .sell-you-caravan .tab-pane {
      padding-top: 10px; } }

.sell-you-caravan h3 {
  margin-top: 0; }

@media (max-width: 585px) {
  .sell-you-caravan {
    height: auto !important; }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .sell-you-caravan .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .sell-you-caravan li.active:after {
    content: " ";
    position: absolute;
    left: 35%; } }

.btn-delete, .btn-delete:hover {
  background: url("../../Content/images/icon-delete.png") center center no-repeat;
  width: 24px;
  height: 24px;
  border: oldlace;
  border-radius: 0;
  position: absolute; }
  .btn-delete i:before, .btn-delete:hover i:before {
    display: none; }

.u-recaptcha img {
  display: block;
  margin-bottom: 5px; }

.trade-my-page {
  padding: 0 0 30px 0; }
  .trade-my-page .tab-content .btn-link {
    background: #ee7121 !important;
    color: #fff !important;
    font-family: "BentonSans", arial, sans-serif;
    padding: 15px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    font-size: 18px; }
    .trade-my-page .tab-content .btn-link:hover {
      background: #ee7121 !important;
      color: #fff !important; }
  .trade-my-page .tab-content .prev-step {
    background: #ee7121 !important;
    color: #fff !important;
    font-family: "BentonSans", arial, sans-serif;
    padding: 15px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    text-decoration: none; }
    .trade-my-page .tab-content .prev-step:hover {
      background: #ee7121 !important;
      color: #fff !important; }
  .trade-my-page .tab-content .next-step, .trade-my-page .tab-content .btn-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    text-decoration: none; }
  .trade-my-page h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.4; }
  .trade-my-page div.tooltip {
    background-color: transparent !important; }
  .trade-my-page .frm-sellyour {
    padding: 0; }
    .trade-my-page .frm-sellyour .tab-content {
      padding: 0 40px 40px 40px; }
      @media (max-width: 767px) {
        .trade-my-page .frm-sellyour .tab-content {
          padding: 0 10px 20px 10px; } }
    .trade-my-page .frm-sellyour .nav-tabs {
      background: #171717;
      border: 0; }
      @media (min-width: 768px) {
        .trade-my-page .frm-sellyour .nav-tabs {
          padding-bottom: 30px; } }
      .trade-my-page .frm-sellyour .nav-tabs .text-tab {
        z-index: 9;
        position: relative;
        line-height: 1.4;
        display: inline-block;
        text-transform: uppercase;
        text-align: center; }
        @media (min-width: 993px) {
          .trade-my-page .frm-sellyour .nav-tabs .text-tab {
            width: 290px;
            font-size: 18px;
            margin-left: -115px;
            margin-top: 70px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .trade-my-page .frm-sellyour .nav-tabs .text-tab {
            width: 132px;
            margin-left: -36px;
            margin-top: 70px; } }
        @media (max-width: 767px) {
          .trade-my-page .frm-sellyour .nav-tabs .text-tab {
            display: none; } }
      .trade-my-page .frm-sellyour .nav-tabs li.active:after {
        margin-bottom: -30px; }
    .trade-my-page .frm-sellyour h3 {
      margin-top: 0;
      margin-bottom: 20px;
      border-bottom: 3px solid #ee7121;
      display: inline-block;
      padding-bottom: 5px;
      text-transform: uppercase; }

.container-listview13.motorcycle-view {
  margin-top: 50px;
  margin-bottom: 20px; }
  .container-listview13.motorcycle-view .container-filter-left {
    margin-bottom: 20px; }
    .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft {
      background: #24252c;
      color: #fff; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .controls {
        padding: 0 15px; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-veh-type {
        margin-top: 20px; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .header-filter-left {
        background-color: #ee7121;
        color: #fff;
        font-family: "effra", sans-serif;
        font-weight: 500;
        padding: 20px;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .header-filter-left i {
          background: url("../../Content/images/icons/filter-icon.png") center right no-repeat;
          width: 29px;
          height: 19px; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-branch, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-make {
        padding-top: 15px; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-branch, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-veh-type, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-make, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-model {
        /*To remove button from IE11, thank you Matt */ }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-branch .ddl-group, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-veh-type .ddl-group, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-make .ddl-group, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-model .ddl-group {
          position: relative;
          display: inline-block;
          width: 100%; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-branch select::-ms-expand, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-veh-type select::-ms-expand, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-make select::-ms-expand, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-model select::-ms-expand {
          display: none; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-branch .ddl-group:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-veh-type .ddl-group:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-make .ddl-group:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-model .ddl-group:after {
          content: '<>';
          font: 17px "Consolas", monospace;
          color: #333;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          right: 11px;
          /*Adjust for position however you want*/
          top: 11px;
          padding: 0 0 2px;
          border-bottom: 1px solid #999;
          /*left line */
          position: absolute;
          pointer-events: none; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-branch .ddl-group select, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-veh-type .ddl-group select, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-make .ddl-group select, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-model .ddl-group select {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          /* Add some styling */
          display: block;
          width: 100%;
          height: 44px;
          float: right;
          margin: 0 0 10px 0;
          line-height: 2;
          -ms-word-break: normal;
          word-break: normal;
          text-transform: uppercase; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant {
        display: inline-block;
        width: 100%; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner label, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant label {
          font-weight: 400; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner input:checked:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner input:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant input:checked:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant input:after {
          visibility: visible;
          font-family: FontAwesome;
          font-size: 24px;
          height: 24px;
          width: 20px;
          position: relative;
          top: -5px;
          left: 0px;
          background-color: #fcfcfc;
          display: inline-block; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner input:checked:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant input:checked:after {
          content: '\f14a';
          color: #ee7121; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner input:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant input:after {
          content: '\f096';
          color: rgba(34, 35, 43, 0.3); }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner .ckbVariantAll, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant .ckbVariantAll {
          width: 100%; }
          .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner .ckbVariantAll label, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant .ckbVariantAll label {
            font-weight: 700; }
          .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner .ckbVariantAll span, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant .ckbVariantAll span {
            border-top: 1px solid #f0f0f0;
            width: 72%;
            margin-top: 10px;
            float: right; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner > div, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant > div {
          margin-top: 8px; }
          @media (min-width: 1650px) {
            .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner > div, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant > div {
              width: 50%;
              float: left; } }
          .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner > div input, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant > div input {
            float: left; }
            .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner > div input:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant > div input:after {
              content: '';
              background: url("../../Content/images/icons/stock-filter.png") left 2px no-repeat #22232b; }
            .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner > div input:checked:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant > div input:checked:after {
              content: '';
              background: url("../../Content/images/icons/stock-filter.png") left -21px no-repeat #22232b; }
          .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner > div label, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-variant > div label {
            padding-left: 15px;
            width: calc(100% - 15px); }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner div label {
          font-size: 13px;
          text-transform: capitalize;
          background: url("../../Content/images/icons/approve-icon.svg") no-repeat center left;
          padding: 15px 0 15px 50px;
          max-width: 200px; }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner div input:checked:after, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-learner div input:after {
          top: -10px; }
      .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-engine-size-liter, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-price, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-year {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid rgba(27, 28, 36, 0.1); }
        .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-engine-size-liter label, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-price label, .container-listview13.motorcycle-view .container-filter-left .boxFilterLeft .cl-year label {
          margin: 0;
          font-weight: 700;
          text-transform: capitalize; }
  .container-listview13.motorcycle-view .container-filter-top {
    margin-bottom: 30px; }
    .container-listview13.motorcycle-view .container-filter-top .col-sm-5 {
      padding-right: 0; }
    .container-listview13.motorcycle-view .container-filter-top .veh-showing {
      padding: 12px 0;
      color: #fff; }
    .container-listview13.motorcycle-view .container-filter-top .veh-sortby {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .container-listview13.motorcycle-view .container-filter-top .veh-sortby label {
        margin-right: 25px;
        color: #fff; }
      .container-listview13.motorcycle-view .container-filter-top .veh-sortby .ddl-group {
        width: calc(100% - 97px); }
      .container-listview13.motorcycle-view .container-filter-top .veh-sortby select {
        font-size: 16px; }
  .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item {
    background: #22232b;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-bottom: 0px; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img {
      width: 100%;
      padding-top: 65%;
      /* 1:1 Aspect Ratio */
      position: relative; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          overflow: hidden; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .lams-icon {
          position: absolute;
          width: 60px;
          height: 60px;
          top: 5px;
          right: 10px;
          background: url("../../Content/images/icons/lams-icon.png") no-repeat center center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .cashback-icon {
          position: absolute;
          width: 83px;
          height: 83px;
          top: 0px;
          left: 0px;
          background: url("../../Content/images/icons/Cashback-logo.png") no-repeat center center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .fuel-icon {
          position: absolute;
          width: 59px;
          height: 59px;
          bottom: 5px;
          right: 150px;
          background: url("../../Content/images/icons/fuel-icon.png") no-repeat center center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .sams-icon {
          position: absolute;
          width: 70px;
          height: 59px;
          bottom: 5px;
          right: 70px;
          background: url("../../Content/images/icons/package-icon.png") no-repeat center center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .specialoffer-icon {
          position: absolute;
          width: 59px;
          height: 59px;
          bottom: 5px;
          right: 10px;
          background: url("../../Content/images/icons/special-icon.png") no-repeat center center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .save-money {
          background-color: #FF0006;
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 6px 30px; }
          .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img .resize-img .save-money b {
            font-size: 16px; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img span.sticker-sale {
        position: relative;
        background: #ee7121;
        color: #fff !important;
        z-index: 9;
        float: left;
        left: 0;
        bottom: 34px;
        padding: 4px 10px 2px 10px; }
        @media (max-width: 767px) {
          .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img span.sticker-sale {
            bottom: 100%; } }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-img span.sticker-family {
        position: absolute;
        background: #96c117;
        color: #fff !important;
        z-index: 9;
        float: right;
        right: 0;
        top: 30px;
        padding: 4px 10px 2px 10px; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-title {
      padding: 10px 15px; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-title a {
        display: block;
        text-align: center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-title a h3 {
          font-family: "effra", sans-serif;
          font-weight: 600;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #fff;
          margin-bottom: 0;
          margin-top: 10px;
          height: 60px; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-title h4 {
        margin-top: 0;
        text-align: center;
        font-family: "effra", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #ee7121; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields {
      display: inline-block;
      width: 100%; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-odo, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-engine-size, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-variant {
        padding-left: 5px;
        padding-right: 5px;
        height: 85px;
        text-align: center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type b, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-odo b, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-engine-size b, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-variant b {
          font-weight: 500;
          color: #999999; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type i, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-odo i, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-engine-size i, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-variant i {
          width: 100%;
          height: 30px;
          float: right;
          display: -webkit-inline-box;
          margin-bottom: 5px; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type p, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-odo p, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-engine-size p, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-variant p {
          font-size: 13px;
          line-height: 1.4;
          height: 35px;
          text-align: center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type span, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-odo span, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-engine-size span, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-variant span {
          font-weight: 700;
          font-size: 13px;
          color: #fff;
          text-transform: uppercase; }
      @media (min-width: 768px) {
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .vehicleList-Tare, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .vehicleList-Stock {
          height: 105px; } }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type i {
        background: url("../../Content/images/icons/category.svg") center center no-repeat; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-odo i {
        background: url("../../Content/images/icons/km.svg") center center no-repeat; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-engine-size i {
        background: url("../../Content/images/icons/capacity.svg") center center no-repeat; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields .col-type i {
        background: url("../../Content/images/icons/category.svg") center center no-repeat; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields.veh-bike .col-variant i {
      background: url("../../Content/images/icons/type-1.svg") center center no-repeat; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields.veh-pwc .col-variant i, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields.veh-boat .col-variant i {
      background: url("../../Content/images/icons/type-2.svg") center center no-repeat; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-spec-fields.veh-caravan .col-variant i {
      background: url("../../Content/images/icons/type-caravan.svg") center center no-repeat; }
    .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom {
      padding: 0 15px;
      height: 110px; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .row .col-sm-6 {
          width: 50%; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-price h4 {
        font-family: "effra", sans-serif;
        font-weight: 600;
        font-size: 24px;
        text-transform: capitalize;
        color: #ee7121;
        height: 50px; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-price h4 .drive-away-label {
          color: #999999;
          font-size: 13px;
          text-transform: uppercase;
          display: block;
          font-weight: 300; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a:focus {
        background-color: #ee7121;
        font-size: 16px;
        color: #fff;
        padding: 12px 5px;
        font-weight: 500;
        border-radius: 30px; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a:hover, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a:focus:hover {
          background-color: #ce570c !important; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-stock-number {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase; }
      .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-buy-now .addCart-class {
        display: none;
        color: #fff;
        border: 1px solid #ee7121;
        padding: 5px 30px 5px 10px;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;
        background: url("../../Content/images/icons/cart.svg") no-repeat center right 10px #ee7121; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-buy-now .addCart-class i {
          border: none; }
        .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-buy-now .addCart-class:hover, .container-listview13.motorcycle-view .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-buy-now .addCart-class:focus {
          color: #ee7121;
          text-decoration: none;
          background: url("../../Content/images/icons/cart-hover.svg") no-repeat center right 10px #fff;
          background-size: 20px; }
  .container-listview13.motorcycle-view .container-pagination .justify-content-md-center p {
    display: none; }
  .container-listview13.motorcycle-view .container-pagination .justify-content-md-center ul.pagination {
    margin-top: 0; }
    .container-listview13.motorcycle-view .container-pagination .justify-content-md-center ul.pagination li a {
      color: #050505;
      background-color: #F4F4F4;
      border-radius: 0;
      float: left;
      padding: 13px 20px;
      border: none;
      text-transform: uppercase;
      margin: 9px;
      font-size: 17px;
      font-weight: 700; }
      .container-listview13.motorcycle-view .container-pagination .justify-content-md-center ul.pagination li a:hover {
        background-color: #0c0d14;
        color: #fff; }
    .container-listview13.motorcycle-view .container-pagination .justify-content-md-center ul.pagination li.active a {
      background-color: #0c0d14;
      color: #fff;
      border-radius: 0;
      float: left;
      padding: 13px 20px;
      border: none;
      margin: 9px;
      font-size: 17px;
      font-weight: 700; }
  .container-listview13.motorcycle-view .container-no-records .btn-moreDetails {
    display: inline-block;
    cursor: pointer; }
  .container-listview13.motorcycle-view .motor-keyword {
    text-align: center; }
  .container-listview13.motorcycle-view .rzslider .rz-pointer {
    top: -9px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: rgba(12, 13, 20, 0.3) 0px 0px 10px 4px; }
  .container-listview13.motorcycle-view .rzslider .rz-pointer:after {
    display: none !important; }
  .container-listview13.motorcycle-view .rzslider .rz-bubble {
    bottom: 16px;
    padding: 1px 3px;
    color: #999999;
    font-weight: 300;
    cursor: default;
    font-size: 13px; }
  .container-listview13.motorcycle-view .rzslider .rz-selection {
    z-index: 2;
    background: #ee7121 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .container-listview13.motorcycle-view .rz-bubble.rz-limit.rz-ceil, .container-listview13.motorcycle-view .rz-bubble.rz-limit.rz-floor {
    display: none; }

.container-detailview12 {
  margin-top: 60px;
  margin-bottom: 50px; }
  .container-detailview12 > .container {
    max-width: 1400px;
    width: 100%; }
  .container-detailview12 .product-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #fff; }
    .container-detailview12 .product-title h2 {
      margin-top: 10px;
      float: left;
      font-size: 24px; }
    .container-detailview12 .product-title .cl_search_results a {
      background: #ee7121;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
      color: #fff;
      float: left;
      width: 100%;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500; }
    .container-detailview12 .product-title .product-header {
      float: right; }
      .container-detailview12 .product-title .product-header .product-price {
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 24px;
        line-height: 1.4; }
      .container-detailview12 .product-title .product-header .drive-away-label {
        font-size: 13px; }
  .container-detailview12 .widget.form {
    background: #22232b;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px; }
    .container-detailview12 .widget.form h3 {
      border-bottom: 0;
      font-size: 22px;
      margin-top: 5px;
      padding-bottom: 5px;
      font-weight: normal;
      color: #ee7121; }
    .container-detailview12 .widget.form label {
      font-weight: inherit; }
  .container-detailview12 .product-slider {
    margin-bottom: 20px; }
  .container-detailview12 .product-comments {
    margin-bottom: 40px; }
    .container-detailview12 .product-comments h3 {
      background: #22232b;
      color: #fff;
      text-transform: uppercase;
      font-size: 24px;
      padding: 15px; }
  .container-detailview12 #btnSendMail {
    font-size: 18px;
    text-align: center;
    display: block;
    background: #ee7121;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 30px;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .container-detailview12 #btnSendMail:hover {
      background: #ce570c;
      color: #fff !important;
      box-shadow: inset 0 0px 0px transparent; }

@media (min-width: 993px) {
  .container-detailview12 .product-title {
    background: #22232b; }
    .container-detailview12 .product-title .col-md-4.col-lg-3 {
      float: right; }
      .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
        margin-right: -15px;
        margin-left: 8px; } }

@media (max-width: 992px) {
  .container-detailview12 .product-title .col-md-8.col-lg-9 {
    background: #22232b;
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: left; }
    .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
      margin-left: -15px; }
      .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results a {
        padding-left: 15px;
        padding-right: 15px; } }

@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px; }
    .main-content .tab-content .frm2-calculator {
      margin: 30px 20%; } }

.main-content .tab-content h4 {
  margin-bottom: 20px; }

.main-content .tab-content .vehicle-detail-body table tr th {
  font-weight: 500; }

.main-content .tab-content .vehicle-detail-body table tr th, .main-content .tab-content .vehicle-detail-body table tr td {
  border-top: 1px solid #ddd; }

.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0; }
  .main-content .tab-content .tab-pane .panel-group .panel-heading a {
    padding-left: 10px;
    padding-right: 10px; }
  .main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
    background: #fbfbfb; }
  .main-content .tab-content .tab-pane .panel-group .panel-heading i {
    margin-right: 10px; }

.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center; }
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    background: #e5e5e5;
    background-image: url("../../Content/images/icondetails12.png");
    background-repeat: no-repeat;
    float: left;
    height: 90px; }
    @media (min-width: 768px) {
      .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
        padding: 0; } }
    @media (max-width: 767px) {
      .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
        width: 49%;
        margin: 0.5%; } }
    .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
      background-color: transparent;
      border: 0;
      color: #0c0d14;
      padding-top: 48px;
      margin-right: 0;
      font-size: 18px; }
      @media (min-width: 993px) and (max-width: 1100px) {
        .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
          font-size: 15px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
          font-size: 13px;
          line-height: 1.4;
          margin-top: 4px; } }
  .main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
    background-position: center 5px; }
  .main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
    background-position: center -195px; }
  .main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
    background-position: center -195px; }
  .main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
    background-position: center -395px; }
  .main-content ul.nav-tabs li.tabs5, .main-content ul.nav-tabs li.tabs5:hover {
    background-position: center -585px; }
  .main-content ul.nav-tabs li.active {
    background: #ee7121;
    background-image: url("../../Content/images/icondetails12.png");
    background-repeat: no-repeat;
    float: left;
    height: 90px; }
    @media (min-width: 768px) {
      .main-content ul.nav-tabs li.active {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .main-content ul.nav-tabs li.active a {
        padding: 0; } }
    @media (max-width: 767px) {
      .main-content ul.nav-tabs li.active {
        width: 49%;
        margin: 0.5%; } }
    .main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
      background-color: transparent;
      border: 0;
      color: #fff;
      padding-top: 48px;
      margin-right: 0; }
  .main-content ul.nav-tabs li.tabs1.active {
    background-position: center -95px; }
  .main-content ul.nav-tabs li.tabs2.active {
    background-position: center -295px; }
  .main-content ul.nav-tabs li.tabs3.active {
    background-position: center -295px; }
  .main-content ul.nav-tabs li.tabs4.active {
    background-position: center -495px; }
  .main-content ul.nav-tabs li.tabs5.active {
    background-position: center -665px; }

.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0; }
  .main-content .panel-group .panel .panel-heading {
    background: transparent;
    padding: 0 0 5px 0;
    border: 1px solid #f0f0f0; }
    .main-content .panel-group .panel .panel-heading a {
      display: inline-block;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; }
    .main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
      text-decoration: none; }
    .main-content .panel-group .panel .panel-heading i {
      position: relative;
      margin-top: -30px; }
  .main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.4; }

.main-content .noUi-value-horizontal {
  color: #000; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.frm2-calculator div.tooltip {
  background-color: #ee7121 !important; }

.galleria-container {
  background: #0c0d14 !important;
  border-color: #1b1c24; }

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important; }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active {
  background-color: #1b1c24 !important; }

.galleria-info-description {
  margin: 10px 14px 10px !important;
  display: none; }

.finance-application-class {
  background: url("../../Content/images/img_per_week.png") top right no-repeat;
  width: 100%;
  line-height: 29px;
  padding-bottom: 5px;
  float: right;
  position: absolute;
  margin: -230px 0px 0px -10px;
  text-align: right;
  padding-right: 30px;
  color: #fff;
  font-size: 18px;
  z-index: 9; }

.model-page .nm-title {
  text-align: center;
  margin-top: 50px; }
  .model-page .nm-title h1 {
    text-align: center; }

.model-page .container-listview10.motorbike-view {
  margin-top: 30px;
  margin-bottom: 0px; }
  .model-page .container-listview10.motorbike-view ul.nav-tabs {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 0; }
    .model-page .container-listview10.motorbike-view ul.nav-tabs > li {
      display: inline-block;
      float: inherit; }
      .model-page .container-listview10.motorbike-view ul.nav-tabs > li a, .model-page .container-listview10.motorbike-view ul.nav-tabs > li a:focus, .model-page .container-listview10.motorbike-view ul.nav-tabs > li a:hover {
        background: transparent;
        border: 0;
        color: #fff; }
      .model-page .container-listview10.motorbike-view ul.nav-tabs > li.active {
        border-bottom: 3px solid #ee7121; }
        .model-page .container-listview10.motorbike-view ul.nav-tabs > li.active a, .model-page .container-listview10.motorbike-view ul.nav-tabs > li.active a:focus, .model-page .container-listview10.motorbike-view ul.nav-tabs > li.active a:hover {
          background: transparent;
          color: #ee7121; }
  .model-page .container-listview10.motorbike-view .tab-content a .item, .model-page .container-listview10.motorbike-view .tab-content a:focus .item {
    margin-bottom: 40px;
    text-align: center; }
    .model-page .container-listview10.motorbike-view .tab-content a .item span, .model-page .container-listview10.motorbike-view .tab-content a:focus .item span {
      background: #0c0d14;
      width: 100%;
      height: 60px;
      line-height: 1.2;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: 0.2s ease all;
      transition: 0.2s ease all;
      text-decoration: none; }
  .model-page .container-listview10.motorbike-view .tab-content a:hover .item span, .model-page .container-listview10.motorbike-view .tab-content a:focus:hover .item span {
    background: #ee7121;
    color: #fff;
    text-decoration: none; }

.model-content {
  margin-top: 40px;
  margin-bottom: 60px; }
  .model-content h3 {
    text-transform: uppercase; }

.bg-grey-1, .bg-grey-dark {
  background: #22232b; }

.bg-grey-dark {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px; }
  .bg-grey-dark h3 {
    font-family: "BentonSans", arial, sans-serif;
    font-size: 36px; }

.nm-gallery-color {
  margin-top: -195px;
  margin-bottom: 50px; }
  .nm-gallery-color .model-gallery h3, .nm-gallery-color .model-gallery h4, .nm-gallery-color .model-gallery .owl-nav {
    display: none; }
  .nm-gallery-color .model-gallery .container {
    width: 100%;
    max-width: initial; }
  .nm-gallery-color .model-gallery .photo-class .owl-dots {
    float: right; }
    .nm-gallery-color .model-gallery .photo-class .owl-dots button {
      margin: 5px 7px; }
      .nm-gallery-color .model-gallery .photo-class .owl-dots button span {
        margin: 0;
        width: 20px; }
  .nm-gallery-color .btnLink {
    margin-bottom: 40px; }

.model-detail-page .bg-grey-1 {
  margin-top: 130px; }

.model-detail-page .nm-desc-content {
  padding-top: 50px; }
  .model-detail-page .nm-desc-content .nm-desc {
    padding-bottom: 50px; }
    @media (max-width: 992px) {
      .model-detail-page .nm-desc-content .nm-desc h3, .model-detail-page .nm-desc-content .nm-desc p {
        text-align: center !important; } }
  @media (max-width: 992px) {
    .model-detail-page .nm-desc-content .nm-book-test-ride {
      text-align: center; }
      .model-detail-page .nm-desc-content .nm-book-test-ride h3.question {
        text-align: center !important;
        margin-bottom: 20px; } }
  .model-detail-page .nm-desc-content .big-paragraph {
    font-family: "BentonSans", arial, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .model-detail-page .nm-desc-content img {
    margin-bottom: 40px; }

.model-detail-page .btnLink {
  font-size: 16px; }

.content-colour-options .btnLink {
  margin-top: 30px; }

.content-colour-options .color-class {
  margin-bottom: 20px; }

.content-colour-options .nav-tabs {
  border-bottom: 0; }
  .content-colour-options .nav-tabs > li a, .content-colour-options .nav-tabs > li a:focus, .content-colour-options .nav-tabs > li a:hover {
    border-radius: 0;
    border: 0;
    margin-right: 15px; }

@media (max-width: 767px) {
  .content-colour-options .pull-right {
    float: inherit !important;
    margin-bottom: 40px; } }

.nm-colours .tabs-nm-content {
  margin-top: 50px; }
  .nm-colours .tabs-nm-content li {
    text-align: center;
    list-style: none;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none; }

.verticalLine {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 60px;
  opacity: 0.5;
  text-align: center;
  margin: 30px auto;
  width: 1px; }

.btn-direction {
  background: #ee7121;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-size: 18px;
  border: 0; }

.btn-direction:hover, .btn-direction:focus {
  background: #e25900;
  color: #fff;
  text-decoration: inherit; }

.nm-similar-items-content .nm-similar-items h4 {
  font-size: 24px;
  margin-bottom: 20px; }

.nm-similar-items-content .nm-similar-owl-carousel h3 {
  font-family: "effra", sans-serif;
  font-size: 24px; }

.nm-similar-items-content .owl-nav {
  text-align: center;
  font-family: "BentonSans", arial, sans-serif;
  margin-top: 20px; }
  .nm-similar-items-content .owl-nav button {
    margin-right: 15px; }
    .nm-similar-items-content .owl-nav button span {
      font-size: 24px;
      background: #0c0d14;
      padding: 5px;
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 0.8; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #22232b; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 0; }
