body {
    font-family: 'Montserrat', 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: #cccccc url(https://psmfirestorm.blob.core.windows.net/e67fd152-8d71-4e2d-a45b-9ffe281536ab/honda-background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/e67fd152-8d71-4e2d-a45b-9ffe281536ab/honda-background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}


a {
    color: #ffffff;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #e22b2a;
}

#content-container {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin: auto;
    padding: 15px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif', serif;
    font-weight: unset;
}

.breadcrumb {
    background-color: #4c4c4c;
    border-radius: 1px;
}







/* HEADER */

header.body {
    margin-bottom: 25px;
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/476777f8-cca6-44bb-a07d-2511456f9266/header-background.jpg);
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 10px;
}

.header-container a {
    color: black;
}

.header-container a:hover {
    color: #e22b2a;
    text-decoration: none;
}

.header-block {
    display: flex;
    justify-content: space-between;
}

.header-l .dealer-phone {
    display: block;
    font-size: 51px;
    font-family: 'Noto Serif', sans-serif;
    border-bottom: 1px solid #7f7f7f;
    line-height: 52px;
    margin-bottom: -1px;
}

.header-l .dealer-address {
    padding-right: 4px;
    border-right: 1px solid gray;
}

.header-l .dealer-city {
    padding-left: 5px;
}

.header-logo {
    flex: 0 0 20%;
}

.header-logo img {
    width: 100%;
    position: relative;
    z-index: 3;
}

.header-l > a:nth-child(2) {
    font-weight: unset;
}

.header-m a {
    border: 5px solid;
    font-size: 14px;
    padding: 0px 10px 0 0;
    display: block;
    margin: 13px 25px;
    line-height: 20px;
}

.header-m .fa-map-marker {
    background-color: black;
    color: #e22b2a;
    padding: 9px 10px 9px 5px;
    margin-right: 10px;
}

.header-r a {
    font-size: 20px;
    margin-top: 13px;
    border: 5px solid black;
    display: block;
    padding: 5px 10px;
    background-color: white;
}

.header-r a:hover {
    background-color: black;
}







/* NAVIGATION */

#main-nav {
    margin-top: -20px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

@media (min-width: 768px) {
.navbar-nav>li {
    z-index: 3;
}
}

ul.nav.navbar-nav:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 62px 62px;
    border-color: transparent transparent #e22b2a transparent;
    position: absolute;
    margin-left: -62px;
    z-index: 44;
}

.navbar-nav>li>a {
    font-family: 'Noto Serif', sans-serif;
    text-transform: uppercase;
    background-color: #e22b2a;
    color: white;
    padding: 21px 21px;
    font-size: 18px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #e22b2a;
    color: black;
}






/* CONTENT */

.siteSearch {
    display: flex;
    width: 100%;
    margin: 40px auto 25px;
}

.siteSearch .form-control {
    border-radius: 0;
    font-weight: 700;
    border: 5px solid white;
    color: white;
    padding: 21px 12px;
    background-color: black;
    margin: 0;
    transition: .3s;
}

.siteSearch .form-control:hover {
    border: 5px solid white;
    color: black;
}

.siteSearch .searchbutton {
    background-color: white;
    border: 5px solid white;
    border-left: none;
    color: #e22b2a;
    font-size: 26px;
    padding: 0 12px;
}

.button-container {
    display: flex;
    justify-content: space-between;
}

.button-container a {
    flex: 0 0 49%;
    position: relative;
    padding: 0% 0 13%;
    z-index: 2;
    border: 5px solid white;
}

.button-container a:hover:after {
    filter: grayscale(0) brightness(1);
}

.button-container div {
    position: absolute;
    bottom: 0;
    padding: 0 4% 4%;
}

.btn-new:after,
.btn-pre:after {
    content: '';
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    filter: grayscale(1) brightness(0.5);
    background-position: center;
    box-shadow: inset 0 0 10px black;
    transition: .3s;
}

.btn-new:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c3c4c2a5-2b1a-4c93-8a86-c3c1d2cb9b0a/new-btn.jpg);
}

.btn-pre:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/005e2bdb-b592-409c-863d-f4d1943b2cc4/pre-owned-btn.jpg);
}

.button-container a h2 span {
    display: block;
    font-size: 30px;
}

.button-container a h2 {
    font-size: 42px;
    color: #e22b2a;
    text-shadow: 1px 1px 1px black;
}

.sec-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: white;
    padding: 6px 10px;
    color: black;
    transition: .5s;
}

.button-container a:hover .sec-text {
    background-color: black;
    color: white;
    letter-spacing: 5px;
}

.sec-btn-container {
    display: flex;
    justify-content: space-between;
}

.sec-btn-container a {
    flex: 0 0 32%;
    -ms-flex: 0 0 27%;
    background-color: #434343;
    color: white;
    text-align: center;
    border: 5px solid white;
    box-shadow: inset 0 0 10px black;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(114,114,114,1) 0%,rgba(67,67,67,1) 100%);
}

.sec-btn-container a:hover {
    text-decoration: none;
}

.sec-btn-container h3 {
    text-shadow: 1px 1px 1px black;
    margin: 0;
    color: #e22b2a;
    transition: .3s;
}

.sec-btn-container a:hover h3 {
    color: white;
}

.sec-btn-container span {
    background-color: white;
    color: black;
    font-size: 20px;
    padding: 5px;
    width: 32px;
    height: 32px;
    margin-top: 10px;
    transition: .5s;
}

.sec-btn-container a:hover span {
    background-color: transparent;
    color: white;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px #000000, -2px 2px 4px #000000, 2px -2px 4px #000000;
}

.home-divider {
    position: relative;
    text-align: center;
    width: 33%;
    margin: 30px auto;
}

.home-divider:before,
.home-divider:after {
    content: '';
    width: 400px;
    height: 1px;
    background-color: #767676;
    position: absolute;
    top: 32px;

}

.home-divider:before {
    right: 243px;
}

.home-divider:after {
    left: 241px;
}

.home-divider img {
    max-width: 75px;
    filter: grayscale(1);
}

.home-slider > div {
    border: 5px solid white;
}

.p-header {
    background-color: white;
    padding: 15px 15px 3px;
    color: black;
    border-bottom: 5px solid #e22b2a;
}

.p-header h1 {
    font-size: 45px;
}

.about-pic {
    float: right;
    width: 50%;
    padding: 0 0 10px 10px;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .employee {
    background: #fff;
    border-radius: 0;
    padding: 8px;
}

.department .employee .name p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    font-size: 13px;
    margin-bottom: 0;
}

.department .title {
    background: #fff;
    color: #000000;
    padding: 8px;
    font-weight: 100;
    border-bottom: 5px solid #e22b2a;
}

.map-wrapper {
    position: relative;
    padding-bottom: 106%;
    min-height: 150px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 30px;
}

.mapandhourstbl h3 {
    margin-bottom: 8px;
}

.maptext h1 {
    margin-top: 0;
}

.ourStore {
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ourStore a {
    flex: 0 0 40%;
    text-align: center;
    padding: 20px;
}

.ourStore a:hover {
    transform: scale(.9);
}

.type-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.type-block {
    flex: 0 0 50%;
    -ms-flex: 0 0 42%;
    padding: 0 10px;
    text-align: center;
}

.type-block a:hover {
    text-decoration: none;
}

.type-block h3 {
    font-weight: 100;
    letter-spacing: 1px;
    font-style: italic;
}

.type-block:hover h3 {
    color: #e22b2a;
}

.type-block a:hover {
    text-decoration: none;
}

.type-block a h3 {
    transition: .3s;
}

.type-block:nth-child(6) {
    margin-top: 5px;
}

.type-block:nth-child(6) img {
    max-height: 103px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px;
}

.oemContainer img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(0.9);
}

.oemContainer a {
    padding: 5px 15px;
}








/* INVENTORY */

.active-filters a {
    color: #e22b2a;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    font-weight: 100;
    font-family: 'Noto Serif', serif;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #FFF;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 39px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #e22b2a;
    padding: 4px 0;
}

#details-collapse {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}








/* FEATURED INVENTORY */

.featured-inventory h2 {
    display: none;
}

.featured-text {
    font-size: 55px;
    color: #e22b2a;
}

.featured-text span {
    display: block;
    font-size: 38px;
}

.feat-btn {
    background-color: black;
    border: 5px solid white;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 33px;
}

.feat-btn:hover {
    background-color: white;
    color: #e22b2a;
    text-decoration: none;
}

.single-item-slider .item-detail .name {
    font-weight: 100;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 25px;
}

.single-item-slider .slider-inner .item {
    width: 194px;
}

.single-item-slider .item {
    background-color: rgb(67, 67, 67);
    border: 5px solid white;
    border-radius: 0;
    background: linear-gradient(to bottom, rgba(114,114,114,1) 60%,rgba(67,67,67,1) 100%);
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 8%;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 1px;
    color: #e22b2a;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}






/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    color: black;
}

.form-control {
    font-size: 14px!important;
    border-radius: 0;
    box-shadow: none;
    margin: 5px 0;
    border: 2px solid transparent;
    background-color: #f1f1f1;
}

.form-control:hover {
    background-color: white;
    border-color: #e22b2a;
}

.form-control:focus {
    border-color: #e22b2a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    background-color: white;
}

#Form1240 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1241 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1240 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1241 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1240 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1241 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}

.form-header-text {
    font-family: 'Noto Serif', serif;
    text-align: center;
    font-size: 28px;
    color: #e22b2a;
    margin-bottom: 10px;
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.btn-primary {
    color: #000;
    background-color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    border: 5px solid black;
    margin: 10px auto 0;
    display: block;
    transition: .3s;
}

.btn-sec {
    width: max-content;
}

.btn-abt {
    display: inline-block;
}

.btn-primary:hover {
    color: #e22b2a;
    background-color: #000000;
    border-color: #000000;
}

.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: #e22b2a;
    background-color: #000000;
    border-color: #000000;
}

#Form1240 .btn-primary:before,
#Form1241 .btn-primary:before {
    font-family: fontawesome;
    padding-right: 10px;
    background-color: black;
    color: #e22b2a;
    padding: 9px 9px 9px 5px;
    margin-right: 7px;
}

#Form1240 .btn-primary:before {
    content: '\f0ad';
}

#Form1241 .btn-primary:before {
    content: '\f085';
}

#Form1240 .btn-primary,
#Form1241 .btn-primary {
    padding: 4px 8px 4px 0;
}

#creditAppForm section {
    background: #ffffff!important;
    border-radius: 0px!important;
    color: black;
}

.inquiryformcontainer {
    background-color: white;
    color: black;
    padding: 5px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 5px;
    font-weight: 100;
    font-family: 'Noto Serif', sans-serif;
    text-align: center;
    color: #e22b2a;
    font-size: 26px;
}

.locationBox {
    background-color: white;
    color: black;
    margin-top: 25px;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    border-radius: 0;
    box-shadow: none;
    margin: 5px 0;
    border: 2px solid transparent;
    background-color: #f1f1f1;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #bfbfbf;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: flex-start;
    background-image: url(https://psmfirestorm.blob.core.windows.net/476777f8-cca6-44bb-a07d-2511456f9266/header-background.jpg);
    background-size: cover;
    color: black;
    line-height: 30px;
    margin-top: 25px;
    flex-direction: column;
    text-align: center;
}

.footer-container a {
    color: black;
}

.footer-container a:hover {
    color: #e22b2a;
    text-decoration: none;
}

.footer-block {
    flex: 0 0 24%;
    padding: 2% 1%;
}

.footer-block:first-child {
    background-color: #e22b2a;
    flex: 0 0 28%;
    padding-left: 6%;
    padding-right: 6%;
    color: white;
}

.footer-block:first-child a {
    color: white;
}

.footer-block:first-child a:hover {
    color: black;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    margin-top: 5px;
}

.footer-block ul {
    list-style: none;
    padding: 0;
}

.footer-block li:before {
    padding-right: 5px;
    content: '\2192';
    transition: .3s;
}

.footer-block li:hover:before {
    filter: opacity(1);
}

.footer-hours td:first-child {
    padding-right: 15px;
}

.footer-block .dealer-facebook {
    font-size: 29px;
    margin-top: 8px;
    border: 5px solid black;
    display: inline-block;
    padding: 5px 10px;
    color: #e22b2a;
    background-color: black;
}

.footer-block .dealer-facebook:hover {
    background-color: white;
}

.footer-map-btn {
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
}

.footer-map-btn:hover {
    background-color: white;
}

.footer-hours { 
    margin: 0 auto; 
}   
#ModalVehicleInquiry {  
    border: 2px solid #e22b2a;  
}   
.breadcrumb a { 
    color: #e22b2a; 
}   
.jumbotron, #creditAppForm section {
    background: #ffffff !important;
    color: black !important;
}
.jumbotron .text-muted, .jumbotron h1 { 
    color: black !important;    
}   
.mapandhourstbl tr:first-child td { 
    padding-right: 0;   
}   
@media (max-width: 767px) { 
    .siteSearch {   
        max-width: 500px;   
    }   
    .header-logo, .header-logo img, .header-m, .header-r, .headermap { 
        display: none;  
    }   
    .type-block {   
        padding: 0 10px;    
        margin: 10px auto;  
    }   
    .button-container a {   
        margin: 20px 10px;  
        min-width: 220px;   
        flex: 1 0 44%;  
        min-height: 150px;  
    }   
    .home-divider:before, .home-divider:after { 
        width: 43%; 
    }   
    .home-divider:before {  
        right: 107%;    
    }   
    .home-divider:after {   
        left: 107%; 
    }   
    header.body {   
        margin-bottom: 0;   
        background: white;  
        position: fixed;    
    }   
    .header-block { 
        flex: 0 0 100%; 
        justify-content: center;    
    }
.inventory-container .vehicle .title {
    font-size: 16px;
}   
    .footer-container { 
        margin-top: 0;  
    }   
    .single-item-slider .slider-inner .item {   
        width: 216px;   
    }   
    .single-item-slider .slider-outer { 
        height: 216px;  
    }   
    .featured-text {    
        text-align: center; 
    }   
    .feat-btn { 
        display: block; 
        width: 230px;   
        text-align: center;
        margin: 33px auto 0;    
    }   
    .sec-btn-container, .button-container { 
        flex-wrap: wrap;    
        justify-content: center;    
    }   
    .sec-btn-container a {  
        flex: 1 0 45%;  
        min-width: 240px;   
        margin: 20px 10px;  
        padding: 15px 0;    
    }   
    .sec-btn-container h3 { 
        font-size: 21px;    
    }   
    .home-divider { 
        width: 50%; 
        max-width: 250px;   
    }   
    .button-container a h2 {  
        font-size: 32px;    
    }   
    .header-l .dealer-phone {   
        border-bottom: none;    
        font-size: 32px;    
    }   
    #main-nav { 
        margin-top: 0;  
    }   
    #main-nav .navbar-toggle {  
        color: black; 
    }   
    #main-nav .navbar-brand {   
        height: 75px;   
        margin: -15px 0 0;  
    }   
    #content-container {    
        padding-top: 135px; 
    }   
    #main-nav .dropdown-menu>li>a { 
        padding-top: 15px;  
        padding-bottom: 15px;   
        color: black;
    }   
    #main-nav-collapse {    
        max-height: calc(100vh - 150px);    
    }   
    #filters-modal {    
        top: 140px; 
    }   
    #ModalVehicleInquiry {  
        top: 140px; 
        max-height: calc(100vh - 150px);    
        overflow-y: auto;   
    }   
    .pageheader {   
        margin-top: 0;  
    }   
    .p-header { 
        padding: 0; 
    }   
    .p-header h1 {  
        padding-left: 15px; 
        margin: 0;
    }   
    .pagetext { 
        order: 1;   
    }   
    .pageform { 
        order: 2;   
    }   
    #Form1240 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1241 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),#Form1240 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), #Form1241 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) { 
        width: 100%;    
    }   
    .maptext h1 {   
        font-size: 8vw; 
    }   
    .mapandhourstbl {   
        margin: 0 auto; 
    }   
    .oem-wrapper {
        flex-wrap: wrap;
    }
    .oem-wrapper a {
        flex: 0 0 50%;
        padding: 0 10px;
        margin: 15px 0;
    }
    .about-pic {
        float: none;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }
    .navbar-nav>li>a {
        color: #e22b2a;
        background-color: white;
    }
    .type-block:nth-child(6) img {
        max-height: 28vw;
    }
    .type-block a h3 {
        font-size: 18px;
    }
.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0;
}

.oemContainer a {
    padding: 5px 15px;
    flex: 0 0 48%;
}
}   

@media (min-width: 768px) { 
    #content-container, .header-container { 
        width: 768px;   
    }   
    .siteSearch {   
        width: 500px;   
    }   
    ul.nav.navbar-nav:after {   
        content: '';    
        width: 50%; 
        height: 62px;   
        background-color: #e22b2a;  
        right: 0;   
        position: absolute; 
        z-index: 0; 
    }   
    .home-divider:before, .home-divider:after { 
        width: 215px;   
    }   
    .home-divider:before {  
        right: 253px;   
    }   
    .home-divider:after {   
        left: 253px;    
    }   
    .single-item-slider .item-detail .price {   
        font-size: 15px;    
    }   
    .feat-btn { 
        font-size: 15px;    
    }   
    .button-container a {   
        padding: 0 0 20%;   
    }   
    .sec-btn-container h3 { 
        font-size: 18px;    
    }   
    .header-map {   
        font-size: 11px;    
    }   
    .header-l .dealer-phone {   
        font-size: 34px;    
    }   
    .ourStore img { 
        max-width: 315px;   
    }   
    .mhmap {    
        order: 3;   
        margin-top: 20px;   
    }   
    .mapform {  
        order: 2;   
    }   
    .maptext h1 {   
        font-size: 34px;    
    }   
    ul.nav.navbar-nav:after {
        content: '';
        width: 50%;
        height: 62px;
        background-color: #e22b2a;
        right: 0;
        position: absolute;
        z-index: 0;
    }
    .type-block {
        flex: 1 0 33%;
        -ms-flex: 0 0 27%;
    }
    .type-block a h3 {
        font-size: 20px;
    }
    .type-block:nth-child(6) img {
        max-height: 115px;
    }
    .type-block:nth-child(6) {
        margin-bottom: 0;
        margin-top: 0;
    }
}   

@media (min-width: 992px) { 
    #content-container, .header-container { 
        width: 980px;   
    }   
    .footer-container { 
        flex-direction: row;    
        text-align: left;   
    }   
    .footer-block li:before {   
        filter: opacity(0); 
    }    
    .footer-block:last-child {  
        flex: 0 0 18%;  
        padding-right: 6%;  
    }   
    .footer-hours { 
        margin: 0;  
        font-size: 13px;    
    }   
    .home-divider { 
        width: 25%; 
    }   
    .home-divider:before, .home-divider:after { 
        width: 320px;   
    }   
    .home-divider:before {  
        right: 178px;   
    }   
    .home-divider:after {   
        left: 178px;    
    }   
    .single-item-slider .slider-inner .item {   
        width: 197px;   
    }   
    .feat-btn { 
        font-size: 14px;    
    }   
    .button-container a {   
        padding: 0 0 16%;   
    }   
    .sec-btn-container h3 { 
        font-size: 24px;    
    }   
    .type-block {   
        flex: 0 0 14%;  
        -ms-flex: 0 0 14%;  
    } 
    .type-wrapper { 
        flex-wrap: nowrap;  
    }       
    .header-map {   
        font-size: 14px;    
    }   
    .header-l .dealer-phone {   
        font-size: 48px;    
    }   
    .header-m a {   
        font-size: 18px;    
    }   
    #main-nav { 
        margin-top: -40px;  
    }   
    .navbar-nav>li>a {  
        padding: 21px 18px; 
        font-size: 16px;    
    }   
    .footer-container a {   
        font-size: 14px;    
    }   
    .footer-block:first-child { 
        padding-right: 4%;  
        padding-left: 4%;   
    }   
    .footer-block:nth-child(2) {    
        padding-left: 3%;   
    }   
    .inventory-container .vehicle .price {  
        font-size: 17px;    
    }   
    .mhmap {    
        order: 2;   
        margin-top: 0;  
    }   
    .mapform {  
        order: 3;   
    }   
    .maptext h1 {   
        font-size: 38px;    
    }   
    .type-block:nth-child(6) img {
        max-height: 75px;
    }
    .type-block:nth-child(6) {
        margin-bottom: -26px;
        margin-top: 5px;
    }
}   

@media (min-width: 1200px) {    
    #content-container, .header-container { 
        width: 1180px;  
    }   
    #main-nav { 
        margin-top: -60px;  
    }   
    .home-divider { 
        width: 20%; 
    }   
    .home-divider:before, .home-divider:after { 
        width: 400px;   
    }   
    .single-item-slider .slider-inner .item {   
        width: 247px;   
    }   
    .single-item-slider .item-detail .price {   
        font-size: 19px;    
    }   
    .feat-btn { 
        font-size: 16px;    
    }   
    .button-container a {   
        padding: 0 0 13%;   
    }   
    .header-map {   
        font-size: 16px;    
    }   
    .header-l .dealer-phone {   
        font-size: 51px;    
    }   
    .header-m a {   
        font-size: 20px;    
    }   
    .navbar-nav>li>a {  
        padding: 21px 21px; 
        font-size: 18px;    
    }   
    .footer-container a {   
        font-size: 16px;    
    }   
    .footer-block:first-child { 
        padding-right: 6%;  
        padding-left: 6%;   
    }   
    .footer-block:nth-child(2) {    
        padding-left: 5%;   
    }   
    .footer-hours { 
        font-size: 16px;    
    }   
    .inventory-container .vehicle .price {  
        font-size: 19px;    
    }   
    .maptext h1 {   
        font-size: 31px;    
    }   
    .type-block:nth-child(6) img {
        max-height: 103px;
    }
}



#digitalPsButton {
    color: #ffffff;
    background-color: #e22b2a;
    text-transform: uppercase;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 20px auto 0px;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}
#digitalPsModal {
    max-width: 60%;
    margin: 0 auto;
    top: 15px;
}

#closeDigitalPsModal {
    position: relative;
    z-index: 1000;
    top: 25px;
    right: 10px;
}




