h1.header {display:none;}
.mrVehiclesAvailable p, .mrModelTitle {
    line-height: 1em;
}
.mrBreadcrumbSection .well {
    border: none;
}
#mrFeaturesTitle.nav-tabs > li {
    float: none;
}
#mrFeaturesTitle > li {
    border-bottom: 1px solid #eee;
}
#mrFeaturesTitle > li:first-child {
    border-top: 1px solid #eee;
}
#mrFeaturesTitle li.active a {
    color: #999;
}
#mrFeaturesTitle li.active:before {
    content: "»";
    position: absolute;
    right: 5%;
    top: 15%;
    color: #999;
}
#mrFeaturesTitle.nav > li > a:hover, #mrFeaturesTitle.nav > li > a:focus {
    color: #999;
    background-color: transparent;
}
#mrFeaturesContent ul {
    padding-left: 1em;
}
.mrQuickNav, .mrTrims {
    padding-top: 2em;
    padding-bottom: 2em;
}
.visible-xxs {
    display: none;
}
.mrModelMain i.fa.fa-star, .mrModelMain i.fa.fa-star-half-o, .mrModelMain i.fa.fa-star-o {
    color: #FABE28;
}
@media (max-width: 991px) and (min-width: 768px) {
    .text-left-sm {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .mrBreadcrumbSection .well {
        margin-bottom: 0.5em;
    }
    .mrVehiclesAvailable {
        padding: 0.5em;
    }
    .mrVehiclesAvailable .xlHeadline {
        font-size: 22px;
    }
    .mrQuickNav, .mrTrims {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .mrOverview .h1 {
        margin-top: 0.5em;
    }
    #mrFeaturesTitle {
        display: none;
    }
    .fade-xs {
        display: block !important;
        opacity: 1;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .text-left-xs {
        text-align: left;
    }
    .mrContactInfo h4 {
        margin-top: 20px;
    }
}
@media (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }
    .hidden-xxs {
        display: none !important;
    }
}
