body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #ffffff url(https://psmfirestorm.blob.core.windows.net/3bfeecc0-1153-4440-906c-a43cbb7fc8f0/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/3bfeecc0-1153-4440-906c-a43cbb7fc8f0/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;
}

#outer-wrapper {
    overflow-x: hidden;
}

a {
    color: #000000;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover {
    color: #838383;
    text-decoration: none;
}


.searchSection, 
.aboutSection {
    background-size: cover;
    margin-top: -25px;
    padding: 1% 0 8%;
    background-size: cover;
    background-position: 0 0px;
    position: relative;
}

.searchSection {
    background-color: rgb(255 255 255 / 63%);
}

.searchSection:after, 
.aboutSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6ef26a4c-ac41-4d9f-9c16-4736e1311bae/element-red.png);
    width: 100%;
    height: 72px;
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    background-size: 100% 100%;
    bottom: -1px;
}

.aboutSection:after {
    bottom: unset;
    top: -71px;
}

.oemSection {
    margin-top: 0px!important;
    position: relative;
    padding: 13% 0;
    background-color: rgb(255 255 255 / 63%);
}

.oemSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6ef26a4c-ac41-4d9f-9c16-4736e1311bae/element-red.png);
    width: 100%;
    height: 72px;
    position: absolute;
    left: 0;
    background-size: 100% 100%;
    top: 0;
}

.sliderSection {
    margin-top: 0!important;
    background-color: red;
}

.aboutSection {
    background-color: #ff0000;
    margin-top: 0!important;
    padding: 30px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/416c8ef8-9f59-40da-81b9-88914454ab75/about-back-2.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    color: white;
}


#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: white;
    padding: 15px;
    margin-bottom: 15px;
}







/* HEADER */

header.body {
    background-color: #ffffff;
}

.header-container {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 10px 0;
    align-items: center;
}

/*
.header-container:before {
    content: '';
    width: 100%;
    height: 122%;
    background-color: white;
    position: absolute;
    left: -95%;
    top: 0;
    z-index: 2;
}
*/

.header-container a:hover {
    color: #e21835;
}

.header-logo {
    position: relative;
    z-index: 3;
    flex: 0 0 20%;
}

/*
.header-logo:before {
    content: '';
    width: 290px;
    height: 188px;
    transform: skew(-20deg);
    background: white;
    position: absolute;
    top: -31px;
    z-index: -1;
}
*/

.header-block {
    text-align: center;
}

.header-block .dealer-phone {
    display: block;
    font-size: 35px;
    color: #ff0000;
}

.header-block .dealer-phone .fa-mobile {
    padding-right: 5px;
    font-size: 30px;
}

.header-block .dealer-address {
    margin-right: 9px;
    position: relative;
}

.header-block .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959595;
    position: absolute;
    right: -3px;
    top: 0px;
}

.headerSocial {
    display: flex;
    justify-content: center;
}

.headerSocial a {
    margin: 0px 5px;
    position: relative;
}

/*
.headerSocial a:after, 
.footerSocial a:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #959595;
    position: absolute;
    right: -24px;
    transform: rotate(11deg);
}

.headerSocial a:last-child:after,
.footerSocial a:last-child:after,
.headerHours {
    display: none;
}
*/

.headerBlock {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    z-index: 444;
    font-size: 14px;
}

.headerBlock > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.headerBlock .fa {
    color: #cd0003;
    margin-right: 5px;
}

.headerBlock > div:nth-child(1) > a:nth-child(2) {
    margin: 0 15px;
}

.headerBlock a.dealer-phone.phone-text {
    font-size: 22px;
    margin-top: 7px;
    display: block;
}





/* NAVIGATION */

#main-nav {
    margin-top: -104px;
}

@media (min-width: 1500px) {
#main-nav .container {
    width: 1470px;
}
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}

.navbar {
    border: none;
}

.navbar-nav>li>a {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    padding: 46px 15px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #e21835;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: #000;
}

.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: #000;
    color: #979797;
}

.caret {
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #cd0102;
}

.social-media-icons {
    display: none;
}




/* CONTENT */

div.k-scheduler .mv-event {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
    line-height: 17px;
}

.searchtext {
    text-align: center;
    font-size: 55px;
    margin-bottom: 25px;
    color: black;
}

.siteSearch {
    width: 600px;
    margin: auto;
    display: flex;
    box-shadow: 2px 2px 2px black;
}

.siteSearch .form-control {
    padding: 23px;
    border: 3px solid white;
    margin: 0;
    box-shadow: none;
}

.siteSearch .form-control:hover {
    border: 3px solid white;
}

.siteSearch button {
    font-size: 20px;
    color: white;
    background-color: #ff0000;
    border: 3px solid white;
    padding: 9px 20px;
}

.h-btn-wrapper {
    margin-top: 4%;
}

.h-btn-container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1470px;
}

.h-btn-container a {
    color: #000000;
    flex: 0 0 24%;
    text-align: center;
    padding: 1%;
    transition: .3s;
    position: relative;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px black;
}

.h-btn-container a:before {
    content: '';
    position: absolute;
    border: #dfdfdf solid 3px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    transition: .3s;
}

.h-btn-container a:hover:before {
    border-color: red;
}

.h-btn-block h2 {
    margin-top: 0;
    font-size: 32px;
    transition: .4s;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 11px;
    line-height: 34px;
}

.h-btn-block h2 span {
    display: block;
    font-weight: 700;
    font-size: 41px;
}

.h-btn-block > span {
    text-transform: uppercase;
    background-color: #dfdfdf;
    color: black;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    transition: .3s;
    transform: skewX(-10deg);
}

.h-btn-container a:hover div > span {
    background-color: #e21835;
    color: white;
}

h1.dealer-name.welcText {
    text-align: center;
    font-size: 60px;
    text-shadow: 1px 1px 1px black;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

/*
.p-header h1:after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    right: -55px;
    top: 23px;
    z-index: -1;
}
*/

ul.servList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servList li {
    flex: 0 0 33%;
    padding: 8px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    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;
}

#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 {
    background-color: #e21835;
    border-color: #d8d8d8;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: black;
}

.oemContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    width: 1470px;
    margin: auto;
}

.oemContainer a {
    padding: 15px;
}

.oemContainer img {
    filter: drop-shadow(2px 2px 2px gray);
    max-height: 130px;
}

.oemWrapper h4 {
    font-family: 'Permanent Marker', cursive;
    /* background: -moz-linear-gradient(top, rgb(196 196 196) 0%,rgb(255 255 255) 100%); */
    /* background: -webkit-linear-gradient(top, rgb(196 196 196) 0%,rgb(255 255 255) 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-align: center;
    font-size: 90px;
    transform: skewX(-14deg);
    margin: 0 0 -33px;
    font-weight: 400;
    color: rgb(0 0 0 / 25%);
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3b73ecc2-0899-4ded-9a6c-dc78c7e0a979/service-header.jpg);
    background-size: cover;
}

.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9f7ddc58-87b6-413f-a3d8-c8f505935be3/parts-header.jpg);
    background-size: cover;
}

.financing-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a1184588-2d69-42fe-a57f-056c89a3395b/financing-header.jpg);
    background-size: cover;
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0b1fc120-7e49-4412-bc3e-77037961f4d3/about-header.jpg);
    background-size: cover;
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/670b3731-c87b-4ce0-b13b-4409358e1733/map-header.jpg);
    background-size: cover;
}



.p-header h1 {
    color: black;
    font-size: 68px;
    padding: 35px 0px 34px 295px;
    margin: 0;
    border: 5px solid red;
    box-shadow: inset 0px 0px 10px black;
}

.map-wrapper {
    position: relative;
    padding-bottom: 35%;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table.mapandhourstbl.k-table td:last-child {
    padding-left: 40px;
}

.lgButtonContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lgButtonContainer a {
    flex: 0 0 25%;
    position: relative;
    overflow: hidden;
}

.lgButtonContainer img {
    filter: brightness(0.4);
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    transition: .5s;
}

.lgButtonContainer a:hover img {
    filter: none;
    transform: scale(1.5);
}

.lgButtonContainer h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 26px;
    text-shadow: 1px 1px 1px black;
}

.univBtn {
    width: 100%!important;
}

.univBtn a {
    flex: 0 0 100%;
    padding: 25px 0;
}

.serviceButtons > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

.serviceButtons > ul > li {
    background-color: #e1e1e1;
    flex: 0 0 32%;
    text-align: center;
}

#service-list1 > li > div.panel-heading > a {
    transition: color .5s ease,background-color .3s ease;
}

#service-list1 > li > div.panel-heading > a > span.h4 {
    position: relative;
    display: block;
    z-index: 3;
    padding: 0px 0 14px;
    margin-bottom: 0;
}

#service-list1 > li > div.panel-heading > a > span.h4:before {
    border-radius: 70px;
    content: "";
    width: 50%;
    height: 4px;
    position: absolute;
    top: -9px;
    left: 50%;
    right: 0;
    background-color: #cd0003;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%);
    transition: width .3s ease .3s,background-color .3s ease,height .3s ease,border-radius .3s ease .3s;
    z-index: -1;
}

#service-list1 > li > div.panel-heading > a:hover > span.h4:before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(205 0 3);
}

#service-list1 > li > div.panel-heading > a > span.h4:after {
    display: block;
    font-family: FontAwesome;
    content: "\f13a";
    font-size: 30px;
    color: #ffffff;
}

#service-list1 > li > div.panel-heading > a:hover {
    color: white;
}

.serviceButtons .panel-heading {
    padding: 10px 10px 0;
}

.serviceButtons .panel {
    margin: 5px 0;
}

.serviceButtons .panel-collapse {
    padding: 0 10px 10px;
    text-align: left;
}

#timer {
    display: flex;
    justify-content: center;
    font-size: 20px;
}

#timer div {
    margin: 0 10px;
}

#timer span {
    margin-left: 5px;
    display: inline-block;
}

a.hpTimer {
    text-align: center;
    margin-bottom: 45px;
    display: block;
}








/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 293px;
}

.single-item-slider .slider-inner .item {
    width: 290px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 2px solid white;
}

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .item-detail {
    border-top: 3px solid #dfdfdf;
    color: black;
}

.single-item-slider .item-detail .name {
    color: black;
    text-align: left;
    font-weight: 400;
    min-height: 52px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 8px 5px;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    transition: .3s;
    color: #e21835;
}

.featuredInventory h2 {
    font-size: 40px;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 35px;
    margin-left: 30px;
    position: relative;
}

.featuredInventory h2:after {
    content: '';
    background-color: white;
    width: 97%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
    box-shadow: 1px 1px 1px black;
}

.featuredInventory .single-item-slider .slider-control {
    padding: 0px 11px;
    top: -25%;
    left: unset;
    right: 50px;
    background-color: white;
    font-size: 30px;
    color: #e21835;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: unset;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: 6px;
}

.featuredInventory .single-item-slider .slider-control:hover,
.single-item-slider .item-detail .price:hover {
    color: black;
}



/* LATEST REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 240px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 23em;
}

.latestReviews a.slider-control {
    color: black;
}






/* INVENTORY */

#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: right;
    font-size: 23px;
    padding: 3px 8px;
    text-transform: uppercase;
    color: #e21835;
    font-weight: 700;
    background: linear-gradient(to right, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    color: #e21835;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #dbdbdb;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 10px;
}

.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;
}






/* FORMS */


.btn-primary {
    color: #fff;
    position: relative;
    background-color: #e21835;
    border: 2px solid #e21835;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 6px;
    transition: .3s;
    z-index: 9;
    border-radius: 0;
    text-shadow: 1px 1px 1px black;
    transform: skewX(-10deg);
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 0px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-primary:after {
    right: 0;
    left: unset;
}

.btn-primary:hover:before, 
.btn-primary:hover:after {
    width: 50%;
}

.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: #fff;
    background-color: #e21835;
    border-color: #e21835;
}


.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 3px;
    color: #e21835;
    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;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 700;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
    box-shadow: 0 0 5px black;
    border-radius: 10px;
}

.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, 
.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 select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

.inquiryformcontainer {
    background-color: white;
    color: black;
}

.vdpinquiryheader {
    text-transform: uppercase;
    font-size: 26px;
    color: red;
    margin-bottom: -11px;
}

.locationBox {
    background-color: white;
    color: black;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
#Form2129 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2129 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2129 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}





/* FOOTER */

.footerWrapper {
    background-color: white;
    position: relative;
    color: black;
}

.footerContainer {
    max-width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #e21835;
}

.footerTop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: column;
}

.footerLogo {
    margin-bottom: 30px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.footerLinks a {
    position: relative;
}

.footerLinks a:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #dfdfdf;
    display: inline-block;
    transition: .3s;
}

.footerLinks a:hover:before {
    color: #e21835;
    transform: rotate(-90deg);
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
    flex-wrap:wrap;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
    font-weight: 900;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerMap {
    position: relative;
    padding-bottom: 17%;
    flex: 0 0 50%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 22px;
    margin: 0 15px;
    position: relative;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.header-container,
.h-btn-container,
.oemContainer,
.footerContainer {
    width: 1170px;
}

.oemWrapper h4 {
    font-size: 74px;
}

.header-container {
    justify-content: center;
    padding: 10px;
}

.header-logo {
    margin-right: 30px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav>li>a {
    padding: 30px 15px;
}

.h-btn-container {
    width: 1180px;
}

.h-btn-block h2 {
    font-size: 35px;
}

.h-btn-block h2 span {
    font-size: 42px;
    letter-spacing: 1px;
}
}




@media (max-width: 1199px) {
.header-container,
.h-btn-container,
.oemContainer,
.footerContainer {
    width: 970px;
}

.oemWrapper h4 {
    font-size: 59px;
}

.navbar-nav>li>a {
    padding: 20px 13px;
}

.header-logo {
    flex: 0 0 30%;
}

.h-btn-block h2 {
    font-size: 25px;
    line-height: 28px;
}

.h-btn-block h2 span {
    font-size: 32px;
    letter-spacing: 1px;
}

.searchSection:after, 
.featuredSection:after, 
.featuredSection:before, 
.oemSection:before,
.aboutSection:after {
    height: 50px;
}

.aboutSection:after {
    top: -50px;
}

.featuredInventory .single-item-slider .slider-control {
    right: 42px;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -1px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 235px;
}

.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;
}

.footerLogo {
    margin-bottom: 15px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 131%;
}

.inventory-container .vehicle .price {
    font-size: 20px;
}

.inventory-container .vehicle .thumb {
    height: 165px;
    line-height: 165px;
}
}



@media (max-width: 991px) {
.header-container,
.h-btn-container,
.oemContainer,
.footerContainer {
    width: 740px;
}

.header-logo {
    flex: 0 0 27%;
}

.caret {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.footerLinks li {
    padding: 5px 6px;
    font-size: 16px;
}

.oemWrapper h4 {
    font-size: 44px;
}

.h-btn-block h2 {
    font-size: 22px;
    line-height: 23px;
}

.h-btn-block h2 span {
    font-size: 26px;
    letter-spacing: 0px;
}

.h-btn-container a {
    padding: 1% 1% 1.5%;
}

.searchSection, 
.featuredSection {
    background-attachment: fixed!important;
    background-position: center!important;
}

.searchSection:after, 
.featuredSection:after, 
.featuredSection:before, 
.oemSection:before, 
.aboutSection:after {
    height: 30px;
}

.aboutSection:after {
    top: -30px;
}

.featuredInventory .single-item-slider .slider-control {
    right: 35px;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -8px;
}

.single-item-slider .slider-inner .item {
    width: 324px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 225px;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerBottom {
    justify-content: space-around;
}

.footerMap {
    flex: 0 0 100%;
    margin-top: 15px;
    padding-bottom: 47%;
}

#inventory-page, 
.page-background > div, 
#calendar-page, 
#employees-team-page, 
#vdp-container, 
#promotions-page, 
#thankyou-page {
    margin-top: 0;
}

.p-header h1 {
    font-size: 40px;
}

.form-header-text {
    font-size: 30px;
}

.servList li {
    flex: 0 0 50%;
    padding: 2px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    height: 200px;
    line-height: 200px;
}

.siteSearch-M button {
    transform: none;
}

.serviceButtons > ul > li {
    flex: 0 0 48%;
}
}




@media (max-width: 767px) {
.header-container,
.h-btn-container,
.oemContainer,
.footerContainer {
    width: 100%;
}

#main-nav .navbar-brand {
    display: none!important;
}

.siteSearch {
    width: 97%;
}

header.body {
    margin-bottom: 0;
    border-bottom: 1px solid #cacaca;
}

.searchSection {
    margin-top: 0;
}

.h-btn-container {
    flex-wrap: wrap;
    justify-content: space-around;
}

.h-btn-container a {
    flex: 0 0 49%;
    margin: 6px 0;
}

.homeSlider {
    margin-top: -22px;
    padding-bottom: 5px;
}

.header-container:before,
.headerSocial,
.header-block > a:nth-child(2),
.header-logo:before {
    display: none;
}

.searchSection:after, 
.featuredSection:after, 
.featuredSection:before {
    height: 20px;
}

.header-block .dealer-phone {
    font-size: 25px;
}

.header-container {
    padding: 10px;
}

.header-logo {
    margin-right: 0;
    position: absolute;
    bottom: -54px;
    left: 15px;
    max-width: 158px;
}

.searchtext {
    font-size: 40px;
}

.h-btn-container a {
    padding: 3% 1% 3.5%;
    flex: 0 0 48%;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.featuredInventory h2 {
    font-size: 34px;
    margin-left: 0;
}

.featuredInventory .single-item-slider .slider-control {
    top: 29%;
    left: unset;
    background-color: transparent;
    color: white;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: -41px;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: -44px;
    right: unset;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .slider-outer {
    height: 270px;
}

h1.dealer-name.welcText {
    font-size: 45px;
    margin-bottom: 0;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 214px;
}

.footerLinks ul {
    flex-flow: column;
}

.footerBottom div {
    padding: 10px;
}

.footerMap {
    padding-bottom: 75%!important;
}

#main-nav {
    margin-top: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    text-align: right;
    font-size: 7vw;
    padding: 5px 10px;
}

.servList li {
    flex: 0 0 100%;
}

.navbar-nav {
    display: block;
}

#inventory-page, 
.page-background > div, 
#calendar-page, 
#employees-team-page, 
#vdp-container, 
#promotions-page, 
#thankyou-page {
    margin-bottom: 0;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.pagerTop #vehicles {
    position: relative;
}

.pagerTop .k-pager-wrap {
    top: -84px;
    width: 99%;
}

.mapandhourstbl {
    margin: auto;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .navbar-toggle {
    color: #cd0102;
}

.navbar-nav>li>a {
    padding: 15px;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    flex: 0 0 50%;
    text-align: center;
}

.oemContainer img {
    max-height: 92px;
}

.oemWrapper h4 {
    background: -moz-linear-gradient(top, rgb(196 196 196) 0%,rgb(241 241 241) 100%);
    background: -webkit-linear-gradient(top, rgb(196 196 196) 0%,rgb(241 241 241) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
}

#main-nav .dropdown-menu > li > a {
    color: #4d4d4d;
}
}








