/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: "FordAntennaBlack";
  src: url("../fonts/FordAntennaBlack/377a2ba0-1052-4800-a16c-a3b0e350f31d-2.eot");
  src: url("../fonts/FordAntennaBlack/377a2ba0-1052-4800-a16c-a3b0e350f31d-2.eot?") format("embedded-opentype"), url("../fonts/FordAntennaBlack/377a2ba0-1052-4800-a16c-a3b0e350f31d-3.woff") format("woff"), url("../fonts/FordAntennaBlack/377a2ba0-1052-4800-a16c-a3b0e350f31d-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FordAntennaLight";
  src: url("../fonts/FordAntennaLight/899864cc-4a55-4858-b684-8f05191eda5a-2.eot");
  src: url("../fonts/FordAntennaLight/899864cc-4a55-4858-b684-8f05191eda5a-2.eot?") format("embedded-opentype"), url("../fonts/FordAntennaLight/899864cc-4a55-4858-b684-8f05191eda5a-3.woff") format("woff"), url("../fonts/FordAntennaLight/899864cc-4a55-4858-b684-8f05191eda5a-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FordAntennaExtraLight";
  src: url("../fonts/FordAntennaExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-2.eot");
  src: url("../fonts/FordAntennaExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-2.eot?") format("embedded-opentype"), url("../fonts/FordAntennaExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-3.woff") format("woff"), url("../fonts/FordAntennaExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FordAntenna";
  src: url("../fonts/FordAntennaRegular/d9e5c1ae-3c12-46d7-97a6-a7ff0861e239-2.eot");
  src: url("../fonts/FordAntennaRegular/d9e5c1ae-3c12-46d7-97a6-a7ff0861e239-2.eot?") format("embedded-opentype"), url("../fonts/FordAntennaRegular/d9e5c1ae-3c12-46d7-97a6-a7ff0861e239-3.woff") format("woff"), url("../fonts/FordAntennaRegular/d9e5c1ae-3c12-46d7-97a6-a7ff0861e239-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FordAntennaBold";
  src: url("../fonts/FordAntennaBold/3fcdf9c8-1bf9-49f4-b9e9-48fba95ab07b-2.eot");
  src: url("../fonts/FordAntennaBold/3fcdf9c8-1bf9-49f4-b9e9-48fba95ab07b-2.eot?") format("embedded-opentype"), url("../fonts/FordAntennaBold/3fcdf9c8-1bf9-49f4-b9e9-48fba95ab07b-3.woff") format("woff"), url("../fonts/FordAntennaBold/3fcdf9c8-1bf9-49f4-b9e9-48fba95ab07b-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

.wrapper {
  max-width: 160em;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper .row {
    clear: both; }
    .wrapper .row .col-center {
      text-align: center; }
    .wrapper .row.row-p-1 {
      padding: 0 1%; }
    .wrapper .row.row-p-2 {
      padding: 0 2%; }
    .wrapper .row.row-p-3 {
      padding: 0 3%; }
    .wrapper .row.row-p-4 {
      padding: 0 4%; }
    .wrapper .row.row-p-5 {
      padding: 0 5%; }
    .wrapper .row.row-tp-10 {
      padding-top: 10px; }
    .wrapper .row.row-tp-20 {
      padding-top: 20px; }
    .wrapper .row.row-tp-30 {
      padding-top: 30px; }
    .wrapper .row.row-tp-40 {
      padding-top: 40px; }
    .wrapper .row.row-tp-50 {
      padding-top: 50px; }
    .wrapper .row.row-bp-10 {
      padding-bottom: 10px; }
    .wrapper .row.row-bp-20 {
      padding-bottom: 20px; }
    .wrapper .row.row-bp-30 {
      padding-bottom: 30px; }
    .wrapper .row.row-bp-40 {
      padding-bottom: 40px; }
    .wrapper .row.row-bp-50 {
      padding-bottom: 50px; }
    @media screen and (max-width: 375px) {
      .wrapper .row.row-xs-p-1 {
        padding: 0 1%; }
      .wrapper .row.row-xs-p-2 {
        padding: 0 2%; }
      .wrapper .row.row-xs-p-3 {
        padding: 0 3%; }
      .wrapper .row.row-xs-p-4 {
        padding: 0 4%; }
      .wrapper .row.row-xs-p-5 {
        padding: 0 5%; } }
    @media screen and (max-width: 580px) {
      .wrapper .row.row-sm-p-1 {
        padding: 0 1%; }
      .wrapper .row.row-sm-p-2 {
        padding: 0 2%; }
      .wrapper .row.row-sm-p-3 {
        padding: 0 3%; }
      .wrapper .row.row-sm-p-4 {
        padding: 0 4%; }
      .wrapper .row.row-sm-p-5 {
        padding: 0 5%; } }
    @media screen and (max-width: 960px) {
      .wrapper .row.row-md-p-1 {
        padding: 0 1%; }
      .wrapper .row.row-md-p-2 {
        padding: 0 2%; }
      .wrapper .row.row-md-p-3 {
        padding: 0 3%; }
      .wrapper .row.row-md-p-4 {
        padding: 0 4%; }
      .wrapper .row.row-md-p-5 {
        padding: 0 5%; } }
    @media screen and (max-width: 1600px) {
      .wrapper .row.row-lg-p-1 {
        padding: 0 1%; }
      .wrapper .row.row-lg-p-2 {
        padding: 0 2%; }
      .wrapper .row.row-lg-p-3 {
        padding: 0 3%; }
      .wrapper .row.row-lg-p-4 {
        padding: 0 4%; }
      .wrapper .row.row-lg-p-5 {
        padding: 0 5%; } }
    .wrapper .row .col .row .col.one {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .wrapper .row .col .row .col.one:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.two {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .wrapper .row .col .row .col.two:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.three {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .wrapper .row .col .row .col.three:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.four {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .wrapper .row .col .row .col.four:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.five {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .wrapper .row .col .row .col.five:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.six {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .wrapper .row .col .row .col.six:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.seven {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .wrapper .row .col .row .col.seven:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.eight {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .wrapper .row .col .row .col.eight:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.nine {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .wrapper .row .col .row .col.nine:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.ten {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%; }
      .wrapper .row .col .row .col.ten:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.eleven {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%; }
      .wrapper .row .col .row .col.eleven:last-child {
        margin-right: 0; }
    .wrapper .row .col .row .col.twelve {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .wrapper .row .col .row .col.twelve:last-child {
        margin-right: 0; }
    .wrapper .row .col.one {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 6.17215%; }
      .wrapper .row .col.one:last-child {
        margin-right: 0; }
    .wrapper .row .col.two {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .wrapper .row .col.two:last-child {
        margin-right: 0; }
    .wrapper .row .col.three {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .wrapper .row .col.three:last-child {
        margin-right: 0; }
    .wrapper .row .col.four {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .wrapper .row .col.four:last-child {
        margin-right: 0; }
    .wrapper .row .col.five {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .wrapper .row .col.five:last-child {
        margin-right: 0; }
    .wrapper .row .col.six {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .wrapper .row .col.six:last-child {
        margin-right: 0; }
    .wrapper .row .col.seven {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .wrapper .row .col.seven:last-child {
        margin-right: 0; }
    .wrapper .row .col.eight {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .wrapper .row .col.eight:last-child {
        margin-right: 0; }
    .wrapper .row .col.nine {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .wrapper .row .col.nine:last-child {
        margin-right: 0; }
    .wrapper .row .col.ten {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%; }
      .wrapper .row .col.ten:last-child {
        margin-right: 0; }
    .wrapper .row .col.eleven {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%; }
      .wrapper .row .col.eleven:last-child {
        margin-right: 0; }
    .wrapper .row .col.twelve {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .wrapper .row .col.twelve:last-child {
        margin-right: 0; }
    .wrapper .row .col.shift-one {
      margin-left: 8.5298%; }
    .wrapper .row .col.shift-two {
      margin-left: 17.05961%; }
    .wrapper .row .col.shift-three {
      margin-left: 25.58941%; }
    .wrapper .row .col.shift-four {
      margin-left: 34.11922%; }
    .wrapper .row .col.shift-five {
      margin-left: 42.64902%; }
    .wrapper .row .col.shift-six {
      margin-left: 51.17883%; }
    .wrapper .row .col.shift-seven {
      margin-left: 59.70863%; }
    @media screen and (max-width: 2560px) {
      .wrapper .row .col.xlg-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col.xlg-one:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col.xlg-two:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col.xlg-three:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col.xlg-four:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col.xlg-five:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col.xlg-six:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col.xlg-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col.xlg-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col.xlg-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col.xlg-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col.xlg-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col.xlg-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.xlg-shift-one {
        margin-left: 8.5298%; }
      .wrapper .row .col.xlg-shift-two {
        margin-left: 17.05961%; }
      .wrapper .row .col.xlg-shift-three {
        margin-left: 25.58941%; }
      .wrapper .row .col.xlg-shift-four {
        margin-left: 34.11922%; }
      .wrapper .row .col.xlg-shift-five {
        margin-left: 42.64902%; }
      .wrapper .row .col.xlg-shift-six {
        margin-left: 51.17883%; }
      .wrapper .row .col.xlg-shift-seven {
        margin-left: 59.70863%; } }
    @media screen and (max-width: 1600px) {
      .wrapper .row .col.lg-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col.lg-one:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col.lg-two:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col.lg-three:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col.lg-four:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col.lg-five:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col.lg-six:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col.lg-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col.lg-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col.lg-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col.lg-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col.lg-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col.lg-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.lg-shift-one {
        margin-left: 8.5298%; }
      .wrapper .row .col.lg-shift-two {
        margin-left: 17.05961%; }
      .wrapper .row .col.lg-shift-three {
        margin-left: 25.58941%; }
      .wrapper .row .col.lg-shift-four {
        margin-left: 34.11922%; }
      .wrapper .row .col.lg-shift-five {
        margin-left: 42.64902%; }
      .wrapper .row .col.lg-shift-six {
        margin-left: 51.17883%; }
      .wrapper .row .col.lg-shift-seven {
        margin-left: 59.70863%; } }
    @media screen and (max-width: 960px) {
      .wrapper .row .col .row .col.md-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col .row .col.md-one:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col .row .col.md-two:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col .row .col.md-three:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col .row .col.md-four:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col .row .col.md-five:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col .row .col.md-six:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col .row .col.md-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col .row .col.md-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col .row .col.md-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col .row .col.md-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col .row .col.md-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.md-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col .row .col.md-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col.md-one:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col.md-two:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col.md-three:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col.md-four:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col.md-five:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col.md-six:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-six-collapse {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .wrapper .row .col.md-six-collapse:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col.md-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-seven-collapse {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-right: 0; }
        .wrapper .row .col.md-seven-collapse:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col.md-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col.md-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col.md-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col.md-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col.md-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.md-shift-one {
        margin-left: 8.5298%; }
      .wrapper .row .col.md-shift-two {
        margin-left: 17.05961%; }
      .wrapper .row .col.md-shift-three {
        margin-left: 25.58941%; }
      .wrapper .row .col.md-shift-four {
        margin-left: 34.11922%; }
      .wrapper .row .col.md-shift-five {
        margin-left: 42.64902%; }
      .wrapper .row .col.md-shift-six {
        margin-left: 51.17883%; }
      .wrapper .row .col.md-shift-seven {
        margin-left: 59.70863%; } }
    @media screen and (max-width: 580px) {
      .wrapper .row .col .row .col.sm-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col .row .col.sm-one:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col .row .col.sm-two:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col .row .col.sm-three:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col .row .col.sm-four:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col .row .col.sm-five:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col .row .col.sm-six:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col .row .col.sm-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col .row .col.sm-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col .row .col.sm-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col .row .col.sm-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col .row .col.sm-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col .row .col.sm-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col .row .col.sm-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col.sm-one:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col.sm-two:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col.sm-three:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col.sm-four:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col.sm-five:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col.sm-six:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col.sm-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col.sm-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col.sm-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col.sm-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col.sm-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col.sm-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.sm-shift-one {
        margin-left: 8.5298%; }
      .wrapper .row .col.sm-shift-two {
        margin-left: 17.05961%; }
      .wrapper .row .col.sm-shift-three {
        margin-left: 25.58941%; }
      .wrapper .row .col.sm-shift-four {
        margin-left: 34.11922%; }
      .wrapper .row .col.sm-shift-five {
        margin-left: 42.64902%; }
      .wrapper .row .col.sm-shift-six {
        margin-left: 51.17883%; }
      .wrapper .row .col.sm-shift-seven {
        margin-left: 59.70863%; } }
    @media screen and (max-width: 375px) {
      .wrapper .row .col.xs-one {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%; }
        .wrapper .row .col.xs-one:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-two {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .wrapper .row .col.xs-two:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-three {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .wrapper .row .col.xs-three:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-four {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .wrapper .row .col.xs-four:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-five {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        .wrapper .row .col.xs-five:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-six {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .wrapper .row .col.xs-six:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-seven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .wrapper .row .col.xs-seven:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-eight {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .wrapper .row .col.xs-eight:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-nine {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .wrapper .row .col.xs-nine:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-ten {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .wrapper .row .col.xs-ten:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-eleven {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .wrapper .row .col.xs-eleven:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-twelve {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .wrapper .row .col.xs-twelve:last-child {
          margin-right: 0; }
      .wrapper .row .col.xs-shift-one {
        margin-left: 8.5298%; }
      .wrapper .row .col.xs-shift-two {
        margin-left: 17.05961%; }
      .wrapper .row .col.xs-shift-three {
        margin-left: 25.58941%; }
      .wrapper .row .col.xs-shift-four {
        margin-left: 34.11922%; }
      .wrapper .row .col.xs-shift-five {
        margin-left: 42.64902%; }
      .wrapper .row .col.xs-shift-six {
        margin-left: 51.17883%; }
      .wrapper .row .col.xs-shift-seven {
        margin-left: 59.70863%; } }

.text-cols.two {
  -webkit-columns: 2 30px;
  -moz-columns: 2 30px;
  columns: 2 30px; }

.text-cols.three {
  -webkit-columns: 3 30px;
  -moz-columns: 3 30px;
  columns: 3 30px; }

.text-cols p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

@media screen and (max-width: 580px) {
  .text-cols.two, .text-cols.three {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
    .text-cols.two p, .text-cols.three p {
      margin-bottom: 20px; } }

@media screen and (max-width: 780px) {
  .text-cols.two, .text-cols.three {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
    .text-cols.two p, .text-cols.three p {
      margin-bottom: 20px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes logo-svg-line-scaleIn {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes logo-svg-line-scaleIn {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes logo-svg-subtitle-in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes logo-svg-subtitle-in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes logoIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  50% {
    opacity: .3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes logoIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  50% {
    opacity: .3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes mainNavIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes mainNavIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes letterTrackingIn {
  from {
    letter-spacing: 60px; }
  to {
    letter-spacing: 40px; } }

@keyframes letterTrackingIn {
  from {
    letter-spacing: 60px; }
  to {
    letter-spacing: 40px; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes mapIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@keyframes mapIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@-webkit-keyframes footerSlideUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@keyframes footerSlideUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

.util-align-center {
  text-align: center; }

.clear-float:after {
  content: "";
  display: table;
  clear: both; }

.owl-stage .owl-item {
  float: left; }

.owl-nav {
  display: none; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }
  .mejs-container .mejs-overlay-pause {
    visibility: hidden;
    opacity: 0;
    transition: opacity 225ms linear; }
    .mejs-container .mejs-overlay-pause .mejs-overlay-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 58px;
      height: 58px;
      margin-top: -29px;
      margin-left: -29px;
      background: url(../images/video-pause.svg) no-repeat; }
  .mejs-container.is-playing:hover .mejs-overlay-pause {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 1;
    z-index: 50; }
    .mejs-container.is-playing:hover .mejs-overlay-pause .mejs-overlay-button {
      opacity: 1;
      transition: opacity 250ms linear; }
      .mejs-container.is-playing:hover .mejs-overlay-pause .mejs-overlay-button:hover {
        opacity: .7; }

.mejs-mediaelement {
  position: relative; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  background: url(../images/video-play.svg) no-repeat;
  transition: opacity 200ms linear; }

.no-svg .mejs-overlay-button {
  background-image: url(../images/video-play.png); }

.mejs-overlay:hover .mejs-overlay-button {
  opacity: .7; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/mediaelement/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear, false, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/mediaelement/loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 2.5%;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 95%;
  box-sizing: content-box; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../images/mediaelement/controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(../images/mediaelement/controls.png); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 7px;
  outline: none; }
  .mejs-controls div.mejs-time-rail * {
    outline: none; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear, -45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  position: absolute;
  margin: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: solid 1px #fff;
  top: -3px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none !important;
  opacity: 0;
  background: transparent;
  width: 46px;
  height: 17px;
  border: solid 1px #fff;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #fff;
  font-family: "FordAntenna";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button, .mejs-controls .mejs-unfullscreen-button {
  width: 12px;
  height: 12px; }

.mejs-controls .mejs-fullscreen-button button, .mejs-controls .mejs-unfullscreen button {
  width: 12px;
  height: 12px;
  background: url(../images/video-fullscreen.png) no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .mejs-controls .mejs-fullscreen-button button, .mejs-controls .mejs-unfullscreen button {
      background-image: url(../images/video-fullscreen@2x.png);
      background-size: 12px 12px; } }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear, false, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear, false, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(../images/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear, false, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear, false, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/mediaelement/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff; }

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../images/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

/* End: Speed */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(../images/mediaelement/skipback.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff; }

/* End: Skip Back */
.mejs-container, .mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important; }

.mejs-controls {
  transition: -webkit-transform 350ms linear;
  transition: transform 350ms linear;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px); }

.mejs-container {
  overflow: hidden;
  outline: none; }
  .mejs-container:hover .mejs-controls {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #9BB8AC;
  overflow: hidden; }

.pace .pace-progress {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #9BB8AC; }

.pace.pace-inactive {
  display: none; }

h1, h2, h3, h4, h5, ul {
  margin: 0;
  padding: 0;
  font-family: "FordAntenna", "Helvetica", sans-serif;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

.lt-ie9 {
  overflow-x: hidden; }

body {
  font-family: "FordAntenna", "Helvetica", sans-serif; }

a, a:active {
  outline: none; }

.text-styles h1, .text-styles h2, .text-styles h3, .text-styles h4 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #9ab9ad;
  -webkit-backface-visibility: hidden; }
  .text-styles h1.center, .text-styles h2.center, .text-styles h3.center, .text-styles h4.center {
    text-align: center; }

.text-styles h2 {
  font-size: 20px;
  font-weight: normal; }

.text-styles p, .text-styles ul, .text-styles ol {
  color: #949494;
  font-size: 13px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden; }
  .text-styles p strong, .text-styles ul strong, .text-styles ol strong {
    color: #79968C;
    font-weight: normal; }

.text-styles .font-reg {
  font-family: "FordAntenna", sans-serif; }

.text-styles .font-thin {
  font-family: "FordAntennaLight", sans-serif; }

.text-styles .font-bold {
  font-family: "FordAntennaBold", sans-serif; }

.loader-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  transition: all 750ms ease-out;
  opacity: 1; }
  .loader-header.loaded {
    opacity: 0; }

.loader {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -62.5px;
  margin-top: -62.5px;
  transition: opacity 350ms linear; }
  .loader.hidden {
    opacity: 0; }
  .loader.fadeIn {
    opacity: 1; }
  .lt-ie9 .loader {
    background: url(../images/preloader.gif) no-repeat; }
  .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #79968C;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9ab9ad;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  .lt-ie9 .loader:before, .lt-ie9 .loader:after {
    display: none; }

.social-links__link.social-links__link--ig {
  background-position: -81px 0; }

.social-links__link.social-links__link--fb {
  background-position: -27px 0; }

.nav-top-spacer {
  height: 50px; }

.nav-top {
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-animation: mainNavIn 500ms linear forwards;
  animation: mainNavIn 500ms linear forwards; }

.nav-top__right {
  height: 50px;
  float: right; }
  .nav-top__right > ul {
    text-align: right;
    padding: 0;
    margin: 0;
    float: left;
    height: 50px;
    overflow-y: hidden;
    display: inline-block; }
    .nav-top__right > ul li, .nav-top__right > ul a {
      display: inline-block; }
    .nav-top__right > ul a {
      color: #65513C;
      text-decoration: none;
      height: 50px;
      line-height: 50px;
      font-size: 10px;
      text-transform: uppercase;
      padding: 0 15px;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      transition: color 250ms linear; }
      .nav-top__right > ul a:hover {
        color: #9ab9ad; }
  @media screen and (max-width: 1024px) {
    .nav-top__right > ul {
      display: none; } }

.nav-top__languages {
  display: inline-block;
  position: relative;
  height: 50px;
  border-left: 1px solid #F1F1F1;
  margin-left: 10px;
  padding-left: 4px;
  z-index: 10; }
  @media screen and (max-width: 400px) {
    .nav-top__languages {
      border-right: none;
      margin-right: 0; } }
  .nav-top__languages .label {
    font-family: "FordAntennaBold";
    font-size: 11px;
    color: #676767; }
  .nav-top__languages select {
    position: absolute;
    top: 12px;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%; }
    .nav-top__languages select.is-active {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .nav-top__languages .language {
    cursor: pointer;
    display: block;
    padding-top: 14px;
    margin-right: 10px; }
    .nav-top__languages .language .label {
      float: left;
      height: 20px;
      line-height: 20px; }
    .nav-top__languages .language .flag {
      width: 16px;
      float: left;
      height: 20px;
      line-height: 20px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 7px; }
      .nav-top__languages .language .flag img {
        position: relative;
        top: 2px; }
    .nav-top__languages .language .arrow {
      width: 10px;
      height: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/language-arrow.png);
      float: left;
      margin-top: 1px;
      margin-left: 5px; }
    .nav-top__languages .language.cs-CZ .flag {
      background-image: url(../images/flags/cs-CZ.png); }
    .nav-top__languages .language.da-DK .flag {
      background-image: url(../images/flags/da-DK.png); }
    .nav-top__languages .language.de-AT .flag {
      background-image: url(../images/flags/de-AT.png); }
    .nav-top__languages .language.de-CH .flag {
      background-image: url(../images/flags/de-CH.png); }
    .nav-top__languages .language.de-DE .flag {
      background-image: url(../images/flags/de-DE.png); }
    .nav-top__languages .language.el-GR .flag {
      background-image: url(../images/flags/el-GR.png); }
    .nav-top__languages .language.en-GB .flag {
      background-image: url(../images/flags/en-GB.png); }
    .nav-top__languages .language.en-EU .flag {
      background-image: url(../images/flags/en-GB.png); }
    .nav-top__languages .language.en-IE .flag {
      background-image: url(../images/flags/en-IE.png); }
    .nav-top__languages .language.es-ES .flag {
      background-image: url(../images/flags/es-ES.png); }
    .nav-top__languages .language.fi-FI .flag {
      background-image: url(../images/flags/fi-FI.png); }
    .nav-top__languages .language.fr-BE .flag {
      background-image: url(../images/flags/fr-BE.png); }
    .nav-top__languages .language.fr-CH .flag {
      background-image: url(../images/flags/fr-CH.png); }
    .nav-top__languages .language.fr-FR .flag {
      background-image: url(../images/flags/fr-FR.png); }
    .nav-top__languages .language.fr-LU .flag {
      background-image: url(../images/flags/fr-LU.png); }
    .nav-top__languages .language.hu-HU .flag {
      background-image: url(../images/flags/hu-HU.png); }
    .nav-top__languages .language.it-CH .flag {
      background-image: url(../images/flags/it-CH.png); }
    .nav-top__languages .language.it-IT .flag {
      background-image: url(../images/flags/it-IT.png); }
    .nav-top__languages .language.nb-NO .flag {
      background-image: url(../images/flags/nb-NO.png); }
    .nav-top__languages .language.nl-BE .flag {
      background-image: url(../images/flags/nl-BE.png); }
    .nav-top__languages .language.nl-NL .flag {
      background-image: url(../images/flags/nl-NL.png); }
    .nav-top__languages .language.pl-PL .flag {
      background-image: url(../images/flags/pl-PL.png); }
    .nav-top__languages .language.pt-PT .flag {
      background-image: url(../images/flags/pt-PT.png); }
    .nav-top__languages .language.ro-RO .flag {
      background-image: url(../images/flags/ro-RO.png); }
    .nav-top__languages .language.ru-RU .flag {
      background-image: url(../images/flags/ru-RU.png); }
    .nav-top__languages .language.sv-SE .flag {
      background-image: url(../images/flags/sv-SE.png); }
    .nav-top__languages .language.tr-TR .flag {
      background-image: url(../images/flags/tr-TR.png); }

.nav-top__logo a {
  width: 172px;
  height: 22px;
  float: left;
  margin-top: 13px;
  margin-left: 15px;
  z-index: 5;
  background-image: url(../images/logo.png);
  background-size: 172px 22px;
  text-decoration: none;
  text-indent: -9999em; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .nav-top__logo a {
      background-image: url(../images/logo@2x.png); } }
  @media screen and (max-width: 375px) {
    .nav-top__logo a {
      width: 145px;
      height: 18px;
      background-size: 145px 18px;
      margin-top: 16px; } }

.nav-mobile {
  display: none; }

.nav-top__burger {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 15;
  background-color: #9AB8AC;
  transition: background-color 125ms linear; }
  .nav-top__burger:before, .nav-top__burger:after {
    content: "";
    transition: opacity 125ms linear; }
  .nav-top__burger:hover {
    background-color: #a0bcb1; }
  .nav-top__burger:before, .nav-top__burger:after, .nav-top__burger span {
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 20px;
    left: 15px; }
  .nav-top__burger:before {
    top: 17px; }
  .nav-top__burger:after {
    bottom: 17px; }
  .nav-top__burger span {
    top: 24px;
    transition: background-color 125ms linear; }
    .nav-top__burger span:before, .nav-top__burger span:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #fff;
      transition: -webkit-transform 125ms linear;
      transition: transform 125ms linear;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .nav-top__burger.is-active {
    background-color: #3D3D48; }
    .nav-top__burger.is-active:before, .nav-top__burger.is-active:after {
      opacity: 0; }
    .nav-top__burger.is-active span {
      background-color: transparent; }
      .nav-top__burger.is-active span:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav-top__burger.is-active span:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.main-nav {
  position: fixed;
  right: -100px;
  opacity: .2;
  top: 50px;
  height: calc(100% - 50px);
  background-color: #3D3D48;
  box-sizing: border-box;
  padding-top: 15px;
  z-index: 5000;
  min-width: 320px;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .main-nav ul, .main-nav li {
    list-style-type: none; }
  .main-nav ul {
    margin-bottom: 10px; }
  @media screen and (max-width: 450px) {
    .main-nav {
      width: 100%;
      padding-bottom: 15px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .main-nav {
      width: 100%;
      padding-bottom: 15px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  .main-nav .list-links {
    margin-top: 10px;
    padding-left: 30px; }
  .main-nav .social-links {
    margin-top: 10px; }

.main-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none; }
  .main-nav-overlay.is-active {
    display: block; }

.main-nav__heading, .main-nav__item, .main-nav__model {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px; }

.main-nav__item {
  font-size: 12px;
  color: #868789;
  padding-top: 13px;
  padding-bottom: 13px; }
  .main-nav__item:hover {
    color: #fff; }
  .main-nav__item.is-external {
    color: #9ab9ad; }

.main-nav__heading {
  color: #9ab9ad;
  padding-top: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.main-nav__heading--models {
  font-size: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #484853;
  letter-spacing: 3px; }

.main-nav__model {
  color: #fff;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #484853;
  position: relative; }
  .main-nav__model:before, .main-nav__model:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #9ab9ad;
    transition: width 200ms ease-in-out, opacity 75ms linear;
    opacity: 0; }
  .main-nav__model:before {
    right: 50%;
    width: 20%; }
  .main-nav__model:after {
    left: 50%;
    width: 20%; }
  .main-nav__model:hover {
    color: #3d3e43; }
    .main-nav__model:hover span {
      position: relative;
      z-index: 1; }
    .main-nav__model:hover:before, .main-nav__model:hover:after {
      z-index: 0;
      width: 50%;
      opacity: 1; }

.lang-select-wrap {
  position: relative;
  min-height: 100%;
  background-color: #F3F3F3; }
  .lang-select-wrap body {
    margin: 0 0 42px; }
  .lang-select-wrap #lang-select footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px; }
    .lang-select-wrap #lang-select footer .inner {
      height: 42px; }

#lang-select header #logo {
  position: relative;
  width: 180px;
  margin: 0 auto 40px; }
  #lang-select header #logo a {
    width: 172px;
    background: #fff;
    text-indent: -9999em;
    height: 52px;
    background-position: center center;
    position: relative;
    display: block;
    outline: none;
    -webkit-animation: logoIn 1000ms ease-in forwards;
    animation: logoIn 1000ms ease-in forwards; }
    #lang-select header #logo a span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/logo.png) no-repeat;
      background-position: center center;
      background-size: contain;
      z-index: 1; }
    #lang-select header #logo a:before, #lang-select header #logo a:after {
      content: "";
      position: absolute;
      top: -52px; }
    #lang-select header #logo a:before {
      width: 0;
      height: 0;
      border-top: 52px solid transparent;
      border-bottom: 52px solid transparent;
      border-right: 52px solid #fff;
      left: -51px; }
    #lang-select header #logo a:after {
      width: 0;
      height: 0;
      border-top: 52px solid transparent;
      border-bottom: 52px solid transparent;
      border-left: 52px solid #fff;
      right: -51px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      #lang-select header #logo a span {
        background-image: url(../images/logo@2x.png);
        background-size: contain; } }

#lang-select .countries {
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  background-position: center center;
  min-height: 393px;
  padding: 100px 0;
  position: relative;
  padding-left: 2.5%; }
  #lang-select .countries:after {
    content: "";
    display: table;
    clear: both; }
  #lang-select .countries .map {
    width: 817px;
    height: 393px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -408.5px;
    margin-top: -196.5px;
    background: url(../images/countries-bg.png) no-repeat;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-animation: mapIn 550ms linear forwards;
    animation: mapIn 550ms linear forwards; }
    .no-cssanimations #lang-select .countries .map {
      opacity: 1; }
  #lang-select .countries .col {
    opacity: 0;
    -webkit-animation: fadeIn 550ms linear forwards;
    animation: fadeIn 550ms linear forwards; }
    #lang-select .countries .col:after {
      content: "";
      display: table;
      clear: both; }
    .no-cssanimations #lang-select .countries .col {
      opacity: 1; }
    #lang-select .countries .col:nth-child(2n+0) {
      margin-right: 0; }
    #lang-select .countries .col:nth-child(1) {
      -webkit-animation-delay: 150ms;
              animation-delay: 150ms; }
    #lang-select .countries .col:nth-child(2) {
      -webkit-animation-delay: 350ms;
              animation-delay: 350ms; }
    #lang-select .countries .col:nth-child(3) {
      -webkit-animation-delay: 450ms;
              animation-delay: 450ms; }
    #lang-select .countries .col:nth-child(4) {
      -webkit-animation-delay: 550ms;
              animation-delay: 550ms; }
  @media screen and (max-width: 960px) {
    #lang-select .countries {
      width: 100%;
      overflow: hidden; } }
  @media screen and (max-width: 580px) {
    #lang-select .countries {
      width: 100%;
      padding: 0 0 40px;
      overflow: hidden; }
      #lang-select .countries .col {
        margin-right: 0; } }
  #lang-select .countries ul {
    position: relative; }
    #lang-select .countries ul li {
      list-style-type: none;
      line-height: 1.4;
      width: 185px;
      margin: 0 auto; }
      #lang-select .countries ul li a {
        font-size: 11px;
        font-family: "FordAntenna";
        color: #8d8d8d;
        text-decoration: none;
        height: 16px;
        line-height: 16px;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        transition: color 125ms linear; }
        #lang-select .countries ul li a:hover {
          color: #676767; }
        #lang-select .countries ul li a .flag {
          float: left;
          width: 16px;
          height: 20px;
          background-size: 16px 16px;
          background-position: center center;
          margin-right: 7px;
          position: relative;
          top: -1px; }
      @media screen and (max-width: 375px) {
        #lang-select .countries ul li {
          width: 100%;
          box-sizing: border-box;
          padding: 0 20px;
          text-align: center;
          line-height: 1.7; }
          #lang-select .countries ul li a {
            font-size: 14px; } }
      #lang-select .countries ul li.cs-CZ .flag {
        background-image: url(../images/flags/cs-CZ.png); }
      #lang-select .countries ul li.da-DK .flag {
        background-image: url(../images/flags/da-DK.png); }
      #lang-select .countries ul li.de-AT .flag {
        background-image: url(../images/flags/de-AT.png); }
      #lang-select .countries ul li.de-CH .flag {
        background-image: url(../images/flags/de-CH.png); }
      #lang-select .countries ul li.de-DE .flag {
        background-image: url(../images/flags/de-DE.png); }
      #lang-select .countries ul li.el-GR .flag {
        background-image: url(../images/flags/el-GR.png); }
      #lang-select .countries ul li.en-GB .flag {
        background-image: url(../images/flags/en-GB.png); }
      #lang-select .countries ul li.en-IE .flag {
        background-image: url(../images/flags/en-IE.png); }
      #lang-select .countries ul li.es-ES .flag {
        background-image: url(../images/flags/es-ES.png); }
      #lang-select .countries ul li.fi-FI .flag {
        background-image: url(../images/flags/fi-FI.png); }
      #lang-select .countries ul li.fr-BE .flag {
        background-image: url(../images/flags/fr-BE.png); }
      #lang-select .countries ul li.fr-CH .flag {
        background-image: url(../images/flags/fr-CH.png); }
      #lang-select .countries ul li.fr-FR .flag {
        background-image: url(../images/flags/fr-FR.png); }
      #lang-select .countries ul li.fr-LU .flag {
        background-image: url(../images/flags/fr-LU.png); }
      #lang-select .countries ul li.hu-HU .flag {
        background-image: url(../images/flags/hu-HU.png); }
      #lang-select .countries ul li.it-CH .flag {
        background-image: url(../images/flags/it-CH.png); }
      #lang-select .countries ul li.it-IT .flag {
        background-image: url(../images/flags/it-IT.png); }
      #lang-select .countries ul li.nb-NO .flag {
        background-image: url(../images/flags/nb-NO.png); }
      #lang-select .countries ul li.nl-BE .flag {
        background-image: url(../images/flags/nl-BE.png); }
      #lang-select .countries ul li.nl-NL .flag {
        background-image: url(../images/flags/nl-NL.png); }
      #lang-select .countries ul li.pl-PL .flag {
        background-image: url(../images/flags/pl-PL.png); }
      #lang-select .countries ul li.pt-PT .flag {
        background-image: url(../images/flags/pt-PT.png); }
      #lang-select .countries ul li.ro-RO .flag {
        background-image: url(../images/flags/ro-RO.png); }
      #lang-select .countries ul li.ru-RU .flag {
        background-image: url(../images/flags/ru-RU.png); }
      #lang-select .countries ul li.sv-SE .flag {
        background-image: url(../images/flags/sv-SE.png); }
      #lang-select .countries ul li.tr-TR .flag {
        background-image: url(../images/flags/tr-TR.png); }

#lang-select footer {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: fadeIn 550ms ease-in forwards;
  animation: fadeIn 550ms ease-in forwards; }
  .no-cssanimations #lang-select footer {
    opacity: 1; }
  #lang-select footer .copy {
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #8d8d8d;
    font-size: 12px;
    padding-left: 10px; }
  #lang-select footer .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative; }

.hotspots-label:before, .hotspot:before {
  content: "";
  display: block;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-image: url(../images/hotspots/open.png);
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8; }

.swiper-slide {
  position: relative; }

.hotspots-directions {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  transition: opacity 350ms linear; }
  .hotspots-directions.is-visible {
    opacity: 1; }

.hotspots-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms cubic-bezier(0.2, 0.5, 0.34, 1);
  width: 100%;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  background-color: rgba(0, 0, 0, 0.85); }
  .hotspots-label:before {
    display: none; }
  .hotspots-label strong {
    display: block;
    margin-bottom: 10px; }
  .hotspots-label span {
    display: block; }
  .hotspots-label:before {
    display: block;
    top: 4px;
    left: auto;
    right: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer; }
  .hotspots-label .inner {
    position: relative;
    top: 50%;
    letter-spacing: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.2, 0.5, 0.34, 1), -webkit-transform 250ms cubic-bezier(0.2, 0.5, 0.34, 1);
    transition: opacity 200ms cubic-bezier(0.2, 0.5, 0.34, 1), transform 250ms cubic-bezier(0.2, 0.5, 0.34, 1);
    transition-delay: 150ms; }
    .hotspots-label .inner.is-visible {
      opacity: 1;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .hotspots-label.is-visible {
    opacity: 1;
    visibility: visible; }

.hotspot {
  padding: 20px;
  height: 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  opacity: 0;
  width: 0;
  transition: opacity 650ms ease-in, width 350ms linear;
  text-indent: -9999em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .hotspot.is-visible {
    opacity: 1; }
  .hotspot.is-active {
    padding: 0 20px 0 50px;
    text-indent: 0;
    width: auto; }
    .hotspot.is-active:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .hotspot:before {
    transition: -webkit-transform 150ms cubic-bezier(0.2, 0.5, 0.34, 1);
    transition: transform 150ms cubic-bezier(0.2, 0.5, 0.34, 1); }
  @media screen and (max-width: 960px) {
    .hotspot {
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      padding: 15px; }
      .hotspot.is-active {
        padding: 0 15px 0 35px;
        text-indent: 0;
        width: auto; }
      .hotspot:before {
        top: 2px;
        left: 2px;
        width: 25px;
        height: 25px; } }
  @media screen and (max-width: 580px) {
    .hotspot {
      padding: 12px;
      height: 25px;
      line-height: 25px;
      font-size: 12px; }
      .hotspot.is-active {
        padding: 0 10px 0 30px;
        text-indent: 0;
        width: auto; }
      .hotspot:before {
        width: 18px;
        height: 18px;
        top: 1px;
        left: 1px; } }

#__bs_notify__ {
  display: none !important; }

#skrollr-body {
  position: relative;
  overflow-y: hidden; }
  .show-cookie #skrollr-body {
    padding-top: 0; }

.cookie-policy {
  background-color: #9BB9AD;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 4500; }
  .show-cookie .cookie-policy {
    display: block; }
  .cookie-policy .close {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url(../images/cookie-close.png);
    background-repeat: no-repeat;
    cursor: pointer; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .cookie-policy .close {
        background-image: url(../images/cookie-close@2x.png); } }
  .cookie-policy p {
    width: 65%;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased; }
    .cookie-policy p a {
      color: #4d6e61;
      text-decoration: underline; }
    @media screen and (max-width: 960px) {
      .cookie-policy p {
        width: 85%; } }
    @media screen and (max-width: 580px) {
      .cookie-policy p {
        padding: 20px 0;
        width: 90%; } }

.logo-svg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); }

.logo-svg {
  width: 400px;
  height: 102px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin-left: -200px;
  margin-top: -51px; }
  .logo-svg svg {
    width: 400px;
    height: 102px;
    background-size: 400px 102px; }
  .logo-svg #title {
    opacity: 0;
    -webkit-animation: fadeIn 500ms linear forwards;
    animation: fadeIn 500ms linear forwards;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .logo-svg #subtitle {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    -webkit-animation: logo-svg-subtitle-in 750ms linear forwards;
    animation: logo-svg-subtitle-in 750ms linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .logo-svg #line {
    opacity: 0;
    -webkit-animation: fadeIn 500ms linear forwards, logo-svg-line-scaleIn 500ms linear forwards;
    animation: fadeIn 500ms linear forwards, logo-svg-line-scaleIn 500ms linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .no-cssanimations .logo-svg #title, .no-cssanimations .logo-svg #subtitle, .no-cssanimations .logo-svg #line {
    opacity: 1; }
  .no-svg .logo-svg {
    background: url(../images/logo-stacked-large.png) no-repeat;
    z-index: 500; }
  @media screen and (max-width: 580px) {
    .logo-svg {
      width: 280px;
      height: 71.4px;
      margin-left: -140px;
      margin-top: -35.7px; }
      .logo-svg svg {
        width: 280px;
        height: 71.4px;
        background-size: 280px 71.4px; } }

.row section {
  position: relative; }
  .row section .section-title {
    color: #fff;
    font-family: "FordAntennaBold";
    text-transform: uppercase;
    letter-spacing: 40px;
    font-size: 50px;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    position: relative;
    opacity: 0;
    transition: opacity 650ms linear;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden; }
    .row section .section-title em {
      font-weight: normal;
      font-style: normal;
      font-size: 30px; }
      @media screen and (max-width: 580px) {
        .row section .section-title em {
          font-size: 16px; } }
      @media screen and (max-width: 780px) {
        .row section .section-title em {
          font-size: 16px; } }
      @media screen and (max-width: 375px) {
        .row section .section-title em {
          font-size: 12px; } }
  .row section .section-text {
    width: 100%;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -65px;
    transition: opacity 450ms linear; }
    .row section .section-text.is-visible {
      opacity: 1; }
    .row section .section-text.is-hidden {
      opacity: 0; }
    .row section .section-text.has-caption {
      height: auto;
      margin-top: 0; }
    @media screen and (max-width: 580px) {
      .row section .section-text {
        margin-top: -30px; } }
    .row section .section-text .enter-arrow {
      width: 64px;
      height: 64px;
      background: url(../images/enter-arrow.png);
      display: block;
      margin: 70px auto 0;
      cursor: pointer;
      transition: opacity 125ms linear; }
      .row section .section-text .enter-arrow:hover {
        opacity: .8; }
      @media screen and (max-width: 580px) {
        .row section .section-text .enter-arrow {
          display: none; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .row section .section-text .enter-arrow {
          background-image: url(../images/enter-arrow@2x.png);
          background-size: 64px 64px; } }
      .lt-ie9 .row section .section-text .enter-arrow {
        display: none; }
  .row section .section-description {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    opacity: 0;
    transition: opacity 650ms linear;
    -webkit-backface-visibility: hidden; }
    @media screen and (max-width: 580px) {
      .row section .section-description {
        font-size: 11px; } }
  .row section .section-caption {
    font-family: "FordAntenna";
    text-transform: normal;
    letter-spacing: 3px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #79968C;
    padding: 8px 10px;
    display: block;
    width: 375px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden; }
    .row section .section-caption.section-caption-brown {
      background-color: #65513C; }
    @media screen and (max-width: 580px) {
      .row section .section-caption {
        width: 280px;
        font-size: 10px; } }
    .row section .section-caption.section-caption-long {
      width: 425px; }
      @media screen and (max-width: 580px) {
        .row section .section-caption.section-caption-long {
          width: 280px;
          font-size: 10px; } }
  .row section .icon.down {
    position: absolute;
    bottom: 6%;
    left: 50%;
    margin-left: -16.5px; }
  .row section.gallery {
    overflow-x: hidden; }
  .row section.the-experience, .row section.gallery {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 250px;
    position: relative;
    overflow-y: hidden; }
    .row section.the-experience .section-title.skrollable-before, .row section.the-experience .section-description.skrollable-before, .row section.gallery .section-title.skrollable-before, .row section.gallery .section-description.skrollable-before {
      opacity: 0; }
    .row section.the-experience .section-title.skrollable-between, .row section.the-experience .section-title.skrollable-after, .row section.the-experience .section-description.skrollable-between, .row section.the-experience .section-description.skrollable-after, .row section.gallery .section-title.skrollable-between, .row section.gallery .section-title.skrollable-after, .row section.gallery .section-description.skrollable-between, .row section.gallery .section-description.skrollable-after {
      opacity: 1; }
    .row section.the-experience span.br, .row section.gallery span.br {
      display: block; }
      @media screen and (max-width: 580px) {
        .row section.the-experience span.br, .row section.gallery span.br {
          display: inline; } }
    .row section.the-experience .image.image-bottom, .row section.gallery .image.image-bottom {
      background-position: center bottom; }
    .row section.the-experience .image.image-top, .row section.gallery .image.image-top {
      background-position: center top; }
    .row section.the-experience .image.add-contrast:before, .row section.gallery .image.add-contrast:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .row section.the-experience .swiper-container, .row section.gallery .swiper-container {
      width: 100%;
      height: 100%; }
    .row section.the-experience .arrow, .row section.gallery .arrow {
      width: 45px;
      height: 45px;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -22.5px;
      z-index: 10;
      cursor: pointer;
      transition: opacity 175ms linear, -webkit-transform 125ms linear;
      transition: opacity 175ms linear, transform 125ms linear; }
      .lt-ie9 .row section.the-experience .arrow, .lt-ie9 .row section.gallery .arrow {
        display: none; }
      .row section.the-experience .arrow.prev, .row section.gallery .arrow.prev {
        left: 0;
        background-image: url(../images/slider-arrow-left.jpg); }
      .row section.the-experience .arrow.next, .row section.gallery .arrow.next {
        right: 0;
        background-image: url(../images/slider-arrow-right.jpg); }
      .row section.the-experience .arrow.swiper-button-disabled, .row section.gallery .arrow.swiper-button-disabled {
        opacity: 0; }
        .row section.the-experience .arrow.swiper-button-disabled.prev, .row section.gallery .arrow.swiper-button-disabled.prev {
          -webkit-transform: translateX(-45px);
              -ms-transform: translateX(-45px);
                  transform: translateX(-45px); }
        .row section.the-experience .arrow.swiper-button-disabled.next, .row section.gallery .arrow.swiper-button-disabled.next {
          -webkit-transform: translateX(45px);
              -ms-transform: translateX(45px);
                  transform: translateX(45px); }
      @media screen and (max-width: 580px) {
        .row section.the-experience .arrow, .row section.gallery .arrow {
          width: 30px;
          height: 30px;
          background-size: 30px; } }
    .row section.the-experience .swiper-wrapper, .row section.gallery .swiper-wrapper {
      width: 9999em; }
    .row section.the-experience .swiper-slide, .row section.gallery .swiper-slide {
      float: left;
      display: block;
      overflow: hidden; }
  .row section.the-experience {
    padding-top: 5px; }
    .row section.the-experience .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/marquee-experience.jpg); }
    .backgroundblendmode .row section.the-experience .image {
      background-image: url(../images/marquee-experience-img.jpg); }
    .backgroundblendmode .row section.the-experience .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/marquee-experience-overlay.png);
      background-position: center center;
      background-size: cover;
      mix-blend-mode: multiply; }
  .row section.gallery .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.gallery-label {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 5;
  color: #fff;
  width: 100%;
  text-align: center; }
  .gallery-label h4, .gallery-label p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .gallery-label h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px; }
  .gallery-label p {
    font-style: italic;
    font-size: 13px;
    margin: 10px 0; }
    .gallery-label p span {
      margin: 0 5px;
      display: inline-block; }
  .lt-ie9 .gallery-label {
    display: none; }
  @media screen and (max-width: 580px) {
    .gallery-label {
      bottom: 5px; }
      .gallery-label p {
        margin: 5px 0; } }
  @media screen and (max-width: 960px) {
    .gallery-label {
      display: none; } }

.icon {
  display: block; }
  .icon.down {
    width: 33px;
    height: 33px;
    background: url(../images/icon-down.png) no-repeat;
    background-size: 33px 33px; }
    .lt-ie9 .icon.down {
      background-image: url(../images/icon-down-small.png); }

section.block-content {
  padding: 250px 0;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden; }
  section.block-content:after {
    content: "";
    display: table;
    clear: both; }
  section.block-content .icon.down {
    position: absolute;
    bottom: 10%; }
  section.block-content .left-col, section.block-content .right-col {
    transition: opacity 700ms linear, -webkit-transform 700ms cubic-bezier(0, 0.4, 0.56, 1);
    transition: opacity 700ms linear, transform 700ms cubic-bezier(0, 0.4, 0.56, 1);
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0; }
    section.block-content .left-col.skrollable-between, section.block-content .left-col.skrollable-after, section.block-content .right-col.skrollable-between, section.block-content .right-col.skrollable-after {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }
    section.block-content .left-col img, section.block-content .right-col img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 960px) {
      section.block-content .left-col, section.block-content .right-col {
        opacity: 1; } }
  section.block-content h2 {
    margin-top: 20px; }
  section.block-content .right-col {
    transition-delay: 100ms; }
  @media screen and (max-width: 580px) {
    section.block-content {
      padding: 200px 0; } }

.icon-arrow {
  opacity: 0;
  transition: opacity 450ms linear; }
  .icon-arrow.icon-arrow-right {
    width: 46px;
    height: 46px;
    background: url(../images/enter-arrow.png);
    display: block;
    margin: 0 auto;
    background-size: 46px; }
    @media screen and (max-width: 580px) {
      .icon-arrow.icon-arrow-right {
        width: 30px;
        height: 30px;
        background-size: 30px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .icon-arrow.icon-arrow-right {
        background-image: url(../images/enter-arrow@2x.png); } }
  .skrollable-between .icon-arrow, .skrollable-after .icon-arrow {
    opacity: 1; }
  .icon-arrow:hover {
    opacity: .7; }

.video-full-width {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center bottom; }
  .video-full-width video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    position: relative;
    z-index: -1;
    pointer-events: none; }
    @media screen and (max-width: 1024px) {
      .video-full-width video {
        pointer-events: auto;
        z-index: 0; } }
  .video-full-width .gif {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover; }

.top-hero {
  background-size: cover;
  position: relative; }
  .top-hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .top-hero > .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .top-hero .swiper-wrapper {
    width: 9999em; }
  .top-hero .swiper-slide {
    float: left;
    display: block;
    overflow: hidden; }
  .top-hero .arrow {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    z-index: 10;
    cursor: pointer;
    transition: opacity 175ms linear, -webkit-transform 125ms linear;
    transition: opacity 175ms linear, transform 125ms linear; }
    .lt-ie9 .top-hero .arrow {
      display: none; }
    .top-hero .arrow.prev {
      left: 0;
      background-image: url(../images/slider-arrow-left.jpg); }
    .top-hero .arrow.next {
      right: 0;
      background-image: url(../images/slider-arrow-right.jpg); }
    .top-hero .arrow.swiper-button-disabled {
      opacity: 0; }
      .top-hero .arrow.swiper-button-disabled.prev {
        -webkit-transform: translateX(-45px);
            -ms-transform: translateX(-45px);
                transform: translateX(-45px); }
      .top-hero .arrow.swiper-button-disabled.next {
        -webkit-transform: translateX(45px);
            -ms-transform: translateX(45px);
                transform: translateX(45px); }
    @media screen and (max-width: 580px) {
      .top-hero .arrow {
        width: 30px;
        height: 30px;
        background-size: 30px; } }
  .top-hero .video-loader {
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms linear; }
  .top-hero .swiper-slide.is-loaded .video-loader {
    opacity: 0;
    visibility: hidden; }
  .top-hero .loader-header {
    position: absolute; }
  .top-hero .title-large {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: "FordAntenna";
    font-weight: normal;
    font-size: 68px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 70px;
    opacity: .7;
    width: 100%;
    position: absolute;
    top: 28%;
    left: 0;
    opacity: 0;
    transition: opacity 350ms linear; }
    @media screen and (max-width: 580px) {
      .top-hero .title-large {
        text-indent: 26px; } }
    .top-hero .title-large.is-visible, .top-hero .title-large.skrollable-between {
      opacity: 1; }

.specifications-model .model-type, .specifications-model .model-specs, .specifications-model .model-price, .specifications-model .model-monthly-price {
  font-family: "FordAntennaLight"; }

.pricing-outer {
  position: relative;
  overflow: hidden; }

.text h1, .text h2, .text h3 {
  font-family: "FordAntenna";
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden; }

.text h1 {
  font-size: 50px;
  letter-spacing: 35px;
  margin: 0 0 10px;
  color: #8d8d8d; }

.text h3 {
  font-size: 30px;
  letter-spacing: 20px;
  color: silver;
  margin-bottom: 10px; }

.text p {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 80px;
  color: #8d8d8d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden; }
  .text p .br {
    display: block; }
    @media screen and (max-width: 580px) {
      .text p .br {
        display: inline; } }

.text .btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #79968C;
  font-size: 13px;
  padding: 10px 15px 7px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  cursor: pointer;
  display: inline-block;
  transition: all 150ms linear; }
  .text .btn.outline {
    border: 1px solid #79968C; }
    .text .btn.outline:hover {
      border-color: #9ab9ad; }
  .text .btn:hover {
    color: #9ab9ad; }

@media screen and (max-width: 580px) {
  .text h1 {
    font-size: 23px;
    letter-spacing: 20px;
    text-indent: 20px; }
  .text h3 {
    font-size: 13px;
    letter-spacing: 13px; } }

.main-configure, .configure-step-initial {
  background-color: #fff;
  padding: 150px 0;
  overflow-x: hidden; }
  .main-configure.is-hidden, .configure-step-initial.is-hidden {
    display: none; }
  .main-configure .text h1, .configure-step-initial .text h1 {
    text-indent: 2.5%; }
  .main-configure .text p, .configure-step-initial .text p {
    margin: 15px auto 20px;
    font-size: 15px; }
    @media screen and (max-width: 580px) {
      .main-configure .text p, .configure-step-initial .text p {
        width: 85%; } }
  .main-configure .text .btn, .configure-step-initial .text .btn {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px 20px 6px;
    letter-spacing: 3px; }
  .main-configure .cars, .configure-step-initial .cars {
    width: 960px;
    height: 420px;
    margin: 50px auto 0;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    transition: opacity 650ms linear; }
    .main-configure .cars .main, .configure-step-initial .cars .main {
      width: 960px;
      height: 420px;
      background: url(../images/360/four-door/exterior/white/1.png) no-repeat;
      transition: opacity 650ms linear;
      display: block;
      transition-delay: 500ms; }
    .main-configure .cars .before, .main-configure .cars .after, .configure-step-initial .cars .before, .configure-step-initial .cars .after {
      width: 960px;
      height: 420px;
      position: absolute;
      top: -50px;
      opacity: 0;
      display: block;
      -webkit-transform: translateY(-20px) scale(0.9);
          -ms-transform: translateY(-20px) scale(0.9);
              transform: translateY(-20px) scale(0.9);
      transition: opacity 650ms linear; }
    .main-configure .cars .before, .configure-step-initial .cars .before {
      transition-delay: 800ms;
      background: url(../images/360/four-door/exterior/silver/1.png) no-repeat; }
    .main-configure .cars .after, .configure-step-initial .cars .after {
      transition-delay: 800ms;
      background: url(../images/360/four-door/exterior/black/18.png) no-repeat; }
    .main-configure .cars.skrollable-between, .main-configure .cars.skrollable-after, .configure-step-initial .cars.skrollable-between, .configure-step-initial .cars.skrollable-after {
      opacity: 1;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
      .main-configure .cars.skrollable-between .before, .main-configure .cars.skrollable-between .after, .main-configure .cars.skrollable-after .before, .main-configure .cars.skrollable-after .after, .configure-step-initial .cars.skrollable-between .before, .configure-step-initial .cars.skrollable-between .after, .configure-step-initial .cars.skrollable-after .before, .configure-step-initial .cars.skrollable-after .after {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(0.9);
            -ms-transform: translateY(0px) scale(0.9);
                transform: translateY(0px) scale(0.9); }
    .main-configure .cars .before, .configure-step-initial .cars .before {
      left: -300px; }
    .main-configure .cars .after, .configure-step-initial .cars .after {
      right: -300px; }
  @media screen and (max-width: 960px) {
    .main-configure .text h1, .configure-step-initial .text h1 {
      font-size: 30px;
      letter-spacing: 25px; }
    .main-configure .cars, .configure-step-initial .cars {
      width: 100%;
      height: 300px;
      margin: 0;
      background-position: center center;
      position: relative;
      top: 100px;
      left: 0; }
      .main-configure .cars .main, .configure-step-initial .cars .main {
        width: 700px;
        background-size: 700px;
        position: absolute;
        left: 50%;
        margin-left: -345px;
        height: 300px; }
      .main-configure .cars .before, .main-configure .cars .after, .configure-step-initial .cars .before, .configure-step-initial .cars .after {
        width: 700px;
        background-size: 700px;
        height: 300px; }
      .main-configure .cars .before, .configure-step-initial .cars .before {
        left: -470px; }
      .main-configure .cars .after, .configure-step-initial .cars .after {
        right: -470px; } }
  @media screen and (max-width: 580px) {
    .main-configure .text h1, .configure-step-initial .text h1 {
      font-size: 19px;
      letter-spacing: 14px; }
    .main-configure .cars, .configure-step-initial .cars {
      width: 100%;
      height: 250px;
      margin: 0 auto;
      background-position: center center;
      position: relative;
      top: 100px;
      left: 0; }
      .main-configure .cars .main, .configure-step-initial .cars .main {
        max-width: 460px;
        background-size: 460px;
        position: absolute;
        left: 50%;
        margin-left: -222px;
        display: none; }
      .main-configure .cars .after, .configure-step-initial .cars .after {
        display: none; }
      .main-configure .cars .before, .configure-step-initial .cars .before {
        width: 110%;
        background-size: 110%;
        top: -25px; } }

.register .p-below {
  width: 230px;
  margin: 20px auto 60px;
  text-align: center;
  font-size: 12px;
  font-family: "FordAntenna";
  line-height: 1.6;
  color: #79968C;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media screen and (max-width: 375px) {
    .register .p-below {
      width: 80%; } }

.form iframe {
  display: none; }

div.lightbox, .lightbox-overlay {
  display: none;
  -webkit-overflow-scrolling: touch; }

.lightbox-active div.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 560px;
  margin-left: -280px;
  height: 85%;
  background-color: #fff;
  display: block;
  z-index: 5000;
  overflow: auto; }
  .lightbox-active div.lightbox .form {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0; }

.lightbox-active .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4500;
  display: block;
  background-color: rgba(0, 0, 0, 0.5); }
  .lt-ie9 .lightbox-active .lightbox-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }

.main-configure .btn.outline {
  background-color: #79968C;
  color: #fff;
  border: none; }
  .main-configure .btn.outline:hover {
    background-color: #96aca5;
    color: #fff;
    border: none; }

.button {
  border: 1px solid #79968C;
  text-transform: uppercase;
  font-size: 18px;
  padding: 17px 20px;
  text-decoration: none;
  width: 260px;
  margin: 0 auto;
  display: block;
  color: #79968C;
  clear: both;
  text-align: center;
  transition: background-color 350ms linear, color 350ms linear, border-color 350ms linear;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden; }
  .button.green {
    background-color: #79968C;
    color: #fff; }
    .button.green:hover {
      background-color: #96aca5;
      border: 1px solid #a4b8b1;
      color: #c0cec9; }
  .three .button {
    width: 230px;
    font-size: 16px; }

.main-image-fill .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .main-image-fill .image.skrollable-between .title.title-large, .main-image-fill .image.skrollable-after .title.title-large {
    letter-spacing: 30px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media screen and (max-width: 580px) {
    .main-image-fill .image.skrollable-between .title.title-large, .main-image-fill .image.skrollable-after .title.title-large {
      font-size: 25px;
      letter-spacing: 18px; } }
  .main-image-fill .image.skrollable-between .subtitle, .main-image-fill .image.skrollable-after .subtitle {
    opacity: 1; }

.main-magazine, .main-experience {
  height: 655px; }
  .main-magazine.main-image, .main-experience.main-image {
    overflow-y: hidden; }
    .main-magazine.main-image .block-content, .main-experience.main-image .block-content {
      width: 25%;
      padding: 50px 40px; }
  .main-magazine .image, .main-experience .image {
    background: url(../images/the-experience/1.jpg) no-repeat;
    background-position: left top; }
  @media screen and (max-width: 580px) {
    .main-magazine, .main-experience {
      height: auto; }
      .main-magazine .image, .main-experience .image {
        height: 300px;
        background-position: right top; } }
  @media screen and (max-width: 960px) {
    .main-magazine, .main-experience {
      height: auto; }
      .main-magazine.main-image .block-content, .main-experience.main-image .block-content {
        width: 100%;
        padding: 50px 40px; } }

.main-alfredo, .main-vignale-lounge, .main-vignale-collection, .main-dedicated-service {
  height: 450px; }
  .main-alfredo .split__image, .main-vignale-lounge .split__image, .main-vignale-collection .split__image, .main-dedicated-service .split__image {
    width: 65%;
    height: 450px;
    background-position: center bottom;
    background-repeat: no-repeat; }
  .main-alfredo .split__content, .main-vignale-lounge .split__content, .main-vignale-collection .split__content, .main-dedicated-service .split__content {
    background-repeat: no-repeat; }

.main-alfredo .image {
  background-size: cover;
  background-position: center center; }
  .main-alfredo .image.loaded {
    background-image: url(../images/the-experience/alfredo-image.jpg); }

.main-alfredo.main-split .block-content {
  background-color: #373A49;
  background-image: url(../images/the-experience/alfredo-block.jpg);
  background-position: right center; }
  .main-alfredo.main-split .block-content h1, .main-alfredo.main-split .block-content h2, .main-alfredo.main-split .block-content h3, .main-alfredo.main-split .block-content a {
    color: #79968C; }
  .main-alfredo.main-split .block-content p {
    color: #fff; }

@media screen and (max-width: 580px) {
  .page-design .main-alfredo.main-split {
    margin: 0; } }

.main-vignale-lounge:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 1200px;
  background: url(../images/the-experience/bg-texture.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none; }
  .lt-ie9 .main-vignale-lounge:before {
    display: none; }

.main-vignale-lounge:after {
  content: "";
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  height: 1000px;
  background: url(../images/the-experience/dedicated-service-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  pointer-events: none; }
  .lt-ie9 .main-vignale-lounge:after {
    display: none; }

.main-vignale-lounge .image {
  background-size: cover;
  background-position: center center; }
  .main-vignale-lounge .image.loaded {
    background-image: url(../images/the-experience/vignale-lounge-image.jpg); }

.main-vignale-lounge.main-split .block-content {
  background-image: url(../images/the-experience/vignale-lounge-block.jpg);
  background-size: cover; }
  .main-vignale-lounge.main-split .block-content h1, .main-vignale-lounge.main-split .block-content h2, .main-vignale-lounge.main-split .block-content h3, .main-vignale-lounge.main-split .block-content a {
    color: #fff; }
  .main-vignale-lounge.main-split .block-content p {
    color: #d6e3de;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

.main-vignale-collection .image {
  background-size: cover;
  background-position: center center; }
  .main-vignale-collection .image.loaded {
    background-image: url(../images/the-experience/vignale-collection-image.jpg); }

.main-vignale-collection.main-split .block-content {
  background-color: #fff;
  background-image: none; }
  .main-vignale-collection.main-split .block-content h1, .main-vignale-collection.main-split .block-content h2, .main-vignale-collection.main-split .block-content h3, .main-vignale-collection.main-split .block-content a {
    color: #79968C; }
  .main-vignale-collection.main-split .block-content p {
    color: #747474;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

@media screen and (max-width: 580px) {
  .page-design .main-vignale-collection.main-split {
    margin: 0; } }

.main-dedicated-service .image {
  background-image: url(../images/the-experience/dedicated-service-image.jpg);
  background-size: cover;
  background-position: center center; }

.main-dedicated-service.main-split .block-content {
  background-color: #fff;
  background-image: none; }
  .main-dedicated-service.main-split .block-content h1, .main-dedicated-service.main-split .block-content h2, .main-dedicated-service.main-split .block-content h3, .main-dedicated-service.main-split .block-content a {
    color: #79968C; }
  .main-dedicated-service.main-split .block-content p, .main-dedicated-service.main-split .block-content li {
    color: #747474;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .main-dedicated-service.main-split .block-content li {
    text-indent: -10px;
    margin-left: 10px; }
  @media screen and (max-width: 580px) {
    .main-dedicated-service.main-split .block-content {
      padding: 30px 0;
      height: auto; }
      .main-dedicated-service.main-split .block-content .copy {
        top: auto;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        position: relative; } }

.main-specs {
  height: 450px; }
  .main-specs .image {
    width: 65%;
    height: 450px;
    background: url(../images/specs/cover.jpg) no-repeat;
    background-position: center bottom; }
  .main-specs.main-split .block-content {
    background-color: #353847;
    background-image: url(../images/specs/block-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .main-specs.main-split .block-content h1, .main-specs.main-split .block-content h2, .main-specs.main-split .block-content h3, .main-specs.main-split .block-content a {
      color: #79968C; }
    .main-specs.main-split .block-content p {
      color: #fff; }

.js .block-link {
  cursor: pointer; }

.page-design .split {
  top: 0;
  margin: 40px 0; }
  .page-design .split.first {
    margin-top: 0; }
  @media screen and (max-width: 580px) {
    .page-design .split {
      margin: 0; } }

.specifications-models {
  padding: 50px 20px 0;
  margin-bottom: 50px; }
  .specifications-models:after {
    content: "";
    display: table;
    clear: both; }

.specifications-model {
  width: 25%;
  float: left;
  transition: opacity 550ms cubic-bezier(0, 0.4, 0.56, 1), -webkit-transform 550ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 550ms cubic-bezier(0, 0.4, 0.56, 1), transform 550ms cubic-bezier(0, 0.4, 0.56, 1);
  opacity: 0; }
  .specifications-model header {
    height: 120px; }
  @media screen and (max-width: 960px) {
    .specifications-model {
      width: 50%;
      padding: 0 20px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 580px) {
    .specifications-model {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 50px; } }
  .specifications-model .model-title {
    font-family: "FordAntenna";
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-bottom: 5px;
    color: #8d8d8d; }
  .specifications-model .model-type {
    font-size: 20px;
    margin-bottom: 5px;
    color: #8d8d8d; }
  .specifications-model .model-color {
    margin: 10px 0 60px;
    width: 118px;
    height: 6px;
    display: block; }
    .specifications-model .model-color.magnetic {
      background: url(../images/colors/magnetic.jpg) no-repeat; }
    .specifications-model .model-color.panther-black {
      background: url(../images/colors/panther-black.jpg) no-repeat; }
    .specifications-model .model-color.white-platinum {
      background: url(../images/colors/white-platinum.jpg) no-repeat; }
    .specifications-model .model-color.nocciola {
      background: url(../images/colors/nocciola.jpg) no-repeat; }
  .specifications-model .model-img {
    width: 100%;
    height: auto;
    pointer-events: none;
    margin-bottom: 0px;
    position: relative;
    left: -10%; }
    @media screen and (max-width: 580px) {
      .specifications-model .model-img {
        left: -14%; } }
  .specifications-model .model-specs {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #8d8d8d;
    min-height: 580px;
    padding: 0 10px; }
    @media screen and (max-width: 580px) {
      .specifications-model .model-specs {
        min-height: inherit;
        padding: 0; } }
    .specifications-model .model-specs .model-spec-title {
      color: #414141;
      font-size: 13px;
      list-style-type: none;
      padding: 10px 0 12px;
      line-height: 1.4; }
      .specifications-model .model-specs .model-spec-title.model-spec-title-upper {
        text-transform: uppercase; }
    .specifications-model .model-specs .model-spec {
      list-style-type: none;
      font-size: 13px;
      padding: 10px 0;
      border-bottom: 1px solid #dadada;
      line-height: 1.4; }
      .specifications-model .model-specs .model-spec:last-child {
        border-bottom: none; }
      .specifications-model .model-specs .model-spec.model-icon.four-door {
        width: 113px;
        height: 31px;
        display: block;
        border-bottom: none;
        margin-top: 25px;
        margin-bottom: 5px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
          .specifications-model .model-specs .model-spec.model-icon.four-door {
            background-size: 113px 31px; } }
        .specifications-model .model-specs .model-spec.model-icon.four-door.black {
          background-image: url(../images/models/four-door-side-black-x-sm.png); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
            .specifications-model .model-specs .model-spec.model-icon.four-door.black {
              background-image: url(../images/models/four-door-side-black-x-sm@2x.png); } }
        .specifications-model .model-specs .model-spec.model-icon.four-door.white {
          background-image: url(../images/models/four-door-side-white-x-sm.png); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
            .specifications-model .model-specs .model-spec.model-icon.four-door.white {
              background-image: url(../images/models/four-door-side-white-x-sm@2x.png); } }
        .specifications-model .model-specs .model-spec.model-icon.four-door.silver {
          background-image: url(../images/models/four-door-side-silver-x-sm.png); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
            .specifications-model .model-specs .model-spec.model-icon.four-door.silver {
              background-image: url(../images/models/four-door-side-silver-x-sm@2x.png); } }
      .specifications-model .model-specs .model-spec.model-icon.wagon {
        width: 114px;
        height: 33px;
        display: block;
        border-bottom: none;
        margin-top: 25px;
        margin-bottom: 5px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
          .specifications-model .model-specs .model-spec.model-icon.wagon {
            background-size: 114px 33px; } }
        .specifications-model .model-specs .model-spec.model-icon.wagon.brown {
          background-image: url(../images/models/wagon-side-brown-x-sm.png); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
            .specifications-model .model-specs .model-spec.model-icon.wagon.brown {
              background-image: url(../images/models/wagon-side-brown-x-sm@2x.png); } }
        .specifications-model .model-specs .model-spec.model-icon.wagon.silver {
          background-image: url(../images/models/wagon-side-silver-x-sm.png); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
            .specifications-model .model-specs .model-spec.model-icon.wagon.silver {
              background-image: url(../images/models/wagon-side-silver-x-sm@2x.png); } }
  .specifications-model .model-specs-heading, .specifications-model .model-specs-heading-lg {
    text-transform: uppercase;
    font-family: "FordAntenna"; }
  .specifications-model .model-specs-heading-lg {
    font-size: 13px; }
  .specifications-model .model-specs-heading {
    font-size: 11px;
    display: block; }
  .specifications-model .model-price {
    margin-top: 20px;
    color: #9ab9ad;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border-top: 1px solid #dadada;
    padding-top: 10px; }
  .specifications-model .model-monthly-price {
    margin-top: 5px;
    color: #9ab9ad;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
    .specifications-model .model-monthly-price em {
      font-size: 15px;
      font-style: normal; }
  .specifications-model:first-child, .specifications-model:last-child {
    transition-delay: 100ms; }
  .specifications-model:first-child, .specifications-model:nth-child(2) {
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px); }
  .specifications-model:nth-child(3), .specifications-model:last-child {
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px); }
  @media screen and (max-width: 960px) {
    .specifications-model {
      opacity: 1; }
      .specifications-model:first-child, .specifications-model:nth-child(2) {
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px); }
      .specifications-model:nth-child(3), .specifications-model:last-child {
        -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
                transform: translateX(0px); } }
  .specifications-model.skrollable-between, .specifications-model.skrollable-after {
    opacity: 1; }
    .specifications-model.skrollable-between:first-child, .specifications-model.skrollable-between:nth-child(2), .specifications-model.skrollable-after:first-child, .specifications-model.skrollable-after:nth-child(2) {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }
    .specifications-model.skrollable-between:last-child, .specifications-model.skrollable-between:nth-child(3), .specifications-model.skrollable-after:last-child, .specifications-model.skrollable-after:nth-child(3) {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }

.arrow-right-small {
  height: 19px;
  line-height: 20px;
  font-weight: bold;
  font-family: "FordAntenna";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  transition: padding-left 125ms linear; }
  .arrow-right-small:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background-size: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .arrow-right-small:before {
        background-size: 19px; } }

.arrow-right-small-white {
  color: #fff; }
  .arrow-right-small-white:before {
    background-image: url(../images/arrow-right-white.png);
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .arrow-right-small-white:before {
        background-image: url(../images/arrow-right-white@2x.png); } }

.arrow-right-small-green {
  color: #79968C; }
  .arrow-right-small-green:before {
    background-image: url(../images/arrow-right-green.png);
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .arrow-right-small-green:before {
        background-image: url(../images/arrow-right-green@2x.png); } }

.gallery-disclaimer {
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 10px; }

.pricing-disclaimer {
  font-size: 12px;
  color: #9ab9ad; }

.last-char {
  letter-spacing: 0; }

.icon-small {
  width: 13px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 2px;
  margin-right: 3px; }
  .icon-small.android {
    background-image: url(../images/icons/google-play.png);
    background-size: 11px 12px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .icon-small.android {
        background-image: url(../images/icons/google-play@2x.png); } }
  .icon-small.ios {
    background-image: url(../images/icons/ios-app.png);
    background-size: 12px 14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .icon-small.ios {
        background-image: url(../images/icons/ios-app@2x.png); } }

.row-cta {
  padding: 0 20px; }
  .row-cta .col {
    padding: 0 10px;
    width: 25%;
    float: left; }
    .row-cta .col .button {
      margin: 0; }
    .row-cta .col .p-below {
      text-align: left;
      width: auto; }
    @media screen and (max-width: 1200px) {
      .row-cta .col .button {
        width: 100%;
        font-size: 14px; } }
    @media screen and (max-width: 780px) {
      .row-cta .col .p-below {
        text-align: center; } }
    @media screen and (max-width: 580px) {
      .row-cta .col {
        width: 50%;
        margin-bottom: 10px; }
        .row-cta .col .button {
          font-size: 12px; } }
    @media screen and (max-width: 375px) {
      .row-cta .col {
        width: 100%; } }

.footer {
  background-color: #353A48;
  width: 100%;
  padding: 0;
  position: relative;
  overflow-y: hidden; }
  .footer .footer__upper {
    padding: 50px 0; }
    .footer .footer__upper:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 580px) {
      .footer .footer__upper {
        padding-bottom: 20px; } }
    .footer .footer__upper.footer__upper--disclaimer {
      padding: 20px 0 0; }
      .footer .footer__upper.footer__upper--disclaimer ul, .footer .footer__upper.footer__upper--disclaimer ol, .footer .footer__upper.footer__upper--disclaimer p {
        color: #898989;
        font-size: 11px; }
  .footer .footer__lower {
    background-color: #313544;
    padding: 30px 0; }
    .footer .footer__lower:after {
      content: "";
      display: table;
      clear: both; }
  .footer .inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .footer .inner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 580px) {
      .footer .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .footer .inner:last-child {
          margin-right: 0; } }
    .lt-ie9 .footer .inner {
      position: relative;
      z-index: 5; }
    .footer .inner .col {
      margin-bottom: 40px; }
  .footer .copy {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #898989;
    font-size: 12px; }

.list-link-header {
  color: #9ab9ad;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.list-links {
  margin-bottom: 0; }
  .list-links .list-link {
    list-style-type: none; }
    .list-links .list-link a {
      color: #898989;
      text-decoration: none;
      font-size: 12px;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility; }
      .list-links .list-link a:hover {
        text-decoration: underline; }

.reel-panning, .reel-panning * {
  cursor: ew-resize !important; }

.threeSixty-block {
  padding-top: 100px;
  background-color: #282828;
  background-image: linear-gradient(#282828 0%, #dfdad7 60%, #dfdad7 100%); }
  .lt-ie9 .threeSixty-block {
    background-color: #fff;
    background-image: url(../images/gradient-top.jpg);
    background-repeat: repeat-x; }
  .threeSixty-block.interior .info {
    padding-top: 40px; }
  @media screen and (max-width: 960px) {
    .threeSixty-block.interior {
      margin-bottom: 0; } }

.threeSixty {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 960px) {
    .threeSixty {
      width: 960px; } }
  .threeSixty .reel-overlay {
    width: 100% !important;
    height: auto !important; }
    .threeSixty .reel-overlay .reel {
      width: 100%;
      height: auto; }
  .threeSixty .container {
    padding-bottom: 20px;
    position: relative; }
    .threeSixty .container.loaded:before {
      opacity: 1;
      visibility: visible; }
    .threeSixty .container.loaded.activated:before {
      opacity: 0;
      visibility: hidden; }
    .threeSixty .container:before {
      content: "";
      display: block;
      width: 277px;
      height: 277px;
      position: absolute;
      pointer-events: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background: url(../images/360/360-icon.png) no-repeat;
      z-index: 10;
      transition: opacity 750ms linear;
      opacity: 0;
      visibility: hidden; }
      @media screen and (max-width: 580px) {
        .threeSixty .container:before {
          width: 145px;
          height: 145px;
          background-size: 145px; } }
  .threeSixty .reel-overlay, .reel-panning .threeSixty .reel-overlay {
    cursor: ew-resize !important; }
  .threeSixty .info {
    padding-bottom: 50px;
    text-align: center; }
    .threeSixty .info .icon {
      width: 64px;
      height: 29px;
      background: url(../images/360/icon.png) no-repeat;
      margin: 20px auto;
      display: block; }
    .threeSixty .info h2, .threeSixty .info h3, .threeSixty .info p {
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility; }
    .threeSixty .info h3 {
      font-size: 19px;
      color: #79968C;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 10px;
      text-indent: 1.5%; }
    .threeSixty .info p {
      font-size: 15px;
      color: #8d8d8d; }
    .threeSixty .info .configure {
      text-transform: uppercase;
      text-decoration: none;
      color: #79968C;
      font-size: 12px;
      letter-spacing: 1px; }
    .threeSixty .info .colors {
      margin-bottom: 10px; }
    .threeSixty .info .color-black, .threeSixty .info .color-white, .threeSixty .info .color-nocciola, .threeSixty .info .color-silver, .threeSixty .info .color-magnetic, .threeSixty .info .color-red, .threeSixty .info .color-blue {
      width: 50px;
      height: 15px;
      position: relative;
      background-position: center top;
      text-indent: -9999em;
      display: inline-block; }
      .threeSixty .info .color-black:before, .threeSixty .info .color-white:before, .threeSixty .info .color-nocciola:before, .threeSixty .info .color-silver:before, .threeSixty .info .color-magnetic:before, .threeSixty .info .color-red:before, .threeSixty .info .color-blue:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center bottom;
        opacity: 0;
        transition: opacity 125ms linear; }
      .threeSixty .info .color-black:hover:before, .threeSixty .info .color-black.active:before, .threeSixty .info .color-white:hover:before, .threeSixty .info .color-white.active:before, .threeSixty .info .color-nocciola:hover:before, .threeSixty .info .color-nocciola.active:before, .threeSixty .info .color-silver:hover:before, .threeSixty .info .color-silver.active:before, .threeSixty .info .color-magnetic:hover:before, .threeSixty .info .color-magnetic.active:before, .threeSixty .info .color-red:hover:before, .threeSixty .info .color-red.active:before, .threeSixty .info .color-blue:hover:before, .threeSixty .info .color-blue.active:before {
        opacity: 1; }
    .threeSixty .info .color-black {
      background: url(../images/360/color-black.png) no-repeat; }
      .threeSixty .info .color-black:before {
        background-image: url(../images/360/color-black.png);
        background-repeat: no-repeat; }
    .threeSixty .info .color-red {
      background: url(../images/360/color-red.png) no-repeat; }
      .threeSixty .info .color-red:before {
        background-image: url(../images/360/color-red.png);
        background-repeat: no-repeat; }
    .threeSixty .info .color-blue {
      background: url(../images/360/color-blue.png) no-repeat; }
      .threeSixty .info .color-blue:before {
        background-image: url(../images/360/color-blue.png);
        background-repeat: no-repeat; }
    .threeSixty .info .color-magnetic {
      background: url(../images/360/color-magnetic.png) no-repeat; }
      .threeSixty .info .color-magnetic:before {
        background-image: url(../images/360/color-magnetic.png);
        background-repeat: no-repeat; }
    .threeSixty .info .color-white {
      background: url(../images/360/color-white.png) no-repeat; }
      .threeSixty .info .color-white:before {
        background-image: url(../images/360/color-white.png);
        background-repeat: no-repeat; }
    .threeSixty .info .color-nocciola {
      background: url(../images/360/color-nocciola.png) no-repeat; }
      .threeSixty .info .color-nocciola:before {
        background-image: url(../images/360/color-nocciola.png);
        background-repeat: no-repeat; }
    .threeSixty .info .color-silver {
      background: url(../images/360/color-silver.png) no-repeat; }
      .threeSixty .info .color-silver:before {
        background-image: url(../images/360/color-silver.png);
        background-repeat: no-repeat; }
  .threeSixty .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 430px;
    z-index: 4; }
    .threeSixty .cover img {
      width: 100%;
      height: auto; }
  .threeSixty .preloader {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -62.5px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 500ms linear;
    box-shadow: 0px 0px 108px -8px rgba(0, 0, 0, 0.42); }
    .threeSixty .preloader .loader:before, .threeSixty .preloader .loader:after {
      border-top-color: #fff; }
    @media screen and (max-width: 580px) {
      .threeSixty .preloader {
        top: 0 !important;
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6); } }
    @media screen and (max-width: 960px) {
      .threeSixty .preloader {
        top: 100px; } }
    .threeSixty .preloader.loaded {
      opacity: 0;
      visibility: hidden; }
  .threeSixty .reel-preloader {
    visibility: hidden; }

.threeSixty-block.interior {
  padding-top: 0; }
  .threeSixty-block.interior .threeSixty {
    width: 100%; }
    .threeSixty-block.interior .threeSixty .cover {
      height: 100%; }
    .threeSixty-block.interior .threeSixty .preloader {
      top: 50%;
      margin-top: -62px; }
  .threeSixty-block.interior .preloader {
    background-color: rgba(0, 0, 0, 0.8); }
  .threeSixty-block.interior .reel {
    width: 100%;
    height: auto; }
  .threeSixty-block.interior .container {
    padding-bottom: 0; }
  .threeSixty-block.interior .reel-overlay {
    width: 100% !important;
    height: auto !important; }
  @media screen and (max-width: 960px) {
    .threeSixty-block.interior .threeSixty .info .icon {
      background-image: url(../images/360/icon.png); }
    .threeSixty-block.interior .threeSixty .info h3, .threeSixty-block.interior .threeSixty .info p {
      color: #79968C; } }

.configure-block {
  padding-top: 100px;
  position: relative;
  background-color: white;
  overflow: hidden; }
  .configure-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: #5a5a5a;
    background-image: linear-gradient(#5a5a5a 0%, #bbbbbb 40%, #d6d6d6 60%, white 100%); }
    .lt-ie9 .configure-block:before {
      background-color: #fff;
      background-image: url(../images/gradient-top.jpg);
      background-repeat: repeat-x; }
  .configure-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/diag-lines.png);
    background-repeat: repeat; }
  @media screen and (max-width: 1024px) {
    .configure-block {
      overflow-x: hidden; } }
  @media screen and (max-width: 780px) {
    .configure-block {
      padding-top: 40px; } }
  @media screen and (max-width: 320px) and (max-height: 370px) {
    .configure-block {
      padding-top: 20px; } }
  .configure-block.is-hidden {
    display: none; }

.configure-inner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.configure-title {
  font-size: 50px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 30px;
  text-indent: 2.5%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  margin-bottom: 5px; }
  .configure-title.hide {
    display: none; }
  @media screen and (max-width: 580px) {
    .configure-title {
      font-size: 20px;
      letter-spacing: 14px; } }
  @media screen and (max-width: 780px) {
    .configure-title {
      font-size: 22px;
      letter-spacing: 15px; } }

.configure-cur-step {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media screen and (max-width: 580px) {
    .configure-cur-step {
      font-size: 15px;
      letter-spacing: 4px; } }
  .configure-cur-step.text-sm {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px; }
    @media screen and (max-width: 580px) {
      .configure-cur-step.text-sm {
        -webkit-transform: translateZ(11px);
                transform: translateZ(11px); } }

.configure-steps {
  width: 595px;
  text-align: center;
  margin: 0 auto 10px; }
  .configure-steps.is-hidden {
    display: none; }
  .configure-steps li, .configure-steps a {
    display: inline-block; }
  .configure-steps a {
    position: relative;
    margin: 0 15px;
    font-size: 15px;
    color: #8d8d8d;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    transition: opacity 250ms linear, -webkit-transform 125ms linear;
    transition: opacity 250ms linear, transform 125ms linear;
    background-position: bottom center; }
    .configure-steps a.styles {
      width: 46px;
      height: 14px;
      background-image: url(../images/configure/icon-styles.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .configure-steps a.styles {
          background-image: url(../images/configure/icon-styles@2x.png);
          background-size: 46px; } }
    .configure-steps a.engines {
      width: 31px;
      height: 21px;
      background-image: url(../images/configure/icon-engines.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .configure-steps a.engines {
          background-image: url(../images/configure/icon-engines@2x.png);
          background-size: 31px; } }
    .configure-steps a.transmissions {
      width: 23px;
      height: 23px;
      background-image: url(../images/configure/icon-transmissions.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .configure-steps a.transmissions {
          background-image: url(../images/configure/icon-transmissions@2x.png);
          background-size: 23px; } }
    .configure-steps a.wheels {
      width: 22px;
      height: 22px;
      background-image: url(../images/configure/icon-wheels.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .configure-steps a.wheels {
          background-image: url(../images/configure/icon-wheels@2x.png);
          background-size: 22px; } }
    .configure-steps a.colors {
      width: 16px;
      height: 22px;
      background-image: url(../images/configure/icon-colors.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .configure-steps a.colors {
          background-image: url(../images/configure/icon-colors@2x.png);
          background-size: 16px; } }
    .configure-steps a.packages {
      width: 22px;
      height: 22px;
      background-image: url(../images/configure/icon-packages.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
        .configure-steps a.packages {
          background-image: url(../images/configure/icon-packages@2x.png);
          background-size: 22px; } }
    .configure-steps a.is-active {
      background-position: top center; }
      .configure-steps a.is-active:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; }
    .configure-steps a.is-active, .configure-steps a.was-active {
      cursor: default; }
      .configure-steps a.is-active:hover, .configure-steps a.was-active:hover {
        opacity: 1; }
        .configure-steps a.is-active:hover:before, .configure-steps a.was-active:hover:before {
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px); }
    .configure-steps a.was-active {
      cursor: pointer; }
    .configure-steps a.is-disabled {
      opacity: .3;
      cursor: default; }
      .configure-steps a.is-disabled:hover {
        opacity: .3; }
        .configure-steps a.is-disabled:hover:before {
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px); }
    .configure-steps a:hover {
      opacity: .8; }
      .configure-steps a:hover:before {
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); }
  @media screen and (max-width: 580px) {
    .configure-steps {
      width: 100%;
      margin-left: 0;
      margin-top: 15px;
      left: 0; }
      .configure-steps:after {
        content: "";
        display: table;
        clear: both; }
      .configure-steps li {
        width: 16.667%; }
      .configure-steps li, .configure-steps a {
        float: left; }
      .configure-steps a {
        float: none;
        margin: 10px auto;
        font-size: 12px;
        text-align: center; } }
  @media screen and (max-width: 320px) and (max-height: 370px) {
    .configure-steps {
      display: none; } }

.configure-step {
  width: 100%;
  min-height: 335px;
  position: absolute;
  left: 0;
  top: 150px;
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms linear; }
  .configure-step.is-hidden {
    opacity: 0;
    visibility: hidden;
    display: none; }
  @media screen and (max-width: 960px) {
    .configure-step {
      top: 115px; } }
  @media screen and (max-width: 580px) {
    .configure-step {
      top: 160px; } }
  @media screen and (max-width: 320px) and (max-height: 370px) {
    .configure-step {
      top: 90px; } }

.configure-step-initial {
  width: 960px;
  left: 50%;
  top: 0;
  margin: 0 auto 0 -480px;
  overflow: visible;
  background-color: transparent; }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-step-initial {
      padding-top: 80px;
      padding-bottom: 0; }
      .configure-step-initial .cars {
        top: 30px; } }
  @media screen and (max-width: 580px) {
    .configure-step-initial {
      width: 100%;
      left: 0;
      margin-left: 0; } }
  .configure-step-initial:after {
    content: "";
    display: table;
    clear: both; }
  .configure-step-initial.is-hidden .cars .before {
    opacity: 0; }
  .configure-step-initial.is-hidden .cars .after {
    opacity: 0; }
  .configure-step-initial.is-active .cars {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
    .configure-step-initial.is-active .cars .before, .configure-step-initial.is-active .cars .after {
      opacity: 1; }
    @media screen and (max-width: 960px) {
      .configure-step-initial.is-active .cars .main {
        top: -25px; }
      .configure-step-initial.is-active .cars .before {
        left: -60px; }
      .configure-step-initial.is-active .cars .after {
        right: -60px; } }
    @media screen and (max-width: 580px) {
      .configure-step-initial.is-active .cars .before {
        left: -7%; } }

@media screen and (max-width: 1024px) {
  .configure-inner {
    overflow-y: hidden; } }

.configure-step-body-style {
  width: 840px;
  left: 50%;
  margin: 50px auto 0 -420px;
  opacity: 0; }
  .configure-step-body-style:after {
    content: "";
    display: table;
    clear: both; }
  .configure-step-body-style.is-active {
    opacity: 1; }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-step-body-style {
      margin-top: 10px; } }
  @media screen and (max-width: 580px) {
    .configure-step-body-style {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      left: 0; } }
  @media screen and (max-width: 780px) {
    .configure-step-body-style {
      width: 100%;
      left: 0;
      margin-left: 0; } }
  .configure-step-body-style[data-num="one"] .configure-body-style {
    float: none;
    margin: 0 auto; }
    .configure-step-body-style[data-num="one"] .configure-body-style:hover:before {
      display: none; }

.configure-step-engine {
  background: url(../images/configure/engine-bg.png) no-repeat;
  background-position: center center;
  padding: 40px 0;
  position: relative;
  top: auto;
  left: auto; }
  @media screen and (max-width: 960px) {
    .configure-step-engine {
      height: auto;
      padding: 0; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-step-engine {
      top: 120px;
      background-image: none; } }

.configure-engines {
  text-align: center;
  margin: 20px auto 30px; }
  .configure-engines:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 960px) {
    .configure-engines {
      padding: 0 50px; } }
  @media screen and (max-width: 580px) {
    .configure-engines {
      margin: 0 auto;
      padding: 0 5px; } }

.configure-engine {
  width: 105px;
  height: 200px;
  padding: 30px 20px 0;
  box-sizing: content-box;
  display: block;
  float: left;
  border-right: 1px solid silver;
  position: relative;
  opacity: .75;
  transition: opacity 250ms linear;
  cursor: pointer; }
  .configure-engine:before {
    position: absolute;
    content: "";
    width: 2px;
    top: 0;
    left: -1px;
    height: 100%;
    background-color: #676974;
    opacity: 0;
    transition: all 250ms linear; }
  .configure-engine:first-child {
    border-left: 1px solid silver; }
  .configure-engine.is-disabled {
    opacity: .35;
    cursor: default; }
    .configure-engine.is-disabled:hover {
      opacity: .35; }
      .configure-engine.is-disabled:hover:before {
        top: 0;
        height: 100%;
        opacity: 0; }
      .configure-engine.is-disabled:hover .configure-engine-desc {
        color: #8d8d8d; }
      .configure-engine.is-disabled:hover .icon {
        background-position: top center; }
      .configure-engine.is-disabled:hover .icon, .configure-engine.is-disabled:hover .configure-engine-type, .configure-engine.is-disabled:hover .configure-engine-desc, .configure-engine.is-disabled:hover .configure-engine-next {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); }
  .configure-engine .icon {
    width: 31px;
    height: 21px;
    background: url(../images/configure/icon-engines-dark.png) no-repeat;
    margin-bottom: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .configure-engine .icon {
        background-image: url(../images/configure/icon-engines-dark@2x.png);
        background-size: 31px; } }
  .configure-engine:hover, .configure-engine.is-active {
    opacity: 1; }
    .configure-engine:hover .icon, .configure-engine:hover .configure-engine-type, .configure-engine:hover .configure-engine-desc, .configure-engine:hover .configure-engine-next, .configure-engine.is-active .icon, .configure-engine.is-active .configure-engine-type, .configure-engine.is-active .configure-engine-desc, .configure-engine.is-active .configure-engine-next {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .configure-engine:hover .configure-engine-desc, .configure-engine.is-active .configure-engine-desc {
      color: #595959; }
    .configure-engine:hover:before, .configure-engine.is-active:before {
      top: -15%;
      height: 130%;
      opacity: 1; }
    .configure-engine:hover .icon, .configure-engine.is-active .icon {
      background-position: bottom center; }
  @media screen and (max-width: 960px) {
    .configure-engine {
      width: 25%;
      height: 170px;
      padding: 30px 20px;
      margin: 0;
      box-sizing: border-box; } }

.configure-engine .icon, .configure-engine-type, .configure-engine-desc, .configure-engine-next {
  transition: -webkit-transform 125ms linear;
  transition: transform 125ms linear; }

.configure-engine-type {
  font-size: 13px;
  color: #595959;
  font-family: "FordAntennaBold";
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.configure-engine-desc {
  font-size: 13px;
  color: #8d8d8d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.configure-engine-next {
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #34423d;
  color: #34423d;
  padding: 3px 8px;
  opacity: 1;
  width: 60px;
  margin: 0 auto;
  display: block;
  text-align: center;
  transition: all 250ms linear;
  text-indent: 4px;
  padding: 5px 0; }
  .configure-engine-next.is-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .configure-engine-next:hover {
    border: 1px solid #617b72;
    color: #617b72; }
  @media screen and (max-width: 580px) {
    .configure-engine-next {
      margin-top: 20px; } }

.configure-step-transmission {
  background: url(../images/configure/engine-bg.png) no-repeat;
  background-position: center center;
  padding: 40px 0; }
  @media screen and (max-width: 960px) {
    .configure-step-transmission {
      padding: 0; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-step-transmission {
      top: 120px;
      background-image: none; } }
  @media screen and (max-width: 580px) {
    .configure-step-transmission {
      padding: 40px 0; } }

.configure-transmissions {
  text-align: center;
  margin: 20px auto 30px; }
  .configure-transmissions:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 580px) {
    .configure-transmissions {
      margin: 0 auto; } }
  @media screen and (max-width: 960px) {
    .configure-transmissions {
      padding: 0 50px; } }

.configure-transmission {
  width: 105px;
  height: 200px;
  padding: 30px 20px 0;
  box-sizing: content-box;
  display: block;
  float: left;
  border-right: 1px solid silver;
  position: relative;
  opacity: .75;
  transition: opacity 250ms linear;
  cursor: pointer; }
  .configure-transmission:before {
    position: absolute;
    content: "";
    width: 2px;
    top: 0;
    left: -1px;
    height: 100%;
    background-color: #676974;
    opacity: 0;
    transition: all 250ms linear; }
  .configure-transmission:first-child {
    border-left: 1px solid silver; }
  .configure-transmission.is-disabled {
    opacity: .35;
    cursor: default; }
    .configure-transmission.is-disabled:hover {
      opacity: .35; }
      .configure-transmission.is-disabled:hover:before {
        top: 0;
        height: 100%;
        opacity: 0; }
      .configure-transmission.is-disabled:hover .configure-transmission-desc {
        color: #8d8d8d; }
      .configure-transmission.is-disabled:hover .icon {
        background-position: top center; }
      .configure-transmission.is-disabled:hover .icon, .configure-transmission.is-disabled:hover .configure-transmission-type, .configure-transmission.is-disabled:hover .configure-transmission-desc, .configure-transmission.is-disabled:hover .configure-transmission-next {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); }
  .configure-transmission .icon {
    width: 23px;
    height: 23px;
    background: url(../images/configure/icon-transmissions-dark.png) no-repeat;
    margin-bottom: 15px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .configure-transmission .icon {
        background-image: url(../images/configure/icon-transmissions-dark@2x.png);
        background-size: 23px; } }
  .configure-transmission:hover, .configure-transmission.is-active {
    opacity: 1; }
    .configure-transmission:hover:before, .configure-transmission.is-active:before {
      top: -15%;
      height: 130%;
      opacity: 1; }
    .configure-transmission:hover .configure-transmission-desc, .configure-transmission.is-active .configure-transmission-desc {
      color: #595959; }
    .configure-transmission:hover .icon, .configure-transmission:hover .configure-transmission-type, .configure-transmission:hover .configure-transmission-desc, .configure-transmission:hover .configure-transmission-next, .configure-transmission.is-active .icon, .configure-transmission.is-active .configure-transmission-type, .configure-transmission.is-active .configure-transmission-desc, .configure-transmission.is-active .configure-transmission-next {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .configure-transmission:hover .icon, .configure-transmission.is-active .icon {
      background-position: bottom center; }
  @media screen and (max-width: 960px) {
    .configure-transmission {
      width: 25%;
      padding: 30px 20px;
      height: 170px;
      height: auto;
      box-sizing: border-box; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-transmission {
      width: 25% !important; } }

.configure-transmission .icon, .configure-transmission-type, .configure-transmission-desc, .configure-transmission-next {
  transition: -webkit-transform 125ms linear;
  transition: transform 125ms linear; }

.configure-transmission-type {
  font-size: 13px;
  color: #595959;
  font-family: "FordAntennaBold";
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.configure-transmission-desc {
  font-size: 13px;
  color: #8d8d8d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

@media screen and (max-width: 1024px) {
  .ios .configure-engine-next, .ios .configure-transmission-next {
    display: none; } }

.configure-transmission-next {
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #34423d;
  color: #34423d;
  padding: 3px 8px;
  opacity: 1;
  width: 60px;
  margin: 0 auto;
  display: block;
  text-align: center;
  transition: all 250ms linear;
  text-indent: 4px;
  padding: 5px 0; }
  .configure-transmission-next.is-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .configure-transmission-next:hover {
    border: 1px solid #617b72;
    color: #617b72; }
  @media screen and (max-width: 580px) {
    .configure-transmission-next {
      margin-top: 20px; } }

.configure-wheels {
  text-align: center;
  margin: 20px auto 30px; }
  .configure-wheels:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 960px) {
    .configure-wheels {
      padding: 0 50px; } }
  @media screen and (max-width: 580px) {
    .configure-wheels {
      margin: 0 auto;
      padding: 0 20px; } }

.configure-wheel-type {
  font-size: 13px;
  color: #595959;
  font-family: "FordAntennaBold";
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.configure-wheel-desc {
  font-size: 13px;
  color: #8d8d8d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.configure-wheel {
  width: 184px;
  height: 260px;
  padding: 30px 20px 0;
  box-sizing: content-box;
  display: inline-block;
  border-left: 1px solid silver;
  position: relative;
  opacity: .6;
  transition: opacity 250ms linear;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .configure-wheel:before {
    position: absolute;
    content: "";
    width: 2px;
    top: 0;
    left: -1px;
    height: 100%;
    background-color: #676974;
    opacity: 0;
    transition: all 250ms linear; }
  .configure-wheel .image {
    width: 184px;
    height: 184px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: -webkit-transform 275ms ease-in;
    transition: transform 275ms ease-in;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    margin-bottom: 10px;
    cursor: pointer; }
    .configure-wheel .image.wheel-18 {
      background-image: url(../images/wheels/18-single.png); }
    .configure-wheel .image.wheel-19 {
      background-image: url(../images/wheels/19-single.png); }
  .configure-wheel.is-disabled {
    opacity: .35;
    cursor: default; }
    .configure-wheel.is-disabled:hover {
      opacity: .35; }
      .configure-wheel.is-disabled:hover .image {
        -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
                transform: scale(0.85); }
      .configure-wheel.is-disabled:hover:before {
        top: 0;
        height: 100%;
        opacity: 0; }
      .configure-wheel.is-disabled:hover .configure-wheel-desc {
        color: #8d8d8d; }
      .configure-wheel.is-disabled:hover .configure-wheel-type, .configure-wheel.is-disabled:hover .configure-wheel-desc, .configure-wheel.is-disabled:hover .configure-wheel-next {
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px); }
  .configure-wheel:hover, .configure-wheel.is-active {
    opacity: 1; }
    .configure-wheel:hover .image, .configure-wheel.is-active .image {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .configure-wheel:hover:before, .configure-wheel.is-active:before {
      top: -15%;
      height: 130%;
      opacity: 1; }
    .configure-wheel:hover .configure-wheel-desc, .configure-wheel.is-active .configure-wheel-desc {
      color: #595959; }
  @media screen and (max-width: 960px) {
    .configure-wheel {
      width: 30%;
      padding: 30px 20px;
      height: 170px;
      height: auto;
      box-sizing: border-box; }
      .configure-wheel .image {
        width: 160px;
        height: 160px;
        background-size: 160px; } }
  @media screen and (max-width: 580px) {
    .configure-wheel {
      width: 50%; }
      .configure-wheel .image {
        width: 140px;
        height: 140px;
        background-size: 140px; } }

.configure-step-color {
  position: relative;
  top: auto;
  left: auto;
  padding-bottom: 20px; }
  .configure-step-color .threeSixty-block {
    background-color: transparent;
    background-image: none;
    padding-top: 0px; }
    .configure-step-color .threeSixty-block .cover {
      top: 15px;
      display: none; }
  .configure-step-color .threeSixty .container {
    pointer-events: none; }
    .configure-step-color .threeSixty .container.loaded {
      pointer-events: auto; }
    .configure-step-color .threeSixty .container img {
      width: 100%;
      height: auto; }
  .configure-step-color .colors {
    display: inline-block; }
    .configure-step-color .colors .hidden {
      display: none; }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-step-color {
      top: 140px; }
      .configure-step-color .threeSixty .info {
        padding-bottom: 10px; } }

.configure-steps-count {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #79968C;
  display: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  .configure-steps-count.is-hidden {
    display: none; }
  @media screen and (max-width: 960px) {
    .configure-steps-count {
      color: white; } }

.configure-step-color-load, .configure-step-color-next {
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #34423d;
  color: #34423d;
  display: block;
  position: relative;
  transition: all 250ms linear;
  padding: 10px 12px;
  width: 150px;
  text-align: center;
  margin: 0 auto; }
  .configure-step-color-load:hover, .configure-step-color-next:hover {
    border: 1px solid #617b72;
    color: #617b72; }

.configure-step-color-load {
  width: 225px;
  margin-bottom: 40px;
  overflow: hidden; }
  .configure-step-color-load span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(52, 66, 61, 0.25); }
  .configure-step-color-load.is-hidden {
    display: none; }

.configure-btns-group:after {
  content: "";
  display: table;
  clear: both; }

.configure-btns-group .btn {
  margin-bottom: 15px;
  border: none;
  background-color: #88A299;
  color: #fff; }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-btns-group .btn {
      width: 158px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  .configure-btns-group .btn:hover {
    background-color: #96ada5; }

.configure-btns-group p {
  width: 100%;
  color: #595959; }

.configure-btn-group {
  padding: 0 20px;
  text-align: center;
  width: 375px;
  margin: 0 auto; }
  @media screen and (max-width: 580px) {
    .configure-btn-group {
      width: 85%; } }

.configure-body-style {
  float: left;
  width: 50%;
  position: relative;
  padding-bottom: 100px;
  cursor: pointer; }
  .configure-body-style:before {
    content: "";
    position: absolute;
    top: -190px;
    transition: -webkit-transform 250ms linear, opacity 250ms linear;
    transition: transform 250ms linear, opacity 250ms linear;
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    width: 504px;
    height: 545px;
    mix-blend-mode: multiply;
    background-image: url(../images/models/model-highlight.png);
    pointer-events: none;
    z-index: 1000; }
  .configure-body-style.four-door:before {
    right: 20px; }
    .lt-ie9 .configure-body-style.four-door:before {
      display: none; }
  .configure-body-style.estate:before {
    left: -20px;
    -webkit-transform: translateX(20px) rotate(180deg);
        -ms-transform: translateX(20px) rotate(180deg);
            transform: translateX(20px) rotate(180deg); }
    .lt-ie9 .configure-body-style.estate:before {
      display: none; }
  .configure-body-style .body-style-image {
    background-repeat: no-repeat;
    margin-bottom: 20px;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    transition: -webkit-transform 350ms linear;
    transition: transform 350ms linear; }
    @media screen and (max-width: 580px) {
      .configure-body-style .body-style-image {
        margin-bottom: 0; } }
  .configure-body-style .btn {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #414141;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 10px 20px;
    text-indent: 1%;
    margin-top: 0;
    opacity: .9;
    transition: opacity 250ms ease-in; }
    .configure-body-style .btn.outline {
      border: 1px solid #414141; }
    .configure-body-style .btn:hover {
      opacity: 1;
      color: #414141; }
      .configure-body-style .btn:hover.outline {
        border: 1px solid #414141; }
    .lt-ie9 .configure-body-style .btn {
      width: 120px;
      margin-left: -60px; }
    @media screen and (max-width: 580px) {
      .configure-body-style .btn {
        margin-top: 20px; } }
  .configure-body-style.four-door .body-style-image {
    width: 420px;
    height: 135px;
    background-image: url(../images/360/four-door/exterior/white/4.png);
    background-size: 420px; }
    .lt-ie9 .configure-body-style.four-door .body-style-image {
      background-image: url(../images/models/four-door-white-config-ie.png); }
    @media screen and (max-width: 960px) {
      .configure-body-style.four-door .body-style-image {
        width: 100%;
        background-size: 100%;
        height: 170px; } }
    @media screen and (max-width: 736px) and (orientation: landscape) {
      .configure-body-style.four-door .body-style-image {
        height: 90px; } }
    @media screen and (max-width: 580px) {
      .configure-body-style.four-door .body-style-image {
        height: 110px; } }
  .configure-body-style.estate .body-style-image {
    width: 420px;
    height: 135px;
    background-image: url(../images/360/estate/exterior/brown/4.png);
    background-size: 420px; }
    .lt-ie9 .configure-body-style.estate .body-style-image {
      background-image: url(../images/models/estate-brown-config-ie.png); }
    @media screen and (max-width: 960px) {
      .configure-body-style.estate .body-style-image {
        width: 100%;
        background-size: 100%;
        height: 170px; } }
    @media screen and (max-width: 736px) and (orientation: landscape) {
      .configure-body-style.estate .body-style-image {
        height: 90px; } }
    @media screen and (max-width: 580px) {
      .configure-body-style.estate .body-style-image {
        height: 110px; } }
  .configure-body-style:hover.four-door:before {
    right: 0px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .configure-body-style:hover.estate:before {
    -webkit-transform: translateX(0px) rotate(180deg);
        -ms-transform: translateX(0px) rotate(180deg);
            transform: translateX(0px) rotate(180deg); }
  .configure-body-style:hover:before {
    opacity: 1; }
  @media screen and (max-width: 580px) {
    .configure-body-style {
      width: 100%;
      padding-bottom: 85px; }
      .configure-body-style.four-door .body-style-image, .configure-body-style.estate .body-style-image {
        width: 100%;
        background-size: 100%; }
      .configure-body-style.four-door:before, .configure-body-style.estate:before {
        display: none; } }

.configure-step-description {
  clear: both;
  text-align: center;
  width: 580px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.2;
  color: #8d8d8d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media screen and (max-width: 960px) {
    .configure-step-description {
      width: 100%;
      padding: 0 10px; } }
  @media screen and (max-width: 320px) and (max-height: 370px) {
    .configure-step-description {
      color: white; } }

.configure-step-packages {
  overflow-x: hidden;
  position: relative;
  top: auto; }
  .configure-step-packages .register:after {
    content: "";
    display: table;
    clear: both; }
  .configure-step-packages .register .p-below {
    margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .configure-step-packages .specifications-models {
      margin-bottom: 0px; } }
  @media screen and (max-width: 960px) {
    .configure-step-packages .specifications-model {
      margin-bottom: 140px; } }
  @media screen and (max-width: 580px) {
    .configure-step-packages .specifications-model {
      margin-bottom: 40px; } }
  .configure-step-packages .specifications-model .model-specs {
    min-height: 480px; }
    @media screen and (max-width: 580px) {
      .configure-step-packages .specifications-model .model-specs {
        min-height: inherit; }
        .configure-step-packages .specifications-model .model-specs ul {
          min-height: inherit !important;
          padding-bottom: 20px; } }
  .configure-step-packages .specifications-model .model-price {
    margin-top: 0;
    padding-top: 20px; }
    .configure-step-packages .specifications-model .model-price.no-border {
      border-top: none;
      padding-top: 0; }
  @media screen and (min-width: 580px) {
    .configure-step-packages .specifications-models-single .specifications-model {
      width: 100%; }
    .configure-step-packages .specifications-models-single .specifications-model-top {
      width: 33%; }
    .configure-step-packages .specifications-models-single .specifications-model-top, .configure-step-packages .specifications-models-single .model-specs {
      float: left; }
    .configure-step-packages .specifications-models-single .model-specs {
      width: 66%; }
    .configure-step-packages .specifications-models-single .model-specs-heading-lg.model-spec {
      width: 100%;
      padding-right: 0;
      font-weight: bold;
      min-height: inherit; }
    .configure-step-packages .specifications-models-single .model-spec {
      float: left;
      width: 50%;
      padding-right: 10px;
      box-sizing: border-box;
      border-bottom: none;
      position: relative;
      min-height: 60px; }
      .configure-step-packages .specifications-models-single .model-spec:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        height: 1px;
        background-color: #d9d9d9; } }

@media screen and (max-width: 736px) and (orientation: landscape) {
  .configure-step-wheel {
    top: 130px;
    background-image: none; }
    .configure-step-wheel .configure-wheel {
      padding: 0 20px; }
      .configure-step-wheel .configure-wheel .image {
        width: 100px;
        height: 100px;
        background-size: 100px; } }

.configure-step-packages .model-disclaimer {
  color: #8d8d8d;
  font-weight: normal; }
  .configure-step-packages .model-disclaimer.model-disclaimer-bottom {
    margin-top: 10px; }

.configure-step-packages .model-img {
  padding-top: 20px; }

.configure-back {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 3px;
  cursor: pointer;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-width: 180px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto 20px;
  display: none;
  z-index: 10; }
  .configure-back.is-visible {
    display: block; }
  .configure-back:hover {
    opacity: .8; }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    .configure-back {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto 20px;
      width: 30%;
      text-align: center; }
      .configure-back.is-visible {
        display: block; } }
  @media screen and (max-width: 580px) {
    .configure-back {
      position: relative; }
      .configure-back.is-visible {
        display: block;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0 auto 20px;
        width: 65%; } }

.configure-engine .details-num, .configure-transmission .details-num {
  vertical-align: super;
  position: relative;
  font-size: 11px;
  top: 2px;
  padding-left: 3px; }

.configure-engines-details, .configure-transmissions-details {
  text-align: center;
  min-width: 320px;
  max-width: 960px;
  position: relative;
  margin: -20px auto 0; }
  .configure-engines-details p, .configure-transmissions-details p {
    color: #8d8d8d;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased; }
    .configure-engines-details p .details-num, .configure-transmissions-details p .details-num {
      font-size: 10px;
      vertical-align: super;
      padding-right: 2px;
      position: relative;
      top: 3px; }

.optional-full p {
  text-align: center;
  color: #8d8d8d;
  -webkit-font-smoothing: antialiased;
  font-size: 13px; }

.optional-full .btn {
  clear: both;
  display: block;
  text-align: center;
  color: #414141;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 10px 20px;
  text-indent: 0.5%;
  text-decoration: none;
  text-transform: uppercase;
  width: 240px;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: .9;
  transition: opacity 250ms ease-in; }
  .optional-full .btn.outline {
    border: 1px solid #414141; }
  .optional-full .btn:hover {
    opacity: 1;
    color: #414141; }
    .optional-full .btn:hover.outline {
      border: 1px solid #414141; }

.configure-engines-table {
  width: 90%;
  margin: 0 auto; }
  .configure-engines-table table {
    width: 100%; }
    .configure-engines-table table tr {
      width: 100%; }
  @media (max-width: 870px) {
    .configure-engines-table .configure-engines-table__head {
      display: none; } }
  .configure-engines-table .configure-engines-table__head td {
    font-size: 13px;
    color: #595959;
    font-family: 'FordAntennaBold';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(204, 204, 204, 0.4);
    padding-top: 10px;
    padding-bottom: 10px; }
  .configure-engines-table tr:hover td {
    background-color: rgba(204, 204, 204, 0.15); }
  .configure-engines-table tr:hover.configure-engines-table__head td {
    background-color: rgba(204, 204, 204, 0.5); }
  .configure-engines-table tr:nth-child(odd).configure-engines-table__head td {
    background-color: rgba(204, 204, 204, 0.4); }
  .configure-engines-table tr:nth-child(odd) td {
    background-color: rgba(230, 230, 230, 0.15); }
  .configure-engines-table tr:nth-child(odd):hover td {
    background-color: rgba(217, 217, 217, 0.15); }
  .configure-engines-table tr:nth-child(odd):hover.configure-engines-table__head td {
    background-color: rgba(204, 204, 204, 0.4); }
  .configure-engines-table td {
    position: relative;
    font-size: 13px;
    color: #595959;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.15); }
    .configure-engines-table td .heading {
      display: none; }
    .configure-engines-table td button {
      line-height: 1;
      margin: 0;
      border: 1px solid #676974;
      background-color: transparent;
      font-size: 12px;
      text-transform: uppercase;
      padding: 10px 20px;
      letter-spacing: 3px;
      cursor: pointer;
      text-decoration: none;
      outline: none; }
    .configure-engines-table td .co2-rating {
      width: 59px;
      height: 20px;
      display: block; }
      .configure-engines-table td .co2-rating.co2-rating--a {
        background-image: url(../images/configure/co2-ratings/a.png); }
      .configure-engines-table td .co2-rating.co2-rating--a-plus {
        background-image: url(../images/configure/co2-ratings/a-plus.png); }
      .configure-engines-table td .co2-rating.co2-rating--b {
        background-image: url(../images/configure/co2-ratings/b.png); }
      .configure-engines-table td .co2-rating.co2-rating--d {
        background-image: url(../images/configure/co2-ratings/d.png); }
  @media (max-width: 870px) {
    .configure-engines-table tr, .configure-engines-table td {
      display: block; }
    .configure-engines-table tr {
      margin-bottom: 20px; }
    .configure-engines-table td {
      padding: 0; }
      .configure-engines-table td .heading {
        display: block;
        background-color: rgba(204, 204, 204, 0.4);
        padding: 10px;
        font-size: 13px;
        color: #595959;
        font-family: 'FordAntennaBold';
        font-weight: normal;
        -webkit-font-smoothing: antialiased; }
      .configure-engines-table td .cell {
        padding: 15px;
        background-color: rgba(204, 204, 204, 0.15); }
      .configure-engines-table td.cell-button {
        position: relative;
        height: 70px;
        background-color: rgba(204, 204, 204, 0.15); }
      .configure-engines-table td button {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .configure-engines-table tr:nth-child(odd) td.cell-button {
      background-color: rgba(204, 204, 204, 0.15); } }

.marquee-specifications {
  position: relative; }
  .marquee-specifications .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .marquee-specifications .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
    .marquee-specifications .inner h1, .marquee-specifications .inner p {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility; }
    .marquee-specifications .inner h1 {
      font-size: 45px;
      letter-spacing: 10px;
      text-transform: uppercase;
      font-weight: normal; }
    .marquee-specifications .inner p {
      font-size: 15px; }
  @media screen and (max-width: 580px) {
    .marquee-specifications .inner h1 {
      font-size: 20px;
      letter-spacing: 8px; }
    .marquee-specifications .inner p {
      font-size: 13px; } }

.specifications-block {
  clear: both;
  padding: 70px 100px;
  background-color: #fff; }
  .specifications-block:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 960px) {
    .specifications-block {
      padding: 50px; } }
  .specifications-block .fine-print {
    font-size: 9px;
    text-align: justify;
    color: silver; }
  @media screen and (max-width: 960px) {
    .specifications-block .specifications-model {
      padding: 0;
      margin-bottom: 140px; }
      .specifications-block .specifications-model.col.md-six:nth-child(2n+2) {
        margin-right: 0; } }
  .specifications-block .specifications-model .model-type {
    margin-bottom: 20px; }
  .specifications-block .specifications-model .model-img {
    width: 100px;
    height: auto;
    left: -10px; }
  .specifications-block .specifications-model .model-specs {
    padding-left: 0;
    min-height: auto;
    padding-bottom: 40px; }
  .specifications-block .specifications-model .model-spec-img {
    list-style-type: none; }
  .specifications-block .specifications-model .model-spec.model-specs-heading-lg {
    color: #363a49;
    border-bottom: none;
    text-transform: none; }
  .specifications-block .specifications-model .model-spec.model-specs-heading-top {
    text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .specifications-block .specifications-model:nth-child(3) .model-spec.model-specs-heading-lg.model-specs-heading-top {
      opacity: 1; } }
  .specifications-block .specifications-fineprint {
    color: #898989;
    font-size: 9px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
    .specifications-block .specifications-fineprint a {
      color: #9AB9AD; }

.specifications-title {
  font-size: 20px;
  color: #79968C;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  transition: opacity 250ms cubic-bezier(0, 0.4, 0.56, 1), -webkit-transform 250ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 250ms cubic-bezier(0, 0.4, 0.56, 1), transform 250ms cubic-bezier(0, 0.4, 0.56, 1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
  .specifications-title.skrollable-between, .specifications-title.skrollable-after {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media screen and (max-width: 960px) {
    .specifications-title {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.specifications-list {
  margin-bottom: 30px;
  transition: opacity 250ms cubic-bezier(0, 0.4, 0.56, 1), -webkit-transform 250ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 250ms cubic-bezier(0, 0.4, 0.56, 1), transform 250ms cubic-bezier(0, 0.4, 0.56, 1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
  .specifications-list li {
    font-size: 13px;
    list-style-type: none;
    color: #8d8d8d;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .specifications-list.skrollable-between, .specifications-list.skrollable-after {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media screen and (max-width: 960px) {
    .specifications-list {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.row-cta--four-col {
  padding-top: 30px; }
  .row-cta--four-col .col {
    width: 25%;
    box-sizing: border-box; }
    @media (max-width: 790px) {
      .row-cta--four-col .col {
        width: 100%; } }
    .row-cta--four-col .col .button {
      margin: 0 auto; }
    .row-cta--four-col .col .p-below {
      text-align: center; }

.row-cta--three-col {
  padding-top: 30px; }
  .row-cta--three-col .col {
    width: 33.333%;
    box-sizing: border-box; }
    @media (max-width: 790px) {
      .row-cta--three-col .col {
        width: 100%; } }
    .row-cta--three-col .col .button {
      margin: 0 auto; }
    .row-cta--three-col .col .p-below {
      text-align: center; }

.splits {
  overflow-y: hidden;
  overflow-x: hidden; }

.split {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 450px; }
  @media screen and (min-width: 1246px) {
    .split .split__image {
      width: 800px; }
    .split .split__content {
      width: calc(100% - 820px); }
    .lt-ie9 .split .split__image {
      width: 65%; }
    .lt-ie9 .split .split__content {
      width: 33%; } }
  @media screen and (max-width: 960px) {
    .split {
      height: auto; }
      .split .split__content {
        height: 320px;
        opacity: 1;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        width: 100%;
        float: none;
        margin: 0;
        top: 0; }
        .split .split__content .copy {
          padding: 0 30px; }
      .split .split__content--right {
        top: 0; }
      .split .split__image {
        opacity: 1;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        float: none;
        min-height: 300px;
        max-height: 540px;
        width: 100%;
        margin: 0; }
        .split .split__image.split__image--left {
          float: none; } }
  @media screen and (max-width: 580px) {
    .split .split__content {
      height: 370px; }
    .split .split__image {
      height: auto;
      position: relative; }
      .split .split__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .split .split__image > .mejs-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }

.split__image {
  width: 65%;
  height: 450px;
  background-position: center bottom;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  float: right;
  transition: opacity 500ms linear, -webkit-transform 800ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 500ms linear, transform 800ms cubic-bezier(0, 0.4, 0.56, 1); }
  .split__image.skrollable-between, .split__image.skrollable-after, .split__image.skrollable-finished {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .split__image.split__image--left {
    float: left;
    margin-right: 10px; }
  @media screen and (max-width: 580px) {
    .split__image {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.split__content {
  float: right;
  width: 33%;
  height: 450px;
  margin-right: 10px;
  background-color: #9ab9ad;
  background-position: no-repeat;
  background-size: cover;
  position: relative; }
  .split__content .next-slide {
    display: inline-block;
    margin: 10px; }
  .split__content .split__pagination ul {
    display: inline-block; }
  .split__content .slimScrollDiv {
    position: absolute !important;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 50px;
    width: 97%; }
  .split__content .copy {
    max-height: 292px;
    overflow-y: auto; }
    @media screen and (min-width: 1600px) {
      .split__content .copy {
        width: 55%; } }
  @media screen and (min-width: 1600px) {
    .split__content.split__content--left .copy {
      left: auto;
      right: 0; } }
  .split__content.split__content--dark-grey {
    background-color: #3D3D48; }
    .split__content.split__content--dark-grey h2 {
      color: #9BB8AC; }
    .split__content.split__content--dark-grey p {
      color: #78787A; }
      .split__content.split__content--dark-grey p a {
        color: #9ab9ad; }
  .split__content h2, .split__content h3, .split__content h4, .split__content p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .split__content h2, .split__content h3, .split__content h4 {
    color: #fff; }
  .split__content h2 {
    font-size: 28px;
    font-family: "FordAntennaLight"; }
  .split__content p, .split__content ul li {
    color: #4a5f58; }
  .split__content p a {
    color: #F3F3F3; }
  .split__content ul li {
    list-style-type: none;
    position: relative; }
    .split__content ul li:before {
      content: "- "; }
  @media screen and (max-width: 1024px) {
    .split__content h2 {
      font-size: 22px; }
    .split__content p, .split__content ul li {
      font-size: 12px; } }

.split__content--left {
  float: left;
  opacity: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: opacity 500ms linear, -webkit-transform 800ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 500ms linear, transform 800ms cubic-bezier(0, 0.4, 0.56, 1); }
  .split__content--left.skrollable-between, .split__content--left.skrollable-finished {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .split__content--left.skrollable-after {
    opacity: 0;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }
  @media screen and (max-width: 580px) {
    .split__content--left {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.split__content--right {
  float: right;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  margin-right: 0;
  position: relative;
  z-index: 1;
  transition: opacity 500ms linear, -webkit-transform 800ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 500ms linear, transform 800ms cubic-bezier(0, 0.4, 0.56, 1);
  transition-delay: 500ms; }
  .split__content--right.skrollable-between, .split__content--right.skrollable-finished {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .split__content--right.skrollable-after {
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px); }
  @media screen and (max-width: 580px) {
    .split__content--right {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.split__image {
  background-size: cover; }
  .split__image video {
    width: 100%;
    height: auto; }
  .split__image.contains-video {
    background-image: none; }
  .split__image .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .split__image h1 {
    text-align: center; }
  .split__image .title {
    text-decoration: none;
    font-size: 40px;
    color: #fff;
    letter-spacing: 23px;
    text-transform: uppercase;
    font-family: "FordAntenna";
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    transition: letter-spacing 350ms linear, -webkit-transform 350ms linear;
    transition: letter-spacing 350ms linear, transform 350ms linear; }
    .split__image .title.title-large {
      font-size: 50px;
      letter-spacing: 60px;
      -webkit-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
              transform: translateY(-100px); }
  .split__image .subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: "FordAntenna";
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    opacity: 0;
    transition: opacity 500ms linear;
    transition-delay: 350ms; }
  .split__image.split__image--darken:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45; }
  @media screen and (max-width: 960px) {
    .split__image .title {
      font-size: 20px;
      letter-spacing: 18px;
      margin-left: 10px; }
      .split__image .title.title-large {
        font-size: 30px;
        letter-spacing: 25px;
        margin-left: 10px; }
    .split__image .subtitle {
      font-size: 14px; } }

.split__pagination {
  position: absolute;
  bottom: 30px;
  right: 70px; }
  @media screen and (max-width: 960px) {
    .split__pagination {
      bottom: 8px;
      right: 50px; } }
  .split__pagination ul li, .split__pagination ul a {
    display: inline-block; }
  .split__pagination ul li {
    list-style-type: none; }
    .split__pagination ul li:before {
      display: none; }
  .split__pagination ul a {
    width: 8px;
    height: 8px;
    background-color: #CDDCD6;
    border-radius: 50%;
    margin-left: 15px; }
    .split__pagination ul a.is-active {
      background-color: #FFFFFF; }

.marquees {
  overflow-y: hidden;
  overflow-x: hidden; }

.marquee {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative; }
  .marquee:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.66667%; }
  .marquee > .marquee__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .marquee.marquee--hero:before {
    padding-top: 45.3125%; }
    @media screen and (max-width: 960px) {
      .marquee.marquee--hero:before {
        padding-top: 62.5%; } }
  .marquee.marquee--thin:before {
    padding-top: 41.66667%; }
  @media screen and (max-width: 960px) {
    .marquee.marquee--thin .marquee__content.marquee__content--center {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) !important;
          -ms-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important; }
      .marquee.marquee--thin .marquee__content.marquee__content--center h1 {
        font-size: 26px; }
      .marquee.marquee--thin .marquee__content.marquee__content--center p {
        font-size: 11px; } }
  @media screen and (max-width: 375px) {
    .marquee.marquee--thin .marquee__content.marquee__content--center {
      padding: 0 5px; }
      .marquee.marquee--thin .marquee__content.marquee__content--center h1 {
        font-size: 22px; } }
  .marquee .marquee__image.skrollable-between .inner .title.title-large, .marquee .marquee__image.skrollable-after .inner .title.title-large {
    letter-spacing: 20px;
    opacity: 1; }
  .marquee .inner {
    width: 66%; }
    .marquee .inner .title.title-large {
      font-size: 40px;
      opacity: 0; }
  @media screen and (max-width: 960px) {
    .marquee .marquee__image.skrollable-between .inner .title.title-large, .marquee .marquee__image.skrollable-after .inner .title.title-large {
      letter-spacing: 16px; }
    .marquee .inner {
      width: 100%; }
      .marquee .inner .title.title-large {
        font-size: 18px; }
    .marquee .marquee__content {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      .marquee .marquee__content.skrollable-between, .marquee .marquee__content.skrollable-after {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

@keyframes logo-svg-line-scaleIn {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes logo-svg-subtitle-in {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

.marquee__logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1; }

.marquee__logo #title {
  opacity: 0;
  -webkit-animation: fadeIn 500ms linear forwards;
          animation: fadeIn 500ms linear forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.marquee__logo .model {
  position: relative;
  text-align: center;
  color: #fff;
  display: block;
  font-family: "FordAntenna";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 16px;
  font-size: 22px;
  top: 10px;
  left: 10px;
  opacity: 0;
  -webkit-animation: fadeIn 500ms linear forwards;
          animation: fadeIn 500ms linear forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  text-transform: uppercase; }

.marquee__logo #subtitle {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-animation: logo-svg-subtitle-in 750ms linear forwards;
          animation: logo-svg-subtitle-in 750ms linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.marquee__logo #line {
  opacity: 0;
  -webkit-animation: fadeIn 500ms linear forwards, logo-svg-line-scaleIn 500ms linear forwards;
          animation: fadeIn 500ms linear forwards, logo-svg-line-scaleIn 500ms linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }

.no-cssanimations .marquee__logo #title, .no-cssanimations .marquee__logo #subtitle, .no-cssanimations .marquee__logo .model, .no-cssanimations .marquee__logo #line {
  opacity: 1; }

.no-svg .marquee__logo {
  background: url(../images/logo-stacked-large.png) no-repeat;
  z-index: 500; }

.marquee__logo {
  width: 400px;
  height: 102px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .marquee__logo svg {
    width: 400px;
    height: 102px;
    background-size: 400px 102px; }

@media screen and (max-width: 580px) {
  .marquee__logo {
    width: 280px;
    height: 71.4px; }
  .marquee__logo svg {
    width: 280px;
    height: 71.4px;
    background-size: 280px 71.4px; } }

.marquee__content {
  width: 32%;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  padding: 90px 70px;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  transition: opacity 500ms linear, -webkit-transform 500ms cubic-bezier(0, 0.4, 0.56, 1);
  transition: opacity 500ms linear, transform 500ms cubic-bezier(0, 0.4, 0.56, 1); }
  .marquee__content .next-slide {
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: #949494; }
  .marquee__content.marquee__content--dark-grey {
    background-color: #3D3D48; }
  .marquee__content.marquee__content--left {
    left: 0;
    right: auto; }
  .marquee__content.marquee__content--center {
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    padding: 0;
    opacity: 1;
    background-color: transparent; }
    .marquee__content.marquee__content--center h1 {
      font-size: 45px;
      text-transform: uppercase;
      font-weight: normal;
      color: #fff;
      letter-spacing: 8px;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility; }
    .marquee__content.marquee__content--center p {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility; }
  .marquee__content h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: "FordAntennaLight"; }
  .marquee__content .fine-print {
    line-height: 1.2; }
  .marquee__content p a {
    color: #9ab9ad; }
  @media screen and (max-width: 1024px) {
    .marquee__content h2 {
      font-size: 22px; }
    .marquee__content p, .marquee__content ul li {
      font-size: 12px; } }
  .marquee__content.skrollable-between {
    opacity: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .marquee__content.skrollable-after {
    opacity: 0;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%); }
  @media screen and (max-width: 960px) {
    .marquee__content {
      opacity: 1;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important;
      padding: 50px 30px; }
      .marquee__content.marquee__content--left {
        left: auto; }
      .marquee__content.skrollable-after {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

.marquee__image {
  background-size: cover; }
  .marquee__image video {
    width: 100%;
    height: auto; }
  .marquee__image.marquee__image--left {
    float: none; }
  .marquee__image.contains-video {
    background-image: none; }
  .marquee__image .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .marquee__image .inner.inner--shift-left, .marquee__image .inner.inner--shift-right {
      width: 70%; }
    .marquee__image .inner.inner--shift-right {
      right: 0; }
    .marquee__image .inner.inner--shift-left {
      left: 0; }
    @media screen and (max-width: 1024px) {
      .marquee__image .inner.inner--shift-left, .marquee__image .inner.inner--shift-right {
        width: 100%; } }
  .marquee__image h1 {
    text-align: center; }
  .marquee__image .title {
    text-decoration: none;
    font-size: 40px;
    color: #fff;
    letter-spacing: 23px;
    text-transform: uppercase;
    font-family: "FordAntenna";
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    transition: letter-spacing 350ms linear, -webkit-transform 350ms linear;
    transition: letter-spacing 350ms linear, transform 350ms linear; }
    .marquee__image .title.title-large {
      font-size: 50px;
      letter-spacing: 60px;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
      @media screen and (max-width: 580px) {
        .marquee__image .title.title-large {
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px); } }
    .marquee__image .title.page-link {
      cursor: pointer; }
  .marquee__image .subtitle {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-family: "FordAntenna";
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    opacity: 0;
    transition: opacity 500ms linear;
    transition-delay: 350ms; }
  .marquee__image.image-darken:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45; }
  @media screen and (max-width: 960px) {
    .marquee__image .title {
      font-size: 20px;
      letter-spacing: 18px;
      margin-left: 10px; }
      .marquee__image .title.title-large {
        font-size: 30px;
        letter-spacing: 25px;
        margin-left: 10px; }
    .marquee__image .subtitle {
      font-size: 14px; } }

.marquee__pagination {
  position: absolute;
  bottom: 30px;
  right: 70px; }
  @media screen and (max-width: 580px) {
    .marquee__pagination {
      bottom: 20px;
      right: 30px; } }
  .marquee__content--right .marquee__pagination {
    left: 70px;
    right: auto; }
    @media screen and (max-width: 580px) {
      .marquee__content--right .marquee__pagination {
        left: 30px;
        right: auto; } }
    .marquee__content--right .marquee__pagination ul a {
      margin-left: 0;
      margin-right: 15px; }
  .marquee__content--dark-grey .marquee__pagination ul a {
    background-color: #818287; }
    .marquee__content--dark-grey .marquee__pagination ul a.is-active {
      background-color: #9AB8AC; }
  .marquee__pagination ul li, .marquee__pagination ul a {
    display: inline-block; }
  .marquee__pagination ul li {
    list-style-type: none; }
  .marquee__pagination ul a {
    width: 8px;
    height: 8px;
    background-color: #E2E2E2;
    border-radius: 50%;
    margin-left: 15px; }
    .marquee__pagination ul a.is-active {
      background-color: #9AB8AC; }

.marquees {
  position: relative; }
  .marquees.is-model .owl-nav {
    display: block; }
  .marquees .owl-nav .owl-prev, .marquees .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    text-indent: -9999em;
    transition: opacity 175ms linear, -webkit-transform 125ms linear;
    transition: opacity 175ms linear, transform 125ms linear; }
  .marquees .owl-nav .owl-prev {
    left: 0;
    background-image: url(../images/slider-arrow-left.jpg); }
  .marquees .owl-nav .owl-next {
    right: 0;
    background-image: url(../images/slider-arrow-right.jpg); }
  .marquees.is-model .owl-prev {
    display: none; }

.marquee--yt .yt-full-width {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.yt-full-width iframe {
  width: 100%;
  height: 100%; }

.yt-full-width .icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px; }

.nav-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 4000; }
  @media screen and (max-width: 1024px) {
    .nav-left {
      display: none; } }
  .nav-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .nav-left .bg {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 40px;
    opacity: .5;
    pointer-events: none; }
  .nav-left:hover .nav-left__item:before {
    border-color: #8E8E95;
    background-color: transparent;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3); }
  .nav-left:hover .nav-left__item.is-active:before {
    border-color: #9AB8AC;
    background-color: #9AB8AC; }
  .nav-left:hover .nav-left__item:hover:before {
    border-color: #303030; }
  .nav-left:hover .nav-left__item:hover.is-active:before {
    border-color: #fff;
    background-color: #fff; }

.nav-left__item {
  text-decoration: none;
  cursor: pointer;
  width: 40px;
  height: 42px;
  display: block;
  position: relative; }
  .nav-left__item:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 17px;
    width: 6px;
    height: 6px;
    border: 2px solid #d1d1cc;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: -webkit-transform 250ms ease-in, border 250ms ease-in, background-color 250ms ease-in;
    transition: transform 250ms ease-in, border 250ms ease-in, background-color 250ms ease-in;
    z-index: 5; }
  .nav-left__item span {
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #9AB8AC;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding-left: 55px;
    padding-right: 20px;
    white-space: nowrap;
    -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
            transform: translateX(-25px);
    opacity: .45;
    visibility: hidden;
    pointer-events: none;
    transition: -webkit-transform 150ms ease-in, opacity 150ms ease-in;
    transition: transform 150ms ease-in, opacity 150ms ease-in; }
  .nav-left__item.is-active:before {
    background-color: #618b7a;
    border-color: #618b7a; }
  .nav-left__item.is-active span {
    -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
            transform: translateX(-25px);
    visbility: hidden;
    opacity: .45;
    pointer-events: none; }
  .nav-left__item:hover:before {
    border-color: #cccccc;
    background-color: #cccccc; }
  .nav-left__item:hover span {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    visibility: visible;
    pointer-events: auto; }

.social-links {
  margin-top: 18px; }
  .main-nav .social-links {
    padding-left: 30px; }

.social-links__link {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 0 2px;
  background-image: url(../images/social-icons.png);
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .social-links__link {
      background-image: url(../images/social-icons@2x.png);
      background-size: 98px 30px; } }
  .social-links__link.social-links__link--em {
    background-position: 0 0; }
    .social-links__link.social-links__link--em:hover {
      background-position: 0px bottom; }
  .social-links__link.social-links__link--fb {
    background-position: -27px 0; }
    .social-links__link.social-links__link--fb:hover {
      background-position: -27px bottom; }
  .social-links__link.social-links__link--tw {
    background-position: -53px 0; }
    .social-links__link.social-links__link--tw:hover {
      background-position: -53px bottom; }
  .social-links__link.social-links__link--ig {
    background-position: -81px 0; }
    .social-links__link.social-links__link--ig:hover {
      background-position: -81px bottom; }

.vehicle-selector {
  padding-top: 90px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; }
  .vehicle-selector > h1, .vehicle-selector > p {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .vehicle-selector > h1 {
    color: #898989;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: "FordAntennaLight";
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 5px; }
    @media screen and (max-width: 1024px) {
      .vehicle-selector > h1 {
        font-size: 24px;
        letter-spacing: 5px; } }
    @media screen and (max-width: 375px) {
      .vehicle-selector > h1 {
        font-size: 18px; } }
  .vehicle-selector > p {
    color: #898989;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0; }
  .vehicle-selector .inner {
    position: relative;
    width: 65%;
    margin: 0 auto;
    padding: 70px 0; }
    .vehicle-selector .inner:after {
      content: "";
      display: table;
      clear: both; }
  @media screen and (max-width: 375px) {
    .vehicle-selector {
      padding-top: 30px; }
      .vehicle-selector .inner {
        width: 69%;
        padding: 30px 0; } }
  .vehicle-selector .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .vehicle-selector .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #d1d1cc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer; }
    .vehicle-selector .owl-dot.active {
      background-color: #79968C;
      border-color: #79968C; }

.vehicle-selector__link {
  color: #8EA89F;
  border: 1px solid #8EA89F;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6;
  margin: 15px 5px 0;
  padding: 8px 10px 7px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  cursor: pointer;
  transition: all 225ms ease-in-out;
  opacity: 1;
  width: 185px;
  box-sizing: border-box; }
  .vehicle-selector__link.is-hidden {
    opacity: 0; }
  .vehicle-selector__link:hover {
    background-color: #8EA89F;
    color: #fff; }

.vehicle-selector__prev, .vehicle-selector__next {
  position: absolute;
  width: 15%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  padding: 6px;
  top: 0; }
  .vehicle-selector__prev span, .vehicle-selector__prev:before, .vehicle-selector__next span, .vehicle-selector__next:before {
    top: 175px; }
  .vehicle-selector__prev span, .vehicle-selector__next span {
    position: absolute;
    margin-top: 0px;
    padding: 0 2px;
    white-space: nowrap;
    color: #8EA89F;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .vehicle-selector__prev:before, .vehicle-selector__next:before {
    content: "";
    display: block;
    width: 19px;
    height: 32px;
    background-image: url(../images/vehicle-selector/arrows.png);
    background-repeat: no-repeat;
    position: absolute; }
  @media screen and (max-width: 1024px) {
    .vehicle-selector__prev, .vehicle-selector__next {
      height: auto;
      width: auto;
      position: relative;
      display: inline-block;
      margin: 0 5px; }
      .vehicle-selector__prev span, .vehicle-selector__next span {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        display: none; }
      .vehicle-selector__prev:before, .vehicle-selector__next:before {
        top: -8px; } }
  @media screen and (max-width: 580px) {
    .vehicle-selector__prev, .vehicle-selector__next {
      display: none; } }

.vehicle-selector__prev {
  left: 0; }
  .vehicle-selector__prev:before {
    right: 0; }
  .vehicle-selector__prev span {
    left: 100%; }
  @media screen and (max-width: 1024px) {
    .vehicle-selector__prev:before {
      right: auto;
      left: -20px; }
    .vehicle-selector__prev span {
      left: auto; } }

.vehicle-selector__next {
  right: 0; }
  .vehicle-selector__next:before {
    left: 0;
    right: -20px;
    background-position: right top; }
  .vehicle-selector__next span {
    right: 100%; }
  @media screen and (max-width: 1024px) {
    .vehicle-selector__next:before {
      left: auto; }
    .vehicle-selector__next span {
      right: auto; } }

.vehicle-selector__model {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out; }
  .vehicle-selector__model .image {
    width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 1384px) {
      .vehicle-selector__model .image {
        width: 100%; } }
    .vehicle-selector__model .image img {
      width: 100%;
      height: auto; }
  .active .vehicle-selector__model {
    cursor: pointer; }

.gallery__item {
  position: relative; }
  .gallery__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%; }
  .gallery__item > .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.gallery .arrow.prev {
  display: none; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px);
          transform: translateX(-50%) translateY(-50%) translateZ(0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  z-index: 10000;
  min-width: 320px;
  max-width: 630px;
  height: auto; }
  .modal .modal__content {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    transition: all 350ms ease-in-out;
    background-color: #fff;
    -webkit-font-smoothing: antialiased; }
  .modal .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background-color: #3D3D48;
    transition: background-color 125ms ease-in-out;
    cursor: pointer; }
    .modal .modal__close:before, .modal .modal__close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
              transform: translateX(-50%) translateY(-50%) rotate(45deg);
      background-color: #fff; }
    .modal .modal__close:before {
      width: 14px;
      height: 2px; }
    .modal .modal__close:after {
      width: 2px;
      height: 14px; }
    .modal .modal__close:hover {
      background-color: #494956; }
  .modal.is-visible {
    visibility: visible; }
    .modal.is-visible .modal__content {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }

.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 0;
  transition: opacity 350ms ease-in-out; }
  .modal-overlay.is-visible {
    opacity: 1;
    visibility: visible; }

.modal .brochures {
  padding: 20px; }
  .modal .brochures ul, .modal .brochures li {
    list-style-type: none; }
  .modal .brochures h2 {
    text-align: left;
    color: #79968C;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px; }
  .modal .brochures li, .modal .brochures a {
    display: block; }
  .modal .brochures ul li:last-child .brochure__model {
    margin-bottom: 0; }

.modal .brochure__model {
  list-style-type: none;
  text-decoration: none;
  padding: 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #dadada;
  position: relative;
  cursor: pointer; }
  .modal .brochure__model .label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #363a49;
    margin-bottom: 10px; }
  .modal .brochure__model .link {
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 27px;
    height: 25px;
    background: url(../images/icons/link.png);
    background-size: 27px 25px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .modal .brochure__model .link {
        background-image: url(../images/icons/link@2x.png); } }
  .modal .brochure__model .pdf-download {
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 47px;
    height: 25px;
    background: url(../images/icons/pdf-download.png);
    background-size: 47px 25px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
      .modal .brochure__model .pdf-download {
        background-image: url(../images/icons/pdf-download@2x.png); } }
  @media screen and (max-width: 375px) {
    .modal .brochure__model {
      padding: 5px;
      box-sizing: border-box; } }

/*# sourceMappingURL=screen.css.map */