html {
  box-sizing: border-box; }

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

/* BROWSER STYLE RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h3, h4, h5, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ' ';
  content: none; }

q:before, q:after {
  content: ' ';
  content: none; }

table {
  border-collapse: collapse; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h3, h4, h5, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h3, h4, h5, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 0; }

li > ul,
li > ol {
  margin-bottom: 0; }

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

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23001a38'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23001a38'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23001a38'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23001a38'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23001a38'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/* START STYLING */
body, html {
  font-size: 14px;
  background-color: #dbdbdb;
  font-family: "jaf-facitweb", "Helvetica", "Arial", "sans-serif"; }
  body a, html a {
    transition: all .2s ease-out; }
    body a:link, body a:active, body a:visited, body a:hover, html a:link, html a:active, html a:visited, html a:hover {
      color: #303030; }
    body a:hover, html a:hover {
      opacity: .6; }

html {
  background-color: #303030; }

h1 {
  font-size: 1.75em;
  margin-bottom: 1rem;
  font-weight: bold; }

h2, h3 {
  font-size: 1.5em; }

h3 {
  font-weight: bold;
  margin-bottom: 1rem; }

h4, h5 {
  font-size: 1.2em; }

h5 {
  font-weight: bold; }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .5rem; }

strong {
  font-weight: bold; }

.button, button {
  border: none;
  background-color: #303030;
  color: #fff;
  font-family: "jaf-facitweb", "Helvetica", "Arial", "sans-serif";
  font-size: 1.125em;
  padding: 5px 15px;
  transition: all 0.3s cubic-bezier(0.15, 0.41, 0.92, 0.62); }
  .button:hover, button:hover {
    cursor: pointer;
    opacity: .7; }

input, textarea {
  border: none;
  box-shadow: none;
  padding: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1em;
  font-family: "jaf-facitweb", "Helvetica", "Arial", "sans-serif";
  transition: all 0.3s cubic-bezier(0.15, 0.41, 0.92, 0.62);
  margin: 10px 0px; }
  input:focus, textarea:focus {
    outline: none;
    border-color: black; }

.iframe-wrapper {
  padding-top: 40px;
  background-color: #fff;
  max-width: 100% !important;
  position: relative; }
  .iframe-wrapper:after {
    height: 40px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff 50%);
    background-image: linear-gradient(to top,rgba(255, 255, 255, 0), #fff 50%); }

/* Header Styling */
.masthead {
  background-color: #light-gray;
  background-image: -webkit-linear-gradient(bottom, #light-gray, #fff);
  background-image: linear-gradient(to top,#light-gray, #fff);
  position: fixed;
  width: 100%;
  z-index: 100; }
  .masthead .logo-wrapper {
    width: 380px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: -75px; }
    .masthead .logo-wrapper div {
      background-color: #d6d6d6;
      background-image: -webkit-linear-gradient(bottom, #d6d6d6, #fff 55%, #d6d6d6);
      background-image: linear-gradient(to top,#d6d6d6, #fff 55%, #d6d6d6);
      -webkit-box-shadow: 5px 0.5px 10px rgba(48, 48, 48, 0.1);
      -moz-box-shadow: 5px 0.5px 10px rgba(48, 48, 48, 0.1);
      box-shadow: 5px 0.5px 10px rgba(48, 48, 48, 0.1);
      min-height: 90px;
      min-width: 18px;
      margin-right: 10px;
      display: inline-block;
      top: 0;
      position: absolute;
      -webkit-transform: skewX(-30deg);
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      -o-transform: skewX(-30deg);
      transform: skewX(-30deg); }
      .masthead .logo-wrapper div.logo p {
        margin: 20px 50px 15px 125px;
        -webkit-transform: skewX(30deg);
        -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        -o-transform: skewX(30deg);
        transform: skewX(30deg); }
        .masthead .logo-wrapper div.logo p img {
          max-width: 135px; }
      .masthead .logo-wrapper div.slash {
        position: absolute;
        right: 0; }
      .masthead .logo-wrapper div:last-child.slash {
        right: 30px; }
  .masthead .phone {
    display: none; }
  .masthead nav {
    width: 100%;
    height: 56px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #ededed);
    background-image: linear-gradient(to bottom,#fff, #ededed); }
    .masthead nav .phone {
      display: inline-block;
      font-size: .85em; }
    .masthead nav ul {
      margin-right: 50px;
      float: right;
      display: block;
      text-transform: uppercase; }
      .masthead nav ul li {
        font-size: .85em;
        margin-left: 15px;
        margin-top: 20px;
        display: inline-block;
        font-weight: bold; }
        .masthead nav ul li:before {
          content: ' \\\\ ';
          opacity: .3; }

#dealership-image {
  border-top: 2px solid; }
  #dealership-image img {
    width: 100%;
    height: auto; }

/* Footer Styling */
.footer-wrapper {
  width: 100%;
  background-color: #303030;
  color: #bcbcbc;
  z-index: 10;
  position: relative; }
  .footer-wrapper footer {
    padding: 25px 50px;
    font-size: .85em;
    line-height: 1.5em; }
    .footer-wrapper footer div {
      float: left;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .footer-wrapper footer div img {
        max-width: 140px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid; }
      .footer-wrapper footer div:first-child {
        position: absolute;
        right: 50px;
        top: -34px;
        height: 34px;
        background-color: #b0b0b0;
        padding: 10px 15px 10px 25px;
        -webkit-box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
        -moz-box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
        box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg); }
        .footer-wrapper footer div:first-child p {
          margin-bottom: 0; }
        .footer-wrapper footer div:first-child:before {
          display: inline-block;
          width: 10px;
          height: 34px;
          -webkit-box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
          -moz-box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
          box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
          content: ' ';
          position: absolute;
          left: -38px;
          top: 0px;
          background: #b0b0b0; }
        .footer-wrapper footer div:first-child p {
          -webkit-transform: skew(15deg);
          -moz-transform: skew(15deg);
          -ms-transform: skew(15deg);
          -o-transform: skew(15deg);
          transform: skew(15deg);
          font-weight: bold; }
          .footer-wrapper footer div:first-child p:after {
            display: inline-block;
            width: 15px;
            height: 34px;
            content: ' ';
            position: absolute;
            right: -20px;
            top: -10px;
            background-color: #b0b0b0; }
          .footer-wrapper footer div:first-child p:before {
            display: inline-block;
            width: 10px;
            height: 34px;
            -webkit-transform: skew(-15deg);
            -moz-transform: skew(-15deg);
            -ms-transform: skew(-15deg);
            -o-transform: skew(-15deg);
            transform: skew(-15deg);
            -webkit-box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
            -moz-box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
            box-shadow: -2px -2px 15px rgba(48, 48, 48, 0.3);
            content: ' ';
            position: absolute;
            left: -43px;
            top: -10px;
            background: #b0b0b0; }
        .footer-wrapper footer div:first-child a:link, .footer-wrapper footer div:first-child a:active, .footer-wrapper footer div:first-child a:visited, .footer-wrapper footer div:first-child a:hover {
          color: #303030; }
      .footer-wrapper footer div:last-child {
        float: right;
        text-align: right; }
    .footer-wrapper footer a:link, .footer-wrapper footer a:visited, .footer-wrapper footer a:active, .footer-wrapper footer a:hover {
      color: inherit; }
    .footer-wrapper footer nav ul li {
      letter-spacing: .03rem;
      list-style-type: none;
      text-transform: uppercase; }
      .footer-wrapper footer nav ul li:first-child {
        font-weight: bold; }
    .footer-wrapper footer:after {
      display: table;
      content: ' ';
      clear: both; }

/* General Content Styling */
.content-wrapper {
  position: relative;
  z-index: 8;
  padding: 50px 0; }
  .content-wrapper section {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px; }
  .Used .content-wrapper {
    padding-bottom: 0; }

/* Home Styling */
section {
  max-width: 12;
  margin-left: auto;
  margin-right: auto; }
  section::after {
    clear: both;
    content: "";
    display: block; }
  section#banner {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    height: auto;
    min-height: 480px;
    position: relative;
    overflow: hidden; }
    section#banner .banner-text {
      position: relative;
      bottom: 0;
      z-index: 10;
      max-width: 100%;
      right: 0;
      color: #303030;
      background-color: #dbdbdb;
      padding: 2em 5em 2em 2.5em;
      border-bottom: 1px solid rgba(48, 48, 48, 0.3);
      line-height: 1.825em;
      background-color: rgba(255, 255, 255, 0.5);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 65%, rgba(219, 219, 219, 0.8));
      background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.5) 65%, rgba(219, 219, 219, 0.8)); }
      section#banner .banner-text h2, section#banner .banner-text h3 {
        max-width: 600px; }
      section#banner .banner-text p {
        line-height: 1.025em;
        padding-left: .5em;
        padding-top: .25em;
        max-width: 600px; }
      section#banner .banner-text span {
        font-weight: bold;
        text-align: center;
        display: inline-block;
        padding-top: .5em; }
        section#banner .banner-text span:hover {
          cursor: pointer; }
    section#banner .swiper-container {
      height: calc(100% - 156px);
      position: relative;
      z-index: 9; }
      section#banner .swiper-container .swiper-slide {
        background-size: cover;
        height: calc( 100vh - 300px );
        background-position: 0; }
  section article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    section article:last-child {
      margin-right: 0; }
  section .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    section .sidebar:last-child {
      margin-right: 0; }
  section:after {
    clear: both;
    display: table;
    content: ' '; }

.stuck .dealer-nav {
  position: fixed;
  top: 55px; }

.dealer-nav {
  width: 100%;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff 65%, #dbdbdb);
  background-image: linear-gradient(to top,#fff 65%, #dbdbdb);
  top: 0;
  z-index: 10;
  position: relative;
  padding: 10px 25px;
  border-bottom: 1px solid #c9c9c9; }
  .dealer-nav nav {
    max-width: 860px;
    margin: 0px auto;
    height: 85px;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .dealer-nav nav ul {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0; }
      .dealer-nav nav ul li {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        border-right: 1px solid rgba(201, 201, 201, 0.6);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        -o-transform: skew(-15deg);
        transform: skew(-15deg);
        padding: 15px;
        max-height: 65px;
        width: calc(22% - 10px); }
        .dealer-nav nav ul li:first-child {
          border-left: 1px solid rgba(201, 201, 201, 0.6); }
        .dealer-nav nav ul li a {
          display: block;
          margin: 0 auto; }
        .dealer-nav nav ul li img {
          margin: 0 auto;
          -webkit-transform: skew(15deg);
          -moz-transform: skew(15deg);
          -ms-transform: skew(15deg);
          -o-transform: skew(15deg);
          transform: skew(15deg);
          max-width: 115px;
          max-height: 45px; }

/* Contact Page */
.Get article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .Get article:last-child {
    margin-right: 0; }
  .Get article .contact-details {
    line-height: 1.25em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .Get article .contact-details:last-child {
      margin-right: 0; }
    .Get article .contact-details h5 {
      border-bottom: 1px solid;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .Get article .contact-details ul li {
      padding-left: 32px; }
      .Get article .contact-details ul li:first-child {
        padding-left: 0px; }
.Get .contact-form {
  border-top: 1px dashed #303030;
  position: relative; }
  .Get .contact-form form:after {
    display: table;
    clear: both;
    content: ' '; }
  .Get .contact-form input {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    display: block; }
    .Get .contact-form input:last-child {
      margin-right: 0; }
    .Get .contact-form input:nth-child(even) {
      margin-right: 0px !important; }
  .Get .contact-form textarea {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    min-height: 250px;
    margin-bottom: 20px; }
    .Get .contact-form textarea:last-child {
      margin-right: 0; }
  .Get .contact-form .button {
    margin: 0 auto;
    width: 300px;
    display: block; }

/*********************************************** 
	RESPONSIVE STYLING 
************************************************/
/* LARGE DESKTOP */
@media screen and (min-width: 1440px) {
  section#banner .swiper-container img {
    width: 100%  !important;
    height: auto !important; } }
@media only screen and (max-width: 1300px) {
  .masthead .logo-wrapper {
    width: 300px; }
    .masthead .logo-wrapper div {
      min-height: 65px; }
      .masthead .logo-wrapper div.logo p {
        margin: 15px 35px 0px 100px; }
        .masthead .logo-wrapper div.logo p img {
          width: 95px; } }
/* DTABLET / Portrait */
@media screen and (min-width: 960px) and (max-height: 751px) {
  section#banner .banner-images img {
    height: auto !important;
    width: 100% !important; } }
/* SMALL TABLET */
@media screen and (max-width: 960px) {
  html, body {
    font-size: 16px; }

  /* HEADER STYLING */
  .masthead .logo-wrapper {
    width: 300px; }
    .masthead .logo-wrapper div {
      min-height: 65px; }
      .masthead .logo-wrapper div.logo p {
        margin: 15px 35px 0px 100px; }
        .masthead .logo-wrapper div.logo p img {
          width: 95px; }
  .masthead .phone {
    position: absolute;
    display: block;
    right: 55px;
    top: 15px; }
    .masthead .phone img {
      width: 1.325em;
      opacity: .6; }
  .masthead nav {
    width: 100%;
    float: none;
    border-bottom: 1px solid #c9c9c9; }
    .masthead nav .phone {
      display: none; }
    .masthead nav:before {
      content: '=';
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0px 25px 10px;
      font-size: 2em;
      text-align: right;
      width: 40px;
      position: relative;
      float: right;
      right: 15px;
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .masthead nav:hover:before {
      cursor: pointer; }
    .masthead nav.active:before {
      padding: 0px 10px 7px;
      content: '+';
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .masthead nav.active a:hover {
      background: rgba(0, 0, 0, 0.1); }
    .masthead nav ul {
      width: 100%;
      text-align: center;
      background-color: #dbdbdb;
      background-image: -webkit-linear-gradient(bottom, #dbdbdb, #fff 75%);
      background-image: linear-gradient(to top,#dbdbdb, #fff 75%);
      padding: 0 0;
      margin-right: 0px;
      border-bottom: 1px solid #c9c9c9;
      display: none; }
      .masthead nav ul a {
        display: block;
        border-top: 1px dashed #c9c9c9;
        padding: 20px 0; }
        .masthead nav ul a li {
          margin-top: 0; }
        .masthead nav ul a:first-child {
          border-top: 0; }

  /* Footer Styling */
  .footer-wrapper footer {
    padding: 45px 25px; }
    .footer-wrapper footer div:first-child {
      right: 25px; }

  /* content Styling */
  .content-wrapper section {
    padding: 50px 25px; }
    .content-wrapper section article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .content-wrapper section article:last-child {
        margin-right: 0; }
    .content-wrapper section#banner {
      overflow: visible; }
      .content-wrapper section#banner .banner-text {
        bottom: 156px;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        width: 100%;
        right: 0;
        position: relative;
        bottom: 0;
        max-width: 100%; }
        .content-wrapper section#banner .banner-text h2, .content-wrapper section#banner .banner-text h3, .content-wrapper section#banner .banner-text p {
          -webkit-transform: skew(0deg);
          -moz-transform: skew(0deg);
          -ms-transform: skew(0deg);
          -o-transform: skew(0deg);
          transform: skew(0deg);
          padding-left: 0; }
      .content-wrapper section#banner .swiper-container {
        height: calc( 90vh - 220px ); }
        .content-wrapper section#banner .swiper-container .swiper-slide {
          background-size: auto 75vh;
          background-position: 50%; }
    .content-wrapper section .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px dashed; }
      .content-wrapper section .sidebar:last-child {
        margin-right: 0; } }
/* LARGE MOBILE */
@media screen and (max-width: 768px) {
  .dealer-nav {
    padding: 20px 45px; }
    .dealer-nav nav {
      display: block;
      height: auto; }
      .dealer-nav nav ul li {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .dealer-nav nav ul li img {
          max-width: 100%; }

  .Get article .contact-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .Get article .contact-details:last-child {
      margin-right: 0; } }
/* SMALL MOBILE */
@media screen and (max-width: 540px) {
  .phone strong {
    display: none; }

  .dealer-nav {
    padding: 20px 45px; }
    .dealer-nav nav {
      display: block;
      height: auto; }
      .dealer-nav nav ul {
        display: block;
        max-width: 12;
        margin-left: auto;
        margin-right: auto; }
        .dealer-nav nav ul::after {
          clear: both;
          content: "";
          display: block; }
        .dealer-nav nav ul li {
          border: none;
          -webkit-transform: skew(0);
          -moz-transform: skew(0);
          -ms-transform: skew(0);
          -o-transform: skew(0);
          transform: skew(0);
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          align-items: center;
          border-bottom: 1px dashed rgba(48, 48, 48, 0.4);
          max-height: 150px; }
          .dealer-nav nav ul li:last-child {
            margin-right: 0; }
          .dealer-nav nav ul li:first-child {
            border-left: none; }
          .dealer-nav nav ul li img {
            margin: 0 auto;
            max-width: 170px;
            display: block;
            max-height: 65px;
            -webkit-transform: skew(0);
            -moz-transform: skew(0);
            -ms-transform: skew(0);
            -o-transform: skew(0);
            transform: skew(0); }
          .dealer-nav nav ul li:last-child {
            border-bottom: none; }

  /* Banner Styling */
  section#banner {
    height: auto; }
    section#banner .banner-images img {
      left: -25%;
      height: 100%;
      width: auto;
      min-width: 100%; }

  /* FOOTER STYLING */
  .footer-wrapper footer {
    padding: 50px 0; }
    .footer-wrapper footer div {
      float: none;
      margin: 0 auto;
      max-width: 270px;
      display: block;
      text-align: center; }
      .footer-wrapper footer div img {
        margin-bottom: 20px; }
      .footer-wrapper footer div span {
        display: block;
        margin-bottom: 20px; }
      .footer-wrapper footer div:last-child {
        float: none;
        margin: 15px auto 0;
        text-align: center;
        border-top: 1px solid; }
      .footer-wrapper footer div nav {
        margin: 0 auto;
        padding-top: 20px; } }
