body {
    font-family: 'Work Sans', Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #3E4B5B !important;
    line-height: 140% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #0061B5;
    -webkit-transition: background-color .5s, color .5s, text-decoration .5s; /* Safari prior 6.1 */
    transition: background-color .5s, color .5s, text-decoration .5s;
}

button {
    -webkit-appearance: none !important;
    border: 2px solid #0061B5;
    background-color: #0061B5;
    color: #FFF;
    padding: 12px;
    border-radius: 2px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 500;
    width: 100%;
    margin-top: 20px !important;
}

button.button-secondary {
    background-color: transparent;
    color: #0061B5;
}

.container-fluid {
    padding-top: 120px;
    padding-bottom: 40px;
}

.container-fluid > .row {
    max-width: 1400px;
    padding: 0 4vh;
    margin: 0 auto;
}

.container-fluid > .row .row {
    padding: 0 !important;
}

/* TOP HEADER */

.row.row-logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 20;
    background-color: #FFFFFF;
    max-width: 100% !important;
}

.row-logo .logo-client {
    padding-top: 15px;
}

.row-logo .logo-client img {
    max-height: 90px;
}

.row-logo.scrolled {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}


/* VEHICLE */

.row-content > div {
    background-color: #f0f2f5;
}

.row-content-video, .row-content-gallery {
    padding: 0 !important;
}

.row-content-info {
    padding: 4vh !important;
    position: relative;
}

.row-content-info h3 {
    text-transform: uppercase;
    font-size: 3.2vh;
    font-weight: 500;
    color: #6D7988;
    margin-bottom: 1vh;
    padding-bottom: 1vh;
    border-bottom: 1px solid #d6d8dc;
}

.row-content-info table {
    width: 100%;
}

.row-content-info table tr {
    border-bottom: 1px solid #e6e8ec;
}

.row-content-info table td {
    padding: 5px 0;
}

.row-content-info table strong {
    font-size: 14px;
    margin-bottom: 1vh;
    font-weight: 700;
    color: #6D7988;
}

.row-content-info table p {
    margin-bottom: 8px;
}

.row-content .btn-box {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
}

.btn-box button {
    margin-top: 20px !important;
    width: 48%;
}

/* GALERIA */

.row-gallery {
    margin-top: 40px !important;
}

.row-gallery > div {
    padding: 0 !important;
}

.row-content-gallery .carousel-item {
    height: 50vh;
    overflow: hidden;
}

.row-content-gallery .carousel-item img {
    object-fit: cover;
    height: -webkit-fill-available;
}

/* SALES REP */

.row-rep {
    margin-top: 40px !important;
}

.row-rep > div > .row {
    border: 1px solid #d6d8dc;
}

.row-rep-portrait {
    padding: 0 !important;
}

.row-rep-portrait img {
    padding: 0 !important;
    width: 100%;
}

.row-rep-info {
    padding-top: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.row-rep-info h3 {
    font-weight: 600;
    color: #6D7988;
    font-size: 2.5vh;
    margin-bottom: 1vh;
    padding-bottom: 1vh;
    border-bottom: 1px solid #d6d8dc;
}

.row-rep-info img {
    margin-top: -3px;
    margin-right: 5px;
}

.row-rep-info .text-thanks {
    font-size: 14px;
}

.video-js {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .row-content-video iframe {
        height: 480px !important;
    }

    .row-content-video video {
        height: 480px !important;
    }
}

@media screen and (max-width: 1300px) {
    .row-content-video iframe {
        height: 440px !important;
    }

    .row-content-video video {
        height: 440px !important;
    }
}

@media screen and (max-width: 1100px) {
    .row-content-gallery .carousel-item {
        height: 40vh;
    }

    .row-content-video iframe {
        height: 300px !important;
    }

    .row-content-video video {
        height: 300px !important;
    }

    .row-content-info {
        padding: 3vh !important;
    }

    .row-content-buttons {
        bottom: 3vh;
        left: 3vh;
        right: 3vh;
    }

    button {
        padding: 10px;
        font-size: 15px !important;
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 1100px) {
    .row-content-gallery .carousel-item {
        height: 40vh;
    }

    .row-content-video iframe {
        height: 300px !important;
    }

    .row-content-video video {
        height: 300px !important;
    }

    .row-content-info {
        padding: 3vh !important;
    }

    .row-content-buttons {
        bottom: 3vh;
        left: 3vh;
        right: 3vh;
    }

    button {
        padding: 10px;
        font-size: 15px !important;
        margin-top: 15px !important;
    }

    .row-content .btn-box {
        flex-wrap: wrap;
        justify-content: unset;
    }

    .btn-box button {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-weight: 400 !important;
        font-size: 16px !important;
    }

    .row-content-gallery .carousel-item {
        height: 35vh;
    }

    .row-content-video iframe {
        height: 380px !important;
    }

    .row-content-video video {
        height: 380px !important;
    }

    .row-content-buttons {
        position: unset;
        bottom: 3vh;
        left: 3vh;
        right: 3vh;
    }

    .row-content-info table strong {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .row-content-gallery .carousel-item {
        height: 27vh;
    }

    .row-content-video iframe {
        height: 30vh !important;
    }

    .row-content-video video {
        height: 30vh !important;
    }

    .container-fluid > .row {
        padding: 0;
    }

    .row-rep-info {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
