@charset "UTF-8";

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}


/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}


    /**
 * Add the correct display in iOS 4-7.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */
[hidden] {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

    a:active,
    a:hover {
        outline-width: 0;
    }


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/* Forms
   ========================================================================== */


/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
    font: inherit;
}


/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input,
/* 1 */
select {
    /* 2 */
    overflow: visible;
}


/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}


/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}


/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
    cursor: default;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }


    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    input:-moz-focusring {
        outline: 1px dotted ButtonText;
    }


/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
}


    /**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

@font-face {
    font-family: 'Nissan Brand';
    src: url('/css/fonts/NissanBrandW06-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('/css/fonts/NissanBrandW06-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('/css/fonts/NissanBrandW06-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: icon-Nissan-Global;
    src: url('/css/fonts/Nissan-Global.eot');
    src: url('/css/fonts/Nissan-Global.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Nissan-Global.woff') format('woff'), url('/css/fonts/Nissan-Global.ttf') format("truetype"), url('/css/fonts/Nissan-Global.svg#wp-icons') format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: icon-Nissan-Global2020;
    src: url('/css/fonts/Nissan-Global2020.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.2;
    color: #343434;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.browser-list {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .browser-list li {
        display: inline-block;
        width: 15%;
        max-width: 120px;
        min-width: 40px;
    }

        .browser-list li a {
            display: block;
        }

.container-inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.fixed-header-container {
    position: relative;
}

.main-content {
    overflow: hidden;
    margin-bottom: 60px;
}

.sub-nav + .main-content {
    padding-top: 59px;
}

.grid-row {
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

    .grid-row > img {
        display: block;
        width: 100%;
    }

    .grid-row.large {
        max-width: 1500px;
    }

        .grid-row.large .inner {
            width: 1200px;
            margin: 0 auto;
        }

    .grid-row.invert .grid-col:not(.full):first-child {
        float: right;
    }

.links-list {
    /* background: #000; */
    padding-top: 8px;
    padding-bottom: 22px;
    text-align: center;
}

.next-steps {
    background: #000;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.next-steps-title {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
}

figure img {
    display: block;
}

.popup-youtube {
    position: relative;
    display: block;
}

    .popup-youtube:focus {
        outline: none;
    }

    .popup-youtube img {
        display: block;
    }

    .popup-youtube::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: rgba(238, 238, 238, .5);
        color: rgba(0, 0, 0, .7);
        font-family: icon-Nissan-Global;
        text-align: center;
        line-height: 90px;
        font-size: 40px;
        padding-left: 10px;
    }

    .popup-youtube:hover::before {
        background: #c3002f;
        color: #fff;
    }

.grid-col {
    float: left;
    padding: 15px;
    position: relative;
}

.grid-col-gray {
    background-color: #f9f9f9;
}

@media screen and (max-width:959px) {
    .grid-col {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.grid-col.full {
    float: none;
    clear: both;
}

.grid-col.full,
.grid-col.half,
.grid-col.third,
.grid-col.fourth {
    width: 100%;
}

@media screen and (min-width:581px) {
    .grid-col.half,
    .grid-col.third,
    .grid-col.fourth {
        width: 50%;
    }
}

@media screen and (min-width:960px) {
    .grid-col.third {
        width: 33.3333333%;
    }

    .grid-col.fourth {
        width: 25%;
    }
}

.grid-col.col-12 {
    width: 100%;
}

.grid-col.col-8 {
    width: 66.66666666666667%;
}

.grid-col.col-7 {
    width: 58.33333333333333%;
}

.grid-col.col-6 {
    width: 50%;
}

.grid-col.col-5 {
    width: 41.66666666666667%;
}

.grid-col.col-4 {
    width: 33.33333333333%;
}

.grid-col.col-3 {
    width: 25%;
}

    .grid-col.col-3:nth-child(4n+1) {
        clear: both;
    }

.grid-col.col-2 {
    width: 16.66666666666667%;
}

.grid-col.col-1 {
    width: 8.333333333333333%;
}

@media screen and (max-width:959px) {
    .grid-col.col-8,
    .grid-col.col-7,
    .grid-col.col-6,
    .grid-col.col-5,
    .grid-col.col-4,
    .grid-col.col-3,
    .grid-col.col-2,
    .grid-col.col-1 {
        width: 50%;
    }
}

@media screen and (max-width:580px) {
    .grid-col.col-8,
    .grid-col.col-7,
    .grid-col.col-6,
    .grid-col.col-5,
    .grid-col.col-4,
    .grid-col.col-3,
    .grid-col.col-2,
    .grid-col.col-1 {
        width: 100%;
    }
}

.grid-col .video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.col-img-link {
    display: block;
}

.col-img-container {
    position: relative;
}

    .col-img-container img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.text-container {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    padding: 18px 0;
    color: #343434;
}

.card .card-text-container {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    padding: 18px 0;
}

.card-text-container h3 {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 6px;
    color: #343434;
    text-transform: uppercase;
}

    .card-text-container h3 > span {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 6px;
        color: #343434;
    }

.card-text-container p {
    margin-top: 11px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
    color: #343434;
}

    .card-text-container p:first-child {
        margin-top: 0;
    }

figure.section-banner {
    position: relative;
}

    figure.section-banner img {
        display: block;
        max-width: 100%;
        height: auto;
    }

ul.styled-list {
    margin-top: 7px;
}

    ul.styled-list li {
        margin-bottom: 3px;
        color: #343434;
    }

        ul.styled-list li:before {
            content: "•";
            color: #c3002f;
            font-size: 1.21429em;
            padding-right: 5px;
        }

.links-panel {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #000; */
}

    .links-panel h3 {
        /* color: #fff; */
        font-size: 36px;
        font-weight: 100;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
    }

    .links-panel .links-container .cta-list {
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

@media screen and (max-width:959px) {
    .links-panel .links-container .cta-list {
        width: 350px;
        margin: 0 -10px;
        max-width: none;
    }

        .links-panel .links-container .cta-list li {
            margin: 4px 0;
        }
}

.links-panel .links-container .cta-list .light-red-bcg {
    background: none;
}

.links-panel .links-container li {
    display: inline-block;
    width: 170px;
    height: 178px;
    position: relative;
    margin: 5px;
    padding-top: 0;
}

.links-panel .links-container a {
    display: block;
    padding: 20px 58px 20px 26px;
    font-size: 18px;
    color: #000;
}

    .links-panel .links-container a:after {
        font-size: 18px;
    }

@media screen and (max-width:959px) {
    .links-panel .links-container a {
        padding: 12px 24px 12px 12px;
        font-size: 16px;
    }

        .links-panel .links-container a:after {
            font-size: 16px;
        }
}

.links-panel a.square {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 10px 22px;
}

@media screen and (max-width:959px) {
    .links-panel a.square {
        width: 100%;
        position: relative;
    }
}

.links-panel a.square:hover {
    text-decoration: none;
}

    .links-panel a.square:hover .label {
        text-decoration: underline;
    }

.links-panel a.square .icon,
.links-panel a.square .fa {
    display: block;
    text-align: center;
    font-size: 38px;
    color: #c3002f;
}

.links-panel a.square .icon-testdrive:before {
    content: "";
    font-family: icon-Nissan-Global;
}

.links-panel a.square .icon-find-a-dealer:before {
    content: "";
    font-family: icon-Nissan-Global;
}

.links-panel a.square .icon-offers:before {
    content: "";
    font-family: icon-Nissan-Global;
}

.links-panel a.square .icon-configure:before {
    content: "";
    font-family: icon-Nissan-Global;
}

.links-panel a.square:after {
    display: none;
}

.links-panel a.square .label {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 17px;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: block;
}

@media screen and (max-width:959px) {
    .links-panel a.square .label {
        position: absolute;
        left: 0;
        right: 0;
    }
}

.small-title {
    font-size: 18px;
    color: #343434;
    margin-bottom: 15px;
}

.filters-container {
    overflow: visible;
    position: relative;
    padding: 15px 0;
    margin-top: 26px;
}

    .filters-container + .grid-row {
        overflow: visible;
    }

    .filters-container .filters-btn {
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 15px 45px 15px 20px;
        width: 120px;
        font-size: 14px;
        z-index: 100;
    }

        .filters-container .filters-btn:after {
            margin: 0;
            right: 18px;
            -webkit-transform: translateY(-50%) rotate(0deg);
            -moz-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
            -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
        }

@media screen and (max-width:580px) {
    .filters-container .filters-btn {
        width: 80%;
    }
}

.filters {
    overflow: hidden;
    position: relative;
    margin: 0 15px;
    padding: 50px 0 55px;
    background-color: #343434;
    max-height: 1000px;
}

    .filters.hide {
        max-height: 0;
        padding: 0;
    }

    .filters .filters-inner {
        display: table;
        width: 100%;
        padding: 0 30px;
    }

@media screen and (max-width:580px) {
    .filters .filters-inner {
        padding: 0;
    }
}

.filters .categories {
    display: table-cell;
    padding-right: 30px;
}

@media screen and (max-width:580px) {
    .filters .categories {
        display: block;
        padding: 0 15px 30px 15px;
    }
}

.filters .price-range {
    display: table-cell;
    width: 35%;
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #4c4c4c;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    color: #fff;
}

@media screen and (max-width:580px) {
    .filters .price-range {
        display: block;
        width: 100%;
        border-top: 1px solid #4c4c4c;
        border-left: none;
        padding: 30px 15px 0 15px;
    }
}

.filters .filter-button {
    background: #343434;
    font-size: 11px;
    border: 1px solid;
    margin: 0 5px .7142857143em;
    border-color: #4c4c4c;
    color: #c1c1c1;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

    .filters .filter-button:hover,
    .filters .filter-button.active {
        background: #cecece;
        color: #343434;
    }

.filters h2,
.filters label {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 12px 0 25px;
    text-transform: uppercase;
}

.filters #amount {
    background: #fff;
    color: #343434;
    font-size: 14px;
    left: -58px;
    margin-top: -10px;
    padding: 13px 10px;
    position: absolute;
    bottom: 35px;
    text-align: center;
    border-left: 1px solid #f6f6f6;
    width: 135px;
}

.filters .ui-slider-range {
    background: #c3002f;
}

.filters #slider-range-min {
    background: #8a8a8a;
    margin: 70px 50px 20px;
}

.filters .slider-handle {
    background: transparent url(/images/slider-handle.png) no-repeat scroll -1px -1px !important;
    cursor: pointer !important;
}

    .filters .slider-handle:before {
        content: attr(data-content);
        display: block;
        color: #343434;
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-size: 14px;
        left: -58px;
        padding: 13px 10px;
        position: absolute;
        bottom: 26px;
        text-align: center;
        width: 135px;
        height: 53px;
        font-weight: bold;
        background: transparent url(/images/slider-info.png) no-repeat scroll 0 0 !important;
    }

.filters .low-price,
.filters .high-price {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.filters .low-price {
    float: left;
    margin-left: 42px;
}

.filters .high-price {
    float: right;
    margin-right: 42px;
}

.sitemap {
    display: none;
}

.sorters {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #c1c1c1;
    padding: 15px 0;
    text-transform: uppercase;
}

    .sorters .inner {
        padding-top: 20px;
    }

    .sorters .text > span {
        display: inline-block;
        font-size: 20px;
        color: #c3002f;
        padding: 0 10px;
        margin-left: 10px;
        border: 1px solid #eee;
        font-weight: bold;
    }

    .sorters .filters-select {
        display: inline-block;
        width: auto;
        position: relative;
        color: #000;
        margin: 0;
        text-align: left;
        padding-right: 10px;
        text-transform: uppercase;
    }

        .sorters .filters-select:after {
            -webkit-transform: translateY(-50%) rotate(0deg);
            -moz-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
            -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
        }

        .sorters .filters-select select {
            top: 0;
            height: 100%;
            display: block;
            left: 0;
            font-size: 18px;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: left;
            width: 100%;
            z-index: 1;
            -webkit-appearance: none;
            -ms-filter: "alpha(Opacity=0)";
            cursor: pointer;
        }

        .sorters .filters-select .selectedValue {
            padding-right: 50px;
            position: relative;
            border-bottom-style: dashed;
            border-bottom-width: 1px;
            font-style: italic;
        }

    .sorters .count {
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    }

.two-thirds {
    width: 66.666666% !important;
}

@media screen and (max-width:959px) {
    .two-thirds {
        width: 100% !important;
    }
}

@media screen and (max-width:1600px) {
    .dataTables_wrapper {
        overflow: auto;
    }

    .slick-dots {
        bottom: 0;
    }
}

@media screen and (max-width:959px) {
    .slick-next,
    .slick-prev {
        height: 40px;
    }

        .slick-next:before,
        .slick-prev:before {
            margin: 0 !important;
        }
    /*
    .slide .slide-title > span {
        font-size: 20px;
    }
*/
    .btn {
        font-size: 12px;
    }

    .slide {
        background-size: cover;
    }

        .slide .slide-subtitle {
            font-size: 12px;
        }

    .page-subheading {
        font-size: 16px;
    }

    .page-heading {
        font-size: 32px;
    }

    .page-description {
        font-size: 14px;
    }

    .section-heading {
        font-size: 26px;
        line-height: 1;
    }
}

.custom-select {
    position: relative;
    background: #000;
    color: #fff;
    margin-bottom: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 36px;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

    .custom-select::after {
        position: absolute;
        bottom: -22px;
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 22px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDRweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgNDQgMjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSIwLDAgMjIsMjIgNDQsMCAiLz4NCjwvc3ZnPg0K) 50% 100% no-repeat;
    }

.custom-select-title {
    color: #8a8a8a;
    font-weight: 100;
    margin-bottom: 15px;
}

.list {
    display: block;
    position: relative;
    margin: auto;
    min-height: 49px;
}

    .list ul {
        padding: 0;
        display: none;
    }

        .list ul.active {
            display: block;
        }

    .list li {
        list-style: none;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .list a {
        display: inline-block;
        transition: all .4s;
        color: #fff;
        position: relative;
        line-height: 49px;
        border-bottom: 1px dashed #4c4c4c;
    }

        .list a:after {
            position: absolute;
            content: '';
            height: 5px;
            width: 0;
            left: 0;
            color: #ffc0cb;
            bottom: 0;
            transition: all .4s ease-out;
        }

        .list a:hover {
            color: #d2d2d2;
            text-decoration: none;
        }

            .list a:hover:after {
                width: 100%;
            }

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

.video-playlist-item {
    display: inline-block;
    padding: 8px 10px;
}

.placeholder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 6px;
    text-align: center;
}

    .placeholder:after {
        font-family: icon-Nissan-Global;
        font-size: 18px;
        color: #c3002f;
        content: "";
        margin-left: .7142857143em;
        vertical-align: .2em;
    }

    .placeholder > span {
        margin-left: 30.8px;
        border-bottom: 1px dashed #4c4c4c;
    }

    .placeholder:hover {
        color: #d2d2d2;
    }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive:before {
        display: block;
        content: "";
        padding-top: 42.33%;
        padding-top: 42.86%;
    }

    .embed-responsive > iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
    }

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

    .threesixty::after {
        display: block;
        content: "";
        padding-top: 56.29%;
    }

    .threesixty .threesixty_images {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .threesixty .threesixty_images img {
            position: absolute;
            top: 0;
            width: 100%;
            height: auto;
        }

            .threesixty .threesixty_images img.previous-image {
                visibility: hidden;
            }

            .threesixty .threesixty_images img.current-image {
                visibility: visible;
            }

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinner {
    visibility: hidden !important;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -ms-box-sizing: inherit;
    -o-box-sizing: inherit;
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
a,
button {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}

.search-links {
    overflow: hidden;
    padding-top: 40px;
    border-top: 1px solid #8a8a8a;
    margin: 0 -15px;
}

.search-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 30px 15px 20px;
    color: #343434;
    background: #eee;
    font-family: "Nissan Bold", Verdana, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .search-link:hover {
        color: #c3002f;
        text-decoration: underline;
    }

    .search-link:after {
        content: "";
        color: #c3002f;
        font-size: .8571428571rem;
        position: absolute;
        right: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0) !important;
        -moz-transform: translateY(-50%) rotate(0) !important;
        -ms-transform: translateY(-50%) rotate(0) !important;
        -o-transform: translateY(-50%) rotate(0) !important;
        transform: translateY(-50%) rotate(0) !important;
        text-align: right;
    }

.information {
    padding: 50px 130px;
}

    .information img {
        float: right;
        width: 50%;
        margin-top: 100px;
    }

    .information .search-wording {
        float: left;
        width: 50%;
        padding: 0 10px;
    }

    .information h2 {
        font-size: 100px;
        line-height: 1;
        color: #c3002f;
    }

    .information p {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.3;
        color: #343434;
        margin-bottom: 22px;
    }

.black-heading-container {
    height: 80px;
    background: #000;
    color: #fff;
}

    .black-heading-container .grid-row {
        margin-top: 0;
        display: table;
        height: 80px;
    }

    .black-heading-container h2 {
        font-size: 40px;
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p.introduction {
    font-weight: bold;
    margin: 10px 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

p {
    line-height: 1.6;
}

    p.large {
        font-size: 18px;
        line-height: 1.35;
        margin-top: 18px;
        margin-bottom: 0;
    }

.module {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
}

.module-anchor {
    position: absolute;
    top: -75px;
    left: 0;
}

@media screen and (max-width:959px) {
    .module {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.page-heading-container {
    margin-bottom: 14px;
    padding-top: 48px;
    padding-bottom: 24px;
}

@media screen and (max-width:959px) {
    .page-heading-container {
        padding-bottom: 0;
    }
}

.page-heading-container.chevron {
    margin-bottom: 20%;
    float: none;
    padding-bottom: 4px;
    position: relative;
    /* background-color: #eee; */
    z-index: 100;
}

@media screen and (min-width:960px) {
    .page-heading-container.chevron {
        margin-bottom: 6.9%;
        padding-right: 140px;
        padding-left: 140px;
    }
}

.page-heading-container.chevron .page-heading + p {
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.page-heading-container.chevron:after {
    /* background: url(/images/chevron.png) center bottom no-repeat #fff; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    bottom: -37px;
    content: "";
    display: block;
    padding-bottom: 20.2%;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width:581px) {
    .page-heading-container.chevron .anchor-nav a {
        /* border-color: #fff; */
    }

        .page-heading-container.chevron .anchor-nav a:after {
            /* color: #fff; */
        }
}

.chevron-container {
    position: relative;
    z-index: 101;
}

.page-heading,
.page-subheading {
    text-align: center;
    text-transform: uppercase;
}

.page-heading {
    margin-bottom: 24px;
    font-weight: 100;
    font-size: 48px;
    color: #343434;
    line-height: 1;
}

@media screen and (max-width:959px) {
    .page-heading {
        font-size: 32px;
    }
}

.page-subheading {
    font-weight: 700;
    font-size: 14px;
    color: #343434;
}

.page-description {
    margin-top: -14px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
}

.section-heading-container {
    position: relative;
    z-index: 10;
    padding: 18px 0 20px;
    text-align: center;
}

    .section-heading-container.social {
        position: relative;
    }

        .section-heading-container.social .section-heading {
            padding-bottom: 36px;
        }

        .section-heading-container.social .social-tabs {
            position: absolute;
            top: 27px;
            right: 0;
        }

        .section-heading-container.social li {
            display: inline-block;
            margin-right: 5px;
        }

        .section-heading-container.social .btn {
            padding: 10px 20px 9px 20px;
            position: relative;
            font-size: 12px;
            background-color: #eee;
        }

            .section-heading-container.social .btn.active {
                color: #fff;
                background-color: #343434;
            }

                .section-heading-container.social .btn.active:after {
                    content: "";
                    margin: 0 6px;
                    position: absolute;
                    font-family: icon-Nissan-Global;
                    font-size: 15px;
                    top: auto;
                    right: 0;
                    left: 0;
                    bottom: -16px;
                    text-align: center;
                    color: #343434;
                    -webkit-transform: none;
                    -moz-transform: none;
                    -ms-transform: none;
                    -o-transform: none;
                    transform: none;
                }

.clearfix {
    clear: both;
}

.section-subheading {
    font-size: 14px;
    font-weight: 400;
    color: #900;
    text-transform: uppercase;
}

.section-heading {
    clear: both;
    /* padding: 0 0 18px; */
    /* border-bottom: 1px dashed #c1c1c1; */
    position: relative;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 36px;
    color: #343434;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 100;
}

.banner-subheading {
    margin-bottom: 2px !important;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    /* color: #fff !important; */
    text-transform: uppercase;
}

hr {
    margin: 18px 0;
    display: block;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    background: #c1c1c1;
    border: 0;
}

.small {
    font-size: 16px !important;
}

.smaller {
    font-size: 14px !important;
}

.sliderNewSmall {
    height: auto !important;
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (min-width:960px) {
    .sliderNewSmall {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.light-gray-bcg .sliderNewSmall {
    padding-top: 18px;
    padding-bottom: 18px;
}

.section-description {
    color: #343434;
    font-family: Verdana, Arial, sans-serif;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 14px;
    margin-top: 18px;
}

    .section-description:empty {
        display: none;
    }

.heading-border {
    position: relative;
}

    .heading-border:before {
        /* content: "";
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px solid #c3002f; */
    }

h3.caption {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

h3.card-title {
    font-size: 24px;
    line-height: .925;
    padding-bottom: 9px;
    text-transform: uppercase;
}

p.caption {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

p.card-description {
    margin-top: 11px;
    line-height: 1.6;
    color: #343434;
}

.rte p {
    margin-top: 11px;
    line-height: 1.6;
    color: #343434;
}

.rte ul {
    margin-top: 7px;
}

    .rte ul li {
        margin-bottom: 3px;
        color: #343434;
    }

        .rte ul li:before {
            content: "•";
            color: #c3002f;
            font-size: 1.21429em;
            padding-right: 5px;
        }

.card-link {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 6px;
    color: #343434;
    font-size: 14px;
}

    .card-link:after {
        right: auto !important;
        color: #c3002f;
    }

    .card-link:hover {
        color: #c3002f;
    }

.f62 {
    font-size: 62px !important;
}

.f60 {
    font-size: 60px !important;
}

.f40 {
    font-size: 40px !important;
}

.f36 {
    font-size: 36px !important;
}

.f28 {
    font-size: 28px !important;
}

.f20 {
    font-size: 20px !important;
}

.f18 {
    font-size: 18px !important;
}

.f16 {
    font-size: 16px !important;
}

.f14 {
    font-size: 14px !important;
}

.f13 {
    font-size: 13px !important;
}

.f12 {
    font-size: 12px !important;
}

.dark-red-text {
    color: #920023;
}

.light-red-text {
    color: #c3002f;
}

.dark-gray-text {
    color: #343434;
}

.gray-text {
    color: #666;
}

.medium-gray-text {
    color: #8a8a8a;
}

.dark-red-bcg {
    background-color: #920023;
}

.light-red-bcg {
    background-color: #c3002f;
}

.dark-gray-bcg {
    background-color: #343434;
}

.gray-bcg {
    background-color: #666;
}

.medium-gray-bcg {
    background-color: #8a8a8a;
}

.light-gray-bcg {
    background-color: #eee;
}

.mobile-only {
    display: none;
}

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

.desktop-only {
    display: block;
}

@media screen and (max-width:959px) {
    .desktop-only {
        display: none;
    }
}

hr.content-divider {
    clear: both;
    margin-top: 0;
}

.cta-list {
    margin-top: 14px;
    list-style: none;
}

    .cta-list li {
        padding: 0;
        padding-top: 14px;
        margin-bottom: 14px;
        text-align: left;
    }

.vehicle-preview-container .cta-list li {
    margin-bottom: 0;
    padding-top: 0;
}

.offers .link {
    display: inline;
}

.link {
    padding: 0 14px 0 26px;
    font-size: 12px;
    color: #343434;
    text-transform: uppercase;
}

    .link:hover {
        color: #c3002f;
    }

        .link:hover:before {
            color: #c3002f !important;
        }

    .link:before {
        margin: 0 6px;
        position: absolute;
        top: 50%;
        left: 0;
        font-family: icon-Nissan-Global;
        font-size: 12px;
        color: #343434;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .link:after {
        right: auto !important;
        color: #c3002f;
    }

button.btn,
input.btn {
    padding: 12px 50px 12px 20px;
    border: none;
}

    button.btn:hover,
    input.btn:hover {
        text-decoration: underline;
    }

a.btn {
    padding: 12px 28px 12px 12px;
}

    a.btn.light-gray-bcg {
        border: 2px solid #eee;
    }

        a.btn.light-gray-bcg:hover {
            background-color: #ccc;
            border-color: #ccc;
            text-decoration: none;
        }

.btn {
    width: auto;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

    .btn:hover {
        text-decoration: none;
    }

.icon {
    position: relative;
}

    .icon:after {
        margin: 0 6px;
        position: absolute;
        top: 50%;
        right: 0;
        font-family: icon-Nissan-Global;
        font-size: 12px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .icon:before {
        display: block;
        font-family: icon-Nissan-Global;
    }

    .icon.icon-drag {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        width: 90px;
        height: 90px;
        background: #c3002f;
        color: #fff;
        border-radius: 50%;
        font-size: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate3d(-50%, -50%, 0);
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
    }

._loaded360 .icon.icon-drag {
    opacity: 1;
}

.icon.icon-drag::before {
    content: "";
}

.icon.icon-mail:before {
    content: "";
    font-size: 14px;
    left: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-external-link:before {
    content: "";
    font-size: 14px;
    left: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-map:after {
    content: "";
    font-size: 18px;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-list:after {
    content: "";
    font-size: 18px;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-fb:after {
    content: "";
    margin: 0;
    font-size: 22px;
    text-align: left;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-fb:hover:after {
    color: #c3002f;
}

.icon.icon-twitter:after {
    content: "";
    margin: 0;
    text-align: left;
    font-size: 22px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-twitter:hover:after {
    color: #c3002f;
}

.icon.icon-yt:after {
    content: "";
    margin: 0;
    font-size: 22px;
    text-align: left;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-yt:hover:after {
    color: #c3002f;
}

.icon.icon-arrow:after {
    content: "";
}

.icon.icon-plus:after {
    content: "";
    right: 5px;
}

.icon.icon-minus:after {
    content: "";
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.icon-explore:before {
    content: "";
}

.icon.icon-configure:before {
    content: "";
    display: inline-block;
    padding-right: 5px;
}

.icon.icon-quickview:before {
    content: "";
}

.icon.icon-arrow-full:after {
    content: "";
    top: auto;
    right: 0;
    left: 0;
    bottom: -17px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.icon.icon-power:before {
    color: #c3002f;
    font-size: 32px;
    content: "";
}

.icon.icon-fuel:before {
    color: #c3002f;
    font-size: 32px;
    content: "";
}

.icon.icon-emissions:before {
    color: #c3002f;
    font-size: 32px;
    content: "";
}

.icon.icon-speed:before {
    color: #c3002f;
    font-size: 32px;
    content: "";
}

.icon.icon-play {
    padding-right: 45px;
}

    .icon.icon-play:before {
        content: "";
        color: #c3002f;
        font-size: 1.0714285714rem;
        right: 20px;
        top: 50%;
        margin-top: -.5em;
        position: absolute;
    }

.icon.icon-engine:before {
    color: #c3002f;
    font-size: 32px;
    content: "";
}

.icon.light-red-bcg {
    color: #fff;
    border: 2px solid transparent;
}

    .icon.light-red-bcg:after {
        color: #fff;
    }

    .icon.light-red-bcg:hover {
        background-color: #920023;
    }

.icon.light-gray-bcg {
    color: #343434;
}

    .icon.light-gray-bcg:after {
        color: #c3002f;
    }

    .icon.light-gray-bcg:hover {
        color: #c3002f;
    }

.icon-loading {
    border-radius: 50%;
    padding: 8px;
    margin: 0;
    position: absolute !important;
    text-align: center;
    width: 70px;
    height: 70px;
    font-size: 3.8571428571em;
    animation: 1.1s linear infinite spin;
    color: #8a8a8a;
    background: none;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}

    .icon-loading::after {
        margin: 0 !important;
        font-size: 60px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        content: "";
        width: 100%;
        height: 100%;
    }

@font-face {
    font-family: icon-Nissan-Global;
    src: url(/css/fonts/Nissan-Global.eot);
    src: url(/css/fonts/Nissan-Global.eot?#iefix) format("embedded-opentype"), url(/css/fonts/Nissan-Global.woff) format("woff"), url(/css/fonts/Nissan-Global.ttf) format("truetype"), url(/css/fonts/Nissan-Global.svg#wp-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class="icon-"] {
    font-family: icon-Nissan-Global;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-testdrive:before {
    content: "";
}

.icon-find-a-dealer:before {
    content: "";
}

.icon-brochure:before {
    content: "";
}

.icon-price:before {
    content: "";
}

.display-inline {
    display: inline-block;
}

.display-block {
    display: block;
}

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

.hidden {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.show {
    display: block !important;
}

.btn.btn-show-less {
    display: none;
}

.terms-and-conditions {
    padding: 0 15px;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #343434;
    font-weight: 200;
}

    .terms-and-conditions a {
        text-decoration: underline;
        color: #8a8a8a;
    }

        .terms-and-conditions a:hover {
            text-decoration: none;
        }

.video-container {
    position: relative;
}

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

.google-maps {
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .embed-container,
    .google-maps.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

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

    .google-maps.embed-container {
        float: right;
    }

@media screen and (max-width:580px) {
    .google-maps.embed-container {
        float: none;
        height: 360px;
        padding-bottom: 0;
    }
}

.player-container {
    display: none;
    -ms-filter: "alpha(Opacity=80)";
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

    .player-container .close-icon,
    .player-container .banner-stop-btn,
    .player-container .content-stop-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: #c3002f;
        border: none;
        z-index: 100;
    }

        .player-container .close-icon:before,
        .player-container .banner-stop-btn:before,
        .player-container .content-stop-btn:before {
            margin: 0 6px;
            font-family: icon-Nissan-Global;
            font-size: 24px;
            color: #fff;
            content: "";
        }

    .player-container .grid-row {
        overflow: visible;
        margin-top: 0;
        height: 624px;
        position: relative;
        background: #000;
    }

@media screen and (max-width:1200px) {
    .player-container .grid-row {
        height: 0;
        padding-top: 52%;
    }
}

.player-container .video-stream {
    top: 0 !important;
}

#player {
    margin: 0 auto;
    width: 100%;
    height: 640px;
    opacity: 1;
}

.kontakt-iframe-overflow {
    width: 100%;
    overflow-x: auto;
}

.kontakt-iframe {
    margin: auto;
    display: block;
    width: 580px;
    height: 720px;
    border: 0;
}

.play-btn,
.banner-play-btn,
.content-play-btn {
    box-shadow: none;
    text-shadow: none;
    border: none;
    background-color: #eee;
    background-color: rgba(238, 238, 238, .5);
    color: #000;
    color: rgba(0, 0, 0, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 45px;
    padding: 0;
    outline: none;
}

    .play-btn:focus,
    .banner-play-btn:focus,
    .content-play-btn:focus {
        box-shadow: 0 0 3pt 2pt #4d90fe;
    }

    .play-btn:after,
    .banner-play-btn:after,
    .content-play-btn:after {
        display: block;
        margin: 0 auto;
        height: 45px;
        width: 45px;
        font-family: icon-Nissan-Global;
        content: "";
        font-size: 52px;
        text-align: center;
    }

    .play-btn:hover,
    .banner-play-btn:hover,
    .content-play-btn:hover {
        color: #fff;
        background: #c3002f;
    }

.video-title {
    color: #8a8a8a;
    background: #fff;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    padding: 15px;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
}

.media-caption {
    color: #8a8a8a;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    padding: 15px 0;
}

figure {
    margin: 0;
}

    figure img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

img + figcaption i {
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    text-align: right;
}

b,
strong {
    font-weight: 700;
}

table {
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
}

    table tbody tr:nth-child(odd) {
        background-color: #eee;
    }

    table tbody td {
        display: table-cell;
        border: none;
        padding: 10px;
        line-height: 22px;
    }

.vehicle-preview-title {
    font-size: 58px;
    text-transform: uppercase;
}

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-icons {
    background: none !important;
    outline: none;
    font-weight: bold !important;
    text-transform: uppercase;
    padding-left: 15px !important;
}

    .ui-accordion .ui-accordion-header:after,
    .ui-accordion .ui-accordion-icons:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icon-Nissan-Global;
        font-size: 15px;
        text-align: center;
        color: #c3002f;
    }

.ui-accordion-content {
    overflow: hidden;
    background-color: #e3e2e2 !important;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #c5c5c5 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    border-bottom: 1px solid #c5c5c5 !important;
}

.ui-state-active {
    color: #343434 !important;
}

    .ui-state-active:after {
        content: "" !important;
    }

.styled-input {
    display: block;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 44px;
    margin-bottom: 20px;
    padding-right: 44px;
    background: #fff;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}

    .styled-input:before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 22px;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        color: #fff;
        background: #c3002f;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        font-family: icon-Nissan-Global;
        cursor: pointer;
    }

    .styled-input select {
        width: 100%;
        padding-right: 54px;
        font-size: 18px;
        height: 44px;
        border: 1px solid #c1c1c1;
        padding: 0 40px 0 10px;
        line-height: 2.5;
        border-right: none;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        -webkit-appearance: none;
    }

.location-input {
    width: 100%;
    padding-right: 54px;
    font-size: 1.1428571429em;
    height: 44px;
    border: 1px solid #c1c1c1;
    padding: 0 40px 0 10px;
    line-height: 2.5;
    border-right: none;
}

.search-btn {
    display: block;
    width: 44px;
    height: 44px;
    background: #c3002f;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    border: 0;
    text-decoration: none;
}

    .search-btn:before {
        content: "";
        display: block;
        text-align: center;
        font-size: 22px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        color: #fff;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        font-family: icon-Nissan-Global;
    }

.geolocate-btn {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 44px;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    border: 0;
    text-decoration: none;
}

    .geolocate-btn:before {
        content: "";
        display: block;
        text-align: center;
        font-size: 22px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        color: #8a8a8a;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: icon-Nissan-Global;
    }

.results-text {
    float: left;
    font-size: 14px;
}

iframe {
    margin-top: 6px;
}

.overflow-hidden {
    overflow: hidden;
}

.no-margin {
    margin: 0 auto;
}

.margins {
    margin: 15px auto;
}

.chevron-wide {
    position: relative;
    text-align: center;
    padding-bottom: 6.9%;
    text-transform: uppercase;
}

    .chevron-wide::after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABEwAAABkCAIAAAAT0zKlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNjg5MjAxNTM1MjA2ODExODIyQUE2RUY5MzUxNzU4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDJFMTY4MzRCRTExMUU0OTc5RTlDM0JBOTA0ODYwRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDJFMTY4MjRCRTExMUU0OTc5RTlDM0JBOTA0ODYwRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzY4OTIwMTUzNTIwNjgxMTgyMkFBNkVGOTM1MTc1ODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzY4OTIwMTUzNTIwNjgxMTgyMkFBNkVGOTM1MTc1ODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57qC7FAAAD6UlEQVR42uzdW27CMBRF0cL8x8oQ6OOjVUAlOYQEO75rfRVVaiv3la04vqfL5fIBAAAwipPIAQAARA4AAIDIAQAAEDkAAAAiBwAAEDkAAAAiBwAAQOQAAACIHAAAAJEDAACIHAAAAJEDAAAgcgAAAEQOAACAyAEAAEQOAACAyAEAABA5AAAAIgcAAEDkAAAAIgcAAEDkAAAAiBwAAACRAwAAIHIAAACRAwAAIHIAAABEDgAAgMgBAAAQOQAAgMgBAAAQOQAAACIHAABA5AAAAIgcAABA5AAAAIgcAAAAkQMAACByAAAAkWMVAAAAkQMAACByAAAARA4AAIDIAQAARA4AAIDIAQAAEDkAAAAiBwAAQOQAAAAiBwAAQOQAAACIHAAAAJEDAAAgcgAAAJEDAAAgcgAAAEQOAACAyAEAABA5AABAgci5Xq+fE9OXd29bLAAAoKHz+XyamL68edd3wIQfcTGE/l5afQAAIDRfLNO30w+4R5OELSSHAABg7HSZu9/y+3L7T922NOY3yE27yE8JAAD0ky6Lt19afpFH6YewheQQAACsq5dkw9geN17qRk4oPERBCwEAUCRdkg1jh0iXupHzbA4lh8v53QAAoMN0SZ7XL7o+LuKTHAoP2rZWAAC8Itkw1vZxF5FTTthC1hwAoNY19+NNYuuOSEbkdCcMIQNYAQA6T5dwwIu1Ejn8k0MGsAIAvDldFp/Xt1Yih3fkkAGsAACPhBvG3HgRORwyhwxgBQDGuZzNNoxJF5EDP5IW8uAQALBfuiQDXqwVIoftGcAKADybLo5IRuQwVA4ZwAoAQ9ZLsmHMjRdEDqVzyABWAOghXcIBL9YKkQObCQ9R8HMOAHfpkjyvb60QOdAvA1gBqCDcMKZeEDlQNIcMYAWgl8u1bMOYdAGRA9vkkAGsAKxOl3DAi7UCkQM95pABrADV0mVxwIu1ApEDJVooHDpkrQDeL9ww5sYLiBzg1RwygBXgpSuh4JaLdAGRA3SXQwawAjXTJXle31qByAFGzqHkEAV/MYC2kiOSPe4CiBzgOQawAttfjgQnjNkzBogcoDEDWIFww5h0AUQOMGwOGcAKB0qXZMCLtQJEDkCUQ8l+OWsFK4QbxtQLIHIAGkgOlJNDVPlPn20Yky6AyAEYgQGsHDpdwgEv1goQOQDM5dDiPSJrxSbp4ohkAJED0FcOJUOHrFW1enFEMoDIARg/h8KhQ9aq53RJNoxJFwCRA8ANA1ibpIsjkgFEDgCNGcC6KNkw5nEXAJEDwIFzaPEe0TH+k3ncBQCRA0CeQ+HQoT3SJRzw4tsEgMgBYHt5C4UDXiwpAKt9CTAAHpqmq9GcIAsAAAAASUVORK5CYII=) 50% 100%/cover no-repeat #fff;
        bottom: 37px;
        content: "";
        display: block;
        padding-bottom: 6.9%;
        position: absolute;
        width: 100%;
        z-index: -100;
    }

.chevron-bg {
    background: #eee;
    padding-top: 48px;
}

.chevron-subtitle {
    font-size: 19px;
    font-weight: 400;
    color: #c3002f;
}

.chevron-title {
    font-size: 42px;
}

@media screen and (max-width:959px) {
    .chevron-wide {
        padding-bottom: 20.2%;
    }

        .chevron-wide::after {
            padding-bottom: 20.2%;
        }

    .chevron-subtitle {
        font-size: 17px;
    }

    .chevron-title {
        font-size: 32px;
    }
}

.slick-slide img {
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
}

.slick-slide .grid-col.col-12 {
    padding: 0;
    float: none;
}

.image-caption,
.slick-description {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    line-height: 26px;
    padding-right: 15px;
    padding-left: 45px;
    color: #666;
}

.pagingInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #8a8a8a;
    padding-left: 15px;
    background: #fff;
}

.slider-container {
    position: relative;
}

.sliderNew .slick-slide {
    position: relative;
}

.sliderNew img {
    margin-bottom: 0;
}

.item {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}

.slick-slide .item {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

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

.item-image {
    margin-bottom: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
}

figure .item-image {
    padding-top: 0;
}

.item-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.item-subtitle {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #c3002f;
}

.item-title {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #343434;
    padding-bottom: 7px;
    text-transform: uppercase;
}

@media(max-width:768px) {
    .item-subtitle,
    .item-title {
        text-align: center;
    }
}

.item-description {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 100;
}

.item .btn {
    margin-top: 14px;
    border: 1px solid transparent;
    padding: 12px 45px 12px 20px;
    display: inline-block;
    line-height: 18px;
}

    .item .btn.icon-arrow::after {
        margin-right: 20px;
    }

@media screen and (max-width:959px) {
    .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .item-image {
        padding-bottom: 0;
    }

    .item .btn {
        display: block;
        width: 100%;
    }
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
    height: 9999px;
    left: 50%;
    margin-left: -.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 1px;
    top: 50%;
    margin-top: -.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    transition-duration: .5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    transition-property: opacity;
}

    .twentytwenty-before-label:before,
    .twentytwenty-after-label:before {
        color: #fff;
        font-size: 13px;
        letter-spacing: .1em;
    }

    .twentytwenty-before-label:before,
    .twentytwenty-after-label:before {
        position: absolute;
        background: rgba(255, 255, 255, .2);
        line-height: 38px;
        padding: 0 20px;
        border-radius: 2px;
    }

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

    .twentytwenty-container img {
        max-width: 100%;
        position: absolute;
        top: 0;
        display: block;
    }

    .twentytwenty-container.active .twentytwenty-overlay,
    .twentytwenty-container.active :hover.twentytwenty-overlay {
        background: transparent;
    }

        .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
        .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
        .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
        .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
            opacity: 0;
        }

    .twentytwenty-container * {
        box-sizing: content-box;
    }

.twentytwenty-before-label {
    opacity: 0;
}

    .twentytwenty-before-label:before {
        content: attr(data-content);
    }

.twentytwenty-after-label {
    opacity: 0;
}

    .twentytwenty-after-label:before {
        content: attr(data-content);
    }

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    transition-property: background;
    background: transparent;
    z-index: 25;
    display: none;
}

    .twentytwenty-overlay:hover {
        background: rgba(0, 0, 0, .5);
    }

        .twentytwenty-overlay:hover .twentytwenty-after-label {
            opacity: 1;
        }

        .twentytwenty-overlay:hover .twentytwenty-before-label {
            opacity: 1;
        }

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    background: #c3002f;
    border-radius: 50%;
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px;
}

.slider-thumbs {
    height: auto !important;
    margin-bottom: 15px;
}

    .slider-thumbs img {
        display: block;
        border: 0;
        height: 110px;
        margin-bottom: 8px;
    }

    .slider-thumbs .slick-track {
        padding-bottom: 15px;
    }

    .slider-thumbs .slick-slide {
        background-color: #eee;
        cursor: pointer;
        margin: 0 2px;
        padding: 8px 6px;
    }

        .slider-thumbs .slick-slide.slick-current {
            background-color: #343434;
            color: #fff;
            position: relative;
        }

            .slider-thumbs .slick-slide.slick-current::after {
                background-color: transparent;
                border-style: solid;
                border-width: 25px;
                border-top-color: #343434;
                bottom: -40px;
                color: transparent;
                content: " ";
                height: 0;
                left: 50%;
                margin-left: -25px;
                pointer-events: none;
                position: absolute;
                width: 0;
                z-index: -1;
            }

        .slider-thumbs .slick-slide:hover {
            background-color: #c3002f;
            color: #fff;
        }

            .slider-thumbs .slick-slide:hover::after {
                border-top-color: #c3002f;
            }

        .slider-thumbs .slick-slide h3 {
            display: block;
            font-size: 14px;
            font-weight: 100;
            line-height: 1.2;
            margin: 0;
            height: 34px;
            overflow: hidden;
            padding-right: 14px;
            position: relative;
            padding: 0 5px;
        }

            .slider-thumbs .slick-slide h3::after {
                content: '...';
                position: absolute;
                right: 0;
                bottom: 0;
            }

.slider-preview {
    padding-top: 18px;
    height: auto !important;
}

    .slider-preview .slick-slide {
        text-align: center;
        transition: none !important;
    }

        .slider-preview .slick-slide img {
            display: block;
            margin-bottom: 25px;
        }

        .slider-preview .slick-slide .item-title {
            padding-top: 18px;
        }

        .slider-preview .slick-slide .item-description {
            padding-bottom: 18px;
        }

.divider {
    font-size: 1.7142857143em;
    line-height: 1.1;
    margin: 0 0 1.4583333333em;
    padding-bottom: 1.25em;
    padding-top: 1.125em;
    position: relative;
}

    .divider::after {
        border-bottom: 1px dashed #c1c1c1;
        bottom: 0;
        content: ' ';
        display: block;
        position: absolute;
        width: 100%;
    }

.tabs-holder {
    border: 1px solid #c1c1c1;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

    ul.tabs li {
        background: #ededed;
        color: #000;
        display: table-cell;
        border-bottom: 1px solid #c1c1c1;
        padding: 0 20px;
        cursor: pointer;
        text-align: center;
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

        ul.tabs li:not(.current):hover {
            background: #c1c1c1;
        }

@media screen and (max-width:959px) {
    ul.tabs li {
        display: block;
    }
}

ul.tabs li span {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    line-height: 22px;
}

@media screen and (min-width:960px) {
    ul.tabs li + li {
        border-left: 1px solid #c1c1c1;
    }
}

ul.tabs li.current {
    background: #fff;
    border-bottom-color: transparent;
}

    ul.tabs li.current span {
        border-bottom-color: #c3002f;
    }

.tab-content {
    display: none;
    padding: 15px;
    padding-top: 102px;
}

.ui-accordion-content .tab-content {
    display: block;
}

.tab-content-image {
    border-top: 1px solid #c1c1c1;
}

.tab-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
}

.tab-content table {
    margin-top: 18px;
    margin-bottom: 18px;
}

.tab-content.current {
    display: inherit;
}

.btn {
    display: inline-block;
}

.item-description ul {
    margin: 1em 0;
    padding-left: 22px;
    list-style: disc outside;
}

    .item-description ul li {
        font-size: 14px;
        line-height: 1.7857142857em;
    }

.item-description a,
.links-list a {
    position: relative;
    width: auto;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    background-color: #c3002f;
    position: relative;
    color: #fff;
    margin-top: 14px;
    border: 1px solid transparent;
    padding: 12px 45px 12px 20px;
    display: inline-block;
    line-height: 18px;
}

    .item-description a::after,
    .links-list a::after {
        margin: 0 6px;
        position: absolute;
        top: 50%;
        right: 0;
        font-family: icon-Nissan-Global;
        font-size: 12px;
        transform: translateY(-50%) rotate(-90deg);
        content: "";
        color: #fff;
        margin-right: 20px;
    }

    .item-description a:hover,
    .links-list a:hover {
        background: #920023;
        text-decoration: none;
    }

.links-list a {
    margin-right: 10px;
    margin-left: 10px;
}

.slick-slide {
    outline: none;
}

.nissan {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}

.single-offer {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .single-offer .grid-col {
        padding-top: 18px;
        padding-bottom: 18px;
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: 0;
    text-align: right;
    background: #c3002f;
    width: 51px;
    height: 51px;
    text-align: center;
    opacity: 1;
    font-size: 64px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.sitemap1 {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}

    .sitemap1 > li > div {
        font-weight: 700;
    }

    .sitemap1 > li ul {
        padding-top: 15px;
    }

    .sitemap1 > li li {
        padding-left: 40px;
    }

    .sitemap1 a {
        text-decoration: underline;
        color: #8a8a8a;
    }

        .sitemap1 a:hover {
            text-decoration: none;
        }

.sitemap3 {
    padding-bottom: 15px;
}


header {
    position: absolute;
    top: 0;
    z-index: 103;
    width: 100%;
}

    header ul {
        list-style: none;
    }

@media screen and (min-width:960px) {
    header .dropdown-container a:after {
        transform: none;
    }
}

header .dropdown-container a.experience:after {
    display: none;
}

header .dropdown-container.open {
    max-height: 1000px;
    transition: all 1s linear;
}

    header .dropdown-container.open > a:after {
        transform: rotate(180deg);
    }


header .dropdown {
    max-height: 0;
    height: 0;
    overflow: hidden;
    transition: all 1s linear;
}

    header .dropdown.show {
        height: auto;
        max-height: 1000px;
        transition: all 1s linear;
    }

@media screen and (max-width:959px) {

    .logo {
        display: block;
        margin: 20px;
        width: 137px;
        height: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(/images/new-branding-logo-mobile@2x.png);
    }

    .logo-home {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        background-image: url(/images/new-branding-logo-mobile@2x_white.png);
    }
}


@media screen and (min-width:960px) {
    .logo {
        position: absolute;
        z-index: 104;
        top: 0;
        left: 0;
        display: block;
        margin: 20px;
        width: 70px;
    }

        .logo::before {
            content: "";
            padding-bottom: 82.75%;
            display: block;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-image: url(/images/new-branding-logo-desktop@2x.png);
        }

    .logo-home {
        margin: 2.25vw auto auto 50px;
        width: 10vw;
    }

        .logo-home::before {
            background-image: url(/images/new-branding-logo-desktop@2x_white.png);
        }
}

header .page-title {
    float: left;
    margin-left: 16px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #343434;
    text-transform: uppercase;
}

@media screen and (min-width:581px) {
    header .page-title {
        font-size: 28px;
    }
}

@media screen and (min-width:960px) {
    header .page-title {
        line-height: 40px;
        margin-left: 32px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.top-nav {
    overflow: auto;
    width: 100%;
}

@media screen and (max-width: 959px) {
    .top-nav {
        background: #f2f2f2;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.top-nav li {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    border-bottom: none !important;
}

    .top-nav li a {
        display: block;
        color: #343434;
        padding: 10px 30px;
    }

.top-nav .dropdown {
    width: 100%;
    left: 0;
    background-color: #eee !important;
    z-index: 100;
}

    .top-nav .dropdown li {
        line-height: 1;
        position: relative;
    }

@media screen and (min-width:960px) {
    .top-nav .dropdown li {
        padding: 12px 15px;
    }
}

.top-nav .dropdown a {
    padding: 15px 35px 15px 40px !important;
    line-height: 1;
}

    .top-nav .dropdown a:after {
        top: 50% !important;
        transform: translateY(-50%) rotate(-90deg);
    }

.main-nav {
    /*    overflow: hidden;*/
    width: 100%;
}

    .main-nav .menu-icon,
    .main-nav .close-icon {
        width: 56px;
        height: 56px;
        background: none;
        border: none;
    }

        .main-nav .menu-icon:before,
        .main-nav .close-icon:before {
            font-family: icon-Nissan-Global;
            font-size: 20px;
            color: #000;
        }

.logo-home ~ header .main-nav .menu-icon:before {
    color: #fff;
}

.main-nav .menu-icon {
    position: absolute;
    top: 0;
    right: 0;
}

    .main-nav .menu-icon:before {
        content: "";
    }

.main-nav .close-icon {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
}

    .main-nav .close-icon:before {
        content: "";
    }

.main-nav .nav-menu {
    overflow: auto;
    width: 100%;
    max-width: 380px;
    padding-top: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0);
    transform: translateX(100%) translate3d(0, 0, 0);
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
}

    .main-nav .nav-menu.open {
        transform: none;
        box-shadow: 0px 0px 100px rgba(0, 0, 0, .75);
    }


@media screen and (max-width: 959px) {
    .glavna-navigacija {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 960px) {
    .glavna-navigacija {
        display: none;
    }
}

.glavna-navigacija li {
    position: relative;
    margin: 0 30px;
}

.glavna-navigacija a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #343434;
    padding: 10px 0;
    text-transform: uppercase;
}

    .glavna-navigacija a:hover {
        text-decoration: none;
        color: #343434;
    }

.nav-link::after {
    content: "";
    font-family: icon-Nissan-Global;
    font-size: 12px;
    color: #000;
}

.main-nav .dropdown {
    background-color: #fff;
    z-index: 9999;
}

.primary-nav {
    text-align: right;
    text-transform: uppercase;
    padding-top: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}


@media (max-width: 959px) {
    .primary-nav {
        display: none;
    }
}

.primary-nav a {
    color: #000;
    transition: color .2s ease-in-out;
}

    .primary-nav a:hover {
        text-decoration: none;
    }

.logo-home ~ header .primary-nav-link {
    color: #fff;
}

.logo-home ~ header .primary-nav-ul:hover .primary-nav-link {
    color: rgba(255, 255, 255, .6);
}

header .primary-nav-link:hover {
    color: #000;
}

.logo-home ~ header .primary-nav-link:hover {
    color: #fff;
}


.primary-nav-li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding-bottom: 10px;
}

.primary-nav-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.primary-dropdown {
    position: absolute;
    top: 24px;
    right: 0;
    width: auto;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.05) inset;
    font-size: 14px;
    text-align: left;
    display: none;
}

.primary-nav-li:hover .primary-dropdown {
    display: block;
}

.primary-dropdown a {
    display: block;
    padding: 15px 40px 15px 30px;
    white-space: nowrap;
}

@media screen and (min-width:960px) {
    .sub-nav {
        position: relative;
        top: 59px;
        z-index: 100;
        /*        margin-top: 10px;*/
        margin-right: 20px;
        margin-bottom: 15px;
        margin-left: 110px;
        border-top: 1px solid #000;
        padding-top: 10px;
    }
}

.sub-nav ul {
    width: 100%;
    padding: 0 40px;
}

@media screen and (max-width:959px) {
    .sub-nav ul {
        overflow: hidden;
        max-height: 0;
        height: auto !important;
        transition: all .2s ease-in-out;
        background: #fff;
    }
}

@media screen and (min-width:960px) {
    .sub-nav ul {
        text-align: right;
        height: auto !important;
        padding: 0;
    }
}

.sub-nav.subnav-expand ul {
    max-height: 1000px;
    transition: all .3s linear;
}

.sub-nav li {
    display: block;
}

@media screen and (min-width:960px) {
    .sub-nav li {
        display: inline-block;
        padding: 0 15px;
        padding: 0 10px;
        border: none;
    }

        .sub-nav li.active a {
            font-weight: 700;
            /* color: #fff; */
            text-decoration: none;
            border-bottom-color: #c3002f;
        }
    /* .sub-nav li.active a:after {
		content: "";
		margin: 0 6px;
		position: absolute;
		font-family: icon-Nissan-Global;
		font-size: 16px;
		top: auto;
		right: 0;
		left: 0;
		bottom: -22px;
		color: #c3002f;
		transform: none;
	} */
}

.sub-nav a {
    display: block;
    position: relative;
    padding: 0;
    color: #343434;
    font-size: 14px;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width:959px) {
    .sub-nav a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: normal;
    }
    /* .sub-nav a:after {
		content: "";
		margin: 0 6px;
		position: absolute;
		top: 50%;
		right: 12px;
		font-family: icon-Nissan-Global;
		font-size: 12px;
		color: #c3002f;
		transform: translateY(-50%) rotate(-90deg);
	} */
}

.sub-nav a:hover {
    color: #c3002f;
    text-decoration: none;
}
/*
.sub-nav.fixed {
    overflow: visible;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
    z-index: 1000;
}*/

.sub-nav .sub-menu-btn {
    border: 0px solid #f2f2f2;
    border-width: 1px 0;
    background: transparent;
    text-align: left;
    width: 100%;
    position: relative;
    padding: 15px;
    /* color: #fff; */
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

@media screen and (min-width:960px) {
    .sub-nav .sub-menu-btn {
        display: none;
    }
}

.sub-nav .sub-menu-btn:before {
    content: "";
    margin: 0 6px;
    font-family: icon-Nissan-Global2020;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.sub-nav .sub-menu-btn.open:before {
    transform: translateY(-50%) rotate(180deg);
}

.grid-col.col-6:nth-child(2n+1) {
    clear: left;
}

.anchor-nav {
    overflow: hidden;
    padding-bottom: 14px;
}

    .anchor-nav:not(.anchor-nav-faux) {
        opacity: 0;
        pointer-events: none;
    }

.anchor-nav-faux {
    position: absolute;
    width: 100%;
}

@media screen and (min-width:960px) {
    .anchor-nav-faux {
        left: 140px;
        right: 140px;
        width: calc(100% - 280px);
    }
}

.anchor-nav-faux.fixed li.active {
    position: relative;
}

    .anchor-nav-faux.fixed li.active:after {
        content: "";
        position: absolute;
        top: 28px;
        left: 0;
        right: 0;
        background: #c3002f;
        display: block;
        height: 4px;
    }

.anchor-nav ul {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.anchor-nav.fixed ul {
    text-align: left;
}

.anchor-nav li {
    display: block;
    margin: 0 17px;
    border-bottom: 1px solid #c1c1c1;
}

    .anchor-nav li:first-child {
        border-top: 1px solid #c1c1c1;
    }

@media screen and (min-width:581px) {
    .anchor-nav li {
        display: inline-block;
        padding-bottom: 14px;
        border: none !important;
    }
}

.anchor-nav a {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 9px 13px 9px 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #343434;
}

@media screen and (max-width:580px) {
    .anchor-nav a:after {
        content: "";
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 0 6px;
        font-family: icon-Nissan-Global;
        font-size: 7px;
        position: absolute;
        right: -6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff !important;
        line-height: 12px;
        background-color: #c3002f;
    }
}

@media screen and (min-width:581px) {
    .anchor-nav a {
        padding: 0;
        padding-bottom: 4px;
        /* border-bottom: 4px solid #c1c1c1; */
    }

        .anchor-nav a:after {
            color: #c1c1c1;
            margin: 0 6px;
            font-family: icon-Nissan-Global2020;
            font-size: 12px;
            content: "";
            position: absolute;
            top: auto;
            right: 0;
            left: 0;
            bottom: -17px;
            transform: none;
        }

        .anchor-nav a:hover {
            text-decoration: none;
            /* color: #c3002f !important; */
            /* border-color: #c3002f !important; */
        }

            .anchor-nav a:hover:after {
                color: #c3002f !important;
            }
}

@media screen and (min-width:960px) {
    .anchor-nav.fixed {
        width: 100%;
        /*        position: fixed;*/
        top: 55px;
        left: 0;
        right: 0;
        z-index: 100;
    }

        .anchor-nav.fixed .container {
            height: 35px;
            background: #000;
        }

        .anchor-nav.fixed a {
            border-bottom: none;
            line-height: 35px;
            font-size: 12px;
            color: #c1c1c1;
        }

            .anchor-nav.fixed a:hover {
                color: #fff;
            }

            .anchor-nav.fixed a:after {
                display: none;
            }
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#slider-range-config {
    margin: 15px 165px 15px 15px;
    border: 0;
    height: 40px;
}

    #slider-range-config .ui-slider-range {
        margin-top: 14px;
        height: 13px;
        background: url(/images/slider.jpg) repeat-x 0 0;
    }

    #slider-range-config .ui-slider-handle {
        cursor: pointer !important;
        display: block;
        margin: 0;
        padding: 12px 30px;
        width: 120px;
        height: auto;
        top: 0;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        #slider-range-config .ui-slider-handle:after,
        #slider-range-config .ui-slider-handle:before {
            display: none !important;
        }

.filter-wide {
    margin: 25px 0 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

    .filter h3,
    .filter-wide h3 {
        background-color: #d5d5d5;
        color: #525252;
        padding: 5px 8px;
        font-size: 16px;
    }

.filter {
    overflow: hidden;
    float: left;
    width: 195px;
    margin-right: 10px;
    height: 300px;
    border: 1px solid #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 15px;
}

    .filter > div {
        list-style: none;
        padding: 10px;
    }

    .filter label {
        font: normal 11px Arial;
        color: #464646;
    }

.k-panel {
    position: relative;
    width: 48%;
    border: 1px solid #f3f3f3;
    padding: 15px 30px 45px 15px;
    box-shadow: 0 0 3px #ddd;
    background: #fff;
    float: left;
    margin: 15px 1%;
}

    .k-panel .vehicle.small {
        position: relative;
        margin-bottom: 7px;
        border: 1px solid #ccc;
        font: normal 12px Arial;
        border-radius: 3px;
    }

        .k-panel .vehicle.small.selected .vehicle-type-link {
            border-color: #000;
        }

    .k-panel .vehicle-type-link {
        display: block;
        background-color: #e6e6e6;
        color: #777;
        border: 3px solid #fff;
        padding: 10px 27px 10px 20px;
        text-decoration: none;
        border-radius: 3px;
        cursor: pointer;
    }

        .k-panel .vehicle-type-link:hover {
            border-color: #000;
        }

.step-vehicles-container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.konfigurator-buttons {
    clear: both;
    width: 100%;
    padding-top: 15px;
    height: 35px;
    position: relative;
    background: url(/images/konf-buttons.png) no-repeat 0 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    background-size: 100%;
}

    .konfigurator-buttons input[type=submit],
    .konfigurator-buttons .button-next,
    .konfigurator-buttons .button-prev {
        padding: 6px 15px 5px;
        font-size: 11px;
        background-color: #808080;
        color: #fff;
        text-decoration: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 0;
        border-radius: 4px;
        cursor: pointer;
    }

        .konfigurator-buttons input[type=submit]:hover,
        .konfigurator-buttons .button-next:hover,
        .konfigurator-buttons .button-prev:hover {
            background-color: #d32738;
        }

    .konfigurator-buttons .button-next {
        right: 4px;
    }

    .konfigurator-buttons .button-prev {
        left: 4px;
    }

.vehicle-price-container {
    float: right;
    color: #000;
}

.car-model-img {
    max-width: 275px;
    margin: 10px 0;
}

.grade-slider-container {
    width: 968px;
    margin: 0 auto;
    position: relative;
}

.grade-slider {
    width: 892px;
    overflow: hidden;
    margin: 0 auto;
}

    .grade-slider .slides-container {
        position: relative;
        overflow: hidden;
        left: 0;
    }

.grade-slide {
    float: left;
    width: 180px !important;
    height: 410px;
    margin-right: 7px;
    padding: 16px 18px;
    background: url(/images/conf-car-item.png) no-repeat 50% 0;
    cursor: pointer;
    box-sizing: initial;
}

    .grade-slide:hover {
        background-position: 100% 0;
    }

    .grade-slide.selected {
        background-position: 0 0;
    }

    .grade-slide ul {
        padding-left: 5px;
        list-style: none;
        background: url(/css/bg/dash.png) repeat-x 0 0;
        padding-top: 10px;
        padding-right: 20px;
        height: 245px;
        overflow-y: auto;
    }

        .grade-slide ul li {
            font-size: 11px;
            font-weight: bold;
            background: url(/images/bullet.png) no-repeat 0 4px;
            color: #757575;
            border: 0;
            padding: 0 0 0 10px;
        }

.button-container {
    overflow: hidden;
    max-width: 790px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.arrow {
    border: none;
    background: transparent url(/images/konf-car-arr.png) no-repeat scroll;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 250px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    outline: none;
}

    button.arrow.left {
        left: 0;
        float: left;
        background-position: 0 0;
    }

        button.arrow.left:hover,
        button.arrow.left:focus {
            background-position: 100% 0;
        }

        button.arrow.left.disabled {
            background-position: 50% 0;
        }

    button.arrow.right {
        right: 0;
        float: right;
        background-position: 100% 100%;
    }

        button.arrow.right:hover,
        button.arrow.right:focus {
            background-position: 0 100%;
        }

        button.arrow.right.disabled {
            background-position: 50% 100%;
        }

.conf-car-model {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding-bottom: 4px;
}

.shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 80px;
    background: url(/images/conf-car-image.png) no-repeat;
}

.conf-car-image {
    width: 165px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.conf-car-price {
    font-size: 12px;
    font-weight: bold;
    color: #373737;
    padding: 5px 0;
}

a.btn-link {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #FFF;
    border: 2px solid #c3002f;
    background-color: #c3002f;
    position: relative;
    padding: 12px 28px 12px 12px;
    margin-top: 20px;
}

    a.btn-link:after {
        content: "\e634";
        color: white;
        margin: 0 6px;
        position: absolute;
        top: 50%;
        right: 0;
        font-family: icon-Nissan-Global;
        font-size: 12px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    a.btn-link:hover {
        background-color: #920023;
    }

a.link {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 6px;
    color: #343434;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

    a.link:after {
        content: "\e634";
        color: #c3002f;
        margin: 0 6px;
        /*position: absolute;*/
        top: 50%;
        right: auto;
        font-family: icon-Nissan-Global;
        font-size: 12px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}
}

/**umb_name:Small*/
.small {
    font-size: small;
}

/**umb_name:Smaller*/
.smaller {
    font-size: smaller;
}

/**umb_name:font-16-L*/
.font16L {
    font-size: 16px;
    font-weight: 100;
}

/**umb_name:font-16-B*/
.font16B {
    font-size: 16px;
    font-weight: 700;
}

/**umb_name:font-20-L*/
.font20L {
    font-size: 20px;
    font-weight: 100;
}

/**umb_name:font-20-B*/
.font20B {
    font-size: 20px;
    font-weight: 700;
}

/**umb_name:font-50-B*/
.font50B {
    font-size: 50px;
    font-weight: 700;
}

/**umb_name:font-72-B*/
.font72B {
    font-size: 72px;
    font-weight: 700;
}

/**umb_name:Crveno*/
.red {
    color: red;
}

.video-slider-container {
    position: relative;
    z-index: 1000;
}

.slider {
    height: 668px;
    position: relative;
    display: block;
    z-index: 10;
}

    .slider .grid-row {
        max-width: 1080px;
    }

        .slider .grid-row .grid-col {
            padding: 0 25px;
        }

#contentSlider {
    padding-bottom: 96px;
}

    #contentSlider .slide {
        height: auto !important;
    }

    #contentSlider .slick-arrow {
        background-color: #fff;
    }

    #contentSlider .grid-col {
        padding: 15px 75px;
    }

.slider-for {
    margin-bottom: 60px;
}

.slider-nav {
    height: 80px;
}

    .slider-nav .slick-slide {
        border: 2px solid transparent;
        outline: none;
        cursor: pointer;
    }

    .slider-nav .slick-current {
        border: 2px solid #5e9ed6;
    }

    .slider-nav .slick-arrow {
        height: 80px;
        background-color: #eee;
    }

    .slider-nav .slick-track {
        padding-bottom: 10px;
    }

.slide {
    height: 580px !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    outline: none;
}

    .slide .slide-details {
        padding-top: 35px;
        max-width: 1200px;
        padding-left: 60px;
    }

    .slide .slide-detail-inner {
        max-width: 470px;
    }

    .slide .slide-title {
        margin-left: 10px;
        line-height: 42px;
        text-transform: uppercase;
    }

        .slide .slide-title > span:not(.removeBG) {
            /*            background-color: #000;*/
            line-height: 1;
            display: inline;
            font-size: 42px;
            /*            box-shadow: 10px 0 0 #000, -10px 0 0 #000;*/
        }


    .slide .slide-headline {
        margin-top: 6px;
        margin-left: 10px;
        font-size: 19px;
        font-weight: 100;
        text-transform: uppercase;
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-size: 19px;
        text-transform: uppercase;
    }

.slider-homepage .slide .slide-headline {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.slide .slide-headline > span:not(.removeBG) {
    display: inline-block;
    color: #fff;
}

.slide .cta-list {
    display: table;
}

    .slide .cta-list li {
        padding-top: 0;
    }

.slide .slide-subtitle {
    display: inline-block;
    max-width: 460px;
    text-transform: none;
    padding: 12px 10px;
    background: #000;
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
}

.slider-homepage .slide .slide-subtitle {
    display: block;
    background: none;
    font-size: 14px;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 0 15px;
}

.slide .slide-subtitle > span:not(.removeBG) {
    /*    background-color: #000;*/
    line-height: 1.4;
    display: inline;
    /*    box-shadow: 10px 0 0 #000, -10px 0 0 #000;*/
}

.slick-dots {
    margin-top: 12px;
    text-align: center;
    line-height: 0;
    padding: 30px 0 0;
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: center;
}

    .slick-dots li {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        background: #767676;
        cursor: pointer;
        width: 140px;
        height: 3px;
        margin: 0 7px;
    }

        .slick-dots li + li {
            margin-left: 7px;
        }

        .slick-dots li:hover {
            background: #920023;
        }

    .slick-dots .slick-active {
        background: #c3002f;
    }

    .slick-dots button {
        display: none;
    }

#sliderDouble .slick-next,
#sliderDouble .slick-prev {
    background-color: #fff;
}

#gridSlider {
    height: auto;
}

    #gridSlider .slide {
        height: auto !important;
    }

    #gridSlider .slick-next,
    #gridSlider .slick-prev {
        top: 50%;
    }

.video-slider .slide {
    position: relative;
}

.video-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

    .video-slider .slick-dots li {
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 5px;
        padding: 8px 10px 9px 10px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, .3);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .video-slider .slick-dots li button {
            width: auto;
            height: auto;
            padding: 15px 45px 15px 20px;
            color: #343434;
            background: #eee;
            font-family: "Nissan Bold", Verdana, Arial, sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

            .video-slider .slick-dots li button:hover {
                color: #c3002f;
                text-decoration: underline;
            }

            .video-slider .slick-dots li button:after {
                content: "";
                color: #c3002f;
                font-size: .8571428571rem;
                position: absolute;
                right: 18px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: right;
            }

.slide-count-wrap {
    font-size: 14px;
    margin-top: 3px;
    padding-top: 3px;
}

.slick-next,
.slick-prev {
    width: 20px;
    height: 20px;
    background: 0;
    border: none;
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 0 11px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 42%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 100;
    zoom: 1;
    text-indent: -9999px;
}

@media screen and (min-width:960px) {
    .slick-next,
    .slick-prev {
        opacity: 0;
        transition: opacity 1s;
    }

    .slick-slider:hover .slick-next,
    .slick-slider:hover .slick-prev {
        opacity: 1;
    }
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #000;
}

.slick-next:before,
.slick-prev:before {
    content: "";
    color: #c3002f;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 20px;
    text-indent: 0;
    transform: translateY(-50%);
    font-family: icon-Nissan-Global2020;
}

.light-gray-bcg .slick-next,
.light-gray-bcg .slick-prev {
    /* background-color:#fff; */
}

@media screen and (max-width:959px) {
    .slider-thumbs {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width:959px) {
    .slider-preview {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

    .slick-next:before {
        transform: translateY(-50%) rotate(180deg);
    }

.slick-slide .item-title {
    text-transform: uppercase;
}

.slider-homepage {
    height: auto;
}

    .slider-homepage .slide {
        height: auto !important;
        position: relative;
        color: #fff;
        font-size: 40px;
    }

    .slider-homepage .slide-details {
        /*
        max-width: 100%;
        margin: auto;
        */
        padding: 180px 0 0 50px;
        padding-top: 12.25vw;
    }

@media screen and (min-width:581px) {
    .slider-homepage .slide-details {
        width: 45%;
    }
}

@media screen and (min-width:960px) {
    .slider-homepage .slide-details {
        width: 35%;
    }
}


@media screen and (max-width:959px) {
    .slider-homepage .slide-details {
        margin: 50px;
        padding-left: 0;
    }
}

@media screen and (max-width:580px) {
    .slider-homepage .slide-details {
        margin: 36px 20px 20px;
        padding-top: 44px;
        padding-left: 0;
    }
}



.slider-homepage .slide img {
    margin-bottom: 0;
}

.slider-homepage .slide .slide-title {
    font-size: 48px;
    font-weight: 100;
    margin-left: 0;
    padding-bottom: 15px;
}


@media screen and (max-width:580px) {
    .slider-homepage .slide .slide-title {
        font-size: 30px;
    }
}

.slider-homepage .slide .cta-list li {
    margin-bottom: 10px;
}

.slider-homepage .slide .cta-list .btn {
    display: block;
}

.slider-homepage .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    margin-top: 0;
    text-align: center;
}

@media screen and (max-width:959px) {
    .slider-homepage .slick-next,
    .slider-homepage .slick-prev {
        width: 19px;
        height: 80px;
    }
}

.slide-figure {
    position: relative;
    z-index: -1;
    padding-bottom: 170%;
    height: 0;
    overflow: hidden;
    background-color: #8a8a8a;
}

@media (min-width: 36.3125em) {
    .slide-figure {
        padding-bottom: 100%;
    }
}

@media (min-width: 60em) {
    .slide-figure {
        padding-bottom: 41%;
    }
}

.slide-figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
}

.slide-text-holder {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-homethumbs {
    z-index: 10;
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 780px) {
    .slider-homethumbs {
        margin-top: -45px;
        text-align: center;
    }
}



/*
    .slider-homethumbs .slick-slide {
        max-width: 135px;
        float: none;
        display: inline-block;
    }
    */

    .slider-homethumbs img {
        margin-bottom: 0;
        height: 90px;
        object-fit: cover;
        cursor: pointer;
    }

    /*
    .slider-homethumbs .slick-track {
        transform: none !important;
    }
    */

.breadcrumbs {
    overflow: hidden;
    background-color: #343434;
    padding: 20px 0 18px;
    /*    line-height: 1px;*/
}

    .breadcrumbs .grid-row {
        margin: 0 auto;
    }

@media screen and (max-width:580px) {
    .breadcrumbs {
        line-height: normal;
    }

        .breadcrumbs .grid-row {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.breadcrumbs ul {
    list-style: initial;
}

.breadcrumbs li {
    float: left;
}

    .breadcrumbs li:last-child a:after {
        display: none;
    }

.breadcrumbs a {
    display: block;
    padding-right: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #c1c1c1;
}

    .breadcrumbs a.active {
        color: #fff;
    }

    .breadcrumbs a:after {
        right: auto;
        font-size: 10px;
        color: #666;
    }

.breadcrumbs .grid-col {
    padding: 0;
}

footer {
    background-color: #000;
}

    footer:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        clear: both;
    }

    footer .grid-row {
        overflow: visible;
        margin-top: 0;
        padding: 0;
    }

@media screen and (min-width:581px) {
    footer .grid-row {
        overflow: hidden;
    }
}

footer .grid-col.fourth {
    float: none;
    width: 100%;
    border-bottom: 1px solid #4c4c4c;
}

@media screen and (min-width:581px) {
    footer .grid-col.fourth {
        float: left;
        width: 25%;
        border-bottom: none;
    }
}

footer h5 {
    position: relative;
}

    footer h5 a {
        display: block;
        padding: 18px 15px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

@media screen and (min-width:581px) {
    footer h5 a {
        padding: 18px 10px 0 0;
        font-size: 16px;
    }
}

footer h5 a:hover {
    text-decoration: none;
}

@media screen and (max-width:580px) {
    footer .grid-col {
        padding: 0;
        border-top: 1px solid #343434;
    }

    footer .accordion-title:after {
        color: #920023;
        margin: 0 6px;
        font-family: icon-Nissan-Global;
        font-size: 16px;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    footer .accordion-toggle:focus {
        outline: 0;
    }
}

footer ul a {
    display: block;
    padding-top: 15px;
    font-size: 16px;
    color: #c1c1c1;
}

@media screen and (min-width:581px) {
    footer ul a {
        font-size: 12px;
    }
}

footer .footer-nav {
    padding-bottom: 20px;
}

@media screen and (max-width:580px) {
    footer .footer-nav {
        padding-bottom: 0;
    }

        footer .footer-nav .accordion {
            display: none;
        }

        footer .footer-nav ul {
            padding: 0 30px 18px;
        }

            footer .footer-nav ul a {
                padding: 8px 0;
            }

            footer .footer-nav ul.show {
                display: block;
            }

        footer .footer-nav h5 a {
            padding: 18px 0 18px 30px;
        }
}

footer .bottom {
    overflow: hidden;
    border-top: none;
}

@media screen and (min-width:581px) {
    footer .bottom {
        overflow: visible;
        padding: 10px 0;
        border-top: 1px solid #4c4c4c;
    }
}

footer .bottom ul {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media screen and (min-width:581px) {
    footer .bottom ul {
        padding: 0;
    }
}

footer .bottom li {
    float: none;
    margin-right: 30px;
}

@media screen and (min-width:581px) {
    footer .bottom li {
        float: left;
    }
}

footer .bottom a {
    padding-top: 0;
}

footer .footer-copyright {
    color: #c1c1c1;
    font-weight: bold;
    font-size: 12px;
}

@media screen and (max-width:580px) {
    footer .footer-copyright {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width:580px) {
    footer .grid-col.half:last-child ul {
        border-top: 1px solid #4c4c4c;
    }
}

.footer-social {
    margin-top: 5px;
}

    .footer-social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        padding-top: 0;
    }

@media screen and (max-width:580px) {
    .footer-social a {
        margin-right: 6px;
    }

        .footer-social a:after {
            font-size: 30px !important;
        }
}

@media screen and (max-width:580px) {
    .footer-social {
        margin-top: 0;
        padding-top: 0;
    }
}

.vehicles-container {
    overflow: visible;
}

@media (min-width: 960px) {
    .test-drive-form {
        padding-top: 104px;
    }
}

.test-drive-form .vehicles .vehicle:nth-child(4n+1) {
    clear: none;
}

.tabs-container {
    display: none;
    background: #eee;
    margin: 30px;
    padding: 30px;
}

    .tabs-container.active {
        display: block;
    }

@media screen and (max-width:959px) {
    .tabs-container {
        margin: 30px 0;
        padding: 15px;
    }
}

.info-box {
    display: none;
}

    .info-box.active {
        display: block !important;
    }

.styled-select-container {
    display: none;
    text-align: center;
    margin-bottom: 60px;
}

    .styled-select-container h4 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .styled-select-container .selectedValue {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: none;
        border-bottom: 4px solid #c3002f;
        padding: 0 10px;
        color: #c3002f;
        font-size: 32px;
        line-height: 1;
        background: transparent;
    }

        .styled-select-container .selectedValue:after {
            top: 32px;
            left: 0;
            right: 0;
            border: none;
        }

@media screen and (max-width:959px) {
    .styled-select-container .selectedValue {
        font-size: 20px;
    }

        .styled-select-container .selectedValue:after {
            top: 22px;
        }
}

.info-btn.active .fa {
    background-color: #fff;
    color: #c3002f;
}

.specs-container {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border: 1px solid #e3e2e2;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
}

    .specs-container.active {
        overflow: visible;
    }

    .specs-container .image-wrapper,
    .specs-container .info-wrapper,
    .specs-container .features-wrapper {
        float: left;
        width: 33.3333333%;
        padding: 35px 15px 0;
        margin-bottom: 30px;
    }

        .specs-container .image-wrapper img,
        .specs-container .info-wrapper img,
        .specs-container .features-wrapper img {
            width: 100%;
            height: auto;
        }

@media screen and (max-width:959px) {
    .specs-container {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        border-top: 1px dashed #c1c1c1;
    }

        .specs-container .image-wrapper {
            float: none;
            width: 100%;
            padding: 0;
        }

        .specs-container .info-wrapper,
        .specs-container .features-wrapper {
            width: 50%;
            padding: 0;
        }
}

@media screen and (max-width:580px) {
    .specs-container .info-wrapper,
    .specs-container .features-wrapper {
        float: none;
        width: 100%;
    }
}

.specs-container .info-wrapper > p {
    font-size: 20px;
    line-height: 1.3;
}

.specs-container .cta-tab-switch {
    margin-top: 25px;
}

    .specs-container .cta-tab-switch a {
        font-weight: normal;
    }

.specs-container .price {
    margin-top: 10px;
}

.specs-container .full-price {
    /* margin-top:10px; */
    color: #000;
    font-size: 26px;
    font-weight: 100;
}

.specs-container .accordion-group {
    clear: both;
    overflow: hidden;
    max-height: 50px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .specs-container .accordion-group.active {
        max-height: 3500px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.specs-container .accordion-header {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c1c1c1;
}

    .specs-container .accordion-header .btn {
        padding: 15px 45px 15px 20px;
    }

@media screen and (max-width:959px) {
    .specs-container .accordion-header .btn {
        display: block;
    }
}

@media screen and (max-width:959px) {
    .specs-container .accordion-header {
        padding: 0;
        border-bottom: none;
    }
}

.specs-container .tab {
    display: none;
}

    .specs-container .tab.active {
        display: block;
    }

.specs-container .features-wrapper {
    font-weight: bold;
}

    .specs-container .features-wrapper > p {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .specs-container .features-wrapper ul {
        list-style: disc;
        padding: 0 18px 15px;
        margin-top: 3px;
        font-size: 14px;
    }

    .specs-container .features-wrapper li {
        margin-bottom: 3px;
    }

.specs-container .tab-inner {
    margin: 30px;
    padding: 0 30px;
    background: #eee;
}

    .specs-container .tab-inner .grid-col {
        padding: 0;
        padding-right: 30px;
    }

@media screen and (max-width:959px) {
    .specs-container .tab-inner {
        margin: 30px 0;
        padding: 15px;
    }
}

.specs-container .ui-accordion .ui-accordion-header {
    padding: 18px 30px !important;
}

.version-tech-specs,
.version-equipment,
.version-packages {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #c5c5c5 !important;
}

    .version-tech-specs.active,
    .version-equipment.active,
    .version-packages.active {
        display: block;
    }

    .version-tech-specs .ui-accordion-content,
    .version-equipment .ui-accordion-content,
    .version-packages .ui-accordion-content {
        padding: 0 !important;
        background: #fff !important;
    }

    .version-tech-specs .tab-content,
    .version-equipment .tab-content,
    .version-packages .tab-content {
        padding: 30px;
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    }

        .version-tech-specs .tab-content ul,
        .version-equipment .tab-content ul,
        .version-packages .tab-content ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 20px;
        }

.specs-rect {
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 70px;
    position: relative;
}

@media screen and (max-width:959px) {
    .specs-rect {
        display: none;
    }
}

.specs-rect:before {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

.specs-rect > p {
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
}

.specs-rect button {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    text-align: center;
}

    .specs-rect button .fa {
        vertical-align: middle;
        background-color: #c3002f;
        color: #fff;
        border-radius: 50%;
        width: 19px;
        height: 18px;
        border: 1px solid transparent;
    }

        .specs-rect button .fa:before {
            display: block;
            width: 16px;
        }

.specs-rect .units {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.tabs-nav ul {
    overflow: hidden;
}

.tabs-nav li {
    float: left;
    width: 25%;
    border: 1px solid #c1c1c1;
    position: relative;
}

    .tabs-nav li:after {
        display: none;
        content: '';
        background: #c3002f;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
    }

    .tabs-nav li.active {
        border-bottom: none;
    }

        .tabs-nav li.active:after {
            display: block;
        }

        .tabs-nav li.active button {
            background: none;
        }

.tabs-nav .mobile-only {
    text-align: center;
}

    .tabs-nav .mobile-only h4 {
        padding-bottom: 10px;
    }

.tabs-nav button {
    width: 100%;
    display: block;
    border: none;
    background: #f6f6f6;
    outline: none;
    text-align: center;
    padding: 22px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.specs-rect .info-box {
    position: absolute;
    width: 320px;
    left: 110px;
    top: 60px;
    background-color: #343434;
    z-index: 100;
    padding: 28px 36px 28px 20px;
    color: #fff;
}

    .specs-rect .info-box:before {
        content: '';
        width: 30px;
        height: 14px;
        position: absolute;
        top: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 14px solid #343434;
        z-index: 1;
    }

button.box-close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: none;
    border: none;
}

    button.box-close:before {
        font-family: icon-Nissan-Global;
        font-size: 18px;
        content: "";
        display: block;
        color: #fff;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    button.box-close:hover:before {
        color: #c3002f;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

.vehicles {
    padding: 0 15px;
    overflow: visible;
}

    .vehicles .vehicle-range-container {
        position: relative;
    }

@media screen and (max-width:959px) {
    .vehicles .vehicle-range-container .vehicle-range-text {
        display: none !important;
    }
}

.vehicles .version-title {
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
}

.vehicles .version-subtitle {
    font-weight: bold;
    font-size: 14px;
}

.vehicles .vehicle-range-text {
    display: none;
    position: absolute;
    width: 320px;
    left: -120px;
    top: 35px;
    background-color: #343434;
    z-index: 100;
    padding: 28px 36px 28px 20px;
}

    .vehicles .vehicle-range-text.open {
        display: block;
    }

    .vehicles .vehicle-range-text:before {
        content: '';
        width: 30px;
        height: 14px;
        position: absolute;
        top: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 14px solid #343434;
        z-index: 1;
    }

    .vehicles .vehicle-range-text button.vehicle-range-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
    }

        .vehicles .vehicle-range-text button.vehicle-range-close:before {
            font-family: icon-Nissan-Global;
            font-size: 18px;
            content: "";
            display: block;
            color: #fff;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            transition: all .2s linear;
        }

        .vehicles .vehicle-range-text button.vehicle-range-close:hover:before {
            color: #c3002f;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            transition: all .2s linear;
        }

    .vehicles .vehicle-range-text > p {
        margin-top: 8px;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
    }

.vehicle-link {
    display: block;
    margin-bottom: 20px;
}

    .vehicle-link img {
        display: block;
    }

.vehicles .vehicle-title {
    position: relative;
    font-weight: 100;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

    .vehicles .vehicle-title a {
        color: #000;
        padding-right: 30px;
    }

.vehicles:after {
    content: "";
    display: block;
    clear: both;
}

.vehicles .vehicle-subtitle {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.vehicles.offers .vehicle {
    width: 50%;
}

@media screen and (max-width:580px) {
    .vehicles.offers .vehicle {
        width: 100%;
    }
}

.vehicles .vehicle {
    width: 33.333333%;
    position: relative;
    padding: 0;
    margin-right: -4px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

@media screen and (max-width:959px) {
    .vehicles .vehicle {
        width: 50%;
    }
}

@media screen and (max-width:580px) {
    .vehicles .vehicle {
        width: 100%;
    }
}

.vehicles .vehicle .vehicle-inner {
    padding: 13px;
    min-height: 380px;
    background: #fff;
}

@media screen and (min-width:581px) {
    .vehicles .vehicle .vehicle-inner {
        margin: 13px;
    }
}

.vehicles .vehicle .close-icon {
    display: none;
}

.vehicles .vehicle.active .vehicle-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 600px;
    z-index: 10;
}

.vehicles .vehicle.active .cta-list {
    display: none;
}

.vehicles .vehicle.active .quickview-deploy,
.vehicles .vehicle.active .close-icon {
    display: block;
}

.vehicles img {
    width: 100%;
}

.vehicles .cta-list {
    margin-top: 0;
}

    .vehicles .cta-list li {
        margin: 0;
        padding: 0;
    }

    .vehicles .cta-list a {
        display: block;
        border-bottom: 1px dashed #c1c1c1;
        padding: 15px 0;
        color: #343434;
        text-transform: uppercase;
        font-size: 14px;
    }

.vehicle-range {
    display: block;
    color: #343434;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 14px;
    /* text-transform:uppercase; */
    /* padding-bottom:5px; */
    font-weight: 100;
}

.full-price {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 26px;
    font-weight: 100;
    color: #000;
    line-height: 1;
    margin: 15px 0;
}

.quickview-deploy {
    display: none;
    font-family: 'Nissan Brand';
    padding: 15px 13px 1px 13px;
}

    .quickview-deploy .cta-list {
        padding: 15px 0 0;
    }

        .quickview-deploy .cta-list li {
            border: none !important;
        }

.quickview-heading-container {
    position: relative;
    padding: 20px 0;
}

.quickview-title {
    clear: both;
    display: block;
    padding: 0 0 12px;
    border-bottom: 1px dashed #c1c1c1;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #343434;
    line-height: .8;
    text-transform: uppercase;
}

.quickview-highlights-title {
    display: block;
    line-height: 1;
    margin: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.highlights {
    color: #343434;
}

    .highlights p {
        font-family: 'Nissan Brand';
        font-size: 16px;
        font-weight: 200;
        line-height: 1.2;
    }

.quickview-specs-engine-value {
    font-size: 23px;
    font-weight: bold;
}

.quickview-specs-engine-units {
    font-size: 15px;
    font-weight: bold;
}

.quickview-specs-engine-name {
    display: block;
    font-size: 12px;
}

.close-icon {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -3px;
    background: none;
    border: none;
    z-index: 100;
}

    .close-icon:before {
        content: "";
        font-family: icon-Nissan-Global;
    }

.highlights-details ul {
    border-bottom: 1px dashed #c1c1c1;
    display: table;
    padding-bottom: 16px;
}

.highlights-details li {
    text-align: center;
    width: 33%;
    display: table-cell;
    vertical-align: top;
}

.vehicle-preview-inner {
    max-width: 1200px;
    height: 360px;
    height: 400px;
    margin: 0 auto;
    padding: 36px 15px 0;
    position: relative;
}

@media screen and (max-width:959px) {
    .vehicle-preview-inner {
        height: auto;
    }
}

.vehicle-preview-inner .heading {
    font-size: 42px;
    font-weight: 700;
    line-height: .8;
}

.vehicle-preview-inner .subheading {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #c3002f;
}

.large.banner {
    margin-top: -26px;
}

.vehicle-preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

@media screen and (max-width:959px) {
    .vehicle-preview {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 36%;
        margin: 0 auto;
    }
}

.vehicle-preview img {
    max-width: 1500px;
    height: 475px;
    position: absolute;
    top: -30%;
    top: 0;
    right: -25%;
    opacity: 0;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
}

@media screen and (max-width:959px) {
    .vehicle-preview img {
        margin: 0 auto;
        width: 156.25%;
        height: auto;
        right: -10.41666666666667%;
    }
}

.vehicle-preview img.active {
    opacity: 1;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
}

.color-selection-panel {
    position: absolute;
    bottom: 0;
    min-width: 0;
    max-width: 240px;
    overflow: hidden;
    clear: both;
    float: left;
    width: 310px;
    margin-bottom: 56px;
}

@media screen and (max-width:959px) {
    .color-selection-panel {
        clear: none;
        float: none;
        position: static;
        min-width: 260px;
        max-width: 360px;
        width: auto;
        margin: 0 auto;
    }
}

.black-bcg {
    background-color: #000;
    color: #fff;
}

.color-picker {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    display: block;
    padding: 0;
    margin-top: 6px;
    position: relative;
}

    .color-picker li ul.colors {
        display: table;
        margin: 0;
        padding: 0;
    }

    .color-picker li {
        overflow: hidden;
        display: inline-block;
        cursor: pointer;
    }

        .color-picker li ul.colors li.color a {
            display: block;
            height: 30px;
            width: 30px;
        }

        .color-picker li ul.colors li.color img {
            height: 26px;
            margin-top: 2px;
            vertical-align: top;
            width: 26px;
        }

        .color-picker li ul.colors li.color {
            height: 32px;
            width: 32px;
            vertical-align: middle;
            display: none;
            border: 1px solid transparent;
        }

            .color-picker li ul.colors li.color.active {
                display: inline-block;
            }

            .color-picker li ul.colors li.color.selected {
                border: 1px solid #808080;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

.color-option-title {
    display: none;
}

.color-picker li.prevnext {
    width: 14px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2.3;
    vertical-align: middle;
}

    .color-picker li.prevnext button {
        background: none;
        border: none;
        display: block;
        height: 100%;
    }

.color-picker .prev {
    left: 0;
    padding-right: 0;
}

.color-picker .next {
    right: 0;
    padding-right: 0;
}

.color-picker li.prev button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    font-family: icon-Nissan-Global;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.color-picker li.next button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    font-family: icon-Nissan-Global;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.color-selection-panel .color-option-name {
    display: block;
    font-size: 18px;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    float: none;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width:959px) {
    .color-selection-panel .color-option-name {
        font-size: 14px;
    }
}

.disclaimer {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 14px;
    color: #666;
    text-align: right;
    font-style: italic;
}

@media screen and (max-width:959px) {
    .disclaimer {
        position: static;
        padding: 14px 0;
    }
}

@media screen and (max-width:959px) {
    .vehicle-preview-container .grid-col {
        float: none !important;
        overflow: hidden;
        width: 100% !important;
    }
}

.vehicle-preview-container .prices {
    float: left;
}

@media screen and (max-width:959px) {
    .vehicle-preview-container .prices {
        float: none;
        width: 100%;
    }
}

.vehicle-preview-container .cta-list {
    float: right;
    margin-top: 0;
}

@media screen and (max-width:959px) {
    .vehicle-preview-container .cta-list {
        float: none;
        overflow: hidden;
        margin: 0 -15px;
    }

        .vehicle-preview-container .cta-list li {
            width: 50%;
            padding: 0 15px;
            margin: 0;
        }

            .vehicle-preview-container .cta-list li:first-child {
                float: left;
            }

            .vehicle-preview-container .cta-list li:last-child {
                float: right;
            }
}

@media screen and (max-width:580px) {
    .vehicle-preview-container .cta-list {
        margin: 0;
        border-top: 1px dashed #343434;
    }

        .vehicle-preview-container .cta-list li {
            float: none !important;
            width: 100%;
            display: block;
            padding: 14px 0 0 0;
        }
}

.vehicle-preview-container .cta-list li {
    display: inline-block;
}

    .vehicle-preview-container .cta-list li:first-child {
        margin-right: 15px;
    }

@media screen and (max-width:959px) {
    .vehicle-preview-container .cta-list li:first-child {
        margin-right: 0;
    }
}

.vehicle-preview-container .cta-list a.btn {
    padding: 15px 47px 15px 40px;
}

@media screen and (max-width:959px) {
    .vehicle-preview-container .cta-list a.btn {
        padding: 12px 36px;
    }

        .vehicle-preview-container .cta-list a.btn.light-gray-bcg {
            padding: 12px;
        }
}

.vehicle-preview-container .cta-list a.btn.icon-configure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width:959px) {
    .vehicle-preview-container .cta-list a.btn.icon-configure:before {
        left: 9px;
    }
}

.circle {
    width: 102px;
    height: 102px;
}

.reevoo-scoring {
    display: inline-block;
    text-align: center;
    padding-top: 27px;
}

    .reevoo-scoring > div {
        display: table-cell;
        width: 102px;
        height: 102px;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        border: 5px solid #ff7911;
        color: #ff7911;
        background: url(/css/partials/images/nbh-iframe/circle.png) no-repeat;
    }

        .reevoo-scoring > div .score {
            margin-bottom: 0;
            display: inline-block;
        }

            .reevoo-scoring > div .score .text-large {
                font: 32px/32px 'Play';
                color: #ff7911;
                font-weight: bold;
            }

                .reevoo-scoring > div .score .text-large small {
                    font-size: 78%;
                }

    .reevoo-scoring .out-of {
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: -10px;
        color: #000;
    }

    .reevoo-scoring > div .score .number {
        background: url(/images/logo_quote_reevoo.svg) no-repeat 96% 10px;
        background-size: 12px;
        margin-top: -6px;
        padding: 0 16px 0 10px;
        float: left;
    }

.reevoo-reviews {
    display: block;
    margin-top: 2px;
}

    .reevoo-reviews > div .review-text {
        margin-bottom: 14px;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }

    .reevoo-reviews > div {
        vertical-align: middle;
        display: inline-block;
        border: 2px solid #e0843b;
        border-radius: 7px;
        padding: 0 6px 0;
        background: url(/images/logo_reevoo.svg) no-repeat 7px 80%;
        background-size: 46px;
    }

#google-maps .map-details {
    height: 140px;
    overflow: auto;
}

.dealers-list {
    display: none;
}

.map-results {
    padding-left: 0 !important;
}

    .map-results .dealer-card {
        padding: 0;
        margin-bottom: 0;
        border: none;
    }

        .map-results .dealer-card .brand-marker {
            background: transparent url("/images/brand-marker-black.png") no-repeat scroll 0 0;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -ms-background-size: contain;
            background-size: contain;
        }

table.opening-hours {
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    text-align: left;
}

    table.opening-hours th {
        padding-top: 18px;
        padding-bottom: 7px;
        text-transform: uppercase;
        font-size: 16px;
    }

    table.opening-hours tbody tr:nth-child(odd) {
        background-color: transparent;
    }

    table.opening-hours td.day-name {
        width: 70%;
        font-weight: bold;
        text-transform: uppercase;
    }

@media screen and (max-width:580px) {
    table.opening-hours td.day-name {
        width: 25%;
    }
}

table.opening-hours td {
    padding: 0 0 4px;
    line-height: 1.3;
    font-size: 12px;
    color: #666;
}

.map-button-container {
    float: right;
    display: table;
}

    .map-button-container .map-btn {
        display: table-cell;
        padding: 13px 14px 13px 46px;
        border: none;
        font-size: 14px;
        position: relative;
        text-align: left;
        color: #8a8a8a;
        text-transform: uppercase;
        font-weight: bold;
        background: #fff;
        border: 1px solid #eee;
    }

        .map-button-container .map-btn.active {
            color: #343434;
            background: #eee;
        }

        .map-button-container .map-btn:hover {
            text-decoration: underline;
        }

.dealers-map iframe {
    height: 410px;
}

.dealers-map .filters-btn {
    padding: 15px 50px 15px 20px;
    font-size: 14px;
}

    .dealers-map .filters-btn:after {
        right: 10px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.dealers-map .map-filters-dropdown {
    margin-top: 30px;
    color: #eee;
    background-color: #4c4c4c;
}

.dealers-map .map-filters-heading {
    padding: 10px 7px 9px 24px;
    background-color: #343434;
    position: relative;
}

    .dealers-map .map-filters-heading:before {
        content: '';
        position: absolute;
        top: -13px;
        width: 15px;
        right: 0;
        left: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 14px solid #343434;
        z-index: 1;
        margin: 0 auto;
    }

    .dealers-map .map-filters-heading h3 {
        margin: 0;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1;
        position: relative;
    }

        .dealers-map .map-filters-heading h3:before {
            position: absolute;
            left: -7px;
            top: 50%;
            transform: translateY(-50%);
        }

.dealers-map .map-filters-container {
    overflow: hidden;
}

    .dealers-map .map-filters-container ul {
        overflow: hidden;
        margin: 22px 0;
        padding: 0 15px;
    }

    .dealers-map .map-filters-container li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .dealers-map .map-filters-container li button {
            color: #eee;
            text-transform: uppercase;
            padding: .7857142857em 14px;
            outline: 0;
            display: inline-block;
            background-color: transparent;
            text-decoration: none;
            font-size: 12px;
        }

        .dealers-map .map-filters-container li .filter-button {
            border: 1px solid #5c5c5c;
        }

            .dealers-map .map-filters-container li .filter-button:hover {
                background-color: #666;
                color: #fff;
            }

        .dealers-map .map-filters-container li .reset-button {
            border: none;
            position: relative;
            border: 1px solid transparent;
        }

            .dealers-map .map-filters-container li .reset-button:before {
                display: inline;
                content: "";
                font-family: icon-Nissan-Global;
                padding-right: 6px;
                color: #c3002f;
            }

.dealer {
    display: none;
}

    .dealer:nth-child(n+4) {
        display: none;
    }

    .dealer:nth-child(3n+4) {
        clear: left;
    }

    .dealer.show {
        display: block;
    }

@media screen and (max-width:959px) {
    .dealer:nth-child(3n+4) {
        clear: none;
    }

    .dealer:nth-child(2n+3) {
        clear: left;
    }
}

@media screen and (max-width:580px) {
    .dealer {
        clear: none !important;
    }
}

.contact-us {
    color: #c3002f;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

    .contact-us.fax {
        padding-bottom: 14px;
    }

    .contact-us a {
        color: #c3002f;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

        .contact-us a:hover {
            text-decoration: underline;
        }

.dealer-card {
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #c1c1c1;
}

    .dealer-card .heading-container {
        min-height: 80px;
        padding: 20px 0 18px 0;
        border-bottom: 1px dashed #c1c1c1;
    }

    .dealer-card h3 {
        margin: 18px 0;
        font-size: 16px;
        text-transform: uppercase;
    }

    .dealer-card .dealer-title {
        color: #343434;
        font-size: 24px;
        line-height: .9;
        margin: 0;
        padding-top: 5px;
        padding-left: 55px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
    }

    .dealer-card .dealer-address {
        padding-bottom: 14px;
    }

        .dealer-card .dealer-address p {
            color: #666;
            font-size: 12px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            font-weight: bold;
        }

    .dealer-card .dealer-contact {
        margin-bottom: 20px;
    }

    .dealer-card .brand-marker {
        display: block;
        background: transparent url("/images/brand-marker.png") no-repeat scroll 0 0;
        background-size: contain;
        left: 0;
        top: 4px;
        position: absolute;
        width: 48px;
        height: 48px;
    }

    .dealer-card .dealer-services ul {
        list-style: disc;
        padding: 15px 0;
    }

        .dealer-card .dealer-services ul li {
            margin-left: 17px;
            color: #666;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 19px;
            font-weight: bold;
        }

    .dealer-card .detail-list {
        border-top: 1px dashed #c1c1c1;
        border-bottom: 1px dashed #c1c1c1;
    }

        .dealer-card .detail-list li > a {
            display: inline-block;
            padding: 15px 47px 15px 40px;
            width: 100%;
            border-bottom: 1px dashed #c1c1c1;
            background: 0 0;
            font-size: 14px;
            font-weight: bold;
            color: #343434;
            text-transform: uppercase;
        }

        .dealer-card .detail-list li:after {
            color: #c3002f;
        }

    .dealer-card .btn-show-more {
        color: #4c4c4c;
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        background: 0 0;
        width: 100%;
        padding: 0;
    }

        .dealer-card .btn-show-more:after {
            right: auto;
            margin-left: 8px;
            color: #c3002f;
        }

    .dealer-card .more-dealer-info {
        border-top: 1px dashed #c1c1c1;
        overflow: hidden;
        -webkit-transition: max-height 500ms ease-out;
        -moz-transition: max-height 500ms ease-out;
        transition: max-height 500ms ease-out;
    }

    .dealer-card .item-actions {
        border-top: 1px dashed #c1c1c1;
        padding: 16px 0;
    }

.form-page-title {
    padding-bottom: 8px;
    font-size: 30px;
    text-transform: uppercase;
}

.white-bcg {
    background-color: #fff;
    color: #000;
}

span.postal-number {
    display: block;
    font-size: 12px;
}

.field-validation-valid,
.terms-validation {
    display: none !important;
}

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

textarea#poruka {
    height: 185px !important;
    padding: 5px;
    width: 100% !important;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: 0 0 0 2.5px #eee, inset 0 2px 4px -1px rgba(0, 0, 0, .15);
    line-height: normal;
    margin-bottom: 8px;
}

.checkbox-label {
    padding: 2px 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.field-validation-error {
    display: block !important;
    font-size: 12px;
    position: relative;
    box-shadow: 0 0 0 2px #c3002f;
    padding: 2px 4px;
    background: #c3002f;
    color: #fff;
    z-index: 2;
}

    .field-validation-error:before {
        content: "";
        margin-right: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-family: icon-Nissan-Global;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #c3002f;
        background: #fff;
    }

.input-validation-error {
    box-shadow: 0 0 0 2px #c3002f !important;
    margin-bottom: 0 !important;
}

.process-instructions {
    color: #8a8a8a;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.test-drive-container .submit-form {
    padding: 29px 0 56px;
    text-align: center;
}

@media screen and (min-width:960px) {
    .test-drive-container section.map {
        padding-bottom: 80px;
    }
}

.test-drive-container .accordion-section,
.test-drive-container .form-section-accordion {
    overflow: hidden;
    max-height: 0;
    transition: all .5s linear;
}

    .test-drive-container .accordion-section.open,
    .test-drive-container .form-section-accordion.open {
        max-height: 2900px;
        transition: all .5s linear;
    }

.test-drive-container .item-actions-last {
    display: none;
    border-top: 1px dashed #c1c1c1;
    padding: 24px 0;
    background-color: #fff;
    text-align: center;
}

.test-drive-container .accordion-header {
    margin: 17px 13px 24px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

@media screen and (max-width:580px) {
    .test-drive-container .accordion-header {
        width: 80%;
        font-size: 18px;
        line-height: 1.3;
    }
}

.test-drive-container .accordion-header.active {
    padding-left: 20px;
}

    .test-drive-container .accordion-header.active:before {
        display: block;
    }

    .test-drive-container .accordion-header.active > span {
        color: #fff;
    }

.test-drive-container .accordion-header.open:after {
    content: "";
}

.test-drive-container .accordion-header.open > span {
    color: #fff;
}

.test-drive-container .accordion-header:before {
    display: none;
    content: "";
    font-family: icon-Nissan-Global;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 21px;
}

.test-drive-container .accordion-header:after {
    content: "";
    top: 50%;
    right: -23px;
    position: absolute;
    font-size: 20px;
    color: #c3002f;
    font-family: icon-Nissan-Global;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.test-drive-container .accordion-header > span {
    border-bottom: 1px dashed #666;
    color: #8a8a8a;
}

.test-drive {
    padding-top: 15px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

    .test-drive input[type="radio"] {
        background: #87ceeb;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

        .test-drive input[type="radio"]:checked + label.vehicle-link {
            background: #eee;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            transition: all .2s linear;
            text-decoration: underline;
        }

    .test-drive label {
        display: block;
        padding: 0 10px 10px;
    }

    .test-drive .vehicle-title {
        display: block;
        width: 100%;
        font-weight: bold;
        text-align: center;
    }

    .test-drive .vehicle {
        margin-bottom: 15px;
        border: 1px solid transparent;
    }

.process-header {
    padding: 0 13px 12px;
}

    .process-header h2 {
        font-size: 36px;
        margin-bottom: 18px;
        padding-bottom: 17px;
        padding-top: 56px;
        border-bottom: 1px dashed #666;
        color: #fff;
        line-height: 1;
        margin-top: 0;
    }

.form-container {
    overflow: hidden;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 40px;
}

    .form-container label {
        display: block;
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-size: 12px;
        margin-top: 35px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

        .form-container label:after {
            content: "*";
            color: #c3002f;
            font-size: 18px;
        }

    .form-container input[type="text"] {
        width: 100%;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
        box-shadow: 0 0 0 2.5px #eee, inset 0 2px 4px -1px rgba(0, 0, 0, .15);
        line-height: normal;
        margin-bottom: 8px;
        padding: 10px 9px;
        background-color: #fff;
    }

.styled-select {
    display: inline-block;
    position: relative;
    width: auto;
    z-index: 1;
}

    .styled-select select {
        top: 0;
        height: 2.5em;
        display: block;
        left: 0;
        font-size: 18px;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: left;
        width: 100%;
        z-index: 1;
        -webkit-appearance: none;
        -ms-filter: "alpha(Opacity=0)";
        cursor: pointer;
    }

        .styled-select option{
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-weight:700;
        font-size:23px;
        } 
        
        
        .checkbox-container {
            position: relative;
        }

    .checkbox-container label {
        padding-left: 35px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox-container label:before {
            border: 1px solid #c1c1c1;
            border-radius: 4px;
            box-shadow: 0 0 0 2.5px #eee, inset 0 2px 4px -1px rgba(0, 0, 0, .15);
            background-color: #eee;
            color: transparent;
            font-family: icon-Nissan-Global;
            content: "";
            font-size: 14px;
            line-height: 16px;
            position: absolute;
            top: 6px;
            left: 6px;
            width: 18px;
            height: 18px;
            text-align: center;
        }

    .checkbox-container input[type=checkbox] {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: -1px;
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-container input[type=checkbox]:checked + input + label:before {
            color: #c3002f;
        }

.help-block {
    color: #4c4c4c;
    display: block;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 18px;
    position: relative;
}

    .help-block p {
        margin: 12px 0;
    }

    .help-block a {
        color: #8a8a8a;
        text-decoration: underline;
    }

        .help-block a:hover {
            text-decoration: none;
        }

.selectedValue {
    display: block;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: 0 0 0 2.5px #eee, inset 0 2px 4px -1px rgba(0, 0, 0, .15);
    line-height: normal;
    margin-bottom: -1px;
    padding: 10px 57px 10px 9px;
    padding-right: 50px;
    background-color: #fff;
    font-family: "Nissan Brand", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size:18px;
}

    .selectedValue:after {
        border-left: 2px solid #eee;
        padding: 5px 9px;
        color: #c3002f;
        font-size: 18px;
        line-height: 1.6;
        right: 0;
        font-family: icon-Nissan-Global;
        margin-top: 2px;
        top: 0;
        display: block;
        content: "";
        position: absolute;
        font-style: normal;
    }

.legend {
    margin: 12px 0;
    font-size: 14px;
}

.banner-image-container {
    position: relative;
    border-radius: 10px;
}

    .banner-image-container .banner-inner {
        position: relative;
    }

    .banner-image-container .video-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .banner-image-container .banner-text-container {
        padding: 20px;
        color: #000;
    }

        .banner-image-container .banner-text-container.heading-border:before {
            left: 15px;
            top: 30px;
        }

@media screen and (min-width:960px) {
    .banner-image-container .banner-text-container {
        /* width: 485px; */
        /* padding: 30px 15px; */
        /* margin: 70px 110px 0; */
        position: absolute;
        top: 60px;
        left: 75px;
        max-width: 460px;
        /* background: rgba(0, 0, 0, .8); */
    }
}

.banner-image-container .banner-text-container .btn {
    padding: 15px 45px 15px 20px;
    font-size: 14px;
}

.banner-image-container .banner-text-inner-container {
    /* padding:18px 0 0; */
}

.banner-image-container .banner-subheading {
    /* margin-bottom:4px;
	color:#c3002f;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400; */
}

    .banner-image-container .banner-subheading:empty {
        display: none;
    }

.banner-image-container .banner-heading {
    position: relative;
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    /* color:#343434; */
    line-height: 1.1em;
}

@media screen and (min-width:960px) {
    .banner-text-container._white {
        color: #fff;
    }
}

.banner-image-container .banner-text {
    padding: 16px 0 8px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-image-container img {
    display: block;
    width: 100%;
}

.banner-description {
    padding: 0;
}

    .banner-description p {
        margin-top: 14px;
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4em;
        font-weight: 100;
    }

._centered {
    margin: auto;
    text-align: center;
    float: none;
}

.items::after {
    display: block;
    content: "";
    clear: both;
}

.items .grid-col {
    padding-top: 0;
    padding-bottom: 0;
}

/*! jQuery UI - v1.11.4 - 2016-06-14
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25);
        /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        /* Support: IE7 */
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: 0.5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: 0.4em 2.1em 0.4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #454545;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #cccccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #2b2b2b;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #777620;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        color: #5f3f3f;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #5f3f3f;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        /* support: IE8 */
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        /* support: IE8 */
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
            /* support: IE8 - See #6059 */
        }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/css/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/css/images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/css/images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/css/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/css/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/css/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}



.content-half img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}


.legal-info-component {
    border: 1px solid #ececec;
    position: relative;
    font-size: 1.1428571429rem;
    padding: .7142857143em;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Nissan Brand';
    color: #343434;
}

    .legal-info-component .legal-info-label {
        cursor: pointer;
        padding-right: 1.1em;
        font-size: 16px;
        line-height: 1.5em;
    }

    .legal-info-component .legal-info-text-content {
        font-family: "Nissan Brand", Verdana, Arial, sans-serif;
        font-size: 13px !important;
    }

    .legal-info-component .legal-info-label:after {
        font-family: 'icon-Nissan-Global';
        content: "\E610";
        color: #c3002f;
        position: absolute;
        top: 0;
        right: 0;
        padding: .714em;
        transition: all .5s;
    }


    .legal-info-component .legal-info-label.active:after {
        transform: scaleY(-1);
    }




    .legal-info-component .legal-info-text-content > div {
        margin-top: 1em;
        line-height: 1.57142857;
    }



    .legal-info-component .legal-info-text-content a {
        color: #8a8a8a;
        text-decoration: underline;
    }

        .legal-info-component .legal-info-text-content a:hover {
            text-decoration: none;
        }








.textpage-heading {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c1c1c1;
}

@media (min-width:960px){
    .textpage-heading{
        padding-top: 100px;
    }
}

.textpage-rte h2 {
    margin: 0;
    padding: 18px 0 6px;
    text-transform: uppercase;
}

.textpage-rte p {
    margin: 0;
    padding: 15px 0 0;
    line-height: 1.5em;
    font-size: 15px;
}


