/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

html {
  box-sizing: border-box; }

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

@font-face {
  font-family: "HelveticaNeue-CondensedBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.woff") format("woff"), url("../fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold") format("svg"); }
@font-face {
  font-family: "HelveticaThin";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HelveticaThin/HelveticaThin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaThin/HelveticaThin.woff") format("woff"), url("../fonts/HelveticaThin/HelveticaThin.ttf") format("truetype"); }
.container {
  width: 1000px;
  margin: 0 auto; }

html {
  min-width: 1000px;
  overflow-x: hidden;
  background-color: #b9b9b5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

body {
  overflow-x: hidden; }

header {
  position: relative;
  z-index: 100;
  min-height: 70px;
  text-align: center;
  background: url("../img/header-bg.jpg") no-repeat 48% 0; }

.logo {
  float: left;
  height: 86px;
  width: 67px;
  margin-left: 26px;
  margin-right: 1px;
  background: url("../img/logo.png") no-repeat 0 26px; }
  .logo a {
    display: block;
    height: 100%;
    width: 100%; }

.bmw-logo {
  float: left;
  height: 89px;
  width: 179px;
  margin-left: 45px;
  background: #fff;
  text-align: center;
  background: url("../img/bmw.jpg") no-repeat 0 0;
  background-size: 100%; }
  .bmw-logo a {
    display: block;
    height: 100%;
    width: 100%; }

.main-menu {
  float: left;
  padding-top: 21px; }
  .main-menu > a {
    display: inline-block;
    font-family: HelveticaThin, Arial, Helvetica, sans-serif;
    color: #01000c;
    font-size: 13px;
    line-height: 41px;
    text-decoration: none;
    letter-spacing: 1.9px;
    border-bottom: 6px solid transparent;
    text-transform: uppercase;
    margin-left: 64px; }
    .main-menu > a:first-of-type {
      margin-left: 67px; }
    .main-menu > a:last-of-type {
      margin-left: 57px; }
    .main-menu > a.active {
      border-bottom: 6px solid #fff; }

.social-top {
  float: left;
  height: 17px;
  width: 140px;
  margin-top: 30px;
  margin-left: 39px;
  background: url("../img/social-top.png") no-repeat 50% 0; }
  .social-top::after {
    clear: both;
    content: "";
    display: table; }
  .social-top a {
    float: left;
    height: 100%;
    width: 33%;
    outline: none; }

main {
  min-height: 1000px;
  background: url("../img/gradient.png") no-repeat 50% 0/contain; }
  main.main-colors {
    background-image: url("../img/gradient.png"), url("../img/gradient.png");
    background-position: 50% 0, 50% 680px;
    background-size: contain;
    background-repeat: no-repeat; }

.main {
  z-index: 100;
  position: relative;
  text-align: center; }

.text-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: HelveticaNeue-CondensedBold, Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.07);
  font-size: 8.3vw;
  text-align: center;
  padding-top: 360px;
  text-transform: uppercase; }
  .text-bg.text-colors {
    font-size: 7vw;
    padding-top: 428px; }

.text-block {
  padding-top: 190px;
  color: #3f3f3f;
  font-family: HelveticaNeue-CondensedBold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px; }
  .text-block li {
    list-style-type: none;
    margin-bottom: 70px;
    cursor: pointer; }

.arrow {
  display: inline-block;
  height: 79px;
  width: 79px;
  border-radius: 50%;
  background: #1d4686;
  outline: none; }
  .arrow.arrow-rotate-45 {
    margin-top: 9px;
    transform: rotate(45deg); }
  .arrow.arrow-rotate--45 {
    display: none;
    transform: rotate(-45deg); }
    .arrow.arrow-rotate--45::after {
      top: 50%;
      left: 0;
      transform: translateY(-65%); }
  .arrow::after {
    content: '';
    height: 16px;
    width: 16px;
    pointer-events: none;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    top: 50%;
    left: 0;
    margin: auto;
    position: relative;
    transform: translateY(-60%); }
  .img-wrapper .arrow {
    position: absolute;
    top: 243px;
    right: -150px;
    bottom: auto;
    left: auto; }
  .horizontal .arrow {
    top: 130px; }

.question h3 {
  max-width: 855px;
  margin: 0 auto 60px;
  padding-top: 110px;
  font-family: HelveticaNeue-CondensedBold, Arial, Helvetica, sans-serif;
  color: #3f3f3f;
  text-align: center;
  font-size: 36px !important;
  line-height: 40px; }

.img-wrapper {
  position: relative;
  padding-bottom: 130px; }
  .img-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .img-wrapper.horizontal .border {
    padding: 29px 29px 27px 29px; }
    .img-wrapper.horizontal .border:hover, .img-wrapper.horizontal .border.active {
      background-image: url("../img/border-hotizontal.png"); }
    .img-wrapper.horizontal .border::after {
      top: 29px;
      right: 30px;
      bottom: 23px;
      left: 29px;
      background-position: 50% -4px; }
  .img-wrapper.horizontal img {
    max-width: 440px; }
  .img-wrapper .border {
    position: relative;
    display: inline-block;
    padding: 31px 31px 29px 31px;
    cursor: pointer; }
    .img-wrapper .border.question-4 {
      padding: 33px 28px 29px; }
    .img-wrapper .border.question-5 {
      padding: 28px 31px 25px; }
    .img-wrapper .border.question-7 {
      padding: 34px 29px 30px; }
    .img-wrapper .border.question-8 {
      padding: 24px 31px 22px; }
    .img-wrapper .border.fixed-bg {
      background: transparent !important; }
      .img-wrapper .border.fixed-bg:hover {
        box-shadow: 0 0 0 0 transparent; }
      .img-wrapper .border.fixed-bg img, .img-wrapper .border.fixed-bg img:hover {
        box-shadow: 0px 50px 11px -49px #3F3F3F, 0px 15px 9px -14px #3F3F3F, 0px 10px 9px -13px #3F3F3F,0px 52px 34px -44px #3F3F3F,0px 133px 11px -129px #3F3F3F !important; }
    .img-wrapper .border:hover, .img-wrapper .border.active {
      background: url("../img/border.png") no-repeat 0 0;
      background-size: 100% 100%;
      box-shadow: 0px 50px 11px -49px #3F3F3F, 0px 15px 9px -14px #3F3F3F, 0px 10px 9px -13px #3F3F3F,0px 52px 34px -44px #3F3F3F,0px 133px 11px -129px #3F3F3F; }
      .img-wrapper .border:hover img, .img-wrapper .border.active img {
        box-shadow: none; }
    .img-wrapper .border.wrong-answer.question-4::after, .img-wrapper .border.wrong-answer.question-7::after {
      top: 33px;
      bottom: 25px; }
    .img-wrapper .border.wrong-answer.question-5::after {
      top: 27px;
      bottom: 21px; }
    .img-wrapper .border.wrong-answer.question-8::after {
      top: 24px;
      bottom: 18px; }
    .img-wrapper .border.wrong-answer::after {
      position: absolute;
      top: 29px;
      right: 30px;
      bottom: 23px;
      left: 29px;
      content: '';
      background: url("../img/wrong-answer.png") no-repeat 50% 0;
      background-size: 100% 100%;
      top: 29px;
      right: 30px;
      bottom: 23px;
      left: 29px;
      background-position: 50% -4px; }
  .img-wrapper figure {
    margin: 0; }
    .img-wrapper figure:first-of-type {
      float: left; }
    .img-wrapper figure:last-of-type {
      float: right; }
  .img-wrapper figcaption {
    display: none;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 25px;
    font-family: HelveticaThin, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #3f3f3f; }
  .img-wrapper img {
    display: block;
    box-shadow: 0px 50px 11px -49px #3F3F3F, 0px 15px 9px -14px #3F3F3F, 0px 10px 9px -13px #3F3F3F,0px 52px 34px -44px #3F3F3F,0px 133px 11px -129px #3F3F3F; }

.result {
  padding: 185px 0 115px;
  text-align: center; }
  .result .number {
    font-family: HelveticaNeue-CondensedBold, Arial, Helvetica, sans-serif;
    color: #3f3f3f;
    font-size: 36px;
    text-transform: uppercase; }
    .result .number.choose {
      display: block;
      margin-top: 55px;
      font-size: 30px; }
  .result p {
    max-width: 790px;
    margin: 45px auto;
    font-family: HelveticaThin, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 32px; }

.car-container {
  position: relative;
  margin-top: 40px;
  height: 125px; }
  .car-container .car-moved {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    cursor: pointer;
    transition: all .9s; }
  .car-container .car-moved-azurite {
    left: 0; }
    .car-container .car-moved-azurite:hover {
      transform: translateX(-20px) scale(1.05); }
  .car-container .car-moved-gray {
    left: 585px;
    z-index: 10; }
    .car-container .car-moved-gray:hover {
      transform: translateX(15px) scale(1.1); }
  .car-container .car-moved-red {
    left: 230px;
    z-index: 10;
    height: auto; }
    .car-container .car-moved-red:hover {
      transform: translateX(-15px) scale(1.1); }
  .car-container .car-moved-spark {
    left: 415px; }
    .car-container .car-moved-spark:hover {
      transform: scale(1.16);
      z-index: 100; }
  .car-container .car-moved-white {
    left: 735px; }
    .car-container .car-moved-white:hover {
      transform: translateX(20px) scale(1.05); }

.social-share {
  display: block;
  height: 58px;
  width: 144px;
  margin: 60px auto 0;
  background: url("../img/social.png") no-repeat 0 0; }
  .social-share a {
    float: left;
    height: 100%;
    width: 33%;
    outline: none; }

.again {
  display: inline-block;
  height: 50px;
  width: 47px;
  margin-top: 40px;
  background: url("../img/renew.png") no-repeat 0 0; }

.colors-description {
  position: relative;
  z-index: 100;
  text-align: center;
  padding-top: 93px; }
  .colors-description h3 {
    font-family: HelveticaNeue-CondensedBold, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.35px; }
  .colors-description p {
    max-width: 620px;
    font-family: HelveticaThin, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #3f3f3f;
    margin: 20px auto;
    letter-spacing: 0.4px; }
  .colors-description .social-share {
    margin-top: 0;
    height: 38px;
    background-position: -7px -21px; }

.colors-slider {
  z-index: 200;
  position: relative;
  margin-top: 45px; }
  .colors-slider .c-arrow {
    z-index: 100;
    position: absolute;
    top: 566px;
    display: block;
    height: 75px;
    width: 39px;
    background: url("../img/arrow.png") no-repeat 0 0;
    cursor: pointer;
    outline: none; }
    .colors-slider .c-arrow.c-arrow-left {
      left: 6%; }
    .colors-slider .c-arrow.c-arrow-right {
      right: 6%;
      transform: scale(-1); }
  .colors-slider .slider-wrapper {
    transform: translateX(-16px); }
    .colors-slider .slider-wrapper figure {
      position: relative;
      display: inline-block;
      width: 1000px;
      vertical-align: top;
      margin: 0;
      padding-bottom: 10px;
      transition: all .3s; }
      .colors-slider .slider-wrapper figure.car {
        padding-top: 0px; }
      .colors-slider .slider-wrapper figure.wear {
        margin-top: 30px; }
      .colors-slider .slider-wrapper figure img {
        display: block;
        margin: 0 auto; }
      .colors-slider .slider-wrapper figure.moved {
        margin-left: -1000px;
        visibility: hidden; }
      .colors-slider .slider-wrapper figure.unvisibility {
        visibility: hidden; }
  .colors-slider .caption-wrapper {
    position: absolute;
    margin-top: -132px;
    height: 23px;
    width: 23px;
    cursor: pointer; }
    .colors-slider .caption-wrapper:hover label {
      display: block; }
    .colors-slider .caption-wrapper::after {
      z-index: 100;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url("../img/circle-caption.png") no-repeat 0 0;
      pointer-events: none; }
    .colors-slider .caption-wrapper input {
      position: relative;
      height: 100%;
      width: 100%;
      cursor: pointer;
      opacity: 0; }
      .colors-slider .caption-wrapper input:checked + label {
        display: block; }
    .colors-slider .caption-wrapper label {
      display: none;
      z-index: 200;
      position: absolute;
      bottom: calc(100% + 52px);
      left: -60px;
      width: 415px;
      padding: 30px 40px;
      font-family: HelveticaThin, Arial, Helvetica, sans-serif;
      color: #3f3f3f;
      font-size: 16px;
      line-height: 22px;
      white-space: normal;
      background: rgba(255, 255, 255, 0.9);
      border-left: 15px solid #1d4686;
      transition: all .5s; }
      .colors-slider .caption-wrapper label::after {
        content: '';
        position: absolute;
        top: 100%;
        right: auto;
        bottom: auto;
        left: 38px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 34px 19px 0 19px;
        border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent; }
  .colors-slider .car-azurite .caption-wrapper:nth-of-type(1) {
    top: 242px;
    left: 228px; }
  .colors-slider .car-azurite .caption-wrapper:nth-of-type(2) {
    top: 406px;
    left: 647px; }
  .colors-slider .car-azurite .caption-wrapper:nth-of-type(3) {
    top: 258px;
    left: 751px; }
  .colors-slider .car-azurite .caption-wrapper:nth-of-type(4) {
    top: 175px;
    left: 797px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(1) {
    top: 287px;
    left: 284px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(2) {
    top: 431px;
    left: 498px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(3) {
    top: 50px;
    left: 716px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(4) {
    top: 263px;
    left: 811px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(5) {
    top: 680px;
    left: 494px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(6) {
    top: 150px;
    left: 494px; }
  .colors-slider .wear-azurite .caption-wrapper:nth-of-type(7) {
    top: 286px;
    left: 493px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(1) {
    top: 254px;
    left: 152px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(2) {
    top: 68px;
    left: 491px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(3) {
    top: 198px;
    left: 491px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(4) {
    top: 181px;
    left: 647px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(5) {
    top: 252px;
    left: 830px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(6) {
    top: 507px;
    left: 493px; }
  .colors-slider .wear-spark .caption-wrapper:nth-of-type(7) {
    top: 585px;
    left: 265px; }
  .colors-slider .car-spark .caption-wrapper:nth-of-type(1) {
    top: 292px;
    left: 276px; }
  .colors-slider .car-spark .caption-wrapper:nth-of-type(2) {
    top: 395px;
    left: 622px; }
  .colors-slider .car-spark .caption-wrapper:nth-of-type(3) {
    top: 194px;
    left: 485px; }
  .colors-slider .car-spark .caption-wrapper:nth-of-type(4) {
    top: 375px;
    left: 836px; }
  .colors-slider .car-gray .caption-wrapper:nth-of-type(1) {
    top: 297px;
    left: 160px; }
  .colors-slider .car-gray .caption-wrapper:nth-of-type(2) {
    top: 240px;
    left: 828px; }
  .colors-slider .car-gray .caption-wrapper:nth-of-type(3) {
    top: 249px;
    left: 655px; }
  .colors-slider .car-gray .caption-wrapper:nth-of-type(4) {
    top: 196px;
    left: 821px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(1) {
    top: 118px;
    left: 135px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(2) {
    top: 377px;
    left: 134px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(3) {
    top: 76px;
    left: 493px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(4) {
    top: 231px;
    left: 853px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(5) {
    top: 362px;
    left: 491px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(6) {
    top: 598px;
    left: 306px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(7) {
    top: 470px;
    left: 677px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(8) {
    top: 176px;
    left: 303px; }
  .colors-slider .wear-gray .caption-wrapper:nth-of-type(9) {
    top: 176px;
    left: 681px; }
  .colors-slider .car-white .caption-wrapper:nth-of-type(1) {
    top: 381px;
    left: 160px; }
  .colors-slider .car-white .caption-wrapper:nth-of-type(2) {
    top: 224px;
    left: 364px; }
  .colors-slider .car-white .caption-wrapper:nth-of-type(3) {
    top: 265px;
    left: 509px; }
  .colors-slider .car-white .caption-wrapper:nth-of-type(4) {
    top: 209px;
    left: 785px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(1) {
    top: 203px;
    left: 79px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(2) {
    top: 373px;
    left: 238px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(3) {
    top: 49px;
    left: 493px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(4) {
    top: 203px;
    left: 906px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(5) {
    top: 325px;
    left: 491px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(6) {
    top: 240px;
    left: 268px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(7) {
    top: 371px;
    left: 749px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(8) {
    top: 476px;
    left: 492px; }
  .colors-slider .wear-white .caption-wrapper:nth-of-type(9) {
    top: 600px;
    left: 781px; }
  .colors-slider .car-red .caption-wrapper:nth-of-type(1) {
    top: 294px;
    left: 160px; }
  .colors-slider .car-red .caption-wrapper:nth-of-type(2) {
    top: 185px;
    left: 424px; }
  .colors-slider .car-red .caption-wrapper:nth-of-type(3) {
    top: 191px;
    left: 628px; }
  .colors-slider .car-red .caption-wrapper:nth-of-type(4) {
    top: 280px;
    left: 879px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(1) {
    top: 307px;
    left: 61px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(2) {
    top: 540px;
    left: 489px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(3) {
    top: 81px;
    left: 493px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(4) {
    top: 309px;
    left: 890px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(5) {
    top: 346px;
    left: 491px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(6) {
    top: 244px;
    left: 661px; }
  .colors-slider .wear-red .caption-wrapper:nth-of-type(7) {
    top: 484px;
    left: 688px; }

.colors-link {
  text-align: center;
  padding-bottom: 100px;
  margin-top: 60px;
  margin-left: 34px; }
  .colors-link.colors-azurite .active {
    background: url("../img/active-color.png") no-repeat 0 0; }
  .colors-link.colors-gray .active {
    background: url("../img/active-color-gray.png") no-repeat 0 0; }
  .colors-link.colors-red .active {
    background: url("../img/active-color-red.png") no-repeat 0 0; }
  .colors-link.colors-spark .active {
    background: url("../img/active-color-spark.png") no-repeat 0 0; }
  .colors-link.colors-white .active {
    background: url("../img/active-color-white.png") no-repeat 0 0; }
  .colors-link a {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 24px; }
    .colors-link a.active {
      background: url("../img/active-color.png") no-repeat 0 0; }
      .colors-link a.active::after {
        display: none; }
    .colors-link a:first-child {
      margin-left: -17px; }
    .colors-link a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: 0;
      height: 20px;
      width: 20px;
      transform: translateY(-50%);
      margin: auto;
      border-radius: 50%;
      background: #fff; }

.el {
  visibility: hidden;
  margin: 0 auto 60px; }
  .el.animated {
    visibility: visible; }

.el-1 {
  animation-delay: 1s; }

.el-2 {
  animation-delay: 2s; }

.el-3 {
  animation-delay: 3s; }

.el-4 {
  animation-delay: 4s; }

.el-5 {
  animation-delay: 5s; }

.wear .caption-wrapper {
  margin-top: 0; }

.wear .caption-wrapper::after {
  top: 0 !important; }

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