

body { 
    background: #ffffff;
    background-attachment: fixed; 
    background-position: center center; 
    background-size: cover; 
    font-family: 'Noto Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'freedommachine', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

hr { border-top-color: #afafaf; }
/*#inner-bg { margin: 0 auto; background-color: rgba(240, 240, 240, 0.85); }*/
#content-container { padding-bottom: 30px; }

 

.bottom-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/daa05eca-08a2-43da-b0b4-a03e76549d6d/2024-hd-background-about-section-3.jpg);
    padding-bottom: 14%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

#home-page {
    margin-bottom: -30px;
}








/* GLOBAL THEME FONT COLORS */
body { color: #000; }

a {
    color: #ff6600;
    text-decoration: none;
}

a:hover, a:focus {
    color: #de6600;
    text-decoration: none;
}








/* HEADER */
header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headercontainer {
    display: flex;
    justify-content: space-between;
    width: 768px;
    margin: auto;
    padding: 10px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.headerlogo {
    flex: 0 0 15%;
    width: 15%;
    -webkit-flex: 1;
    -ms-flex: 0 0 15%;
}

.headerrightop {
    text-transform: uppercase;
    font-family: 'freedommachinelight', sans-serif;
    font-size: 16px;
}

.headerrightop a {
    color: black;
    transition: .2s;
}

.headerrightop a:hover {
    color: #ff6600;
}

.headerright {
    padding-top: 14px;
}

.headerrightop .dealer-address {
    display: block;
}


.headerrightbtm a.dealer-phone.phone-text {
    font-size: 61px;
    font-family: 'freedommachine' ,sans-serif;
    display: block;
    color: black;
    transition: .2s;
    line-height: 57px;
    letter-spacing: 3px;
}

.headerrightbtm a.dealer-phone.phone-text:hover {
    color: #ff6600;
}

header.body {
    background-image: url(https://psmfirestorm.blob.core.windows.net/126b1aa0-690d-49a2-a98f-aa4f35f4739c/header-background.jpg);
    background-size: cover;
    background-position: bottom;
}

.headermiddle {
    flex: 0 0 20%;
    display: flex;
}

.headermiddle a {
    font-size: 20px;
    padding: 1px;
    background-color: black;
    color: white;
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
    margin: 10px;
    transition: .3s;
}

.headermiddle a:hover {
    color: #ff6600;
}









/* NAVIGATION */
#main-nav {
    background-color: #000000;
    background: linear-gradient(to bottom, #000000 0%,#606060 50%,#000000 50%,#606060 99%);
}

#main-nav .navbar {
    border: none;
    min-height: unset;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; }
}

.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 14px 15px;
    font-size: 18px;
    font-family: 'freedommachinelight', sans-serif;
    text-shadow: 1px 1px 1px black;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, 
.nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #ff6600;
}

#main-nav li.dropdown.open ul {
    border-top-color: unset;
    background-color: black;
    z-index: 2045;
}

.dropdown-menu>li>a {
    color: #fff;
}

.navbar-toggle {
    background-color: #ff6600;
}

.dropdown-menu {
    background-color: #000;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

.buttoncontainer {
    display: flex;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 3%;
}

.buttoncontainer a {
    flex: 0 0 25%;
    transition: .3s;
   /* -webkit-flex: 1;*/
    -ms-flex: 0 0 25%;
}

.buttoncontainer a:hover {
    transform: scale(1.1);
}

.buttonblock {
    position: relative;
}

.buttonblock h2 {
    position: absolute;
    bottom: 14%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 3vw;
    margin: 0;
}

.buttonblock img {
    border-radius: 13px;
    border: 5px solid #5e5d5e;
}

.buttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7536f1cc-f15c-457a-a81c-586d40796c6d/button-background-2.jpg);
    background-size: cover;
    text-align: center;
}

.buttonbackground h2 {
    font-size: 2.8vw;
    line-height: 2.5vw;
    padding: 4.3% 1% 3%;
}

@media (max-width: 500px) {
.buttonbackground h2 {
    font-size: 13vw;
    line-height: 12vw;
    padding: 3.1% 1% 3%;
    margin: 0; }
}

.homeabout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.homeabouttext h4 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 5px;
    margin: 0;
    color: #b3b3b3;
    font-family: 'freedommachinelight', sans-serif;
}

.homeabouttext h2 {
    font-size: 41px;
    text-align: center;
    margin-top: 0px;
    border-bottom: 1px solid #d6d6d6;
    color: #ff6600;
}

.homeaboutpic {
    flex: 0 0 45%;
    width: 45%;
    /*-webkit-flex: 1;*/
    -ms-flex: 0 0 45%;
}

.pageheader {
    margin-top: -25px;
}

.pageheader img {
    width: 100%;
}

.pageheader h1 {
    margin: 0;
    font-size: 3.6vw;
    width: 52%;
    border-bottom: 10px solid black;
    color: #ff6600;
    padding-left: 20%;
    margin-top: -4%;
    text-align: right;
}

.mapwrapper {
    position: relative;
    padding-bottom: 185%;
    margin-top: 25px;
}

.mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a.promo-link:hover {
    color: #000;
}

table.mapandhourstbl.k-table {
    width: 100%;
}

.modelcontainer {
    margin-top: 3%;
}

.modelbackground {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 0 3% 3%;
    position: relative;
    z-index: 1;
    align-items: flex-end;
    flex-wrap: wrap;
}

.modelblock {
    flex: 0 0 25%;
    text-align: center;
}

.modelblock h3 {
    text-align: center;
    font-size: 3vw;
    color: #ff6600;
    position: relative;
    transition: .2s;
    display: block;
}

.modelblock a:hover h3 {
    color: black;
}





.modelblock img {
    width: 100%;
    transition: .3s;
}

.modelblock:hover a img {
    transform: translateY(-15px);
}

.modelopt {
    text-align: center;
    font-size: 2vw;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
}

.modelopt a {
    color: white;
}

span.modelnew {
    background-color: #8e8e8e;
    padding: 1px 10px 5px;
    transition: .2s;
}

span.modelnew:hover {
    color: #ff6600;
}

span.modelused {
    background-color: black;
    padding: 1px 10px 5px;
    transition: .2s;
}

span.modelused:hover {
    color: #ff6600;
}

.modelbigtext {
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    font-size: 15vw;
    position: absolute;
    top: 16%;
    z-index: 1;
    color: rgba(255, 0, 0, 0.45);
    margin: auto;
    width: 100%;
    text-transform: uppercase;
}

.service-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service-list li {
    flex: 0 0 50%;
}

.service-list li:before {
    content: '\f21c';
    font-family: fontawesome;
    padding-right: 10px;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department .employee .name p {
    font-size: 20px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    font-size: 14px;
    margin-bottom: 0;
}

.department .title {
    color: #ff6600;
}

.rewards-table-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.rewards-table {
    background-color: black;
    color: white;
    flex: 0 0 49%;
    border: 4px solid gray;
}

.rewards-table td {
    width: 50%;
    text-align: center;
    padding: 5px;
    border: 1px solid #464646;
}

.rewards-table th {
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    font-size: 20px;
}

.rewards-iframe {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}

.rewards-iframe iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}












/* FEATURED VEHICLES */


/*@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 30px; }
    .single-item-slider .item { width: 204px; }
}*/

.featuredinventory h2 {
    text-align: center;
    font-size: 47px;
    color: #ff6600;
}

.featuredinvcontainer {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a1dfc4a2-e928-428b-b70b-342799eccfad/fi-background-4.jpg);
    padding: 6% 0% 0%;
    background-size: contain;
    background-position: center center;
    margin-top: 0px!important;
    background-repeat: no-repeat;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 9%;
    border: 5px solid black;
    background-color: black;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
    padding: 0 4%;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    bottom: 2px;
    color: white;
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    line-height: 18px;
}

.single-item-slider .item {
    background-color: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
}

.single-item-slider .img-container {
    background-position: center center;
    background-size: contain;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    background-color: white;
}

.featuredinventory i.fa.fa-chevron-right {
    background-color: black;
    padding: 7px;
    border-radius: 9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.featuredinventory i.fa.fa-chevron-left {
    background-color: black;
    padding: 7px;
    border-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}






/* INVENTORY */
/* light background */
.inventory-container .vehicle {
    background-color: transparent;
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: #d4d4d4;
}

.inventory-container .vehicle .title a {
    color: #fff;
}

#filters-box li label {
    color: #000;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle .title {
    background-color: #000;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    background-color: #000;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    padding-right: 0;
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
}

.vehiclemodel {
    font-size: 20px;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: #b5b5b5;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #d4d4d4;
    border-color: #ddd;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

#ModalVehicleInquiry {
    border: 2px black solid;
}

.tab-content {
    background-color: #b7b7b7;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #b7b7b7;
    border: none;
    border-bottom-color: transparent;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.nav-tabs>li>a {
    border: none;
    background-color: #000000;
    color: white;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

div#seller-description {
    background-color: white;
    margin: 15px;
}

.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: #d8d8d8;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 5px 0;
}

.clBtn, .vdpBtn {
    top: 1.3em;
    right: 1.4em;
}

input#FilterQuickSearch {
    margin: 0;
}







/* FOOTER */
footer.body .outer-wrapper {
    background-color: #000000;
    color: #c4c4c4;
    text-align: center;
}

.footerbackground {
    background-color: black;
    color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/450a17fb-fe1d-4549-8b69-dfc21e5bab55/footer-background.jpg);
    background-size: cover;
    background-position: center;
}

.footermap {
    position: relative;
    padding-bottom: 19%;
    min-height: 150px;
    width: 275px;
}

.footermap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
}

.footeraddress {
    text-align: center;
    text-transform: uppercase;
}

.footerlogo {
    padding: 0px 10px 10px;
}

.footeraddlogocont {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex-flow: column;
    text-align: center;
}


.footeraddress a.dealer-phone.phone-text {
    font-size: 37px;
    font-family: 'freedommachine', sans-serif;
    margin-top: -6px;
    display: block;
}

.footercontainer a {
    color: white;
    transition: .2s;
}

.footercontainer a:hover {
    color: #ff6600;
}

.footerlinks h2 {
    margin-top: 0;
}


.footerlinks {
    padding: 0; 
    display: flex;
    flex-direction: column;
}

.footerlinks a {
    padding: 15px 0;
}

.footerhourstbl {
    margin: 0 auto;
    width: 290px;
}

.footermap {
    width: 80%;
    padding-bottom: 150px;
    margin: 30px auto 0;
}

/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }


/* FORMS */
.control-label { color: #000; }

.field-validation-valid {
    color: #a5a5a5;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 11px;
    top: 7px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    right: 0;
}

.form-control {
    border-radius: 0;
    margin: 7px 0px;
    font-size: 12px;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    border: 4px solid #b7b7b7;
    padding: 10px 15px;
    width: 100%;
    margin-left: 0;
}

.contactform > div {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
}

.newsform > div {
    width: 100%;
    margin-left: 0;
}

.fwform > div {
    width: 100%;
    margin-left: 0;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 7px;
}

.form-header-text {
    text-align: center;
    display: block;
    font-family: 'freedommachine', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: -10px;
    background-color: #000000;
    margin-left: -15px;
    width: 112.5%;
    color: #ffffff;
    margin-bottom: 10px;
}

.newsform .form-header-text {
    width: 105.8%;
}

.contactform .form-header-text {
    width: 117%;
}

.fwform .form-header-text {
    width: 102.7%;
}

.forms-title-section {
    font-size: 16pt;
    text-align: center;
    display: block;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #ff6600;
    border-color: #000000;
    font-family: 'freedommachine', sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 0;
    padding: 5px 15px;
    margin: 10px 0px 0px;
    transition: .3s ease;
    border: 4px solid;
}

.btn-primary:hover {
    color: #fff;
    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: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-sec {
    display: block;
    width: fit-content;
    margin: auto;
}

.inquiryformcontainer {
    font-size: 15px;
    border: 4px solid #b7b7b7;
}

.vdpinquiryheader {
    font-size: 36px;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background-color: black;
    color: white;
    margin-top: -5px;
    margin-bottom: -22px;
}

#ModalInquiryContainer .vdpinquiryheader {
    font-size: 33px;
    text-align: left;
    padding-left: 5px;
}

.locationBox {
    border: 4px solid #b7b7b7;
}

div#DealerLocationContainer label {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 24px!important;
    margin-top: -8px;
}









/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}






#sideTabs {
  display: none;
}
@media (min-width: 768px) {
  #sideTabs {
    display: block;
    position: fixed;
    z-index: 15;
    top: 200px;
    right: 35px;
  }
}
#sideTabs .tab-content {
  position: absolute;
  background-color: #fff;
  width: 300px;
  right: -335px;
}
#sideTabs .tab-link {
    position: absolute;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top;
    transform-origin: right top;
    top: 0;
    right: 335px;
    height: 35px;
    width: 128px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 2px 7px #000000;
    backface-visibility: hidden;
    font-family: 'freedommachine', sans-serif;
}
#sideTabs #panelFacebook {
  height: 510px;
  z-index: 9;
  top: 0px;
}
#sideTabs #panelFacebook iframe {
  border: none;
}
#sideTabs #panelFacebookTab {
  background-color: #ff6600;
}
#sideTabs #panelInstagram {
  height: 302px;
  z-index: 8;
  top: 131px;
}

@media (max-width: 767px) {
    .headercontainer, .headercontainer img {
        display: none;
    }
    header.body {
        margin-bottom: 0;
        height: auto; 
    }
    .navbar-nav>li>a {
        padding: 15px 14px;
        font-size: 20px; 
    }
    .buttoncontainer a {
        flex: 0 0 100%;
        padding: 5px 15px;
        /*min-width: 140px;*/
    }
    .buttonbackground {
        margin: 15px 15px 0px; 
    }
    .buttonbackground h2 {
        font-size: 3.5vw;
        line-height: 3.5vw;
        padding: 4% 1% 3%;
        margin: 0; 
    }
    .homeabout {
        flex-direction: column; 
    }
    .homeabouttext h2 {
        font-size: 8vw;
        line-height: 8vw; 
    }
    .pageheader {
        margin-top: 0px; 
    }
    .pageheader h1 {
        font-size: 9vw;
        width: 100%;
        padding-left: 3%; 
        text-align: left;
    }
    .modelblock {
        flex: 0 0 50%;
        text-align: center; 
    }
    .modelblock h3 {
        font-size: 7vw;
        margin: 2px 0px; 
    }
    .modelblock img {
        margin-top: 4%; 
    }
    .modelopt {
        font-size: 4vw; 
    }
    .featuredinventory h2 {
        font-size: 34px; 
    }
    .single-item-slider .item-detail .price {
        font-size: 22px; 
    }
    .single-item-slider .slider-outer {
        height: 217px; 
    }
    .footercontainer {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .footeraddlogocont {
        flex: 0 0 100%;
        width: 100%;
    }
    .footerlinks {
        margin-top: 15px;
        padding: 0px; 
    }
    .mainform > div {
        margin-top: 0!important; 
    }
    .contactform > div {
        margin-top: 30px!important; 
    }
    .form-header-text {
        width: 100%;
        margin: 0 0 10px;
        line-height: 33px;
        padding: 0px 0px 5px; 
    }
    .contactform .form-header-text {
        width: 100%; 
    }
    #main-nav {
        position: fixed;
        width: 100%;
        z-index: 2040;
    }
    #main-nav .navbar-brand {
        height: 56px;
        margin: 3px 0;
    }
    .navbar-header {
        background: black;
    }
    .navbar-collapse {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        background: #606060;
    }
    #main-nav li.dropdown.open ul {
        background: #606060;
    }
    #main-nav .dropdown-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .buttoncontainer {
        flex-wrap: wrap;
    }
.buttonblock h2 {
    position: static;
    font-size: calc(23px + (22 - 12) * ((100vw - 320px) / (768 - 320)));
    padding: 6px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d22536e8-cb15-4ed8-8d31-188b63e3e663/button-background-2.jpg);
    background-size: 100% 100%;
    border: 5px solid #5e5d5e;
    border-radius: 13px;
}
    #home-page {
        margin-bottom: -30px;
    }
    .buttonblock img {
        display: none;
    }
    .bottom-section {
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: none;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 70px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
    #ModalInquiryContainer .vdpinquiryheader {
        font-size: 28px;
    }
    .service-list {
        flex-direction: column;
    }
    .department .employee {
        max-width: 250px;
    }
    .rewards-table-wrapper {
        flex-direction: column;
    }
    .rewards-iframe {
        padding-bottom: 200px;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 8vw;
    }
    .maptext h3:first-of-type {
        font-size: 6vw;
    }
}

@media (min-width: 768px) {
    .mapwrapper {
        padding-bottom: 185%; 
    }
    .single-item-slider .item-detail .price {
        font-size: 17px; 
    }
    .footeraddress {
        padding: 19px 0px 0px 0px; 
    }
    #main-nav .nav>li>a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .service-list {
        padding-left: 10px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .headercontainer, .footercontainer {
        width: 990px; 
    }
    .navbar-nav>li>a {
        padding: 10px 14px 13px;
        font-size: 20px; 
    }
    .buttonbackground h2 {
        font-size: 3.3vw;
        line-height: 3vw;
        padding: 4.4% 1% 4%; 
    }
    .mapwrapper {
        padding-bottom: 139%; 
    }
    .footermap {
        width: 250px; 
        margin: 0;
        padding-bottom: 22%;
    }
    .form-header-text {
        width: 110.5%; 
    }
    .contactform .form-header-text {
        width: 112%; 
    }
    .single-item-slider .item-detail .price {
        font-size: 24px; 
    }
    .footeraddress {
        padding: 0;
    }
    .footeraddlogocont {
        flex: 0 0 33%;
    }
    .footerlinks {
        padding: 0px 35px 0px 0px; 
    }
    .mainform > div {
        width: 86%;
        margin-left: 14%; 
    }
    .footerhours h2 {
        margin-top: 0;
    }
    .headerrightop { 
        font-size: 16.5px;
    }  
    .headerrightop .dealer-address {
        display: inline;
        border-right: 1px solid gray;
        padding-right: 10px;
    }
    .headerrightop .dealer-city {
        padding-left: 6px;
    }
    .headermiddle a {
        font-size: 25px;
        padding: 3px;
        width: 40px;
        height: 40px;
        margin: 5px;
    }
    #main-nav .nav>li>a {
        font-size: 16px;
        padding: 15px 14px 19px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .footerlinks a {
        padding: 0;
    }
    .footerhourstbl {
        width: auto;
    } 
    .bottom-section {
        background-size: cover;
        padding-bottom: 24%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .featuredinvcontainer {
        padding: 6% 0% 2%;
    }
    .service-list {
        padding-left: 40px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .headercontainer, .footercontainer {
        width: 1200px; 
    }
    .navbar-nav>li>a {
        padding: 15px 25px 19px;
        font-size: 21px;
    }
    .mapwrapper {
        padding-bottom: 112%; 
    }
    .footermap {
        width: 300px;
    }
    .form-header-text {
        width: 108.5%; 
    }
    .contactform .form-header-text {
        width: 109.3%; 
    }
    .buttoncontainer a {
        flex: 0 0 20%;
        -ms-flex: 0 0 20%; 
    }
    .buttonbackground h2 {
        font-size: 2.8vw;
        line-height: 2.5vw;
        padding: 4.3% 1% 3%;
    }
    .buttonblock h2 { 
        bottom: 15%;
        font-size: 2.3vw;
    }
    #main-nav .nav>li>a {
        padding: 15px 15px 19px;
    }
    .footercontainer {
        width: 1180px;
    }
    .bottom-section {
        padding-bottom: 18%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 205px;
    }
    .featuredinvcontainer {
        padding: 6% 0%;
    }
    .modelblock h3 {
        font-size: 2vw;
    }
    .modelopt {
        font-size: 1vw;
    }
}



@media (max-width: 991px) {
.headerrightbtm a.dealer-phone.phone-text {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0px;
}
}