body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000 url(https://psmfirestorm.blob.core.windows.net/854cffc1-a967-432e-894f-3befd00a739f/kawasaki-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url(https://psmfirestorm.blob.core.windows.net/854cffc1-a967-432e-894f-3befd00a739f/kawasaki-background.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

a {
    color: red;
    transition: .3s;
}

a:focus, a:hover {
    color: #979797;
    text-decoration: none;
}

#content-container {
    margin-top: 260px;
}

.featuredSection {
    background-color: black;
    margin-top: 0!important;
    color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f580fbdf-4302-4f09-8322-26d87db2867e/featured-back.jpg);
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.aboutSection {
    background-color: rgb(0 0 0 / 74%);
    margin-top: 0!important;
    padding: 30px 0;
}

.mapSection {
    margin-top: 0!important;
}

.searchSection {
    position: relative;
}

.searchSection:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 77%) 100%);
    width: 100%;
    height: 37%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#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 / 85%);
    padding: 15px;
    margin-bottom: 25px;
}







/* HEADER */

.top-bar-announcement {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

header.body {
    background-color: rgb(0 0 0 / 73%);
    position: fixed;
    top: 33px;
    left: 2%;
    width: 96%;
    z-index: 4444;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0;
    align-items: center;
}

.headerInfo .fa {
    margin-right: 5px;
    color: red;
}

.headerInfo a {
    color: white;
}

.headerInfo a:hover {
    color: red;
}

.headerInfo {
    text-transform: uppercase;
    display: flex;
    flex: 0 0 30%;
    flex-flow: column;
}

.headerInfo .dealer-address {
    position: relative;
    display: block;
}

.headerInfo > a:nth-child(2) > div {
    line-height: 16px;
    margin-top: 5px;
}

.headerBlock {
    flex: 0 0 30%;
    justify-content: flex-end;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

/*
.headerInfo .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #575757;
    position: absolute;
    right: -9px;
    top: 1px;
}
*/

.header-box {
    transition: .3s;
    position: relative;
    z-index: 4444;
    flex: 0 0 40%;
    text-align: center;
}

.headerInfo > a:nth-child(2) {
    display: flex;
    align-items: center;
}

.social {
    display: flex;
}

.headerContainer .social {
    flex: 0 0 35%;
    justify-content: flex-end;
}

.social a {
    font-size: 22px;
    position: relative;
    width: 43px;
    z-index: 4;
    text-align: center;
    color: red!important;
}

.social a:before {
    content: '';
    width: 33px;
    height: 29px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) skewX(-10deg);
    transition: .3s;
}

.social a:hover:before {
    transform: translate(-50%, -50%) skewX(0deg);
}

.headerContainer .btn-primary {
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    padding: 3px;
    font-size: 16px;
}

.headerContainer .btn-primary:before {
    background-color: white;
}

.headerContainer .btn-primary .fa {
    margin-right: 5px;
    color: red;
}







/* CONTENT */

/* CONTENT */

.searchWrapper {
    padding: 15px;
    margin: 4% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchWrapper h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 60px 0 0;
    text-shadow: 2px 2px 3px black;
    color: white;
}

.searchWrapper h2 span {
    display: block;
    font-weight: 700;
    font-size: 72px;
    letter-spacing: 25px;
    position: relative;
}

.searchWrapper h2 span:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: -25px;
}

.searchWrapper h2 span:after {
    content: '';
    width: 260px;
    height: 5px;
    background-color: white;
    position: absolute;
    right: 13px;
    top: 36px;
}

.siteSearch {
    display: flex;
    max-width: 500px;
    width: 100%;
    position: relative;
    margin: auto;
}

.siteSearch:before {
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 87%,rgba(255,0,0,1) 85%,rgba(255,0,0,1) 100%);
    width: 103%;
    height: 120%;
    position: absolute;
    left: -1.5%;
    top: -10%;
    z-index: -1;
}

.siteSearch .form-control {
    border-radius: 0;
    border: none;
    padding: 30px 20px;
    background-color: rgb(0 0 0);
    color: white;
    margin: 0;
    border-right: none;
    box-shadow: none;
    font-size: 18px!important;
    text-transform: uppercase;
}

.siteSearch button {
    background-color: rgb(0 0 0);
    padding: 0 20px;
    border-left: none;
    border: none;
    color: white;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: 60px;
}

.btnContainer a {
    position: relative;
    text-align: center;
    overflow: hidden;
    flex: 0 0 32%;
}

.btnContainer img {
    filter: brightness(0.3);
    transition: .5s;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.btnContainer h3 {
    margin: 0;
    font-size: 2.3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: 400;
    background-color: rgb(0 0 0 / 73%);
    padding: 5% 0;
    transition: .3s;
}

.btnContainer h3 span {
    display: block;
    font-weight: 700;
    font-size: 3vw;
    font-style: italic;
}

.btnContainer a:hover h3 {
    background-color: red;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 115px;
}

.oemContainer a {
    padding: 2%;
}

.oemContainer img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.9);
}

.homeSlider {
    margin-top: 45px;
}

.instaContainer {
    position: relative;
    padding-bottom: 100%;
}

.instaContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.homeAbout {
    color: white;
}

.homeAbout > span {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.homeAbout img {
    margin: 0 auto 25px;
    display: block;
}

.homeAbout p {
    line-height: 30px;
}

.homeAbout .btn-primary {
    display: block;
    width: max-content;
    margin: auto;
    color: white!important;
}

.homeMapWrapper {
    position: relative;
    padding-bottom: 19%;
}

.homeMapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.p-header.about-header img {
    object-position: 50% 42%;
}

.p-header h1 {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: max-content;
    text-align: center;
    font-size: 60px;
    text-shadow: 2px 2px 2px black;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0 0 0 / 71%);
    padding: 10px 20px;
    /* font-style: italic; */
    transform: skewX(-10deg) translateX(-50%);
}

.p-header h1 span {
    font-weight: 400;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 80%;
    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;
}

.jumbotron {
    color: #ffffff!important;
    background-color: rgb(0 0 0 / 73%);
}

#creditAppForm section {
    color: black;
}

#creditAppForm section {
    background: #e6e6e6!important;
    color: black;
}

.aboutPage h4.panel-title {
    text-align: center;
}

.customerContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.customerContainer > div {
    flex: 0 0 25%;
    text-align: center;
    padding: 10px;
}

.customerContainer img {
    margin-bottom: 15px;
}










/* NAVIGATION */

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav > li > a {
    text-transform: uppercase;
    padding: 23px 15px;
    font-size: 18px;
    color: white;
    font-weight: 600;
}

a.homeVisible {
    font-size: 20px!important;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: red;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
}

#main-nav .dropdown-menu > li > a:hover,
#main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: gray;
}

#main-nav-collapse > ul > li:nth-child(4) > a {
    color: #ff0000;
}





/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */






/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 276px;
}

.single-item-slider .img-container {
    height: 175px;
    background-color: white;
}

.single-item-slider .item .item-inner {
    padding-bottom: 17%;
}

.single-item-slider {
    padding-left: 0;
    padding-right: 0;
}

.featuredInventory h2, 
.latestReviews h2 {
    font-size: 50px;
    position: relative;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-style: italic;
}

.latestReviews .single-item-slider .img-container {
    height: 120px;
    background-color: #202020;
}

.single-item-slider .slider-outer {
    height: 375px;
}

.single-item-slider .item-detail .price {
    padding: 10px 0;
    font-weight: 700;
    bottom: 0;
    text-transform: uppercase;
    background-color: red;
    color: white;
    font-size: 22px;
    font-style: italic;
}

.single-item-slider .item-detail .name {
    color: #fff;
    text-align: left;
    min-height: 48px;
}

.single-item-slider .item {
    background-color: rgb(32 32 32);
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform>div {
    background-color: #e6e6e6;
    padding: 10px;
    color: black;
}

#SubmitCreditAppButton {
    background-color: white;
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    transition: .3s;
    padding: 10px;
    position: relative;
    z-index: 3;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.btn-sec,
.vdp-btn {
    color: white;
    font-size: 18px;
    display: block;
    width: max-content;
    margin: 10px auto;
}

.srp-btn {
    color: white;
    width: max-content;
    margin: 10px auto;
}

.btn-primary:hover:before {
    height: 100%;
}

.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: transparent;
}

.form-control {
    font-size: 14px!important;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin: 5px 0;
    color: black;
    box-shadow: none;
    transition: .3s;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 2px;
}

.forms-title-section {
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
#Form5353>div:nth-child(1)>fieldset>div:nth-child(n+2):nth-child(-n+5),
#Form1446>div:nth-child(1)>fieldset>div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form5353>div:nth-child(1)>fieldset>div:nth-child(n+7):nth-child(-n+9),
#Form5356 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form13034 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form13034 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form13034 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}

.customForm [placeholder="First Name"],
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 74px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea,
.customForm select {
    font-size: 14px!important;
    padding: 2px 7px;
    background-color: white;
    border: 1px solid #dbdbdb;
    margin: 5px 0;
    color: black;
    border-radius: 4px;
}

.customForm textarea {
    width: 100%;
}

.inquiryformcontainer {
    background-color: #e6e6e6;
    border: 3px solid #e51520;
    border-radius: 8px;
    color: black;
}

.locationBox {
    background-color: black;
    border-radius: 8px;
}





/* INVENTORY */

.blurbBanner span {
    padding: 0 70px 0 15px;
    top: -216px;
    left: -71px;
}

.info {
    font-size: 14px;
    color: #ffffff;
    text-align: right;
}

#vdp-container .images-container {
    max-width: 100%;
}

.inventory-image {
    max-height: 250px;
}

.remove-all-filters-link {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 5px 9px;
}

#vehicleFiltersForm a {
    font-family: 'Oxanium', sans-serif;
    font-weight: 800;
}

.panel-default {
    border-color: #000;
}

.input-group-addon:last-child {
    background-color: red;
    color: white;
    border-color: black;
}

.inventory-container .price-compare-line {
    border-bottom: none;
    padding: 5px 15px;
}

.inventory-container .toolbar {
    font-size: 12px;
    color: #fff;
    background-color: black;
    border: 1px solid black;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #000000;
    color: white;
    background-color: #303030;
}

.panel {
    background-color: #000;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #000;
    color: #fff;
}

.k-pager-wrap {
    margin-top: 9px;
}

.k-pager-wrap {
    background-color: #000000;
    color: #fff;
}

.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: #000;
    background-color: red;
    border-color: #d3d3d3;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

#filters-box .panel-body li {
    color: #fff;
}

.inventory-container .vehicle .price, 
.inventory-container .vehicle .price a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    text-align: center;
    padding: 9px 0;
    font-style: italic;
}

.inventory-container .price-compare-line.our-price {
    padding: 9px 13px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
    border-radius: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(231 231 231 / 38%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 10px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price-box {
    background-color: red;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: white;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

.modal {
    z-index: 12050;
}

.inventory-container .vehicle .price-label {
    padding-top: 0;
}

.inventory-container .vehicle .thumb {
    line-height: 243px;
    height: 243px;
}

.inventory-container .vehicle-box {
    border: 5px solid white;
}

#SimilarVehicles .vehicle-box {
    background-color: black;
    padding: 5px;
}

.price.pull-right {
    padding: 0!important;
}





/* 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;
    color: white;
}

.footerContainer a {
    color: #c2c2c2;
}

.footerContainer a:hover {
    color: white;
}

.footerBlock .logo {
    margin-bottom: 15px;
}

.footerBack > div > div:nth-child(1) > div.logo > a > img {
    max-width: 275px;
    margin-top: 20px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
    padding: 0 0 0 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.footerBlock ul a {
    flex: 0 0 50%;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 5px;
    height: 3px;
    background-color: red;
    position: absolute;
    left: -10px;
    top: 15px;
    transition: .3s;
}

.footerBlock ul a:hover li:before {
    width: 10px;
    left: -15px;
}

.footerBlock .dealer-phone {
    display: block;
    font-size: 23px;
    margin-top: 3px;
    font-weight: 700;
    color: red;
}

.footerBlock .btn-primary {
    margin-top: 30px;
}

.footerBlock {
    padding: 15px;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 32%;
}





@media (max-width: 1499px) {
.footerContainer {
    width: 1170px;
}

.footerBlock ul a {
    flex: 0 0 100%;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 25%;
}

.p-header img {
    max-height: 265px;
}

.p-header h1 {
    font-size: 50px;
}

.mapWrapper {
    padding-bottom: 102%;
}

.inventory-container .vehicle .thumb {
    line-height: 182px;
    height: 182px;
}

.inventory-container .vehicle .price, 
.inventory-container .vehicle .price a {
    font-size: 20px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.single-item-slider .slider-inner .item {
    width: 224px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.single-item-slider .slider-outer {
    height: 285px;
}

.p-header img {
    max-height: 225px;
}

.mapWrapper {
    padding-bottom: 125%;
}

.inventory-container .vehicle .thumb {
    line-height: 144px;
    height: 144px;
}

.inventory-container .vehicle .price, 
.inventory-container .vehicle .price a {
    font-size: 18px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.siteSearch .form-control {
    padding: 20px 15px;
    font-size: 16px!important;
}

.siteSearch:before {
    width: 102%;
    left: -1%;
}

.single-item-slider .slider-inner .item {
    width: 231px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.p-header img {
    max-height: 200px;
}

.p-header h1 {
    font-size: 35px;
}

.siteSearch-M button {
    background-color: white;
}

.siteSearch-M button:before {
    display: none;
}

button#open-mobile-filters-btn {
    color: white;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .price, 
.inventory-container .vehicle .price a {
    font-size: 22px;
}

.inventory-container .vehicle .thumb {
    line-height: 243px;
    height: 243px;
}
}






@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.navbar-brand>img {
    display: none!important;
}

span.phone-text, 
.headerInfo > a:nth-child(2) > div,
.headerBlock {
    display: none;
}

.header-box {
    flex: 0 0 65%;
}

.headerContainer {
    flex-flow: row-reverse;
    width: 80%;
    margin: 0;
    position: relative;
    z-index: 44444;
}

.headerInfo {
    flex-flow: row;
    justify-content: space-around;
}

#main-nav {
    margin-top: -55px;
}

.header-box img {
    max-width: 165px;
}

#content-container {
    margin-top: 115px;
}

.searchSection:after {
    height: 35%;
    z-index: 0;
}

.oemContainer {
    padding: 0;
    position: relative;
    z-index: 8;
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 4% 2%;
    flex: 0 0 50%;
}

.btnContainer {
    margin: 0;
    flex-flow: column;
}

.btnContainer a {
    margin-bottom: 15px;
}

.btnContainer h3 {
    font-size: 10vw;
}

.btnContainer h3 span {
    font-size: 11vw;
}

.siteSearch .form-control {
    padding: 20px 15px;
    font-size: 14px!important;
    z-index: 3;
    position: relative;
}

.siteSearch:before {
    z-index: 0;
}

.siteSearch button {
    position: relative;
    z-index: 3;
}

.headerInfo {
    font-size: 25px;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.p-header h1 {
    font-size: 7vw;
    padding: 10px;
}

.p-header {
    margin-bottom: 0;
}

.p-header img {
    max-height: 100%;
}

.navbar-nav > li > a {
    padding: 15px 15px;
    font-size: 16px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}
}






