﻿.fw-100 {
    font-weight:100; 
}
.fw-300 {
    font-weight: 300;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.cover {
    background-image: url("/img/back.jpg");
    background-size: cover;
    background-repeat:no-repeat;
}
.navbar-nav li a, .navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
    font-weight: 700;
}
header {
    box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.btn-bdr {
    display: inline;
    position: relative;
    padding: 15px 30px !important;
    color: #fff !important;
    background-color: #fff;
    border: 0px solid #00a3af;
    background-image: linear-gradient(#0d343a, #16a4b0);
    border-radius: 5px;
    text-align: center;
    width: 150px;
    font-size: 1.8rem;
    line-height: 1.5rem;
    transition: all .5s ease;
    text-decoration: none;
}
.btn-bdr:hover {
    background-image: linear-gradient(#0d343a, #0d343a);
    text-decoration: none;
}
#logo-region {
    position: relative;
    z-index: 9000;
    display: flex;
    align-items: center;
    height: 99px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#logo-region svg {
    width: 200px;
    height: auto;
}
#menu-region {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100px;
    background-color: #fff;
}
.main-menu {
    padding: 33px 0 0 0;
}

.main-menu .dropdown-menu li a {
    padding: 10px 20px 10px 20px;
}

.svglink {
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.foot-logo-row {
    padding:5px 0;
}
.foot-logo {
    margin: 0;
}

.foot-logo svg {
    width: 200px;
    height: auto;
}

.btm-address {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.75rem;
}

.btm-foot {
    padding-left: 50px;
    padding-right: 50px;
}

.btm-foot p, .btm-foot p a {
    color: #fff;
}

.btm-foot p a:hover, .btm-foot p a:active {
    color: #d04500; !important;
}

.legal-details {
    padding: 0 30px 0 30px;
}

.legal-details p {
    font-family: interstate, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 18px;
    color:#1f1f1f;
}

.prolabel h1 sup {
    font-size: 60%;
}

.vcontent h2 sup {
    font-size: 40%;
    top: -14px;
}

.platinum svg .color-fill {
    fill: #6a706e;
}

.gold svg .color-fill {
    fill: #eead67;
}

.powertrain svg .color-fill {
    fill: #639e73;
}

.platinum-plus-rotors svg .color-fill {
    fill: #9c9c9c;
}

.platinum-plus svg .color-fill {
    fill: #403f3f;
}

.owner-select svg .color-fill {
    fill: #3c85af;
}

.drivetrain svg .color-fill {
    fill: #d7416f;
}

.deluxe svg .color-fill {
    fill: #439f95;
}

.premium svg .color-fill {
    fill: #f08d22;
}

.superior svg .color-fill {
    fill: #22e9f0;
}

.superior-plus svg .color-fill {
    fill: #13a5aa;
}

.coverage svg .color-fill {
    fill: #b265ad;
}

.standard-plan svg .color-fill {
    fill: #3c85af;
}

.plus-plan svg .color-fill {
    fill: #d7416f;
}

.exterior svg .color-fill {
    fill: #ddc65c;
}

.interior svg .color-fill {
    fill: #dd8d5c;
}

.secure-etch svg .color-fill {
    fill: #6b90a1;
}

.datadot svg .color-fill {
    fill: #d4a7d1;
}

.img-float {
    float: right;
    width: 60%;
    margin: 10px;
}

.img-dbl {
    min-height:600px;
}

.img-dbl img {
    width: 350px;
    height: auto;
}

a sup, a:hover sup {
    color: #1f1f1f;
    text-decoration: none !important;
}

a.scroll, a.scroll:hover {
    text-decoration: none !important;
}

.lgl {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.min-col-l {
    float: left;
    width: 50%;
}

.min-col-r {
    float: right;
    width: 50%;
}

.product {
    position: relative;
    width: 350px;
    height: 250px;
    margin: 0 auto 20px auto;
}

.product-cover {
    position: absolute;
    width: 100%;
    height: 100%;
}

a.product-link:hover, a.product-link:active {
    text-decoration: none !important;
}

.product-card {
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.ptitle {
    padding: 35px 0 0 25px;
    font-weight: 700;
    font-size: 2.6rem;
    text-align: left;
    color:#1f1f1f;
    height:100px;
}

.pcontent {
    padding: 25px;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
    color: #1f1f1f;
    height: 120px;
}

.pimg svg {
    padding-top: 25px;
    width: 100%;
    height: 85px;
    object-fit: cover;
}

.pbutton {
    position: absolute;
    padding: 25px;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 2px;
    color: #d04500;
    text-transform: uppercase;
    bottom: 0px;
}

.pbutton:after {
    font-weight: 700;
    font-size: 2.3rem;
    content: " \203A";
}

a.product-link:hover .product-card {
    background-color: #f0f0f0;
}

#welcome {
    display: flex;
    align-items: center;
    height: 325px;
}
#welcome svg {
    max-width: 500px;
    height: auto;
}
#welcome-photo {
    text-align:right;
}
.teal-msg {
    background-image: linear-gradient(#0d343a, #16a4b0);
    padding-top: 75px;
    padding-bottom: 0px;
}
.teal-msg .container {
    text-align: center;
}
.teal-msg h2 {
    color: #fff;
    margin-bottom: 20px;
}
.teal-msg p, .teal-msg p a {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
}
.teal-msg p.disclaimer {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
    color: #fff;
    position: relative;
    bottom: 5px;
}

.intro-stats {
    padding-right: 30px;
}

.side-stats {
    border-top: 0;
    border-left: 1px solid #ddd;
}

.intro-stats ul li, .side-stats ul li {
    padding-bottom: 12px;
}

@media (max-width: 1090px) {
    .img-float {
        float: none;
        width: 80%;
        margin: 0 auto;
        clear: both;
    }
    .img-dbl {
        flex-direction: column;
        justify-content: center;
    }
    .img-dbl img {
        width: 400px;
    }

}

@media (max-width: 991px) {
    .intro-stats {
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .side-stats {
        padding-top: 30px;
        border-top: 1px solid #ddd;
        border-left: 0;
    }
}

@media (max-width: 768px) {

    .btm-address {
        padding-top: 0px;
    }

    .min-col-l, .min-col-r {
        float: none;
        width: 100%;
    }

        .min-col-l ul {
            margin-bottom: 0;
        }

    #logo-region {
        width: 100%;
        justify-content: center;
    }

    #menu-region {
        width: 100%;
        height: auto;
    }

    .navbar-nav .open .dropdown-menu {
        padding-top: 10px;
    }

    header {
        position: relative;
        z-index: 1;
    }

    #welcome {
        padding-top: 20px;
        height: auto;
        justify-content: center;
    }

    #welcome-photo {
        padding-bottom: 20px;
        text-align: center;
    }

    .foot-logo-col {
        height: 100px;
        text-align: center;
    }

    .foot-logo {
        text-align: center;
    }
}

    .rr-blend {
        height: 350px;
        width: 100%;
        max-width: 1200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/roadready.jpg);
    }

    .rr1 {
        width: 50%;
        float: left;
    }

    .rr1txt {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 100;
    }

        .rr1txt h1 {
            font-size: 4rem;
            font-weight: 700;
            line-height: 4rem;
            margin: 0;
            padding: 0;
            color: #fff;
            margin-block-start: 0.0em;
            margin-block-end: 0.0em;
        }

        .rr1txt h2 {
            font-size: 2.5rem;
            line-height: 2.5rem;
            margin: 5px 0 30px 0;
            padding: 0;
            font-weight: 500;
            color: #fff;
        }

    .btn-rr {
        border: 0px solid #D04500;
        background-color: #D04500;
        background-image: linear-gradient(#FF6C14, #D04500);
        text-align: center;
        color: #fff !important;
        font-weight: 700;
        margin: 30px 0px;
        text-transform: uppercase;
        width: auto !important;
        padding: 10px 30px;
        text-decoration: none;
        display: inline-block;
    }

        .btn-rr:hover, .btn-rr:focus, .btn-rr:active {
            background-color: #e35e00 !important;
            background-image: linear-gradient(#D04500, #D04500);
            text-decoration: none;
        }

    .rr2 {
        width: 50%;
        float: right;
    }

    .rrv {
        position: relative;
        bottom: -80px;
        z-index: 100;
    }

    .rr-parent {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 150px;
        width: 100%;
    }

    .rr-back {
        height: 150px;
        background: #fff;
        background-image: url(../img/zigzagbar.jpg);
        background-position: center;
        background-size: cover;
    }

    .rr-logo svg {
        width: 450px;
        text-align: left;
    }

    .rr-left {
        width: 50%;
        text-align: left;
    }

    .rr-right {
        width: 50%;
        text-align: right;
    }

    .rrvimg {
        width: auto;
        height: 300px
    }

    @media (max-width: 1170px) {
        .rr-blend {
            height: 450px;
        }

        .rr1txt {
            position: relative;
            top: 50%;
        }

        .rr1 {
            width: 100%;
            float: none;
            text-align: center;
            height: 250px;
        }

        .rr2 {
            width: 100%;
            float: none;
            text-align: center;
        }

        .rrv {
            position: relative;
            bottom: 20px;
            z-index: 100;
        }

        .rr-logo svg {
            max-width: 350px;
            width: 100%;
            text-align: left;
        }

        .rr-back {
            background-image: none;
        }

        .rrvimg {
            width: auto;
            height: 250px;
        }

        .btn-rr2 {
            margin: 0px;
        }
    }

    @media (max-width: 610px) {
        .rr1txt h1 {
            font-size: 3.5rem;
            line-height: 3.5rem;
            font-weight: 700;
        }

        .rr1txt h2 {
            font-size: 2rem;
            line-height: 2rem;
            margin: 5px 0 30px 0;
            padding: 0;
            font-weight: 500;
            color: #fff;
        }

        .rrv {
            bottom: -20px;
        }

        .rrvimg {
            width: auto;
            height: 200px
        }

        .rr-back {
            height: 200px;
        }

        .rr-parent {
            position: relative;
            left: 0;
            right: 0;
            text-align: center;
            display: block;
            width: 100%;
            height: auto;
        }

        .rr-left {
            width: 100%;
            text-align: center;
            display: block;
            height: 100px;
            padding-top: 30px;
        }

        .rr-right {
            width: 100%;
            text-align: center;
            display: block;
            height: 100px;
        }
    }

.dropdown-item {
    font-size: 1rem;
    line-height: 40px;
    font-weight: 500;
    background-color: #fff;
    cursor: pointer;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}