/* RESET Fonts */
@font-face {
    font-family: "AvantGarde";
    src: url("../fonts/gabriel/AvantGarde-Book.eot");
    src: url("../fonts/gabriel/AvantGarde-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/gabriel/AvantGardeITCbyBT-Book.otf") format("opentype"),
        url("../fonts/gabriel/AvantGardeITCbyBT-Book.svg") format("svg"),
        url("../fonts/gabriel/AvantGardeITCbyBT-Book.ttf") format("truetype"),
        url("../fonts/gabriel/AvantGardeITCbyBT-Book.woff") format("woff"),
        url("../fonts/gabriel/AvantGarde-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvantGarde Demi";
    src:
        url("../fonts/gabriel/AvantGarde-Demi.ttf") format("truetype"),
        url("../fonts/gabriel/AvantGarde-Demi.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AvantGarde Bold";
    src:
        url("../fonts/gabriel/AvantGarde-Bold.ttf") format("truetype"),
        url("../fonts/gabriel/AvantGarde-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    /*  color variables */
    --color-main: #BE0A00;
    /* --color-main-secondary: #04243F; */
    --color-main-secondary: #222;
    --color-active: #BE0A00;
    --color-text: #000000;
    --color-text-lt: #b2b2b2;
    --color-border-dk: #000000;
    --color-border-lt: #f2f2f2;
    --color-bg-lt: #f2f2f2;
    --color-bg-dk: #222222;
    --color-bg-btn: #000000;
    /* --color-bg-lt:#e4dcd3; */
}
body {
    font-size: 14px;
    line-height: 1.4;
    font-family: "AvantGarde", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #222;
    letter-spacing: 0.5px;
}
#wrapper {
    margin-top: 90px;
    background: #fff;
}
body.home #wrapper {
    margin-top: 0;
}
body.nav_fixed #wrapper {
    margin-top: 50px;
    background: #fff;
}
body.home.nav_fixed #wrapper {
    margin-top: 0;
}
footer {
    padding: 20px 0 0;
    background: var(--color-bg-dk);
    color: #fff;
    max-width: 2560px;
    margin: 0 auto;
}
.text-white {
    color: #fff;
}
.social a {
    padding: 0;
}
.bg-lt {
    background: var(--color-bg-lt);
    color: var(--color-text);
}
.bg-dk {
    background: var(--color-bg-dk);
    color: #fff;
}
.bg-white {
    background: #fff;
    color: var(--color-text);
}
.address a,
footer h3,
.footer-legal {
    color: #fff;
    text-align: left;
}
.footer-legal {
    color: var(--color-text-lt);
    margin: 0;
    text-align: left;
    padding: 0;
}
.footerRight {
    text-align: right;
}
.footerRight div {
    display: inline-block;
    text-align: left;
}
#footerBottom {
    background: #000;
    padding: 20px 0 20px 0;
    border-top: 1px solid var(--color-text-lt);
    color: var(--color-text-lt);
}
#footerBottom .container {
    display: block;
}
#footerBottom .footerBottom-content {
    justify-content: space-between;
}
.model_block h2 .makeTitle {
    font-family: "AvantGarde", Helvetica, Arial, sans-serif;
}
h1, .h1,
h2,
h3,
h4 {
    font-family: "AvantGarde Demi";
    letter-spacing: 0.5px;
}
h2.ttl- p {
    font-size: 16px;
    color: var(--color-text-lt);
}
#header_content {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: #666 solid 1px;
    overflow: visible !important;
    position: fixed;
    z-index: 99;
    top: 0;
}
body.nav_fixed #header_content {
    height: 42px !important;
}
body.nav_fixed #header_content .logo img {
    height: 30px;
    margin-top: 0;
}
body.nav_fixed .nav-menu {
    overflow-y: visible !important;
    position: relative !important;
    padding-top: 0;
}
#header_main {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0 !important;
    margin-bottom: 0;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
    margin-bottom: 0;
    height: 40px;
}
.logo img {
    height: 45px;
    margin: 25px 15px 0;
    float: right;
}
.nav-menu {
    display: block;
    background-color: transparent !important;
    padding-top: 49px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: none;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
    position: relative;
}
.header-top li {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.header-top li a {
    line-height: 40px;
    display: block;
}
.header-top li i {
    font-size: 20px;
    line-height: 40px;
    margin-right: 0;
}
.header-top li.header_search {
    background: #BE0A00;
}
#headSearchForm {
    position: absolute;
    top: 40px;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    min-width: 235px;
}
#headSearchForm.collapse.in {
    display: block !important;
}
/* carousel customization */
#carouselDef .item a {
    cursor: default;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel {
    background: transparent !important;
    max-width: 2560px !important;
    margin-bottom: 0 !important;
}
.carousel-inner {
    background: transparent !important;
}
.video-control {
    bottom: 15% !important;
    right: 40px !important;
    /* display:none; */
}
.video-control-button {
    background-color: var(--color-main) !important;
    padding: 0 !important;
}
.fa-playpause {
    line-height: 40px;
    vertical-align: middle !important;
}
.videowrapper {
    padding-top: 56.25% !important;
}
/* end of Carousel customization */
.scrollAnimation {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 15%;
    left: 15%;
    display: block;
    z-index: 10;
    text-align: center;
}
.scrollAnimation i {
    display: block;
    font-size: 100px;
    line-height: 100px;
    color: #fff;
    text-shadow: var(--color-main) 1px 1px 10px;
    animation: bouncing 2s ease infinite;
    opacity: 0.5;
}
.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
@keyframes bouncing {
    0%,
    100% {
        opacity: 0.5;
        transform: translateY(-25px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* customization of page title */
.titlePage {
    background: var(--color-main-secondary);
    padding: 50px 15px 15px;
}
body.events .titlePage {
    padding: 15px 15px;
}
body.homeEvents .titlePage,
body.p-contact_us .titlePage,
body.p-index .titlePage,
body.new-autos .titlePage,
body.new-motos .titlePage {
    padding: 300px 15px 15px 15px;
    position: relative;
    overflow: hidden;
}
body.homeEvents .titlePage:before,
body.p-contact_us .titlePage:before,
body.p-index .titlePage:before,
body.new-autos .titlePage:before,
body.new-motos .titlePage:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: blur(1px); */
    background-blend-mode: multiply;
}
body.homeEvents .titlePage:before {
    background-image: url(/assets/img/gabriel/bg_about.jpg);
}
body.p-contact_us .titlePage:before {
    background-image: url("/assets/img/gabriel/bg_contact.jpg");
}
body.p-index .titlePage:before {
    background-image: url("/assets/img/gabriel/bg_about.jpg");
}
body.new-autos .titlePage:before {
    background-image: url("/assets/img/gabriel/bg_new_autos.jpg");
}
body.new-motos .titlePage:before {
    background-image: url("/assets/img/gabriel/bg_new_motos.jpg");
}

body.listing_pre-owned #container-content,
body.p-contact_us #container-content {
    padding-top: 0;
}
#findVehicles {
    display: flex;
    align-items: middle;
    padding: 30px 0 15px 0;
    background: var(--color-bg-dk);
    border-top: var(--color-main) solid 1px;
}
form#quickSearchHome {
    float: left;
    display: flex;
    align-items: middle;
    justify-content: space-evenly;
    clear: unset;
    margin: 0;
}
form#quickSearchHome .styled-select {
    height: 48px;
    border-radius: 5px;
    min-width: 300px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    background: none;
    border: 0;
    position: relative;
    background: #fff !important;
    border: var(--color-border-lt) solid 1px;
}
form#quickSearchHome .styled-select select {
    background: none !important;
    font-size: 16px;
    height: 48px;
    width: calc(100% - 10px);
    margin: 0;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    border: none;
    color: #000;
}
form#quickSearchHome .submit {
    margin-bottom: 15px;
    min-width: 130px;
}
#findVehicles .container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#findVehicles h2 {
    color: #fff;
    display: inline-block;
    margin: 0 15px 15px 15px;
    font-size: 24px;
}
.featured-cars {
    background: #fff;
    padding: 50px 0;
}
.featured-cars h2 {
    text-align: center;
}
.external-links {
    margin: 0;
}
.external-links a {
    color: var(--color-text-lt);
}
.hours_main_location li {
    display: block;
    width: 100%;
}
.hours_main_location label {
    display: inline-block;
    width: 150px;
    text-align: left;
    ;
}
.content-description a,
.content-description a:hover,
.content-description a:visited,
.searchFormHeader li em,
.text-red1 {
    color: var(--color-main);
}
.form-demande .nav-details-cars li.active a,
.form-demande .nav-details-cars li a:hover,
.form-demande .nav-details-cars li a:focus,
#details_container .nav-details-cars li.active a,
#details_container .nav-details-cars li a:hover {
    background-color: var(--color-bg-btn);
}
p a.button {
    margin: 15px 0;
}
.btn,
a.btn,
.btn-primary,
.btnSubmit {
    min-height: 48px;
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 0;
    background: #000;
    color: #fff !important;
    border: #000 solid 1px;
    font-family: "AvantGarde Demi";
    width: auto;
    text-decoration: none !important;
}
.btn i,
a.btn i,
.btn-primary i,
.btnSubmit i {
    font-size: 80%;
    font-weight: 400;
}
.btn-primary,
.btnSubmit {
    background: var(--color-main) !important;
    border-color: var(--color-main) !important;
    color: #fff !important;
}
.btn-primary:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    border: var(--color-main) solid 1px;
}
.btnSubmit:after {
    content: "\f1d8";
    font-family: "FontAwesome";
    padding-left: 10px;
}
.btn-secondary,
a.btn-secondary {
    background: #fff !important;
    border-color: #000 !important;
    color: var(--color-text) !important;
}
.form-demande .nav-details-cars li.active::after {
    border-top: 10px solid var(--color-main) !important;
}
.nav-menu {
    border-bottom: none;
}
.burger .burger-menu,
.burger .burger-menu:before,
.burger .burger-menu:after {
    background: #fff;
}
.container-header {
    overflow: visible !important;
}
.header-right .language {
    margin: 8px 0 0 0;
}
.content-description h1 {
    font-size: 26px;
}
.content-description h3 {
    font-size: 18px;
}
.content-description p {
    font-size: 16px;
    line-height: 1.3;
}
.container-menu-right {
    float: left;
}
.menulist li a {
    padding: 0 20px;
}
.menulist > li > a {
    line-height: 40px;
    font-family: "AvantGarde Demi";
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    border-bottom: none;
    font-weight: normal;
}
.menulist > li.active > a,
.menulist > li > a:hover {
    color: #fff !important;
    background: var(--color-main) !important;
}
.menulist > li > a.electric,
.menulist > li > a.electric:hover {
    color: #4fc14a !important;
}
.menulist > li > a.electric img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.header-top a,
.header-top a i {
    color: #fff !important;
}
.menulist,
.container-menu-right {
    overflow: visible !important;
}
.menulist li {
    position: relative;
}
.menulist > li:first-child {
    min-width: 200px;
}
.content-dealer-menu {
    top: 40px;
    left: 0;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    transform: none;
    transition-duration: 0s;
    min-width: 200px;
}
.content-dealer-menu .content-submenu {
    background-color: none !important;
}
body.nav_fixed #header_content .menulist > li.active .content-dealer-menu {
    top: 100px !important;
}
#footer_links li a,
#footerBottom a {
    color: #fff;
    font-size: 11px;
}
#container-contact .content-details-page p {
    color: var(--color-text);
    font-family: "AvantGarde";
    font-size: 15px;
    line-height: 1.4;
}
.menulist li.active a.link-submodel {
    color: var(--color-text);
}
#home-about,
#home-cars,
#home-motos {
    padding: 50px 0;
    margin: 0 !important;
}
p.title {
    font-family: "AvantGarde Demi";
    text-transform: none;
}
.d-flex {
    display: flex;
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
#home-about a.btn {
    margin: 10px;
}
.formWrap {
    padding: 10px;
}
.form-group label {
    font-weight: normal;
}
footer {
    padding-top: 50px;
}
#header_content .menulist > li .content-links > li:hover > a {
    background: var(--color-main) !important;
}
/*Video Control button*/
.video-control {
    top: auto;
    right: 20px;
    bottom: 10px;
    left: auto;
    position: absolute;
}
.video-control-button {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-radius: 50%;
    background-color: #fff;
    font-size: 24px;
    padding-left: 5px;
    display: block;
    float: right;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}
.video-control-button span {
    color: #000;
}
.fa-playpause {
    font-size: 10px !important;
    line-height: 30px;
}
.fa-playpause:before {
    content: "\f04b";
}
.fa-playpause:after {
    content: "\f04c";
}
#carouselDef .carousel-inner,
#carouselDef .carousel-item,
#carouselDef .carousel-item.active {
    height: 100vh;
}
body.events .carousel-inner,
body.events .carousel-item,
body.events .carousel-item.active {
    height: auto !important;
}
.sliderMask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
    z-index: 10;
}
.sliderMask h1,
.sliderMask h2,
.sliderMask p {
    color: #fff;
}
/* make list */
.makelist {
    margin: 10px 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.make {
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: left;
    text-align: center;
    flex: 15%;
    margin-bottom: 20px;
}
.makelist.mobility .make {
    flex: 20%;
}
.make img {
    width: 80px;
    height: auto;
    margin-bottom: 5px;
}
.make a,
.make button {
    padding-top: 5px;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
}
body:not(.listing_pre-owned) .make a:hover,
body:not(.listing_pre-owned) .make button:hover .makelist .active a,
body:not(.listing_pre-owned) .makelist .active button {
    background: transparent;
    transform: scale(1.1);
    transition: linear 0.2s;
}
.makeName {
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    width: 100%;
    border: none;
    display: block;
    font-family: "AvantGarde", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}
/* on listing page */
body.listing_pre-owned .titlePage {
    margin-bottom: 0;
}
.listing-header {
    background: #efefef;
    border-bottom: #ccc solid 1px;
    margin-bottom: 15px;
}
.listing-header .make {
    flex: 11%;
    margin-bottom: 15px;
}
.listing-header .makeFilter {
    margin: 0;
    padding: 0;
}
.listing-header .makeList {
    margin: 10px 0;
}
.listing-header .make img {
    width: 50px;
}
.listing-header .makelist .active .makeName {
    background: var(--color-main);
    color: #fff;
}
.motolist-modal a.btn {
    margin: 10px;
}
#home-motos .make a {
    display: flex;
    align-items: center;
    margin: 0 20px;
    justify-content: center;
}
#home-motos .make img {
    width: 70px;
}
#home-motos .makeName {
    width: auto !important;
    margin-left: 15px;
    font-size: 14px;
}
.makeSelect {
    margin-bottom: 30px;
}
.makeSelect select {
    background: #fff !important;
    font-size: 14px;
    height: 36px;
    width: 100%;
    max-width: 250px;
    margin: 0 0 10px;
    border-radius: 2px;
    padding: 5px;
    text-indent: .01px;
    cursor: pointer;
    border: #ccc solid 1px;
}
.makelist .active .makeName {
    background: var(--color-main);
    color: #fff;
}
.makeFilter {
    margin: 30px 0 0;
    padding: 10px 0;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.home .homelisting-title::before {
    content: "\f1b9";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 80px;
    opacity: 0.1;
    position: fixed;
    top: 25px;
    z-index: 20;
    left: calc(50% - 40px);
}
#home-motos .homelisting-title::before {
    content: "\f21c";
}
.navMake {
    z-index: 30;
}
footer a {
    color: var(--color-text-lt);
}
.mb-30 {
    margin-bottom: 30px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footer-left {
    min-width: 180px;
    padding-right: 50px;
}
.footer-right {
    padding: 0 15px 0 50px;
}
ul.dealer-list {
    border-left: #666 solid 1px;
    columns: 3 250px;
    column-gap: 50px;
    padding: 0 15px 0 50px;
}
ul.dealer-list li {
    display: block;
    margin-bottom: 5px;
}
footer hr {
    width: 80px;
    border: #BE0A00 solid 1px;
    margin: 15px 0;
    float: none;
}
#menu-autos,
#menu-motos {
    position: relative;
    padding-left: 25px;
}
#menu-autos a,
#menu-motos a {
    padding-right: 0;
}
#menu-autos::before,
#menu-motos::before {
    content: "\f1b9";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 40px;
    opacity: 0.1;
    position: absolute;
    top: calc(50% - 25px);
    ;
    left: 0;
}
#menu-motos::before {
    content: "\f21c";
}
.titlePage h1 {
    text-shadow: 0px 0px 5px black;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    form#quickSearchHome .styled-select {
        min-width: 240px;
    }
    ul.dealer-list {
        columns: 3 150px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #findVehicles .container {
        display: block;
    }
    form#quickSearchHome {
        float: none;
    }
    .navbar-form {
        padding-left: 0;
    }
    .menulist li a {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 992px) {
    #nav-overlay {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 991px) {
    body:not(.home) #wrapper {
        margin-top: 120px;
        background: #fff;
    }
    #header_content {
        height: 120px;
    }
    .page-event-dealer #wrapper {
        margin-top: 90px !important;
    }
    .page-event-dealer #header_content {
        height: 90px !important;
    }
    .page-event-dealer.nav_fixed .event-dealer-header {
        height: 40px !important;
    }
    .page-event-dealer.nav_fixed .event-dealer-header img {
        height: 35px;
    }
    .listing_pre-owned .makeFilter {
        display: none;
    }
    li.favLink .nrFav {
        top: 10px;
    }
    .container-menu-right {
        float: none;
    }
    .content-dealer-menu .content-submenu {
        padding-left: 40px;
    }
    .footer-legal {
        text-align: center;
        margin: 10px 0;
    }
    .content-dealer-menu {
        background: transparent !important;
    }
    .menulist li a,
    .menulist li.active a,
    .menulist li:not(.search-li).active,
    .content-dealer-menu .content-submenu,
    #header_content .menulist > li.active .content-dealer-menu.collapse.in {
        background: transparent !important;
        color: #fff !important;
    }
    body.nav_fixed:not(.home) #wrapper {
        margin-top: 40px;
    }
    body.nav_fixed #header_content .menulist > li.active .content-dealer-menu {
        top: 0 !important;
    }
    .carousel.home .carousel-caption {
        height: 0 !important;
        padding-top: 0 !important;
    }
    .nav-menu {
        padding-top: 0;
    }
    .nav-menu.fixed_top {
        background: #000 !important;
        width: 100% !important;
    }
    body.nav_fixed .nav-menu {
        position: fixed !important;
    }
    .header-top {
        position: unset;
    }
    .searchForm {
        margin-top: 0 !important;
    }
    .menulist {
        margin-top: 30px;
    }
    header .container-block-top .header-right {
        visibility: hidden;
    }
    #header_content.fixed_top,
    body.nav_fixed #header_content.fixed_top {
        height: 100% !important;
        background: rgba(0, 0, 0, 0.9);
    }
    #header_content.fixed_top .nav-menu {
        height: 100% !important;
        border-bottom: none !important;
    }
    #header_content.fixed_top .logo {
        display: none;
    }
    .logo {
        padding: 0 !important;
    }
    body.nav_fixed .logo {
        display: none !important;
    }
    .logo img {
        margin-bottom: 9px;
        float: none;
    }
    .language {
        margin-right: 15px;
        line-height: 40px !important;
    }
    #header_main {
        padding-top: 0;
        height: 40px;
    }
    .nav_fixed #header_main {
        display: block;
    }
    .fixed_top #header_main {
        padding-top: 0 !important;
    }
    /* .nav-menu {
        height: 40px;
        margin-top:5px;
        
    } */
    .header-top {
        margin-right: 0;
    }
    .header-top li i {
        color: #fff;
    }
    .navbar-toggle {
        width: 40px;
        height: 40px;
    }
    .linkTitle {
        font-size: 12px !important;
    }
    .menulist > li > a {
        line-height: 30px;
    }
    .menulist li a {
        font-size: 14px;
        margin-bottom: 10px !important;
    }
    #findVehicles .container,
    form#quickSearchHome,
    form#quickSearchHome .styled-select {
        display: block;
        width: 100%;
    }
    form#quickSearchHome {
        padding: 0 20px;
    }
    form#quickSearchHome .styled-select {
        margin: 0 0 15px 0;
    }
    form#quickSearchHome .submit {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    #home-about .watermark {
        margin-bottom: 30px;
    }
    #home-about .row {
        display: block;
    }
    .titlePage {
        background: var(--color-main-secondary);
        padding: 30px 15px 15px !important;
    }
    body.events .titlePage {
        padding: 15px 15px !important;
    }
    body.listing_pre-owned .titlePage {
        margin-bottom: 20px;
    }
    .scrollAnimation {
        bottom: 15%;
        left: 5%;
    }
    .anchor {
        top: -40px;
    }
    .no-gutters > [class*="col-"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #menu-autos::before,
    #menu-motos::before {
        color: #fff;
        opacity: 0.2;
    }
}
#car_item_details,
.car_item_details {
    padding: 0;
}
.fa-stack {
    height: 40px !important;
    line-height: 40px !important;
}
.nrFav {
    color: #000;
}
span.fav-box.fav {
    border-color: var(--color-main) !important;
}
.searchHome {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pageSection {
    margin-bottom: 50px;
}
.chineseTeam {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chineseTeam div:first-child {
    margin-right: 30px;
}
.chineseTeam p img {
    width: 100%;
    max-width: 400px;
}
/* CSS Document */
/* Carousel Styles */
/* Carousel overwritten */
.carousel {
    background: #000;
    padding-bottom: 0;
    max-width: 1920px;
    margin: 0 auto 15px auto;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel .item h1,
.carousel .item h2 {
    float: none;
    font-size: 28px;
    color: #fff;
    border-bottom: none;
    max-width: 500px;
    margin: 10px auto;
}
.carousel-control.right,
.carousel-control.left {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.carousel .prev,
.carousel .next {
    background: none !important;
    border: none !important;
    height: auto !important;
    width: auto !important;
}
.next a,
.prev a {
    display: inline-block;
    height: auto !important;
    width: auto !important;
}
.carousel.slide {
    padding: 0 !important;
    margin-bottom: 30px;
}
.carousel .item {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.carousel-indicators .active {
    background-color: #000;
}
.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 10px !important;
}
.carousel-control {
    width: 5% !important;
    height: 50px !important;
    line-height: 50px !important;
    top: calc(50% - 25px) !important;
    background: none !important;
}
.carousel-control {
    width: 0;
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.carousel-inner {
    background: #fff;
}
.videowrapper {
    height: 0;
    padding-top: 36.458%;
    background: #000;
    overflow: hidden;
}
.videowrapper Video,
.videowrapper img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.carousel-inner .item img {
    width: 100%;
}
.carousel-caption {
    background: none !important;
    padding: 0 25px !important;
}
.top_left,
.top_right {
    top: 60px !important;
    bottom: auto !important;
}
.bottom_left,
.bottom_right {
    bottom: 80px !important;
    top: auto !important;
}
.top_left {
    left: 6% !important;
    right: auto !important;
    text-align: left !important;
}
.top_right {
    right: 6% !important;
    left: auto !important;
    text-align: right !important;
}
.bottom_left {
    right: auto !important;
    left: 6% !important;
    text-align: left !important;
}
.bottom_right {
    left: auto !important;
    right: 6% !important;
    text-align: right !important;
}
.carousel-caption a {
    width: auto !important;
    min-width: 200px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 15px 20px !important;
    margin-top: 15px;
}
.carousel-caption h2 {
    font-size: 40px;
}
@media (min-width:576px) and (max-width:1199px) {
    .top_left {
        top: 5% !important;
        left: 40px !important;
    }
    .top_right {
        top: 5% !important;
        right: 40px !important;
    }
    .bottom_left {
        bottom: 8% !important;
        left: 40px !important;
    }
    .bottom_right {
        bottom: 5% !important;
        ;
        right: 40px !important;
        ;
    }
    .carousel-caption h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px) {
    .tab button.active {
        width: 100%;
    }
    .sliderMask {
        width: 100%;
    }
    .d-flex {
        display: block;
    }
    .btn-primary,
    .btn-secondary {
        width: 100% !important;
    }
    #home-about a.btn {
        width: calc(100% - 20px) !important;
    }
    .top_left,
    .top_right,
    .bottom_left,
    .bottom_right {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center !important;
    }
    .carousel-caption {
        position: relative !important;
        height: 150px;
        padding-top: 15px !important;
    }
    .carousel-caption a.button {
        display: inline-block;
        font-size: 14px;
    }
    .carousel-caption h2 {
        font-size: 25px;
        color: #000 !important;
        text-shadow: none;
        text-align: center;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        margin: 0 5px !important;
    }
    .carousel-control {
        display: none;
    }
    .homeFormWrap {
        padding: 0 15px;
    }
    .footer-top,
    .footer-top h3 {
        display: block;
        text-align: center;
    }
    .footer-left {
        padding-right: 0;
    }
    .footer-right {
        padding: 0;
    }
    ul.dealer-list {
        border-left: none;
        padding: 0;
    }
    footer hr {
        margin: 15px auto;
    }
    .footer-legal {
        margin: 10px auto;
        text-align: center;
    }
    .make {
        flex: 33% !important;
    }
    #home-motos .makelist {
        display: block;
    }
    #home-motos .make {
        display: block;
        width: 100%;
    }
    #carouselDef .carousel-inner,
    #carouselDef .carousel-item,
    #carouselDef .carousel-item.active {
        height: calc(100vh - 50px);
        /* fix for mobile top */
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.dealer-list {
        columns: 2;
        column-gap: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .footer-top {
        align-items: flex-start;
        justify-content: center;
    }
    .footer-left {
        text-align: left !important;
        padding-right: 0;
    }
    .footer-right {
        padding: 0 15px;
    }
    .make {
        width: 100px;
        flex: 25% !important;
    }
}
@media only screen and (max-width: 575px) {}
.summary {
    background: #000;
    padding: 20px;
    box-shadow: 1px 1px 5px #888888;
    color: #fff !important;
    margin-bottom: 15px;
}
.summary p {
    color: #fff !important;
}
.event-dealer-name {
    color: #666;
    display: block;
    margin-top: 5px;
}
.externalLink.news_events_title::after {
    display: inline-block;
    content: "\f08e";
    margin-left: 5px;
    font-family: "FontAwesome";
    font-weight: 900;
}
.make.mute {
    color: #999;
    filter: grayscale(100%) opacity(30%);
    -webkit-filter: grayscale(100%) opacity(30%);
    -moz-filter: grayscale(100%) opacity(30%);
}
.event-dealer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
/* sell-your-car form*/
.container-sell-your-car {
    overflow: hidden;
}
.group-right-form .content-sell-your-car {
    background: #222222;
    padding: 30px 50px;
}
.group-right-form .content-sell-your-car h2 {
    font-family: "AvantGarde", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}
.group-right-form .content-sell-your-car p {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    margin: 20px auto 15px;
}
.content-message-title {
    margin: 20px 0;
}
.content-message-title h2 {
    font-family: "AvantGarde", Helvetica, Arial, sans-serif;
    font-size: 24px;
}
.content-message-title h3 {
    font-family: "AvantGarde", Helvetica, Arial, sans-serif;
}
.content-message-title span {
    color: #333333;
}
.form-sell-your-car {
    border: 1px solid #222;
    border-radius: 0;
    background-color: #FFF;
    margin-bottom: 20px;
}
.form-sell-your-car .form_vin a {
    float: right;
    text-decoration: none;
    cursor: pointer;
    margin-top: 5px;
}
.group-info-car {
    margin-top: 5px;
}
.form-sell-your-car .form_vin a:hover {
    text-decoration: underline;
}
.form-sell-your-car #dynamicForm label {
    color: #666666;
}
.form-sell-your-car #dynamicForm input {
    display: block;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: calc(3rem + 12px);
    padding: 0.375rem 0.75rem;
}
.group-info-offer {
    display: inline-flex;
    margin: 20px 0;
}
.group-info-offer div {
    margin-left: 20px;
}
.form-sell-your-car .nav-details-cars {
    margin-top: 20px;
}
.form-sell-your-car .nav-details-cars li {
    border-right: none;
    width: 49.3%;
    text-align: center;
    float: left;
    border-right: none !important;
    background: #999999;
    border-bottom: none;
    border-top: none;
    margin-bottom: 7px;
}
.form-sell-your-car .nav-details-cars li a {
    color: #ffffff !important;
    font-size: 12px;
    border: none;
    margin-right: 0;
    border-radius: 0;
    text-transform: none;
    padding: 14px 6px;
    line-height: 12px;
}
.form-sell-your-car .nav-details-cars li label {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    display: flex !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.form-sell-your-car form select {
    height: 42px !important;
}
.form-sell-your-car .nav-details-cars li.active a, .form-sell-your-car .nav-details-cars li a:hover, .form-sell-your-car .nav-details-cars li a:focus {
    background-color: var(--color-main-secondary) !important;
    color: #ffffff;
}
.form-sell-your-car ul li:last-child {
    margin-bottom: 0;
}
.form-sell-your-car .nav-details-cars li:last-child {
    float: right;
}
.form-sell-your-car .nav-details-cars li.active:after {
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color-main) !important;
}
.form-sell-your-car .nav-details-cars li.active:after {
    border-top: 10px solid var(--color-main-secondary) !important;
}
.group-find-vin {
    margin-top: 26px;
}
.form-sell-your-car .btnNext, .form-sell-your-car .btnSubmit {
    background: var(--color-main) !important;
    border-color: var(--color-main) !important;
    color: #fff !important;
    width: 100%;
}
.form-sell-your-car .btnNext:hover, .form-sell-your-car .btnSubmit:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    border: var(--color-main) solid 1px;
}
.btnNext:after {
    content: "\f178";
    font-family: "FontAwesome";
    padding-left: 10px;
}
.btnSubmit:after {
    content: "\f1d8";
    font-family: "FontAwesome";
    padding-left: 10px;
}
.btnSubmit, .btnNext {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
/* End - sell-your-car form*/
/* beginning Promotion Automobile gabriel 3rs page*/
.promosAG3RS .fullBG {
    align-items: flex-start;
    padding-top: 30px;
    color: #fff;
    background-color:#000;
    background-size: cover;
}
.promosAG3RS #container_promo p {
    color: #fff !important;
}
.promosAG3RS .sliderMask {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.3)), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 0;
    background-size: cover;
}
.promosAG3RS form label, .promosAG3RS p ,
.promosAG3RS form input,  .promosAG3RS form textarea{
    color: #000;
}
@media only screen and (max-width: 991px) {
    body.promosAG3RS #header_content, body.promosAG3RS.nav_fixed #header_content {
        height: 90px !important;
    }
    body.promosAG3RS #wrapper {
        margin-top: 90px;
    }
}

.vdp-cta-container a.btn-block{
    width:100%;
    display:block;
}