body {
    font-family: 'Oswald', 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/2ef579de-c1a0-459c-8e47-61ae31db848f/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url(https://psmfirestorm.blob.core.windows.net/2ef579de-c1a0-459c-8e47-61ae31db848f/background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

a {
    color: red;
    transition: .3s;
}

a:focus, a:hover {
    color: #979797;
    text-decoration: none;
}

.btnSection {
    background-color: white;
}

#content-container {
    margin-top: 265px;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3913146d-e71e-4c17-9854-01c33a0f5c94/featured-back.jpg);
    margin-top: 0!important;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.oemSection {
    background-color: black;
    margin-top: 0!important;
    padding: 6% 0;
    text-align: center;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    color: black;
    background: linear-gradient(to right, rgb(255 218 143 / 74%) 0%,rgba(255,255,255,0) 100%);
}

.aboutSection:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d2daa834-5e48-4039-bfa5-7a91ad44cdb1/about-back-2.jpg);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}

.aboutSection > div {
    padding: 4% 0;
}

#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;
}

.breadcrumb {
    background-color: #212121;
}









/* HEADER */

header.body {
    background-color: rgb(0 0 0);
    position: fixed;
    top: 33px;
    left: 0;
    width: 100%;
    z-index: 4444;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: flex-start;
}

.headerInfo .dealer-phone {
    margin-right: 25px;
}

.headerInfo .fa {
    margin-right: 5px;
    color: red;
}

.headerInfo a {
    color: white;
}

.headerInfo {
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
}

.headerContainer > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.headerHours h5 {
    text-align: center;
    margin: 0;
}

.headerContainer .siteSearch {
    flex: 0 0 60%;
}

.headerContainer > div:nth-child(1) {
    order: 3;
    margin-top: 14px;
}

.headerInfo .dealer-address {
    margin-right: 14px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #575757;
    position: absolute;
    right: -9px;
    top: 1px;
}

.smaller {
    transform: scale(0.75);
    transition: .3s;
    transform-origin: 50% 22%;
}

.header-box {
    transition: .3s;
    position: relative;
    order: 1;
    z-index: 4444;
}

.header-box:after {
    border-top: 50px solid #000;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 301px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    z-index: -1;
}

.headerContainer .slogan {
    flex: 0 0 26%;
    order: 2;
}

.headerContainer .slogan h4 {
    font-size: 39px;
    text-align: center;
    color: white;
    margin-bottom: 0;
    text-shadow: 4px 4px 0px rgb(255 0 0 / 58%);
}

.headerContainer .slogan h4 span {
    display: block;
    font-size: 44px;
}

.headerInfo > a:nth-child(2) {
    display: flex;
    align-items: center;
}

.top-bar-announcement-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.top-bar-announcement {
    padding: 4px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    min-height: 33px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}







/* NAVIGATION */

#main-nav {
    margin-top: -87px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav > li > a {
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 34px;
    font-size: 20px;
    color: white;
}

.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;
}






/* CONTENT */

.searchWrapper {
    width: 400px;
    background-color: rgb(0 0 0);
    padding: 15px;
    margin: 9% 7% 9% auto;
}

.searchWrapper h2 {
    font-size: 66px;
    margin-top: 0;
}

.searchWrapper h4 {
    font-size: 32px;
    margin-bottom: 0;
}

.siteSearch {
    display: flex;
}

.siteSearch .form-control {
    border-radius: 0;
    border: 3px solid red;
    padding: 18px 10px;
    background-color: white;
    color: black;
    margin: 0;
}

.siteSearch button {
    background-color: red;
    border: 3px solid red;
    padding: 0 20px;
}

.btnContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 30px 15px;
}

.btnContainer a {
    border: 3px solid black;
    padding: 15px;
    flex: 0 0 24%;
    position: relative;
    z-index: 4;
}

.btnContainer a:before {
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: 9px;
}

.btnContainer a:after {
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: .5s;
    background-color: black;
    position: absolute;
    z-index: -1;
}

.btnContainer a:hover:after {
    height: 100%;
}

.btnContainer a:nth-child(1):before {
    content: '\f21c';
}

.btnContainer a:nth-child(2):before {
    content: '\f283';
}

.btnContainer a:nth-child(3):before {
    content: '\f0d6';
}

.btnContainer a:nth-child(4):before {
    content: '\f061';
}

.btnContainer h3 {
    margin: 0;
    font-size: 21px;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
}

.typeContainer a {
    position: relative;
    z-index: 44;
    padding: 10% 3%;
    overflow: hidden;
    flex: 0 0 25%;
    text-align: center;
    color: white;
}

.typeContainer a:before {
    content: '';
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left;
    transform: scale(1.7);
    z-index: -1;
    filter: grayscale(.5) brightness(0.5);
    transition: .3s;
}

.typeContainer a:nth-child(3):before,
.typeContainer a:nth-child(4):before {
    background-position: right;
}

.typeContainer a:hover:before {
    filter: none;
    transform: none;
    background-position: center;
}

.typeContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/25eddebf-b470-4b05-b7b7-bb02f6dd79aa/atv.jpg);
}

.typeContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/07710512-3226-47e8-aa22-9fde54c69bae/utv.jpg);
}

.typeContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f607ff83-56c6-4705-8a2e-3b21a09767d6/motorcycle.jpg);
}

.typeContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/60f09330-b15e-474e-aaf5-9a9783214c60/scooter.jpg);
}

.typeContainer h3 {
    font-size: 3vw;
    text-shadow: 2px 2px 2px black;
    position: relative;
    margin: 0;
}

.typeContainer h3:before, 
.typeContainer h3:after, 
.oemWrapper h2:before, 
.oemWrapper h2:after,
.latestReviews h2:before,
.latestReviews h2:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.typeContainer h3:after, 
.oemWrapper h2:after,
.latestReviews h2:after {
    top: unset;
    bottom: -8%;
}

.typeContainer a:hover h3:before, 
.typeContainer a:hover h3:after {
    height: 450%;
    width: 140%;
    left: -18%;
    filter: opacity(0.0);
}

.oemWrapper h2 {
    position: relative;
    font-size: 40px;
    width: max-content;
    margin: 10px auto 30px;
    padding: 5px 15px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 2%;
    flex: 0 0 12%;
}

.oemContainer img {
    max-height: 85px;
}

.latestReviews h2 {
    text-align: center;
    position: relative;
    width: max-content;
    margin: 0 auto 30px;
    z-index: 3;
    padding: 5px 10px;
    color: white;
}

p.slogan {
    font-family: 'Freehand', sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}

.homeWelcome h1 {
    text-align: center;
    font-weight: 500;
    margin-top: -3px;
}

.homeWelcome h1 span {
    font-weight: 700;
}

.aboutSection p {
    line-height: 25px;
}

.p-header {
    height: 200px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.5);
}

.p-header h1 {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    width: max-content;
    text-shadow: 2px 2px 2px black;
    background-color: black;
    padding: 5px 30px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 81%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.maptext .dealer-name {
    font-size: 32px;
    margin-top: 0;
}

#creditAppForm section {
    background: #000000!important;
}

.jumbotron {
    margin-bottom: 0;
    background-color: transparent;
    color: white!important;
    padding-top: 0;
}

.jumbotron p {
    font-weight: 100;
    color: #d6d6d6;
}

.popup-widget {
    color: black;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
}


#credit-app-page .form-control,
#creditAppContainer {
    font-size: 18px!important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link,
.k-pager-wrap .k-link:hover {
    color: #ff0000;
}

.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;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 525px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
    padding: 31px 44px 123px;
    border-radius: 14px;
    border: none;
}

.featuredInventory .slider-inner a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    filter: drop-shadow(0px 0px 6px gray);
    z-index: 9;
}

.featuredInventory .slider-inner a:nth-child(4n-1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/df5cbce0-4379-4064-a5d4-bd90c03d7501/club.png);
}

.featuredInventory .slider-inner a:nth-child(4n-2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c314554f-c8d3-4a54-bb13-9940cc9547eb/diamond.png);
}

.featuredInventory .slider-inner a:nth-child(4n-3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/faadbd91-1f03-4594-95d0-ec18663b6285/spade.png);
}

.featuredInventory .slider-inner a:nth-child(4n-4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/18222c0b-c34d-49da-84b2-15d390fd8e33/heart.png);
}



.single-item-slider .item .item-inner,
.single-item-slider .img-container,
.single-item-slider .item {
    border-radius: 0px;
}

.single-item-slider .item-detail .name {
    color: #000000;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 100;
    min-height: 100px;
    font-size: 18px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0 2%;
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    bottom: 100px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .img-container {
    height: 160px;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 37px;
}

.single-item-slider .item .item-inner {
    padding-top: 30px;
    display: flex;
    flex-flow: column-reverse;
}

.review-comments {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 180px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 317px;
    padding: 0;
}






/* INVENTORY */

.modal {
    z-index: 99999;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: #fff;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #151515;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    padding: 1px 10px;
    font-weight: 700;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
    position: relative;
}

.vehicle-box {
    border: 3px solid #3c3c3c;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 50px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 10px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

a.promo-link {
    color: #ffffff;
}

a.promo-link:hover {
    color: #e51520;
}

.price-box>text>a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    height: 245px;
}

.inventory-image {
    max-height: 250px;
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform>div {
    background-color: black;
    padding: 10px;
    border: 3px solid #e51520;
    border-radius: 8px;
}

.btn-primary {
    color: #fff;
    background-color: #e51520;
    border: 3px solid #e51520;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
    transition: .3s;
}

.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: #ffffff;
    border-color: #e51520;
}

.form-control {
    font-size: 14px!important;
    background-color: #202020;
    border: 2px solid #313131;
    margin: 5px 0;
    color: white;
}

.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;
}

#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14),
#Form5358 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form5358 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form5353>div:nth-child(1)>fieldset>div:nth-child(n+11),
#Form5356 > div:nth-child(1) > fieldset > div:nth-child(8),
#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form5358 > 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: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input,
.customForm textarea {
    font-size: 14px!important;
    padding: 2px 7px;
    background-color: #202020;
    border: 2px solid #313131;
    margin: 5px 0;
    color: white;
    border-radius: 4px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    padding: 2px 3px;
    font-size: 14px;
    background-color: #212121;
    border: 1px solid #313131;
    border-radius: 4px;
}

.inquiryformcontainer {
    background-color: black;
    border: 3px solid #e51520;
    border-radius: 8px;
}

.locationBox {
    background-color: black;
    border-radius: 8px;
}





/* FOOTER */

.footer-background {
    background-color: black;
    position: relative;
}

.footer-container {
    margin: auto;
    display: flex;
    flex-flow: column;
    text-transform: uppercase;
}

.footer-container a {
    color: white;
}

.footer-container a:hover {
    color: #e01f28;
}

.footer-top {
    background-color: white;
    padding: 25px;
}

.footer-links {
    display: flex;
    justify-content: space-around;
    margin: auto;
    width: 90%;
}

.footer-links a {
    background-color: white;
    padding: 7px 15px;
    border-radius: 0;
    color: red;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid black;
    flex: 0 0 9%;
    text-align: center;
}

.footer-links a:hover {
    transform: scale(1.1);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 1170px;
    margin: 45px auto;
}

.footerLabel {
    display: block;
    font-weight: 700;
}

.footer-b-m .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.footer-b-m .dealer-city {
    padding-left: 5px;
}

.footerSocial a {
    padding: 4px;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #c0c0c0;
    text-align: center;
}

footer.body .container {
    border-top: 1px solid #4b4b4b;
    padding: 12px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}






@media (max-width: 1499px) {
.headerContainer,
.container,
.btnContainer {
    width: 1170px;
}

.headerContainer .slogan h4 {
    font-size: 29px;
    margin-top: 22px;
}

.headerContainer .slogan h4 span {
    font-size: 34px;
}

.navbar-nav > li > a {
    padding: 20px 16px;
    font-size: 18px;
}

.btnContainer a:before {
    font-size: 21px;
}

.btnContainer h3 {
    font-size: 17px;
}

.single-item-slider .slider-outer {
    height: 400px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
    padding: 31px 34px 42px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 241px;
}

.single-item-slider .item-detail .price {
    bottom: 49px;
    font-size: 18px;
}

.homeWelcome h1 {
    font-size: 30px;
}

p.slogan {
    font-size: 28px;
}

.mapWrapper {
    padding-bottom: 103%;
}

.inventory-container .vehicle .thumb {
    height: 191px;
    line-height: 184px;
}

.single-item-slider .item .item-inner {
    padding-top: 12px;
}
}





@media (max-width: 1199px) {
.headerContainer,
.container,
.btnContainer,
.footer-bottom {
    width: 970px;
}

#content-container {
    margin-top: 210px;
}

.headerContainer > div:nth-child(1) {
    order: 3;
    margin-top: 0px;
}

.header-box {
    flex: 0 0 24%;
    padding-top: 10px;
}

.headerContainer .slogan h4 {
    font-size: 23px;
}

.headerContainer .slogan h4 span {
    font-size: 26px;
}

#main-nav {
    margin-top: -55px;
}

.navbar-nav > li > a {
    padding: 20px 15px;
    font-size: 16px;
}

.btnContainer {
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 48%;
    margin: 11px 0;
}

.btnContainer h3 {
    font-size: 26px;
}

.single-item-slider .item .item-inner {
    padding-top: 30px;
}

.single-item-slider .slider-inner .item {
    width: 209px;
    padding: 0px 31px 39px;
}

.single-item-slider .img-container {
    height: 109px;
}

.single-item-slider .item-detail .price {
    bottom: 37px;
    font-size: 14px;
    padding: 0 0px;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
}

.single-item-slider .slider-outer {
    height: 320px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 236px;
}

.footer-links a {
    flex: 0 0 13%;
}

.smaller {
    transform: none;
}

.inventory-container .vehicle .thumb {
    height: 153px;
    line-height: 148px;
}
}





@media (max-width: 991px) {
.headerContainer,
.container,
.btnContainer,
.footer-bottom {
    width: 740px;
}

#content-container {
    margin-top: 195px;
}

.header-box {
    flex: 0 0 19%;
}

.headerInfo {
    font-size: 16px;
}

.headerInfo a {
    display: block;
}

.headerInfo .dealer-phone {
    margin-right: 15px;
}

.headerContainer .slogan {
    flex: 0 0 22%;
}

.headerContainer .slogan h4 {
    font-size: 16px;
    margin-top: 26px;
}

.headerContainer .slogan h4 span {
    font-size: 17px;
}

.header-box:after {
    display: none;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    justify-content: space-between;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 15px 5px;
}

.btnContainer h3 {
    font-size: 22px;
}

.btnContainer a:before {
    top: 11px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 208px;
}

.footer-links a {
    flex: 0 0 17%;
}

.footerLogo {
    flex: 0 0 22%;
}

.inventory-container .vehicle .thumb {
    height: 244px;
    line-height: 243px;
}

.p-header h1 {
    font-size: 35px;
}
}




@media (max-width: 767px) {
.headerContainer,
.container,
.btnContainer,
.footer-bottom {
    width: 100%;
}

#content-container {
    margin-top: 203px;
}

.header-box img {
    max-width: 100px;
}

.top-bar-announcement {
    font-size: 14px;
    line-height: 14px;
    min-height: 35px;
}

.oemWrapper h2 {
    font-size: 9vw;
    width: 100%;
}

.footer-links {
    flex-flow: column;
}

.footer-links a {
    margin: 10px 0;
}

.footer-bottom {
    flex-flow: column;
    align-items: center;
}

.footerLabel {
    text-align: center;
}

.footer-bottom > div {
    margin-bottom: 25px;
}

.oemContainer {
    justify-content: space-around;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerInfo .phone-text, 
.headerInfo > a:nth-child(2) > div {
    display: none;
}

.searchWrapper {
    width: 98%;
    margin: 10% auto;
    text-align: center;
}

.searchWrapper h4 {
    font-size: 7vw;
}

.searchWrapper h2 {
    font-size: 14.3vw;
    margin-top: 0;
}

.headerContainer {
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
}

.headerContainer > div:nth-child(1) {
    order: 3;
    margin-top: 0px;
    flex: 0 0 100%;
}

.headerInfo {
    position: absolute;
    left: 55%;
    bottom: -46px;
    font-size: 20px;
    z-index: 3333;
}

.header-box {
    flex: 0 0 29%;
    z-index: 3333;
    order: 3;
    margin-bottom: -60px;
}

.headerContainer .slogan {
    flex: 0 0 100%;
}

.headerContainer .slogan h4 {
    font-size: 16px;
    margin: 5px auto 7px;
    text-align: center;
    text-shadow: 2px 2px 0px rgb(255 0 0 / 58%);
}

.headerContainer .slogan h4 span {
    font-size: 16px;
    display: inline;
}

header.body {
    top: 35px;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.btnContainer {
    flex-flow: column;
    padding: 0 15px;
}

.btnContainer h3 {
    font-size: 5.6vw;
}

.btnContainer a:before {
    font-size: 5.6vw;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    padding: 14% 3%;
    flex: 0 0 50%;
}

.typeContainer h3 {
    font-size: 7vw;
}

.single-item-slider .item-detail .price {
    bottom: 41px;
}

.single-item-slider .slider-inner .item {
    width: 215px;
    padding: 0px 31px 47px;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2ef579de-c1a0-459c-8e47-61ae31db848f/background-2.jpg);
    background-size: cover;
    background-position: center;
}

.pagerTop .k-pager-wrap {
    width: 93%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6vw;
    padding: 5px 10px;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

#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 {
    margin-bottom: 0;
}

.oemContainer a {
    padding: 4% 2%;
    flex: 0 0 25%;
}

.latestReviews .single-item-slider .slider-inner .item {
    padding: 0;
}
}







