/* FEAT CARS + REVIEWS SLIDER STYLES */
.cow,.rc-box{height:100%;position:relative;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;border:1px solid #ccc;background-color:#fff;text-align:left;float:left}.cow h2,.home .cow h2{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin: 0;display: inline-block;}.cow a{display:block;position:relative;width:100%;overflow:hidden}.cow a img{display:block}.cow-content{margin-top:auto;}.cow ul{margin:0;padding:0}.flex .cow ul{list-style: none;display: flex;flex-direction: row;padding:0}.cow .t-was{text-decoration:line-through;color:#999!important;display:block!important}.cow .price-weekly a {display:flex;align-items:center;justify-content:flex-end;text-decoration:none;outline:0;}.cow .price-weekly svg.icon-info {margin-top: -5px;margin-left: 10px;font-size: 16px;stroke: currentColor;stroke-width: 1;fill:none;}.t-was+.price-marg{margin-top:0}.cow .cow-il li{display:flex;margin-right: 5px;flex: 1 1 auto;justify-content: center;}.cow .btn-primary{width:auto;text-transform:uppercase;text-align:center}.cow .was-price span{display:inline-block;text-decoration:line-through}.cow .cow-img{position:relative;overflow:hidden}.featured-banner .cow-img:after,.just-arrived .cow-img:after,.special-banner .cow-img:after{content:'Just Arrived';position: absolute;bottom: 10px;right: 10px;color: #fff;font-size: 12px;text-align: center;text-transform: uppercase;line-height: 1em;border-radius: 5px;}.cow .cow-title{padding:10px 20px;background-color:#e3e3e3;}.featured-banner .cow-img:after{content:'Featured';content:attr(data-banner)}@media(min-width:700px){.cow .cow-il{display:inline-block;vertical-align:top;width:100%}}.featured-cars a{display:block;min-height:1px;position:absolute;top:0;left:0;height:100%;width:100%;z-index: 5}.cow:hover {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}.flex>*.embla__slide {padding-bottom: 10px;}


@font-face {
    font-family: MazdaTypeTT;
    font-display: block;
    src: url(../fonts/MazdaTypeTT-Regular.9c8ab57b.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: MazdaTypeTT;
    font-display: block;
    src: url(../fonts/MazdaTypeTT-Medium.4fe9f5c0.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: MazdaTypeTT;
    font-display: block;
    src: url(../fonts/MazdaTypeTT-Bold.da85d6e5.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
}


/* MOBILE STYLES
   ========================================================================== */


/* Layout
   ========================================================================== */

html {
    font-family: 'MazdaTypeTT', sans-serif;
}

body {
    background: #fff;
    color: #101010;
    padding-top: 110px;
}

.content {
    background-color: #f5f5f5;
}

.anchor {
    top: -40px;
}

h1,
h2,
h3,
h4,
.head-1,
.head-2,
.head-3,
.head-4 {
    text-transform: uppercase;
    color: #101010;
    font-weight: 500;
}

h1,
.head-1 {
    font-size: 28px;
}

h2,
.head-2 {
    font-size: 24px;
}

h3,
.head-3 {
    font-size: 20px;
}

h4,
.head-4 {
    font-size: 16px;
}

a {
    color: #101010;
}

a:hover {
    color: #888888;
}

.wrapper {
    max-width: 1400px;
    line-height: 1.4em;
}

.sml-wrapper {
    max-width: 1200px;
}

.t-grey {
    color: #666 !important;
}

.t-upper {
    text-transform: uppercase;
}

.m-top {
    margin-top: 20px;
}

.m-bot {
    margin-bottom: 20px;
}

.bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #101010;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}


/* Top Header
   ========================================================================== */

.top-header {
    display: none;
    background-color: #101010;
    width: 100%;
}

.top-header .wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: flex-end;
    max-width: none;
}

.top-header a,
.top-header .wrapper>svg {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.top-header a:hover {
    color: #888888;
    text-decoration: none
}

.top-header p {
    font-size: 14px;
    color: #fff;
}

.top-header .wrapper>svg {
    margin: 0 5px 0 10px;
}

.top-header b {
    color: #888888;
    margin-right: 5px;
    margin-left: 10px;
    font-weight: 100;
}


/* Dealer menu
   ========================================================================== */

.dealer-menu {
    background: #101010;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dealer-menu .logo {
    display: inline-block;
    width: 150px;
}

.dealer-name {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    float: right;
    font-style: italic;
    margin-top: 15px;
}

.dealer-name span {
    color: #888888;
}

.logo {
    margin: 0 auto;
}


/* Navigation
   ========================================================================== */

.nav-menu {
    z-index: 1030;
    background-color: #101010;
    color: #fff;
}

.nav-menu .wrapper {
    max-width: none;
}

.fixed-menu .nav-menu {
    top: -110px;
}

.logo a {
    display: block;
    width: 150px;
}


/* Mobile Header
   ========================================================================== */

.mobile-header {
    top: 64px;
    background-color: #101010;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.fixed-menu .mobile-header {
    top: 0;
}

.mobile-header a,
.mobile-link {
    color: #ddd;
    font-size: 15px;
}

.m-menu {
    background-color: #f0f0f0;
}

.m-menu a {
    color: #444;
    border-bottom: 1px solid #e4e4e4;
}

.m-menu .active>a {
    background-color: #888888;
    color: #fff;
}

.m-menu .nav-child a {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.fixed-menu .m-menu {
    top: 46px;
}

.show-menu .m-menu {
    padding-bottom: 41px;
    overflow: auto;
}


/* Banner
   ========================================================================== */

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #888888;
    border-color: #fff;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(0, 0, 0, 0.60);
    border: 1px solid #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.lSAction>a {
    height: 40px;
    width: 40px;
    background-color: #101010;
    border-radius: 50%;
    font-size: 30px;
}

.lSAction>a:hover {
    opacity: 1;
    background: #888888;
    color: #fff;
}

.lSAction>a.lSPrev {
    padding: 4px 3px;
}

.lSAction>a.lSNext {
    padding: 4px 6px;
}

.banner-text {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}

.banner-text h1,
.banner-text h3 {
    color: #fff;
}

.banner-text h1 {
    font-size: 17px;
}

.banner-text h3 {
    margin-bottom: 10px;
    font-size: 14px
}

.banner-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100px;
    max-width: 145px;
}

.lSSlideOuter .slider-video video {
    width: 100% !important;
}


/* ========================================================================== 
*  2.0 - Featured cars - Dots
* ========================================================================== */


.featcars .embla__dots__container {
    bottom: auto;
}

.featcars .embla__button {
    top: auto;
    bottom: -50px;
    left: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    transform: translateX(-55px);
    fill: #ccc;
    border: 1px solid #ccc;
}

.featcars .embla__button:hover {
    background-color: #101010;
    border-color: #101010;
    fill: #fff;
}

.featcars .embla__button--next {
    transform: translateX(15px);
}

.featcars.embla {
    display: flex;
    flex-direction: column-reverse;
}

.featcars .embla__dots__container {
    position: relative;
    display: block;
    padding: 20px;
}


/* ========================================================================== 
*  2.0 - Featured cars - Styles
* ========================================================================== */

.cow h2, .home .cow h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 20px;
}

.featured-cars .cow h3 {
    padding: 0 20px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.featured-cars .cow .t-large {
    color: #101010!important;
    font-size: 22px!important;
    font-weight: 500;
    margin: 0;
}

.featured-cars .cow h3 .price-text {
    line-height: 1.2em;
    font-size: 14px;
    display: block;
    color: #999;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px;
}

.featured-cars .t-was {
    order: 2;
}

.cow .cow-il li {
    color: #000;
    background-color: #eaeaea;
    font-size: 12px;
    padding: 2px 5px 0;
    border-radius: 5px;
}

.cow .cow-il li:last-child {
    margin-right: 0;
}

.featcars .cow-button {
        padding: 0 20px 20px;
}

.featured-banner .cow-img:after,.just-arrived .cow-img:after,.special-banner .cow-img:after {
      background-color: #101010;
    padding: 10px;
}

.featcars .cow-content {
    padding: 0 20px 20px;
}



/* Quicklinks
   ========================================================================== */

.quicklinks {
    background-color: #fff;
}

.quicklinks .wrapper {
    max-width: none;
    padding: 0;
}

.q-link {
    position: relative;
}

.q-img {
    height: 190px;
    background-size: cover;
    background-position: center top;
}

.q-link a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.q-link:hover a {
    color: #7f7f7f;
}

.q-text {
    text-align: center;
    padding: 10px;
}

.q-text h3 {
    margin-bottom: 0;
    font-size: 15px;
}

.q-link .btn-primary {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.q-link:hover .btn-primary {
    background-color: #101010;
    color: #fff;
}


/* Button
   ========================================================================== */

.btn {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.btn-primary,
a.btn-primary {
    background: transparent;
    color: #101010;
    border: 2px solid #101010;
}

.btn-primary:hover,
a.btn-primary:hover {
    background-color: #101010;
    color: #fff;
}

.btn-secondary,
a.btn-secondary {
    background-color: #1a1a1a;
    color: #fff;
    border: 2px solid #101010;
}

a.btn-secondary:hover,
.btn-secondary:hover {
    background-color: #fff;
    color: #101010;
}

.btn-outline,
a.btn-outline {
    background: transparent;
    border: 2px solid #101010;
    color: #101010;
}

a.btn-outline:hover,
.btn-outline:hover {
    background-color: #101010;
    color: #fff;
}

.btn-black,
a.btn-black {
    background: #101010;
    color: #fff;
    border: 2px solid #101010;
}

.btn-black:hover,
a.btn-black:hover {
    background-color: #fff;
    color: #101010;
}

.btn-white,
a.btn-white {
    background: #101010;
    color: #fff;
    border: 2px solid #fff;
}

.btn-white:hover,
a.btn-white:hover {
    background-color: #fff;
    color: #101010;
}


/* Sidebar
   ========================================================================== */

.sidebar-mini {
    position: fixed;
    right: -124px;
    top: 40%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 2000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-mini:hover {
    right: 0;
}

.sidebar-mini a:hover {
    background: #444;
}

.sidebar-mini a {
    display: block;
    background: #888888;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.sidebar-mini .icon-sidebar {
    margin-right: 10px;
    vertical-align: middle;
}

.sidebar-mini .s-bg span {
    vertical-align: middle;
}


/* Main Content
   ========================================================================== */

.welcome {
    position: relative;
    background-repeat: no-repeat;
}

.welcome h1 {
    font-size: 32px;
}

.welcome h1 span {
    display: block;
}

.wel-text {
    padding: 80px 40px;
    text-align: center;
}

.search-our-stock h1 {
    color: #fff;
}

.search-stock p {
    color: #fff;
    text-align: center;
}

.search-stock a {
    color: #fff;
}

.search-our-stock label {
    text-align: left;
}

.google-map {
    display: block;
}

.google-map iframe {
    max-width: 100%;
    pointer-events: none;
}

.recalls {
    background-color: #101010;
}

.recalls .wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.recalls p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.recalls span {
    color: #910a2d;
    text-transform: uppercase;
}

.recalls a {
    color: #910a2d;
    text-decoration: none;
}

.recalls a:hover {
    color: #fff;
}

.wel-white .btn {
    margin-bottom: 10px;
}

.search-stock .ss-video {
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.search-stock .ss-video video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.search-stock .wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.search-stock h1 {
    text-align: center;
    color: #fff;
    font-size: 34px;
}

.showroom {
    background-size: contain;
    background-position: top;
    background-repeat-y: repeat;
    overflow: hidden;
}

.showroom .wrapper {
    max-width: none;
    padding: 50px 0;
}

.showroom .s-link {
    text-align: center;
}

.s-link img {
    margin: 0 auto;
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.s-link h3 {
    text-decoration: none;
    margin-top: 30px;
}

.s-link a {
    text-decoration: none;
    display: block;
}

.s-link a:before {
    content: '';
    width: 100%;
    background: #dedede;
    height: 80px;
    position: absolute;
    bottom: 90px;
    left: 0;
}

.last-link:after {
    content: '';
    width: 1300px;
    background: #dedede;
    height: 80px;
    position: absolute;
    bottom: 90px;
    right: -1300px;
}

.s-link p {
    color: #999999;
    font-size: 17px;
    text-decoration: none;
}

.s-link a:hover p {
    color: #888888;
}

.s-link a:hover img {
    transform: scale(1.1);
}

.review-carousel {
    background-size: contain;
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: 3px solid #101010;
}

.review-carousel .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.review-carousel h1 {
    color: #fff;
    font-size: 30px;
}

.map-image {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.map-locations {
    background-color: #101010;
    height: 45px;
}

.map-locations .wrapper {
    max-width: none;
    padding: 0;
}

.loc-link {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 4px;
    left: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.homepage-map {
    overflow: hidden;
}

.loc-link h4 {
    color: #910a2d;
}

.loc-block {
    margin: 0 auto;
    max-width: 1000px;
    background-color: #101010;
}

.loc-details {
    background-color: #fff;
    padding: 50px;
    overflow: hidden;
}

.loc-details h2 {
    font-size: 25px;
}

.loc-block h3 {
    margin-bottom: 0;
    padding: 14px 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.loc-block a,
.loc-block p {
    color: #101010;
}

.spec-arrow {
    float: right;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

.loc-link.more {
    top: -436px;
}

.banner-ribbon {
    background-color: #fff;
    color: #000000;
}

.banner-ribbon .wrapper {
    max-width: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-ribbon h2 {
    color: #000000;
    text-align: center;
}

.banner-ribbon .btn {
    margin-bottom: 0;
}

.content .wrapper {
    padding-top: 30px;
    text-align: center;
}

.content h1 {
    font-size: 30px;
    letter-spacing: 2px;
}

.content h3 {
    font-weight: 100;
    letter-spacing: 1px;
}

.ser-blk {
    text-align: center;
    padding: 20px 40px;
}

.war-blk {
    text-align: center;
    padding: 20px 0;
}

.ser-blk img,
.war-blk img {
    max-width: 170px;
    margin: 0 auto;
}

.content-break .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-break p {
    color: #fff;
    font-size: 24px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.content-form .wrapper {
    max-width: 1000px;
}

.content-form .form-control,
.select-container {
    background-color: #f5f5f5 !important;
}

.page-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    width: auto;
    color: #fff;
    font-size: 14px;
}

.content-white {
    background-color: #fff;
}

.content-white .war-blk img {
    max-width: 100px;
}

.ins-type {
    text-align: left;
}

.ins-stuff {
    align-items: center;
}

.corp-img {
    min-height: 210px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.corp-cen {
    align-items: center;
}

.corp-cen .wrapper {
    max-width: 800px;
    float: left;
}

.corp .flex-reverse .wrapper {
    float: right;
}

.corp-cen ul {
    padding-left: 20px;
}

.service-section {
    padding: 30px;
    border: 1px solid #101010;
    border-radius: 6px;
    text-align: center;
}

.service-section p {
    margin-bottom: 0;
}

.service-section b {
    color: #910a2d;
}

.service-section .btn {
    margin-bottom: 0;
    margin-top: 15px;
}

.con-map iframe {
    display: block;
}

.warr-img {
    max-width: 260px;
    margin: 0 auto 50px;
}

.tcs {
    text-align: left !important;
}

.warr-red a {
    color: #910A2D;
}

.warr-red a:hover {
    color: #101010;
}

.search-results .btn {
    min-width: auto !important;
}

.welcome .wrapper {
    padding: 80px 40px;
    text-align: center;
}

.testi .service-section {
    margin-bottom: 30px;
}

.google-rating p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.google-rating img {
    margin-right: 5px;
    vertical-align: middle;
}

.google-rating .inline-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.content ul {
    list-style: none;
    padding: 0 20px;
}

.content li:before {
    content: '\2713';
    margin-left: -1.6em;
    margin-right: 7px;
    color: #000000;
}

.cow-il {
    list-style: square !important;
}

.cow-il li:before {
    display: none;
}


/* Mega Menu
   ========================================================================== */

.mega-menu a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.mega-menu {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: calc(100vh - 187px);
    top: 155px;
    text-align: center;
    background-color: #e8e8e8;
    overflow: auto;
    z-index: 2010;
}

.fixed-menu .mega-menu {
    top: 116px;
    height: calc(100vh - 121px);
}

.mega-menu .wrapper {
    max-width: none;
}

.mega-menu .flex>* {
    padding: 0 0 0 30px;
}

.mega-menu h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #2e3639;
    letter-spacing: 2px;
}

.mega-menu p {
    margin-top: 3px;
    font-size: 13px;
}

.mega-menu .t-red {
    margin: 0;
    color: #dd0000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
}

.mega-menu .icon-cross {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    z-index: 2;
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.icon-cross:before {
    content: "x";
}

.mega-menu .icon-cross:hover {
    opacity: 1;
}

body.mm-active {
    height: 100vh;
    overflow: hidden;
}

.mm-active .mega-menu {
    display: block;
}

.mm-active .sidebar-mini {
    display: none;
}

.mega-menu .flex>div {
    opacity: 0;
    -webkit-animation: mm-show .33s 1s forwards;
    animation: mm-show .33s 1s forwards;
}

.mega-menu .flex>div:nth-child(1) {
    animation-delay: 0.1s;
}

.mega-menu .flex>div:nth-child(2) {
    animation-delay: 0.2s;
}

.mega-menu .flex>div:nth-child(3) {
    animation-delay: 0.3s;
}

.mega-menu .flex>div:nth-child(4) {
    animation-delay: 0.4s;
}

.mega-menu .flex>div:nth-child(5) {
    animation-delay: 0.5s;
}

.mega-menu .flex>div:nth-child(6) {
    animation-delay: 0.6s;
}

.mega-menu .flex>div:nth-child(7) {
    animation-delay: 0.7s;
}

.mega-menu .flex>div:nth-child(8) {
    animation-delay: 0.8s;
}

.mega-menu .flex>div:nth-child(9) {
    animation-delay: 0.9s;
}

@keyframes mm-show {
    from {
        opacity: 0;
        transform: translateY(-1em);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu a+img {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.mega-menu.hover a+img {
    opacity: 0.35;
}

.mega-menu.hover a:hover+img {
    opacity: 1;
}


/* Home Location Map
   ========================================================================== */

.google-map {
    display: block;
}

.google-map iframe {
    max-width: 100%;
    pointer-events: none;
}


/* News & Events
   ========================================================================== */

.np-img {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.np-line {
    margin-bottom: 35px;
}


/* Tabs
   ========================================================================== */

.tabs-header,
.teams-header {
    margin: 0;
    padding: 15px 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    border-bottom: 2px solid #910b2d;
}

.tabs-header {
    display: block;
    width: 100%;
}

.teams-header {
    display: inline-block;
    width: auto;
}

.tabs-header:hover,
.teams-header:hover {
    background-color: #910a2d;
}

.tabs-header:last-child,
.teams-header:last-child {
    border-right: 0;
}

.tabs-header.dropdown,
.teams-header.dropdown {
    display: block;
}

.teams-header {
    margin-bottom: 20px;
}

.tabs-header.active,
.teams-header.active {
    background-color: #910a2d;
    color: #fff;
    border-color: #910a2d;
}

.tabs-content,
.teams-content {
    display: none;
    padding: 30px 0;
}

.tabs-content.dropdown,
.teams-content.dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.tabs-content.active,
.teams-content.active {
    display: block;
    padding: 10px 20px;
    text-align: left;
}

.tabs-content.active {
    border: 2px solid #910a2d;
}

.tabs-content.dropdown.active,
.teams-content.dropdown.active {
    max-height: 10000px;
}

.concen {
    justify-content: center;
}


/* Contact page
   ========================================================================== */

.contact-tabs .inline-list {
    padding-left: 0;
    background-color: #dce4e6;
}

.contact-tabs .tabs-content {
    padding: 20px;
}

.contact-card {
    background-color: #f5f5f5;
    border: 1px solid #969696
}

.contact-card .contact-logo {
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.contact-card .contact-stuff {
    padding: 20px;
}

.contact-card .btn-full {
    margin-bottom: 10px;
}

.contact-card .s-header {
    width: auto;
    color: #101010;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.contact-card .s-header:after {
    content: "+";
    position: absolute;
    color: #101010;
    right: 2px;
    top: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 28px;
}

.contact-card .s-content {
    display: none;
}

.contact-card .s-header.active+.s-content {
    display: block;
}


/* Per week slider styles
   ========================================================================== */

.spend .noUi-base {
    background-image: url(../images/stock-slide-shadow.png);
    background-repeat: repeat-x;
    border-left: 8px solid #EA5E24;
    border-radius: 17px
}

.spend .noUi-horizontal .noUi-handle {
    background: #222;
    background-image: url(../images/stock-circle-shadow.png);
    box-shadow: none;
    border: 1px solid #101010;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    top: -8px !important;
}

.spend .noUi-handle:after,
.spend .noUi-handle:before {
    background-color: transparent !important;
}

.spend .noUi-background {
    background-color: #fff !important;
    border-radius: 5px !important;
}

.spend .noUi-target {
    border-radius: 25px !important;
    border-color: transparent !important;
}

.spend .noUi-horizontal {
    height: 40px !important;
}

.spend .noUi-target.noUi-connect {
    position: relative;
    margin-top: 5px !important;
    box-shadow: none !important;
    background-color: #6ac4b9;
    border: 5px solid #fff !important;
}

.spend .noUi-target.noUi-connect:before {
    content: "0";
    position: absolute;
    color: #fff;
    left: 20px;
    top: 4px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
}

.spend .noUi-target.noUi-connect:after {
    content: "500";
    position: absolute;
    color: #264844;
    right: 20px;
    top: 4px;
    z-index: 2;
    font-weight: bold;
    font-size: 20px;
}


/* Video Gallery Styles
   ========================================================================== */

.video-gallery {
    max-width: 960px;
    margin: 0 auto;
}

div.imgbox a:hover img {
    opacity: 0.6;
}

div.vid_icon:hover,
span.vid_icon:hover {
    opacity: 1;
    background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: bold;
}


/* Form styles
   ========================================================================== */

.chronoform {
    margin-bottom: 10px;
}

.form-control,
.select-container {
    margin-bottom: 25px;
    color: #101010;
    background-color: #f5f5f5;
    border: 2px solid #101010;
    border-radius: 6px;
    font-size: 16px;
}

.select-container .select-hide {
    color: #101010;
    height: 34px;
    padding: 0 10px;
}


/* Form Select Colour */

.form-control:focus,
.chrono-line .form-control:focus {
    border-color: #888888;
}

.form-group label {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    padding: 0;
    border: 0;
    color: #888888;
    z-index: 1;
    font-size: 13px;
    line-height: 1.5em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: text;
}

.form-control.empty+label {
    top: 0;
    left: 0;
    padding: 9px 12px;
    background-color: transparent;
    color: #666;
    border-left: 0;
    border-right: 0;
    line-height: 1.42857143;
    font-size: 14px;
}

.chronoform .error {
    border-color: red !important;
}

.chronoform .error+label,
.chronoform .error select {
    color: red !important;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container+label {
    display: none;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active+label {
    display: block;
}


/* Lines Theme */

.chrono-lines .form-control,
.chrono-lines .select-container {
    padding: 10px 4px;
    border: 0;
    border-bottom: 1px solid #666;
}

.chrono-lines .select-container .select-hide {
    padding: 0;
}

.chrono-lines .form-group label {
    top: -13px;
    left: 4px;
    padding: 0;
    background-color: transparent;
    color: #666;
}

.chrono-lines .form-control.empty+label {
    top: 0;
    left: 4px;
    padding: 10px 0;
}

.chrono-lines .form-control:not(.empty):focus+label {
    color: #0099ff;
}


/* Left Labels Theme */

.chrono-l-labels .form-group {
    *zoom: 1
}

.chrono-l-labels .form-group:before {
    content: " ";
    display: table
}

.chrono-l-labels .form-group:after {
    content: " ";
    display: table;
    clear: both
}

.chrono-l-labels .form-control,
.chrono-l-labels .select-container,
.chrono-l-labels .form-submit {
    float: right;
    width: 74%;
}

.chrono-l-labels .form-group label,
.chrono-l-labels .form-control.empty+label {
    position: relative;
    width: 25%;
    top: auto;
    left: auto;
    float: left;
    padding: 10px 0;
    background-color: transparent;
    color: #666;
    font-size: 16px;
    line-height: 1.42857143;
}

.chrono-l-labels .form-control:not(.empty):focus+label {
    color: #0099ff;
}

.error-page h2 {
    color: #666666;
}


/* Footer Links
   ========================================================================== */

.footer-links {
    background-color: #101010;
    color: #fff;
}

.footer-links p {
    margin: 0 0 20px 0;
}

.footer-links .head-3 {
    display: block;
    margin: 0 0 40px 0;
    font-size: 18px;
    color: #888888;
}

.footer-links .head-4 {
    margin: 20px 0 0;
    color: #888888;
    font-size: 14px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.footer-links p {
    font-size: 14px;
}

.footer-links a:hover,
.copyright a:hover {
    color: #888888;
}

.footer-links .chronoform {
    margin-bottom: 0;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fo-cen {
    align-items: center;
}

.flogo {
    text-align: left;
}

.fface {
    text-align: left;
}

.fface p {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.fface svg {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 45px;
    vertical-align: middle;
    margin-left: 20px;
}


/* Social
   ========================================================================== */

.social a {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 12px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    border: 1px solid #fff;
}

.social a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.social li:last-child a {
    margin-right: 0;
}

.social a:hover {
    color: #888888;
    border: 1px solid #888888;
}

.top-header .social {
    margin-left: 20px;
}

.top-header .social a {
    width: 25px;
    height: 25px;
    padding: 6px;
    font-size: 11px;
}


/* Copyright
   ========================================================================== */

.copyright {
    background-color: #101010;
    color: #fff;
    border-top: 1px solid #fff;
}

.copyright .wrapper {
    font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.copyright a {
    color: #fff;
}

.edge-designed a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}


/* TABLET STYLES
   ========================================================================== */

@media (min-width: 500px) {}

@media (max-width: 1024px) {
    .welcome {
        background-image: none !important;
    }
}


/* DESKTOP STYLES
   ========================================================================== */

@media (min-width: 1025px) {
    /* Layout
   ========================================================================== */
    body {
        padding-top: 135px;
    }
    .anchor {
        top: -90px;
    }
    .wrapper {
        font-size: 14px;
    }
    h1,
    .head-1 {
        font-size: 40px;
    }
    h2,
    .head-2 {
        font-size: 28px;
    }
    .item-365 ul {
        display: none !important;
    }
    .logo a {
        margin-right: 10px;
    }
    /* Top Header
   ========================================================================== */
    .top-header {
        display: block;
        position: fixed;
        z-index: 1030;
        top: 0;
        -webkit-transition: top 0.4s ease;
        -moz-transition: top 0.4s ease;
        transition: top 0.4s ease;
        overflow: hidden;
    }
    .top-header .wrapper {
        padding-top: 10px;
        padding-bottom: 0px;
        line-height: 1.3em;
    }
    /* Dealer menu
   ========================================================================== */
    .dealer-name {
        margin-top: 7px;
    }
    .stacked .nav-menu {
        top: 135px;
    }
    /* Navigation
   ========================================================================== */
    .m-menu {
        background: #eee;
    }
    .nav-menu {
        top: 35px;
        -webkit-transition: top 0.4s ease;
        -moz-transition: top 0.4s ease;
        transition: top 0.4s ease;
    }
    .translated-ltr.translated-ltr .skiptranslate~.header .nav-menu {
        top: 88px;
    }
    .nav-menu .wrapper {
        padding-top: 28px;
        padding-bottom: 46px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .fixed-menu .nav-menu .wrapper {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .stacked .nav-menu .wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fixed-menu .nav-menu {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }
    .mobile-link {
        display: none;
    }
    .primary-nav a {
        display: block;
        padding: 15px 6px;
        color: #fff;
        border: none;
        font-size: 13px;
    }
    .primary-nav>ul>li:last-child>a {
        padding-right: 0;
    }
    .primary-nav>.nav>li:hover>a {
        color: #888888;
    }
    .primary-nav .nav-child a {
        position: relative;
        padding: 8px 20px;
        text-align: left;
        background-color: #1a1a1a;
        color: #fff;
    }
    .primary-nav .nav-child li:hover a {
        background: #888888;
        color: #ffffff;
    }
    .primary-nav .nav-child li:last-child a {
        border: 0;
    }
    .right-sidebar h2 {
        margin: 14px 0 27px;
    }
    .primary-nav .nav {
        justify-content: flex-end;
    }
    .banner-text {
        top: 70px;
    }
    .banner-text h1 {
        font-size: 42px;
    }
    .banner-text h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .q-text h3 {
        font-size: 22px;
    }
    .page-banner-text {
        font-size: 38px;
    }
    /* Smaller Navigation on scroll
   ========================================================================== */
    .fixed-menu .top-header {
        top: -52px;
    }
    .fixed-menu .dealer-menu {
        top: -103px;
    }
    .fixed-menu .nav-menu {
        top: 0;
    }
    /* Quicklinks
   ========================================================================== */
    .q-link {
        margin: 0;
    }
    .q-img {
        height: 240px;
    }
    .q-text {
        padding: 40px;
    }
    /* Button
   ========================================================================== */
    .btn {
        margin-top: 20px;
        padding: 15px 20px;
        min-width: 190px;
    }
    /* Main Content
   ========================================================================== */
    .content {
        position: relative;
    }
    .welcome {
        background-size: cover;
        background-position: center;
    }
    .search-our-stock .wrapper {
        max-width: 720px;
    }
    .search-our-stock .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .welcome .wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
        max-width: 650px;
        margin: 0;
        text-align: left;
    }
    .review-carousel .wrapper {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .recalls p {
        font-size: 20px;
    }
    /* New to move
   ========================================================================== */
    .corp-img {
        min-height: 500px;
    }
    .content .wrapper {
        padding-top: 80px;
    }
    .content-break p {
        font-size: 40px;
    }
    .content-break .wrapper {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .content h1 {
        font-size: 40px;
    }
    /* Form styles
   ========================================================================== */
    .chronoform {
        margin-bottom: 20px;
    }
    .form-control,
    .select-container,
    .form-group label,
    .chrono-l-labels .form-group label,
    .chrono-l-labels .form-control.empty+label {
        font-size: 14px;
    }
    .form-control,
    .select-container {
        padding: 10px 10px;
    }
    .select-container .select-hide {
        height: 38px;
    }
    .form-control.empty+label {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .form-group label {
        top: -18px;
        font-size: 12px;
    }
    /* Footer Links
   ========================================================================== */
    .footer-links .wrapper {
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 50px;
    }
    .footer-links h1 {
        margin: 10px 0 40px 0;
    }
    .footer-links .flex>div {
        padding-bottom: 0;
    }
    .copyright .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copyright p {
        margin: 0;
    }
    .edge-designed {
        margin: 0;
    }
    .footer-logo {
        margin-bottom: 60px;
        margin-top: 0;
    }
    .fface {
        text-align: right;
    }
}

@media(min-width: 1200px) {
    body {
        padding-top: 143px;
    }
    .wrapper {
        font-size: 15px;
    }
    h1,
    .head-1 {
        font-size: 48px;
    }
    .logo a {
        width: 260px;
    }
    .map-image {
        height: 500px;
    }
    /* Dealer menu
   ========================================================================== */
    .dealer-name {
        font-size: 30px;
        margin-top: 15px;
    }
    .dealer-menu .logo {
        width: auto;
    }
    .stacked .nav-menu {
        top: 156px;
    }
    .fixed-menu .stacked .nav-menu {
        top: 0;
    }
    .primary-nav a {
        padding: 15px 9px;
        font-size: 13px;
    }
    .q-text {
        padding: 40px 60px;
    }
    .btn {
        min-width: 260px;
    }
    .q-img {
        height: 240px;
    }
    .welcome .wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .search-stock .wrapper {
        padding-top: 130px;
        padding-bottom: 120px;
    }
    .review-carousel .wrapper {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .loc-block h3 {
        font-size: 15px;
    }
    .loc-link {
        top: 1px;
    }
}

@media(min-width: 1400px) {
    body {
        padding-top: 163px;
    }
    .primary-nav a {
        font-size: 14px;
    }
    .welcome .wrapper {
        padding-top: 160px;
        padding-bottom: 140px;
    }
    .search-stock .wrapper {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .review-carousel .wrapper {
        padding-top: 180px;
        padding-bottom: 100px;
    }
    .loc-block h3 {
        font-size: 17px;
    }
    .loc-link {
        top: 0;
    }
    .banner-text h1 {
        font-size: 50px;
    }
    .banner-text {
        top: 120px;
    }
    .page-banner-text {
        font-size: 48px;
    }
    .logo {
        width: auto;
    }
}

@media(min-width: 1500px) {
    .primary-nav a {
        font-size: 15px;
        padding: 15px;
    }
    .welcome .wrapper {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .search-our-stock .wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .q-text {
        padding: 40px 100px;
    }
    .q-img {
        height: 400px;
    }
    .search-stock .wrapper {
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

@media(min-width: 1700px) {
    .primary-nav a {
        padding: 15px 20px;
        font-size: 16px;
    }
}


.ate-stock-locator .banner-highlight {
    background-color: #91092D;
}
