@font-face {
    font-family: "BMWMotorradW01-Regular";
    src:url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Regular.eot?#iefix");
    src:url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Regular.eot?#iefix") format("eot"),
        url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Regular.woff") format("woff"),
        url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Regular.ttf") format("truetype"),
        url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "BMWMotorradW01-Bold";
    src:url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Bold.eot?#iefix");
    src:url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Bold.eot?#iefix") format("eot"),
        url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Bold.woff") format("woff"),
        url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Bold.ttf") format("truetype"),
        url("/vp_pages/themes/bmw_motorrad/assets/fonts/BMWMotorradW01-Bold.woff2") format("woff2");
}

body {
    font-family: "BMWMotorradW01-Regular", Tahoma, "Noto Sans", sans-serif;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 1.5em;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    color: #16171a;
}

h1, h2, h3 {
    font-family: "BMWMotorradW01-Bold", Tahoma, "Noto Sans", sans-serif;
    text-transform: uppercase;
    line-height: 1.25;
}

.small-title {
    font-size: 26px;
    line-height: 30px;
}

a {
    color: #0062ff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #174999;
    text-decoration: underline;
}

.constraint {
    max-width: 1600px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

.constraint--wide {
    width: 100%;
    padding: 0 1.875em;
    margin: 0 auto;
}

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

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

.flex-48 {
    width: 48%;
}


@media screen and (max-width: 64em)  {
    .flex-container--details {
        flex-direction: column;
    }

    .flex-48 {
        width: 100%;
    }

    .flex-section--details {
        margin-top: 2.5em;
    }
}

.header {
    background: #FFF;
    margin-bottom: 3em;
    position: relative;
    padding: 1.875em 0 .875em 0;
}

.header {
    position: relative;
}

.header .flex--section {
    display: flex;
    flex: 1;
    justify-content: flex-start;
}

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

.header__title, .evhc-table__total, .evhc-table__total-price {
    font-size: 1em;
}

.header__logo {
    width: 170px;
    max-width: 100%;
}

.header__title {
    font-size: 1em;
    line-height: 1.4375;
    text-transform: uppercase;
    margin: 0;
    padding-right: 1.5em;
}

.header__subtitle, .evhc-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 1em;
    padding-right: 2em;
}

.flex-container--ctas {
    align-items: center;
    flex-wrap: wrap;
    margin: 1.25em 0;
}

.flex-container--ctas .cta {
    margin: 0.5em 0;
}

.flex-container--ctas :not(:last-of-type) {
    margin-right: 0.5em;
}

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

.cta, .approve, .evhc-cta {
    font-family: BMWMotorradW01-Bold, Tahoma, "Noto Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-variant-numeric: proportional-nums;
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 7px;
    padding-right: 20px;
    border-radius: 0;
    color: #fff;
    border: 2px solid #16171a;
    background-color: #16171a;
}

.cta:hover, .cta:focus, .approve:hover, .approve:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus, .evhc-cta--secondary:hover, .evhc-cta--secondary:focus, .button:focus, .button:hover, .confirmation-dialog.confirmation-dialog .evhc-cta:hover, .confirmation-dialog.confirmation-dialog .evhc-cta:focus {
    background-color: #0062ff;
    color: #fff;
    border: 2px solid #0062ff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
}

.button, .evhc-cta--secondary {
    font-weight: bold;
    text-transform: uppercase;
    font-variant-numeric: proportional-nums;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 7px;
    padding-right: 20px;
    border-radius: 0;
    color: #16171a;
    border: 2px solid #16171a;
    background-color: #16171a;
    background-color: rgba(22,23,26,0);
    text-shadow: none;
}

.button--rating {
    background-color: #16171a;
    border: 2px solid #16171a;
    color: #fff;
    display: inline-block;
    padding: .5em 1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    font-family: BMWMotorradW01-Bold, Tahoma, "Noto Sans", sans-serif;
}

.button--rating:hover, .button--rating:focus {
    background-color: #0062ff;
    color: #fff;
    border: 2px solid #0062ff;
}

.button--rating, #js-comment-counter__output {
    margin: 1.25em 0;
}

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

.details-table tr {
    background-color: rgba(0,0,0,0.0);
    border-width: 0;
}

.details-table tr:nth-of-type(even) {
    background-color: #FFF;
}

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

.details-table__title {
    text-transform: none;
    line-height: 26px;
    font-family: "BMWMotorradW01-Bold", Tahoma, "Noto Sans", sans-serif;
    border-top: 1px solid #fff;
    background: #f2f2f2;
    padding: 10px 3.0769230769% !important;
}

.details-table__detail {
    vertical-align: middle;
    border-top: 1px solid #f2f2f2;
    padding: 10px 3.0769230769%;

}

.social-and-legal-container {
    background-color: #F2F2F2;
    color: #919191;
    margin-bottom: 0;
    padding: 2.25em 0;
    margin: 3em 0 0 0;
    text-align: left;
}

.flex-items-social {
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
}

.social {
    text-align: left;
    padding-right: 15%;
}

.social .social__p {
    padding: 0 0 20px 0;
    margin: 0;
    font-weight: 700;
    font-family: "BMWMotorradW01-Bold", Tahoma, "Noto Sans", sans-serif;
}

.social a {
    margin-right: 75px;
    color: #919191;
}

.social a:hover, .social a:focus {
    text-decoration: none;
    color: #16171a;
}

.social .icon {
    color: #919191;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
}

.social .icon:hover, .social .icon:focus, .social-text:hover, .social-text:focus {
    color: #16171a;
}

.social-text {
    display: inline-block;
    color: #919191;
    padding-left: 6px;
}

.footer {
    padding: 2em 0 2.5em 0;
    margin-top: 0;
    font-size: .85em;
}

.footer p {
    display: inline-block;
    padding-right: 2em;
    color: #919191;
}

.footer__strapline {
    width: 170px;
    max-width: 100%;
    padding-bottom: 12px;
    border-bottom: 4px solid #000;
}

.legal-list {
    font-size: 1em;
    padding-right: 1.6em;
}

.list-bare li {
    margin-bottom: .5em;
}

.list-bare li:last-of-type {
    margin-bottom: 0;
}

.legal-list__item a {
    color: #919191;
}

.legal-list__item a:hover, .legal-list__item a:focus {
    text-decoration: none;
    color: #16171a;
}

.legal-list__item a:after {
    font-size: 1em;
    background-image: url(/vp_pages/themes/bmw_motorrad/assets/images/icon-arrow-textlink.png);
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    margin-left: 9px;
    margin-top: 3px;
}

.legal-list__item a:hover:after, .legal-list__item a:focus:after {
    font-size: 1em;
    background-image: url(/vp_pages/themes/bmw_motorrad/assets/images/icon-arrow-textlink-hover.png);
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    margin-left: 9px;
    margin-top: 3px;
    text-decoration: underline;
}

input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, select:active {
    border-color: #236cd1;
    box-shadow: 0 0 5px rgba(35,108,209,0.51);
}

.box {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    margin: 3em 0;
    padding: 35px;
}

.photo-gallery {
    margin: 3em 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1em .5em .5em .5em;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

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

#js-document-verification_unlock__btn {
    font-family: BMWMotorradW01-Bold, Tahoma, "Noto Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-variant-numeric: proportional-nums;
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    padding: 7px 20px .4em 20px;
    border-radius: 0;
    color: #fff;
    border: 2px solid #16171a;
    background-color: #16171a;
}

#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus {
    background-color: #0062ff;
    color: #fff;
    border: 2px solid #0062ff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
}

#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;
}

.tootle__title {
    font-size: 26px;
}

.tootle__title strong {
    line-height: 30px;
}

.tootle-content-left p {
    margin-top: 0;
}

.evhc-title {
    padding-bottom: 0;
}

.evhc-key li {
    display: inline-block
}

.evhc-table {
    border-left-width: 0;
    border-right-width: 0;
}

table {
    line-height: 1.375;
}

th {
    font-weight: normal;
}

.evhc-table__head {
    background-color: #e6e6e6;
    font-size: 1em;
}

.evhc-table__cat, .evhc-table__total-price {
    background-color: #e6e6e6 !important;
}

.evhc-table__item-desc {
    background-color: #F2F2F2;
    border-top: 1px solid rgba(0,0,0,0.075);
}

tr.evhc-table__item-notes.evhc-table__report-condensed {
    background: #F2F2F2;
}

.evhc-table td.middle:nth-of-type(2) {
    background-color: #F2F2F2;
    border-top: 1px solid rgba(0,0,0,0.075);
}

.evhc-table__head, .evhc-table__cat, .evhc-table__total-title, .evhc-table__total-price {
    font-family: "BMWMotorradW01-Bold", Tahoma, "Noto Sans", sans-serif;
    font-weight: normal;
}

.evhc-table th, .evhc-table__cat, .evhc-table__cat td {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.evhc-table__head th:first-of-type, .evhc-table__head th:nth-of-type(2) {
    border-right: 1px solid #FFF;
}

.evhc-table__head th:last-of-type {
    border-left: 1px solid #FFF;
}

.evhc-table__item-desc, .evhc-table td.middle:nth-of-type(2), .evhc-table__item-notes td {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.evhc-report-container .check-box {
    border: 2px solid #0062ff;
    background-color: #F2F2F2;
}

.evhc-report-container .check-box::before, .evhc-report-container .check-box::after, .evhc-report-container .evhc-table__item-include input[type=checkbox]:disabled+label:before, .evhc-report-container .evhc-table__item-include input[type=checkbox]:disabled+label:after {
    background-color: #0062ff;
}

.evhc-report-container input[type=checkbox]:checked+.check-box, .evhc-report-container .check-box.checked, .evhc-report-container .evhc-table__item-include input[type=checkbox]:disabled+label {
    border-color: #0062ff;
}
.evhc-table__total-price {
    border-top: 1px solid rgba(0,0,0,0.1) !important;
    border-bottom: 1px solid rgba(0,0,0,0.075) !important;
}

.confirmation-dialog.confirmation-dialog .evhc-cta {
    font-family: "BMWMotorradW01-Bold", Tahoma, "Noto Sans", sans-serif;
}

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

.header-lv .subtitle {
    font-size: 1.125em;
    padding-left: 2em;
}

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

.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: 1600px;
}

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

.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: #16171a !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 {
    font-family: BMWMotorradW01-Bold, Tahoma, "Noto Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-variant-numeric: proportional-nums;
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 7px;
    padding-right: 20px;
    border-radius: 0;
    color: #fff;
    border: 2px solid #16171a;
    background-color: #16171a;
}

.live-video button.send_review:focus, .live-video button.send_review:hover {
    background-color: #0062ff;
    color: #fff;
    border: 2px solid #0062ff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
}

.lv-content__error--vppages .error {
    width: 100%;
    max-width: 1600px;
}

.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: #16171a;
}

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


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 30em) {
    .evhc-table td, .evhc-table th {
        padding: .6em .4em .6em .4em;
        font-size: .9em;
    }

    .evhc-table td.middle:nth-of-type(2) {
        width: 0;
        padding: 0;
    }

    .evhc-table__head th:nth-of-type(4) {
        padding: .6em 0;
    }

    .evhc-table__total-price {
        padding: .6em .8em !important;
    }
}

@media screen and (min-width: 48em) {
    .header__subtitle, .evhc-title {
        font-size: 33px;
        line-height: 39px;
        max-width: 1000px;
    }

    .header__title, .evhc-table__total, .evhc-table__total-price {
        font-size: 1.125em;
    }
}

@media screen and (min-width: 64em)  {
    .flex-section--video {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
    }

    .flex-section--details {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
    }

    .header__subtitle, .evhc-title {
        font-size: 43px;
        line-height: 49px;
        max-width: 1200px;
        padding-right: 0;
    }

    .flex-items-social {
        flex-direction: row;
        align-items: center;
    }
}

.autotorinocream_ws .flex--items-stack {
    flex-flow: column wrap;
}

.autotorinocream_ws .header__dealer-logo {
    max-width: 100px;
    margin-bottom: .5em;
}

.autotorinocream_ws .header__title {
    display: block;
}

@media screen and (min-width: 36.25em) {
    .autotorinocream_ws .header__dealer-logo {
        max-width: 150px;
    }
}

@media screen and (min-width: 48em) {
    .autotorinocream_ws .header__dealer-logo {
        max-width: 300px;
    }
}