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: #000000 url(https://psmfirestorm.blob.core.windows.net/b7b66b7b-3882-4a11-aee7-d129b23c7cc7/background-50.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url(https://psmfirestorm.blob.core.windows.net/b7b66b7b-3882-4a11-aee7-d129b23c7cc7/background-50.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.breadcrumb {
    background-color: #222222;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #bfbfbf;
    text-decoration: none;
}

.featuredSection {
    background-color: white;
    position: relative;
    margin-top: 0!important;
    padding-bottom: 30px;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/f2961071-b047-4e65-8272-b269194f717c/featured-back-2.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
}

#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);
    padding: 15px;
    margin-bottom: 25px;
}

#home-page {
    margin-top: -25px;
}






/* HEADER */

header.body {
    margin-bottom: 25px;
    background-color: white;
}

.headerContainer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 15px;
    width: 1470px;
    margin: auto;
    color: black;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #ff6600;
}

.headerContainer .logo {
    position: relative;
    z-index: 5;
    order: 1;
}

.headerContainer h4 {
    position: absolute;
    right: -25px;
    bottom: -3px;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.headerContainer h4 span {
    display: block;
    font-size: 30px;
}

.siteSearch {
    display: flex;
    width: 250px;
    margin-top: 10px;
    order: 2;
}

.siteSearch .form-control {
    margin: 0;
    border-color: black;
    padding: 19px 12px;
    background-color: black;
    color: white;
}

.siteSearch .form-control:hover {
    border-color: black;
}

.siteSearch .btn-primary {
    margin: 0;
    border-color: black;
}

.headerBlock > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerBlock .dealer-phone {
    font-size: 27px;
}

.headerBlock .dealer-phone .fa {
    margin-right: 5px;
}

.headerBlock .social {
    display: flex;
}

.headerBlock .social a,
.footerSocial a {
    font-size: 18px;
    margin-left: 9px;
    width: 31px;
    height: 31px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    padding: 1px;
    transform: skewX(-6deg);
}

.headerBlock .social a img {
    filter: invert(1);
    max-height: 20px;
    padding-bottom: 4px;
}

.headerBlock .dealer-address {
    margin-right: 15px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 6px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 12px;
    right: -11px;
}

.headerHours h5 {
    margin: 0 0px 5px;
    font-size: 18px;
    text-align: center;
}

.headerContainer > .btn-primary {
    display: none;
}

.headerHours {
    text-align: center;
    order: 3;
    margin-top: 11px;
}

.headerBlock {
    order: 4;
}

a.vytSlide {
    position: fixed;
    top: 15%;
    z-index: 100;
    left: -135px;
}

a.vytSlide:hover {
    left: 0;
}






/* NAVIGATION */

#main-nav {
    margin-top: -69px;
    background-color: #dfdfdf;
}

.navbar-nav>li>a {
    font-weight: 700;
    font-size: 14px;
    padding: 20px 9px;
    color: black;
    text-transform: uppercase;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

.modelcontainer {
    display: flex;
    background-color: black;
    position: relative;
    margin-top: 0;
}

.modelblock {
    position: relative;
    overflow: hidden;
}

.modelblock-back {
    filter: opacity(.5) grayscale(1);
    transition: .5s;
    width: 100%;
}

.modelblock .studio-pic {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    transition: .5s;
}

.modelblock:hover .studio-pic {
    bottom: 16%;
    transition: .5s;
}

.modeltext {
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
    transition: .5s ease;
}

.modeltext h3 {
    text-transform: uppercase;
    font-size: 2.5vw;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.73);
    padding: 1%;
    transition: .3s ease;
    text-shadow: 1px 1px 1px black;
}

.modelblock:hover h3 {
    color: #ff6600;
    background-color: black;
}

.modelblock:hover .modelblock-back {
    transform: scale(1.5);
    transition: .5s;
    filter: opacity(1) grayscale(0);
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: 60px 30px;
}

.btnContainer a {
    flex: 0 0 24%;
    position: relative;
    max-height: 136px;
    box-shadow: 0 0 5px black;
    background-color: white;
}

.btnContainer a:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6cb220a8-0319-4454-b039-fbf142c7f9c1/bracket-l.png);
    width: 12%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 4px 6px black);
    z-index: 4;
}

.btnContainer a:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/0877596f-4b75-46ef-b287-0c2edb4a127a/bracket-r.png);
    width: 12%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    filter: drop-shadow(2px 4px 6px black);
    z-index: 4;
}

.btnContainer img {
    width: 100%;
    object-fit: cover;
    filter: opacity(0.2);
    transition: .5s;
}

.btnContainer a:hover img {
    filter: opacity(1);
}

.btnContainer div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.btnContainer h3 {
    margin: 0;
    color: black;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    text-shadow: 1px 1px 4px white;
    transition: .3s;
}

.btnContainer a:hover h3 {
    color: white;
    text-shadow: 2px 2px 2px black;
}

.btnContainer h3 span {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
}

.btnContainerSec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btnContainerSec a {
    flex: 0 0 26%;
    text-align: center;
    background-color: yellow;
    color: black;
    margin: 25px 25px 60px;
    padding: 10px;
}

.btnContainerSec a:hover {
    transform: scale(1.05);
    background-color: white;
}

.homeAbout {
    margin-top: 100px;
    color: black;
}

.homeAbout span {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: block;
    letter-spacing: 16px;
    color: white;
}

.homeAbout h1 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
}

.homeAbout p {
    line-height: 43px;
}

.homeAbout img {
    float: left;
    width: 40%;
    padding: 0 15px 0 0;
}

.p-header {
    height: 200px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) skewX(-10deg);
    font-size: 57px;
    width: max-content;
    text-shadow: 2px 2px 2px black;
    background-color: black;
    padding: 8px 30px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 89.2%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.maptext .dealer-name {
    font-size: 32px;
    margin-top: 0;
}

#vehicleList > div {
    position: relative;
}

.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: #a3a3a3;
    border-color: #d8d8d8;
}

img.aboutPic {
    float: right;
    width: 18%;
    padding: 0 0 15px 30px;
}







/* INVENTORY */

.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle-box {
    position: relative;
    padding: 5px;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }

    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }

#filters-box li label {
    color: #000;
    font-size: 13px;
}

#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.inventory-container .vehicle .price-box {
    position: relative;
    padding: 5px 0;
}

.inventory-container .vehicle .price-box:before {
    content: '';
    width: 75%;
    height: 4px;
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%) skewX(-10deg);
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    top: 3%;
    border: 2px #f58220 solid;
    z-index: 400;
    background: linear-gradient(135deg, rgba(142,142,142,1) 1%,rgba(214,214,214,1) 33%,rgba(142,142,142,1) 69%,rgba(214,214,214,1) 99%);
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 5px 0;
}

#showroom .section-box {
    background-color: #515151;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #dddddd;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

#FilterQuickSearch {
    margin: 0;
    background-color: white;
    color: black;
    border-color: #cccccc;
}

.savings .label {
    position: absolute;
    top: -3px;
    left: -3px;
}

.inventory-image {
    max-height: unset;
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 221px;
    height: 223px;
}

a.invCallout {
    text-align: center;
    font-size: 20px;
}

#details-accordions {
    color: black;
}

.specs-panel.panel-body {
    background-color: white;
    color: black;
}







/* FORMS */

.btn-primary {
    border: 3px solid black;
    border-radius: 0px;
    margin: 10px 0px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    background-color: #ff6600;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.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: #ff6600;
    border-color: black;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    z-index: -1;
}

.btn-primary:hover:before {
    height: 100%;
}

.form-control {
    background-color: white;
    border: 2px solid white;
    border-radius: 0;
    font-size: 16px!important;
    transition: .3s;
    margin: 5px 0;
    color: black;
    padding: 0px 12px;
}

.form-control:hover {
    border-color: #cccccc;
}

.mainform {
    height: max-content;
}

.mainform>div {
    background-color: #ebebeb;
    padding: 10px;
    color: black;
}

.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;
}

.mainform h4 {
    font-family: 'Rajdhani';
}

.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;
    padding: 2px 7px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin: 5px 0;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ebebeb;
    color: black;
}






/* FEATURED VEHICLES */

.featuredInventory h2 {
    text-align: center;
    font-size: 40px;
    padding-top: 60px;
    margin-bottom: 20px;
    color: black;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    bottom: 0;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
}

.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: 320px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #a5a5a5;
    text-align: center;
    padding: 15px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footerWrapper {
    background-color: black;
    position: relative;
}

.footerWrapper:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/70c7fd9f-b345-4487-966b-9c1fcf41c6ac/footer-back-3.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    padding: 60px 15px;
    text-transform: uppercase;
    position: relative;
}

.footerContainer a {
    color: white;
}

.footerContainer a:hover {
    color: #ff6600;
}

.footerTop {
    display: flex;
    justify-content: space-between;
}

.footerMid {
    padding: 40px;
    flex: 0 0 33%;
    text-align: center;
    position: relative;
    order: 2;
}

.footerLogo img {
    max-width: 200px;
}

.footerMid:before, 
.footerMid:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #dfdfdf;
    position: absolute;
    left: 0;
    top: 0px;
}

.footerMid:after {
    left: unset;
    right: 0;
}

.footerAddress {
    padding: 54px 60px 0;
    flex: 0 0 33.33%;
    text-align: right;
    position: relative;
    order: 1;
}

.footerAddress .dealer-address, 
.footerAddress .dealer-phone {
    display: block;
}

.footerAddress .dealer-phone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 30px;
}

.footerLinks {
    flex: 0 0 33.33%;
    padding: 50px 60px 0;
    order: 3;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
}

.footerLinks li {
    font-weight: 700;
    line-height: 30px;
}

.footerSocial {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    font-size: 30px;
    position: relative;
    padding: 21px;
}

.footerSocial a {
    background-color: white;
    color: black;
}

.footerSocial a:hover,
.headerBlock .social a:hover {
    transform: skewX(0deg) scale(1.2);
    color: black;
}

.headerBlock .social a:hover {
    color: white;
}

.footerSocial img {
    max-width: 15px;
    padding-bottom: 3px;
}

.footerContainer .btn-primary {
    margin-top: 20px;
}

.footerMap {
    position: relative;
    padding-bottom: 30%;
    min-height: 150px;
    display: none;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







@media (max-width: 1499px) {
.headerContainer,
.container {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.headerContainer .logo {
    flex: 0 0 30%;
}

#main-nav {
    margin-top: -30px;
}

.siteSearch {
    margin-top: 22px;
}

.headerBlock {
    margin-top: 11px;
}

.headerHours {
    margin-top: 19px;
}

.btnContainer a {
    max-height: 122px;
}

.btnContainer h3 {
    font-size: 36px;
}

.mapWrapper {
    padding-bottom: 114%;
}
}





@media (max-width: 1199px) {
.headerContainer,
.container,
.footerContainer {
    width: 970px;
}

.btnContainerSec a {
    flex: 0 0 32%;
}

.navbar-nav {
    justify-content: space-around;
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 20px 4px;
}

.headerBlock {
    flex: 0 0 auto;
}

.headerContainer {
    align-items: center;
}

.headerContainer .logo {
    margin-right: 15px;
}

#main-nav,
.siteSearch,
.headerBlock,
.headerHours {
    margin-top: 0;
}

.headerContainer {
    align-items: center;
    justify-content: space-between;
}

.btnContainer a {
    max-height: 107px;
}

.btnContainer h3 {
    font-size: 30px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.siteSearch {
    width: 100%;
    flex: 0 0 20%;
}

.headerContainer .logo {
    flex: 0 0 24%;
}

.mapWrapper {
    padding-bottom: 140%;
}
}






@media (max-width: 991px) {
.headerContainer,
.container,
.footerContainer {
    width: 740px;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerContainer .logo {
    margin-right: 0;
    flex: 0 0 100%;
    text-align: center;
}

.headerContainer .logo img {
    max-width: 250px;
}

.siteSearch {
    width: 100%;
    flex: 0 0 30%;
}

#main-nav .nav > li > a {
    font-size: 13px;
    padding: 20px 5px;
}

.btnContainerSec a {
    flex: 0 0 41%;
}

.btnContainer a {
    max-height: 75px;
}

.btnContainer a:before {
    filter: drop-shadow(1px 3px 3px black);
}

.btnContainer a:after {
    filter: drop-shadow(-1px 3px 3px black);
}

.btnContainer h3 {
    font-size: 24px;
}

.single-item-slider .slider-inner .item {
    width: 258px;
}

.single-item-slider .item-detail .price {
    padding: 2px 2%;
    font-size: 25px;
}

.footerMid {
    padding: 40px 15px;
}

.footerAddress,
.footerLinks {
    padding: 30px 15px 0;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.siteSearch-M button {
    height: 36px;
}
}





@media (max-width: 767px) {
.headerContainer,
.container,
.footerContainer {
    width: 100%;
}

a.vytSlide img {
    display: none;
}

a.vytSlide {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d22cd3e6-5946-49a3-9aba-128cac5cf2a3/vyt-mobile.png);
    background-size: cover;
    width: 18px;
    height: 168px;
    left: 0;
    top: 40%;
}

.single-item-slider .img-container {
    height: 155px;
}

.btnContainerSec a {
    flex: 0 0 90%;
    margin: 25px;
}

.headerContainer .logo,
.footerMid:before, 
.footerMid:after {
    display: none;
}

.siteSearch {
    flex: 0 0 54%;
    margin-right: 10px;
}

.headerBlock {
    margin-top: 10px;
}

#main-nav .navbar-brand {
    height: 70px;
    margin: 0;
}

#main-nav .navbar-toggle {
    font-size: 29px;
    background-color: #ff6600;
    line-height: 17px;
    border-radius: 0;
    margin-top: 14px;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.footerTop {
    flex-flow: column;
    align-items: center;
}

.footerMid {
    padding: 15px;
    order: 1;
}

.footerAddress, .footerLinks {
    padding: 15px;
    text-align: center;
}

.footerAddress {
    order: 2;
}

.btnContainer {
    margin: 0;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.btnContainer a {
    max-height: 100%;
    margin: 10px 0;
    flex: 0 0 48%;
}

.btnContainer h3 {
    font-size: 6vw;
}

.modelcontainer {
    margin-top: -30px;
    flex-wrap: wrap;
}

.modelcontainer a {
    flex: 0 0 50%;
}

.modeltext h3 {
    font-size: 6vw;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
}

.homeAbout {
    margin-top: 0;
}

.homeAbout img {
    float: none;
    width: 100%;
    padding: 0 0 15px;
}

.homeAbout p {
    line-height: 28px;
}

.homeAbout h1 {
    font-size: 6.8vw;
}

.footerWrapper:before {
    background-position: 77% 50%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8.5vw;
    padding: 2px 10px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

header.body {
    margin-bottom: 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 {
    margin-bottom: 0;
}

.featuredInventory h2 {
    font-size: 30px;
    padding-top: 20px;
}
}








