@font-face {
    font-family: 'MINI_serif_bold';
    src: url('/vp_pages/themes/mini/assets/fonts/MINISerif-Bold.eot');
    src: url('/vp_pages/themes/mini/assets/fonts/MINISerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/mini/assets/fonts/MINISerif-Bold.woff2') format('woff2'),
    url('/vp_pages/themes/mini/assets/fonts/MINISerif-Bold.woff') format('woff'),
    url('/vp_pages/themes/mini/assets/fonts/MINISerif-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MINI_serif_regular';
    src: url('/vp_pages/themes/mini/assets/fonts/MINISerif-Regular.eot');
    src: url('/vp_pages/themes/mini/assets/fonts/MINISerif-Regular.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/mini/assets/fonts/MINISerif-Regular.woff2') format('woff2'),
    url('/vp_pages/themes/mini/assets/fonts/MINISerif-Regular.woff') format('woff'),
    url('/vp_pages/themes/mini/assets/fonts/MINISerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MINI_sans_medium';
    src: url('/vp_pages/themes/mini/assets/fonts/mini_sans_serif-regular-web.eot');
    src: url('/vp_pages/themes/mini/assets/fonts/mini_sans_serif-regular-web.eot?#iefix') format('embedded-opentype'),
    url('/vp_pages/themes/mini/assets/fonts/mini_sans_serif-regular-web.woff') format('woff'),
    url('/vp_pages/themes/mini/assets/fonts/mini_sans_serif-regular-web.ttf') format('truetype');
}

html {
    background-color: #fff;
}

body {
    font-family: MINI_serif_regular, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

h1, h2, h3, h4, h5 {
    font-family: MINI_serif_bold, sans-serif;
    margin: 1em 0 .5em 0;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

h1 {
    font-size: 3.625em;
}

h2 {
    font-size: 2.56em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.75em;
}

a {
    color: #a70d19;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

p {
    line-height: 1.3;
}

strong, .details-table__title {
    font-family: MINI_serif_bold, sans-serif;
}

hr {
    height: 2px;
    width: 80px;
    margin: 6px 0;
    border: none;
    background: #000;
    text-align: left;
    display: block;
}

.constraint--wide {
    margin: 0 auto;
    max-width: 60em;
    width: 85%;
}

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

.no-margin-top {
    margin-top: 0;
}

.no-margin {
    margin: 0;
}

.set-padding {
    padding: 5.69em 0;
}

.set-padding > h1, .set-padding > h2, .set-padding > h3, .set-padding > h4, .set-padding .constraint--wide > h1, .set-padding .constraint--wide > h2, .set-padding .constraint--wide > h3, .set-padding .constraint--wide > h4 {
    margin-top: 0;
}

.flex-container {
    flex-direction: column;
}

.flex-item {
    flex: 1;
    flex-basis: 100%;
}

.flex-gap {
    gap: 0;
}

.flex-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-24, .flex-74, .flex-60, .flex-36  {
    width: 100%;
}

.evhc-summary {
    padding: 2em 0;
    margin-bottom: 0;
    background: #EDEDED;
}

.evhc-summary h3, .bumper-ad__title {
    font-size: 1.375em;
}

.evhc-summary .cta {
    max-width: 100%;
    width: 100%;
}

.cta-block {
    margin-top: 1.5em;
}

.cta, input[type="button"].cta-callback {
    background-color: #000;
    color: #fff;
    padding: 0 1.5em;
    margin: .65em 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: MINI_sans_medium, serif;
    display: block;
    width: 100%;
    max-width: 22em;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s;
}

.cta:hover, .cta:focus, input[type="button"].cta-callback:hover, input[type="button"].cta-callback:focus, #tootle .cta--primary:hover, #tootle .cta--primary:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
}

.evhc-summary .cta--primary {
    display: inline-block;
}


header {
    margin-bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.05);
}

.header .constraint--wide {
    position: relative;
}

.header .flex-container {
    align-items: flex-start;
}

.header__logo {
    height: 43px;
    margin: 16px 0;
}

.header__logo-service {
    height: 18px;
    margin: 1.75rem 0;
}

.header__title {
    font-size: 1.6em;
    margin-top: 1rem;
    margin-bottom: .1em;
    display: block;
}

.header__phone {
    margin-bottom: .1em;
}

#js-codeweavers__vehicle_reserve_container h3 {
    font-size: 1.6em;
    display: block;
}

#js-codeweavers__vehicle_reserve_container h3 {
    margin: .65em 0 .1em 0;
}

.bumper-ad .cta--primary {
    margin: 0;
}

.stage {
    padding: 1.5em 0 0 0;
}

.details-table {
    margin-bottom: 1em;
    padding: .625em;
    width: 100%;
    color: #000;
    border-width: 0;
}

.details-table__title {
    width: 100px;
    white-space: nowrap;
    padding: .5em .5em .125em 0;
    vertical-align: top;
}

.details-table__detail {
    word-break: break-word;
    padding: 0.5em 0 0 0;
}

.details-table tr:nth-of-type(even), .details-table tr {
    background-color: transparent;
    border-bottom-width: 0;
}

.details-table tr {
    border-bottom-width: 0;
}

.details-table td, .details-table th {
    border-bottom-width: 0;
}

.details-table strong {
    color: #000;
}

.finance-wrapper {
    margin: 2em 0 0 0 !important;
}

.app-wrapper {
    display: none;
}

.js-codeweavers__vehicle_reserve_container .one-half {
    width: 49%;
}

@media only screen and (min-width: 1024px) {
    .js-codeweavers__vehicle_reserve_container .desk--one-quarter {
        width: 24%;
    }
}

#tootle h3 {
    font-size: 1.125em;
    line-height: 1.22222222;
}

#tootle h3 strong {
    line-height: 1.22222222;
}

#tootle .tootle-content-left p {
    margin-top: 0;
    margin-bottom: 1em;
}

.photo-gallery {
    margin-top: 2em;
}

#js-custom_content {
    margin: 2em 0;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification_unlock__btn {
    background-color: #000;
    color: #fff;
    padding: 0;
    margin: .65em 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: MINI_sans_medium, serif;
    width: 100%;
    max-width: 22em;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s;
    display: inline-block;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .constraint--wide {
    position: relative;
}

.footer a:hover, .footer a:focus {
    color: #fff;
}

.legal-list {
    font-size: .8em;
    margin-top: 1em;
}

.social {
    margin: 0;
}

.social a {
    text-decoration: none;
}

.social-share-button {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    background-size: 50px 50px;
    margin: .75em .75em .75em 0;
}

.social-share-button--facebook {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDc5LjYgNzkuNiI+PGNpcmNsZSBjeD0iMzkuOCIgY3k9IjM5LjgiIHI9IjM3LjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSI1LjM1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQxLjcgNTMuNGgtNS4yVjQxSDM0di00LjNoMi42di0yLjZjMC0zLjUgMS41LTUuNiA1LjYtNS42aDMuNHY0LjNoLTIuMmMtMS42IDAtMS43LjYtMS43IDEuN3YyLjJoMy45bC0uNSA0LjNoLTMuNHYxMi40eiIvPjwvc3ZnPg==');
}

.social-share-button--facebook:hover, .social-share-button--facebook:focus {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDc5LjYgNzkuNiI+PGNpcmNsZSBjeD0iMzkuOCIgY3k9IjM5LjgiIHI9IjM3LjEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSI1LjM1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQxLjcgNTMuNGgtNS4yVjQxSDM0di00LjNoMi42di0yLjZjMC0zLjUgMS41LTUuNiA1LjYtNS42aDMuNHY0LjNoLTIuMmMtMS42IDAtMS43LjYtMS43IDEuN3YyLjJoMy45bC0uNSA0LjNoLTMuNHYxMi40eiIvPjwvc3ZnPg==');
}

.social-share-button--twitter {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDc5LjYgNzkuNiI+PGNpcmNsZSBjeD0iMzkuOCIgY3k9IjM5LjgiIHI9IjM3LjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSI1LjM1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU0LjQgMzEuOWMtMS4xLjUtMi4yLjgtMy40LjkgMS4yLS43IDIuMi0xLjkgMi42LTMuMy0xLjIuNy0yLjQgMS4yLTMuOCAxLjUtMS4xLTEuMi0yLjctMS45LTQuNC0xLjktMy4zIDAtNiAyLjctNiA2IDAgLjUuMS45LjIgMS40LTUtLjMtOS40LTIuNi0xMi40LTYuMy0uNS45LS44IDEuOS0uOCAzIDAgMi4xIDEuMSAzLjkgMi43IDUtMSAwLTEuOS0uMy0yLjctLjh2LjFjMCAyLjkgMi4xIDUuMyA0LjggNS45LS41LjEtMSAuMi0xLjYuMi0uNCAwLS44IDAtMS4xLS4xLjggMi40IDMgNC4xIDUuNiA0LjItMi4xIDEuNi00LjYgMi42LTcuNSAyLjYtLjUgMC0xIDAtMS40LS4xIDIuNyAxLjcgNS44IDIuNyA5LjIgMi43IDExIDAgMTcuMS05LjEgMTcuMS0xNy4xVjM1YzEuMS0uOCAyLjEtMS45IDIuOS0zLjF6Ii8+PC9zdmc+');
}

.social-share-button--twitter:hover, .social-share-button--twitter:focus {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDc5LjYgNzkuNiI+PGNpcmNsZSBjeD0iMzkuOCIgY3k9IjM5LjgiIHI9IjM3LjEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSI1LjM1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU0LjQgMzEuOWMtMS4xLjUtMi4yLjgtMy40LjkgMS4yLS43IDIuMi0xLjkgMi42LTMuMy0xLjIuNy0yLjQgMS4yLTMuOCAxLjUtMS4xLTEuMi0yLjctMS45LTQuNC0xLjktMy4zIDAtNiAyLjctNiA2IDAgLjUuMS45LjIgMS40LTUtLjMtOS40LTIuNi0xMi40LTYuMy0uNS45LS44IDEuOS0uOCAzIDAgMi4xIDEuMSAzLjkgMi43IDUtMSAwLTEuOS0uMy0yLjctLjh2LjFjMCAyLjkgMi4xIDUuMyA0LjggNS45LS41LjEtMSAuMi0xLjYuMi0uNCAwLS44IDAtMS4xLS4xLjggMi40IDMgNC4xIDUuNiA0LjItMi4xIDEuNi00LjYgMi42LTcuNSAyLjYtLjUgMC0xIDAtMS40LS4xIDIuNyAxLjcgNS44IDIuNyA5LjIgMi43IDExIDAgMTcuMS05LjEgMTcuMS0xNy4xVjM1YzEuMS0uOCAyLjEtMS45IDIuOS0zLjF6Ii8+PC9zdmc+');
}

.social-share-button--email {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDc5LjYgNzkuNiI+PGNpcmNsZSBjeD0iMzkuOCIgY3k9IjM5LjgiIHI9IjM3LjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSI1LjM1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU0LjUgMzUuMXYxNi41SDI1VjM1LjFsMTQuNyAxMC4zIDE0LjgtMTAuM3ptLTE0LjcgNi4zbDE0LjctMTAuM3YtLjhIMjV2LjhsMTQuOCAxMC4zeiIvPjwvc3ZnPg==');
}

.social-share-button--email:hover, .social-share-button--email:focus {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDc5LjYgNzkuNiI+PGNpcmNsZSBjeD0iMzkuOCIgY3k9IjM5LjgiIHI9IjM3LjEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSI1LjM1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU0LjUgMzUuMXYxNi41SDI1VjM1LjFsMTQuNyAxMC4zIDE0LjgtMTAuM3ptLTE0LjcgNi4zbDE0LjctMTAuM3YtLjhIMjV2LjhsMTQuOCAxMC4zeiIvPjwvc3ZnPg==');
}

html[lang="ar"] .social-share-button {
    text-align: right;
}

.booking-cta-container {
    margin: 0;
}

.dealership-card--logo-wide {
    max-width: 21em;
    max-height: 100%;
}


/* ==========================================================================
   Live Video Styles
   ========================================================================== */
.live-video {
    background: none !important;
    position: relative;
    z-index: 1;
    padding: 1em 0 0 0;
}

.live-video button.start-call {
    margin: 0 !important;
    font-size: 1.8em !important;
    line-height: 1;
}

.live-video #onCall {
    width: 100% !important;
}

@media screen and (min-width: 44em) {
    .live-video #onCall {
        width: 50% !important;
    }
}

@media (orientation: landscape) {
    .live-video .media {
        display: block !important;
        width: 95% !important;
    }
}

.lv-feature__explainer #explainerText {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.live-video .review {
    width: 100%;
    max-width: 60em;
}

@media (min-width: 1366px) and (orientation: landscape) {
    .live-video .review {
        width: 100%;
        max-width: 60em;
    }
}

.live-video .review h1, .live-video  .review h2, .live-video  .review h3,  .live-video  .review h4, .live-video  .review th,  .live-video  .review label {
    color: #000 !important;
    font-weight: normal;
}

.live-video textarea {
    display: block;
    width: 100%;
    min-height: 10em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    background: #fff;
    padding: .25em .5em;
    margin-top: 1em;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.live-video button.send_review {
    background-color: #000;
    color: #fff;
    padding: 0;
    margin: 1em 0 .65em 0;
    text-transform: uppercase;
    text-decoration: none;
    font-family: MINI_sans_medium, serif;
    display: block;
    width: 100%;
    max-width: 22em;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s;
    text-shadow: none;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.live-video button {
    line-height: 1;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 60em;
}

.live-video .reqMark::after {
    content: '*';
    display: inline-block;
    color: #ec1b34;
}

.live-video .review-gratification h1, .live-video .review-gratification h2, .live-video .review-gratification h3, .live-video .review-gratification h4, .live-video .review-gratification th, .live-video .review-gratification label {
    color: #000;
}

.live-video .review h4 {
    text-transform: none;
    font-size: 1em;

}

.fullscreen .live-video {
    background: #000 !important;
}

.flex-container.two-way-messaging .desktop-only {
    justify-content: center;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 900px) {
    body {
        font-size: 16px;
    }

    .stage {
        padding: 2.845em 0 0 0;
    }

    .header .flex-container {
        align-items: center;
    }

    .header__title {
        font-size: 2em;
    }

    #js-codeweavers__vehicle_reserve_container h3 {
        font-size: 2em;
        margin: .4em 0 .1em 0;
    }

    .flex-container {
        flex-direction: row;
    }

    .flex-container.bumper-ad {
        flex-direction: column;
    }

    .flex-section {
        justify-content: flex-start;
    }

    .flex-gap {
        gap: 2rem;
    }

    .header .flex--end {
        text-align: right;
    }

    .flex--end {
        justify-content: flex-end;
    }

    .flex--space-between {
        justify-content: space-between;
    }

    .flex-24 {
        width: 24%;
    }

    .flex-74 {
        width: 74%;
    }

    .flex-36 {
        width: 36%;
    }

    .flex-60 {
        width: 60%;
    }
}

@media screen and (max-width: 63.75em) {
    .header {
        padding-bottom: 1em;
    }

    .app-wrapper {
        display: block;
        background: #E6E6E6;
        margin: 0;
        padding: 1em 1em 0.75em 1em;
    }

    .app-logo-mini {
        width: 58px;
        height: 58px;
        margin-right: 2em;
    }

    .app-wrapper h2 {
        font-size: 17px;
        line-height: 1.2;
        font-family: BMWTypeNextTT-Light, Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .logo-android, .logo-ios {
        margin: 5px 5px 0 0;
        max-height: 35px;
    }
}

@media screen and (max-width: 575px) {
    body {
        padding-top: 0;
    }

    .app-wrapper img {
        margin-right: 1em;
    }
}

#cookieConsent .col-left {
    margin: 0;
}

#cookieConsent .col-right {
    margin-top: 0;
}

@media screen and (max-width: 63.75em) {
    #cookieConsent .col-left, #cookieConsent .col-right {
        width: 100%;
        float: none;
    }

    #cookieConsent a.cookieConsentOK {
        float: none;
        margin: 10px 0 0 0;
    }
}

@media screen and (min-width: 48em) {
    #cookieConsent .col-left {
        margin: 0;
    }
}

.cookies__content-inner h4 {
    font-size: 1em;
}

.autotorinocream_ws .header__dealer-logo {
    max-width: 200px;
    margin: 0.8em 0 0 0;
}

.autotorinocream_ws .header__title {
    font-size: 1.2em;
}