body {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/0c5c9952-5a71-46a5-9880-8c94d0d79bda/hd-background-3.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/0c5c9952-5a71-46a5-9880-8c94d0d79bda/hd-background-3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

#inventory-page a:hover {
    color: black;
}

.container {
    width: 1470px;
}

.breadcrumb {
    background-color: #1c1c1c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}


#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgb(0 0 0 / 69%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
    color: black;
    padding: 60px 0;
    position: relative;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/7bf8ca5b-911f-4b8c-92ff-3bfb2155db1a/white-grunge-background-2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/40a44f27-b298-45bc-94e1-8d5f3af66a52/dealership-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 0!important;
}

.eventsSection {
    background-color: black;
    padding: 30px 0;
}

.serviceSection {
    background-color: #000000;
    margin-top: 0!important;
}






/* HEADER */

header.body {
    background-color: rgb(0 0 0 / 75%);
    position: relative;
    z-index: 4;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: row;
    padding: 15px;
    justify-content: space-between;
    align-items: flex-start;
}

.headerLogo {
    position: relative;
}

.headerLogo img {
    max-width: 275px;
    position: relative;
    z-index: 4;
}

.headerContainer > div:nth-child(n+2) {
    display: flex;
    justify-content: space-between;
    flex: 0 0 68%;
    margin-top: 10px;
    align-items: center;
}

.headerBlock {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 9;
}

.headerHours {
    display: flex;
    align-items: center;
}

.headerHours h5 {
    margin: 0;
    font-size: 16px;
    padding-right: 10px;
}

a.headerAddress {
    margin: 0 30px;
}

.headerBlock .dealer-address {
    position: relative;
    display: block;
}

.headerBlock a {
    display: flex;
    align-items: center;
}

.headerBlock .fa {
    margin-right: 6px;
    font-size: 30px;
    color: #ff6600;
}

.headerBlock a:nth-child(1) {
    margin-right: 15px;
}

.headerBlock > a > div {
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px black;
    transition: .3s;
}

.headerBlock a:hover > div {
    color: #ff6600;
}

.headerBlock > a.dealer-phone > div > span:nth-child(1) {
    display: block;
}

.social {
    display: flex;
}

.social a {
    font-size: 20px;
    margin: 0 7px;
}







/* NAVIGATION */

#main-nav {
    margin-top: -50px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    padding: 18px 15px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: black;
    color: #ff6600;
}

.social-media-icons {
    display: none;
}

.dropdown-menu {
    background-color: black;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ff6600;
}







/* CONTENT */

.searchWrapper {
    text-shadow: 1px 1px 2px black;
    text-align: center;
    margin: 100px 0;
}

.searchWrapper h3 {
    font-size: 50px;
}

.middletext {
    font-size: 20px;
    text-transform: uppercase;
}

.searchWrapper #inventory-count {
    font-weight: 700;
    color: #fef406;
    font-size: 24px;
    min-width: 50px;
    display: inline-block;
}

.siteSearch {
    width: 400px;
    display: flex;
    position: relative;
    border: 2px solid white;
}

.siteSearch .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    margin: 0;
    position: relative;
    padding: 22px 15px;
    text-transform: uppercase;
}

.siteSearch button {
    background-color: transparent;
    margin: 0;
}

.siteSearch button:hover {
    background-color: #ff6600;
    color: white;
}

.oemContainer {
    background-color: rgb(0 0 0 / 56%);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.oemContainer a {
    padding: 15px;
    flex: 0 0 11%;
    text-align: center;
}

.oemContainer a:hover {
    filter: opacity(0.5);
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.btnContainer a {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 15px 7px;
    border: 4px solid white;
    height: 225px;
}

.btnContainer img {
    filter: brightness(0.5);
    transition: .5s;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.btnContainer h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    margin: 0;
    font-size: 38px;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: 700;
}

.btnContainer h3 span {
    display: block;
    font-size: 35px;
}

.homeAbout {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
    text-align: justify;
    margin: 40px auto;
    background-color: rgb(0 0 0 / 56%);
}

@media (min-width: 1500px) {
.homeAbout {
    width: 1170px;
}
}

.homeAbout h1 {
    text-align: center;
    font-size: 50px;
    margin-top: 0;
}

.homeAbout h4 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: 7px;
}

.homeAbout p {
    line-height: 30px;
}

.p-headercontainer {
    position: relative;
    height: 300px;
    border-bottom: 5px solid #ffffff;
}

.p-headercontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-headercontainer h1 {
    position: absolute;
    bottom: 0;
    font-size: 80px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black;
    margin: 0;
}

img.star-divider {
    margin: 10px 0 25px;
    width: 100%;
}

.page-sub {
    color: #ff6600;
}

.department-container h1.page-title {
    text-align: center;
    font-size: 50px!important;
}

div.k-scheduler .mv-event {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
    line-height: 16px;
}


.mapwrapper {
    position: relative;
    padding-bottom: 25%;
    margin-top: 25px;
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vdp-container .data-points .list-group-item {
    color: #fff;
}

.list-group-item {
    background-color: #000;
    border: 1px solid #505050;
}

.nav-tabs>li>a {
    border: none;
    background-color: black;
}

#vdp-container .data-points {
    margin-bottom: 0;
}

.nav-tabs {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

.department-container .department {
    background: rgba(51, 51, 51, 0);
}

.department .title {
    background: #ff6600;
}

.department .employee .name p {
    font-size: 21px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.department .employee {
    background: #000;
    border-radius: 0px;
    color: #fff;
}

.department .employee .job p {
    margin: 0;
}

.mccontainer {
    display: flex;
    flex-flow: wrap;
}

.jumbotron {
    background-color: rgb(0 0 0 / 55%);
    margin-top: -25px;
    color: white!important;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #000000;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
    border-color: #ccc;
}

.searchReturn {
    color: white;
}

@media (min-width: 768px) {
#CustomEventWidget .eventWrapper {
    flex-flow: row;
}
}

.upcomingEvents h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

.widget-UpcomingEvents h3 {
    display: block;
    width: max-content;
    margin: 25px auto 0;
}

.serviceEvents {
    margin: 30px 0;
}

.serviceContent {
    display: flex;
    justify-content: space-between;
}

.serviceContent > div {
    flex: 0 0 50%;
    padding: 15px;
}

.serviceContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceContent h3 {
    color: #ff6600;
    font-size: 30px;
}

.insuranceBlock.sectionThree > div > div:nth-child(3) > h3,
.insuranceBlock.sectionFour > div > div:nth-child(1) > h3 {
    color: black!important;
}

.insuranceBlock.sectionFive > div > p,
.insuranceBlock.sectionSeven > p {
    color: white!important;
}


@media (min-width: 768px) {
.RAsectionPractice {
    display: flex;
}

.RAsectionPractice > div:nth-child(2) {
    margin-left: 15px;
}
}

.RAsectionPractice > div:nth-child(2) {
    flex: 0 0 50%;
}

.RAsectionPractice > div {
    padding: 15px;
}

.slideContainer {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
}
.slideContainer > div {
    flex: 0 0 50%;
    transition: .3s;
}
.slideContainer > div:hover {
    filter: opacity(0.5);
}
.thumbs {
    padding: 10px;
    cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 2px #ff6600 solid;
}
#overlay {
    position: fixed;
    display: none;
    z-index: 199;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}

#largeView {
    position: fixed;
    display: none;
    width: 90%;
    left: 5%;
    top: 25vh;
    z-index: 200;
    border-radius: 12px;
}
@media (min-width: 768px) {
    .slideContainer > div {
        flex: 0 0 33%;
        -ms-flex: 0 0 auto;
    }
    #largeView {
        width: 80%;
        left: 10%;
        top: 10vh;
    }
}
@media (min-width: 992px) {
    .slideContainer > div {
        flex: 0 0 33%;
        -ms-flex: 0 0 auto;
    }
#largeView {
    width: 60%;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
}
}







/* INVENTORY */

.price.discount-price1 {
    color: #ff6600;
    font-weight: 700;
    font-size: 22px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 23px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: 900;
}

.inventory-container .vehicle .price-box {
    background-color: #e0e0e0;
    padding: 5px 0;
}

.inventory-container .vehicle .price-box:hover a {
    color: #000000;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.inventory-container .vehicle-box {
    position: relative;
    border: 3px solid white;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: 1px solid #373737;
    background: #373737;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 85%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

#seller-description {
    color: black;
}






/* FEATURED VEHICLES */

.featuredInventory h2 {
    text-align: center;
    font-size: 50px;
}

.single-item-slider .item-detail .price {
    padding: 4px;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}

.single-item-slider .item-detail .name {
    line-height: 22px;
    color: white;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #ff6600;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 190px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 3px solid #999999;
    border-radius: 0px;
}

.single-item-slider .slider-outer {
    height: 325px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.latestReviews .item {
    background-color: white;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.latestReviews h2 {
    display: none;
}








/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border: none;
    border-radius: 0;
    position: relative;
    transition: .3s;
    margin: 10px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 700;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 18px;
}

.srp-btn {
    margin: 0!important;
    border: 3px solid white;
    border-top: none;
}

.srp-btn:hover {
    background-color: #ff6600!important;
    border-color: white;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: white;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    position: relative;
    z-index: 0;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
    color: black;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
    position: relative;
    z-index: 2;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 82px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    font-size: 27px;
}

@media (min-width: 768px) {
#Form14917 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form10182 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10182 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footerBack {
    background-color: black;
    position: relative;
    z-index: 1;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    line-height: 33px;
    text-transform: uppercase;
}

.footerContainer a {
    color: #c2c2c2;
}

.footerContainer a:hover {
    color: white;
}

.footerBlock .footerlogo {
    max-width: 260px;
    margin-bottom: 10px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
    padding: 0 0 0 30px;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 5px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: -10px;
    top: 15px;
    transition: .3s;
}

.footerBlock ul a:hover li:before {
    width: 15px;
    left: -20px;
    background-color: #ff6600;
}

.footerBlock .dealer-phone {
    display: block;
    font-size: 23px;
    margin-top: 3px;
}

.footerBlock .btn-primary {
    color: white!important;
    margin-top: 30px;
}

.footerBlock .btn-primary:hover {
    color: black!important;
}

.footersocial {
    display: flex;
}

.footersocial a {
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px;
    margin: 0 10px;
}

.footersocial a:nth-child(1) {
    background: linear-gradient(to bottom, rgba(74,170,246,1) 0%,rgba(34,102,217,1) 100%);
}

.footersocial a:nth-child(2) {
    background-color: #ed1e26;
}

.footersocial a:hover {
    transform: scale(1.1);
}

.footerBlock {
    padding: 15px;
}









@media (max-width: 1499px) {
.headerContainer,
.container,
.footerContainer {
    width: 1170px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.navbar-nav>li>a {
    padding: 18px 12px;
}

.headerLogo {
    margin-bottom: 0;
}

.headerContainer {
    align-items: center;
}

.headerLogo img {
    max-width: 245px;
}

.headerContainer > div:nth-child(n+2) {
    flex: 0 0 70%;
}

.siteSearch {
    width: 300px;
}

#main-nav {
    margin-top: 0;
}

.btnContainer h3 {
    font-size: 29px;
}

.btnContainer h3 span {
    font-size: 26px;
}

.btnContainer a {
    height: 180px;
}

.footerContainer {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mapWrapper {
    padding-bottom: 108%;
}

.inventory-container .vehicle .thumb {
    line-height: 162px;
    height: 171px;
}

.single-item-slider .slider-inner .item {
    width: 259px;
}

a.btn.btn-primary.vdp-btn {
    font-size: 16px;
}

.p-headercontainer {
    height: 250px;
}

.mapwrapper {
    padding-bottom: 30%;
}
}






@media (max-width: 1199px) {
.headerContainer,
.container {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 7px;
    font-size: 14px;
}

.headerBlock,
.headerHours h5 {
    font-size: 14px;
}

.headerLogo img {
    max-width: 200px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 55px;
    line-height: 47px;
}

.mapWrapper {
    padding-bottom: 133%;
}

.inventory-container .vehicle .thumb {
    line-height: 129px;
    height: 137px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.headerContainer > div:nth-child(n+2) {
    flex: 0 0 75%;
}

.siteSearch {
    width: 248px;
}

.btnContainer h3 {
    font-size: 24px;
}

.btnContainer h3 span {
    font-size: 21px;
}

.btnContainer a {
    height: 150px;
}

.p-headercontainer {
    height: 225px;
}

.p-headercontainer h1 {
    font-size: 55px;
}

.mapwrapper {
    padding-bottom: 35%;
}
}





@media (max-width: 991px) {
.headerContainer,
.container {
    width: 740px;
}

#main-nav .nav > li > a {
    font-size: 10px;
    padding: 15px 6px;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerContainer > div:nth-child(n+2) {
    flex: 0 0 100%;
}

.headerBlock {
    margin: 10px 0;
}

.p-header h1 {
    font-size: 50px;
    line-height: 45px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.btnContainer a {
    height: 155px;
    flex: 0 0 48%;
    margin: 0px 0 15px;
}

.btnContainer h3 {
    font-size: 30px;
}

.btnContainer h3 span {
    font-size: 25px;
}

.btnContainer {
    flex-wrap: wrap;
}

.single-item-slider .img-container {
    height: 145px;
}

.p-headercontainer {
    height: 175px;
}

.mapwrapper {
    padding-bottom: 45%;
}
}





@media (max-width: 767px) {
.headerContainer,
.container {
    width: 100%;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav-collapse {
    background-color: black;
}

a.headerAddress,
.brpSidebar {
    display: none;
}

.headerBlock {
    position: unset;
}

.headerContainer {
    position: relative;
}

.headerHours {
    display: block;
    text-align: center;
}

.headerHours h5 {
    padding-right: 0;
}

.searchWrapper {
    margin: 25px 0 50px;
}

.siteSearch {
    width: 100%;
}

.siteSearch:before {
    z-index: 0;
}

.homeSlider .widget-inner,
.oemWidget .widget-inner,
.btnWidget .widget-inner {
    margin-top: 0px!important;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    padding: 5% 2%;
    flex: 0 0 33%;
}

.searchWrapper h3 {
    font-size: 39px;
}

.headerLogo img {
    max-width: 160px;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h3 {
    font-size: 9vw;
}

.btnContainer h3 span {
    font-size: 7vw;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerBlock ul {
    flex-flow: column;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 10vw;
    line-height: 9vw;
}

.form-header-text {
    font-size: 30px;
}

#promotions-page, #inventory-page, .page-background > div, #calendar-page, #employees-team-page 
#vdp-container, #thankyou-page, #showroom, #blog-page, #blog-detail, #credit-thankyou-page, #events-page, .custom-page, #employees-team-page, #vdp-container, #creditAppContainer {
    background-color: rgb(0 0 0 / 75%);
}

#content-container {
    padding-bottom: 0;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.inventory-image {
    width: unset;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 200px;
    height: 200px;
}

#vdp-container {
    margin-top: 0;
}

#home-page {
    margin-bottom: 0;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.headerContainer > div:nth-child(n+2) {
    flex: 0 0 100%;
    justify-content: space-around;
}

.siteSearch {
    width: 76%;
    position: absolute;
    bottom: -54px;
    left: 15px;
    z-index: 999;
}

.headerContainer .social {
    display: none;
}

.btnContainer img {
    object-fit: cover;
    max-height: 13vh;
    width: 100%;
}

.serviceContent {
    flex-flow: column;
}

#main-nav .navbar-brand {
    display: none!important;
}

.p-headercontainer {
    height: 100%;
}

.p-headercontainer h1 {
    font-size: 9vw;
}

.mapwrapper {
    padding-bottom: 100%;
}

.footerBack > div > div:nth-child(1) {
    display: flex;
    flex-flow: column;
    align-items: center;
}
}










