.seller-description {
    color: #000;
}

#vehicleDetails {
    color: black;
}

#details-accordions {
    margin-top: 30px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

@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/59fb1046-387a-44d5-a425-34fbff52d8ab/bridge-3.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/59fb1046-387a-44d5-a425-34fbff52d8ab/bridge-3.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


.box3 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ffec903e-b2b4-422a-832e-d8496393d799/bridge-4.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    margin-top: 0px!important;
}

.box4 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4b522a52-0fe9-4f9a-91f0-d337eed8e271/Zips-awning.jpg);
    background-size: cover;
    background-position: 0 0px;
    position: relative;
    /*box-shadow: inset 0px 0px 30px black;*/
    margin-top: 0px!important;
    margin-bottom: -30px;
}

h3 sup {
    font-size: 14px;
    top: -1em;
}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Passion One', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

#inventory-page,
#vdp-container,
#calendar-page,
#events-page {
    background-color: rgba(0, 0, 0, 0.82);
    padding: 30px 15px;
    color: white;
}

hr { border-top-color: #afafaf; }


#content-container {
    padding-bottom: 30px;
}


/* GLOBAL THEME FONT COLORS */
body { color: #000; }

a {
    color: #ff6600;
    transition: .3s;
}

a:hover, a:focus {
    color: #7e7e7e;
    text-decoration: none;
}








/* HEADER */

header.body {
    margin-bottom: 0px;
}

header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headerbackground {
    background-color: white;
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    padding: 9px 10px 20px;
    align-items: center;
    width: 768px;
    margin: auto;
}

.headerlogo {
    flex: 0 0 28%;
    text-align: center;
    order: -1;
    margin-bottom: -66px;
}

.headerblock {
    flex: 0 0 22%;
}

.headerblock:first-child {
    order: 1;
    text-transform: uppercase;
    text-align: right;
    flex: 0 0 50%;
    display: flex;
}

.headerblock:nth-child(1) > a:nth-child(1) {
    color: black;
}

.headerblockinfo {
    order: 3;
}

a.header-phone {
    font-size: 22px;
    font-family: 'Passion One', sans-serif;
    letter-spacing: 1px;
}

.headersocial {
    display: flex;
    justify-content: center;
}

.headersocial a,
.footersocial a {
    padding: 1px;
    font-size: 24px;
    background-color: #737373;
    margin: 0% 4% 7%;
    height: 35px;
    display: block;
    width: 35px;
    text-align: center;
    color: white;
    transition: .2s;
}

.headersocial a:hover, 
.footersocial a:hover {
    color: #ff6600;
}

.headerslogan {
    text-align: center;
    font-family: 'Passion One', sans-serif;
    font-size: 21px;
    margin: auto;
    display: block;
    background-color: #000000;
    text-transform: uppercase;
    padding: 4px 0px 0px;
    margin-bottom: -2px;
    color: white;
}

.headerblock .siteSearch .searchContainer {
    display: flex;
}

div.siteSearch > div > button {
    background-color: #737373;
    border-radius: 0;
    border: 1px solid #ff6600;
    text-transform: uppercase;
    font-size: 12px;
    margin: initial;
}

div.siteSearch > div > input {
    border-radius: 0;
    border: 1px solid #ff6600;
    border-right: none;
    background-color: white;
    color: black;
    margin: 0;
}










/* NAVIGATION */
#main-nav {
    background: linear-gradient(to bottom, rgb(100, 101, 103) 0%,rgb(155, 156, 161) 51%,rgb(102, 103, 105) 100%);
}

    #main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #fff;
    font-family: 'Passion One', sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    padding: 17px 15px 13px;
    text-shadow: 1px 1px 1px black;
    font-style: italic;
    transition: .3s;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ff6600;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -3px; }
}











/* FEATURED VEHICLES */


@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 15px; }
}

@media (max-width: 767px) {
.single-item-slider .slider-outer {
    height: 237px; 
}
}

.featuredinventory > div {
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 30px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 3%;
    font-family: 'Passion One', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
    bottom: 0;
}

.featuredinventory h2 {
    text-align: center;
    padding: 20px 0px 0px;
    text-transform: uppercase;
    color: #ff6600;
    font-size: 42px;
    margin-bottom: 30px;
}

.single-item-slider .item {
    background-color: transparent;
    border: none;
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 250px;
}

.widget-Reviews .single-item-slider .item-detail {
    font-size: 14px;
}

@media (min-width: 1200px) {
.single-item-slider .slider-inner .item {
    width: 199px; }
}

.recent-reviews > div {
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 30px;
}

.recent-reviews h2 {
    text-align: center;
    color: white;
    font-size: 40px;
}







/* UPCOMING EVENTS */

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.latestreviews {
    background-color: black;
}

.latestreviews h2 {
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding-top: 15px;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 253px;
}

.upcomingevents h2 {
    color: white;
    text-align: center;
}

.eventInfo h4 {
    text-transform: uppercase;
    padding-top: 3px;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    padding: 15px 0px 5px;
    color: white;
    text-align: center;
    background: transparent;
}

.upcomingevents {
    padding-top: 30px;
}

#CustomEventWidget .eventWrapper {
    background: transparent;
}

#CustomEventWidget {
    background: transparent;
}

.upcomingevents {
    height: fit-content;
}

.upcomingevents > div {
    background-color: rgba(0, 0, 0, 0.75);
}

.review-comments {
    color: #ccc;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #000000;
}

.eventInfo p {
    max-height: 3em;
}

div.k-scheduler .mv-event {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 12px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-editor, .k-grid, .k-menu, .k-scheduler {
    font-size: 14px;
}

.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: #d6d6d6;
    border-color: #cccccc;
}







/* INVENTORY */
/* light background */

    .inventory-container .vehicle:hover { background-color: #ff6600; }
    .inventory-container .vehicle .title a { color: #333; }
#filters-box li label { color: #08c; }

input#FilterQuickSearch {
    margin: 0;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    text-align: center;
    padding-right: 0;
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
    padding: 9px 0px 0px;
}

.vehiclemodel.styleNm {
    font-size: 20px;
    text-transform: uppercase;
    min-height: 46px;
    line-height: 23px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: black;
    border: 2px solid;
}

.vdpinquiryheader {
    font-size: 30px;
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: -23px;
    color: #ff6600;
}

.locationBox {
    background-color: black;
}

#DealerLocationContainer > label {
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
}

.searchReturn {
    color: white;
}

.panel-toggle .btn-apply {
    background: #ff6600;
}








/* CONTENT*/

.modelcontainer {
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.78); */
    padding-top: 4%;
}

.shopbymodel {
    background-size: cover;
    background-position: center;
    margin-top: -25px!important;
    background-color: rgba(0, 0, 0, 0.65);
    position: relative;
}

.modelbackground {
    display: flex;
    justify-content: space-around;
    background-color: white;
    margin-top: 16%;
    padding-bottom: 2%;
    position: relative;
    z-index: 1;
    align-items: flex-end;
}

.modelblock {
    margin-top: -6%;
    flex: 0 0 14%;
    text-align: center;
    padding: 1%;
}

.modelblock img {
    transition: .3s;
}

.modelblock:hover img {
    transform: scale(1.2);
}

.modelblock h3 {
    text-align: center;
    font-size: 19px;
    color: black;
    transition: .3s;
}

.modelblock:hover h3 {
    color: #ff6600;
}

.modelblock img {
    width: 100%;
}

.modelopt {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

.modelopt a {
    color: white;
    transition: .3s;
}

.modelopt a:hover {
    color: #ff6600;
}

span.modelnew {
    background-color: #737373;
    padding: 5px 10px;
}

span.modelused {
    padding: 5px 10px;
    background-color: black;
}

.modelbigtext {
    font-family: 'Passion One', sans-serif;
    text-align: center;
    font-size: 15vw;
    position: absolute;
    bottom: 14%;
    z-index: 1;
    color: rgba(249, 115, 0, 0.61);
    margin: auto;
    width: 100%;
    text-transform: uppercase;
}

.reviewssection {
    background-color: white;
    margin-top: 0!important;
}

.homemapwrapper {
    position: relative;
    padding-bottom: 12%;
    margin-top: 30px;
}

.homemapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homeslider {
    margin-top: -30px;
}

.buttonblock.new {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ed29116d-b6be-4555-8747-20ade1c2170b/button-1.jpg);
    background-size: cover;
}

.buttonblock.pre-owned {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1b74330d-e620-4e13-a5c4-eb263039d64f/button-2.jpg);
    background-size: cover;
}

.buttonblock.financing {
    background-image: url(https://psmfirestorm.blob.core.windows.net/014351d0-4387-4c02-bf08-dd272c552996/button-3.jpg);
    background-size: cover;
}

.buttoncontainer {
    display: flex;
    justify-content: space-around;
    background-color: white;
    margin-top: -30px;
    padding: 30px 0px;
}

.buttoncontainer a {
    flex: 0 0 30%;
    transition: .3s;
}

.buttoncontainer a:hover {
    transform: scale(1.1);
}

.buttonwrapper {
    margin-left: 41%;
    padding: 7.5% 0% 6.7%;
}

.buttonwrapper h3 {
    font-size: 2.7vw;
    margin: 0;
}

.buttonwrapper span {
    font-size: 1vw;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.homeabout {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    margin-top: 30px;
    padding: 15px;
    margin-bottom: 30px;
}

.homeabouttext {
    flex: 0 0 60%;
    padding: 15px 15px 0px;
}

.homeabouttext p {
    font-size: 1.1vw;
}

.homeaboutpic {
    flex: 0 0 40%;
}

.homeaboutpic img {
    width: 100%;
}

.homeabout h1 {
    margin-top: 0;
}

.mapwrapper {
    position: relative;
    padding-bottom: 14.3%;
    margin-bottom: -30px;
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapwrapper2 {
    position: relative;
    padding-bottom: 30%;
}

.mapwrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable {
    width: 290px;
}

.homeabouttext span {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1vw;
}

.homeabouttext h2 {
    font-size: 2vw;
}

.p-text-section {
    background-color: white;
    padding: 30px 0px 15px;
}

.serv-row {
    display: flex;
    justify-content: space-around;
}

.two-columns.content-hours {
    flex: 0 0 30%;
    text-align: center;
}

.two-columns.content-hours table {
    width: 100%;
}

.two-columns.content-hours table td:first-child {
    text-align: left;
}

.two-columns.content-hours table td:last-child {
    text-align: right;
}

.prt-btm {
    margin-bottom: -30px;
}

.prt-btns {
    display: flex;
}

img.abIMG {
    margin: auto;
    text-align: center;
    display: block;
    padding: 15px;
}

.hbuttonbackground {
    background-color: #ff6600;
    display: flex;
    justify-content: space-around;
}

.hbuttonbackground > a {
    flex: 0 0 33.33%;
    border-right: 3px solid black;
    text-align: center;
}

.hbuttonblock h2 {
    text-transform: uppercase;
    font-size: calc(12px + (24 - 12) * ((100vw - 320px) / (768 - 320)));
    color: black;
    text-shadow: 1px 1px 1px white;
    transition: .3s ease;
    margin-bottom: -1%;
    margin-top: 8px;
}

.hbuttonbackground > a:last-child {
    border: none;
}

a:hover > .hbuttonblock > h2 {
    color: white;
    text-shadow: 1px 1px 1px black, 0px 0px 5px black;
    transform: scale(1.1);
    transition: .3s ease;
}

.hbuttonblock h3 {
    color: white;
    text-shadow: 1px 1px 1px black;
    transition: .3s;
    margin-top: 0;
    margin-bottom: 5px;
}

a:hover > .hbuttonblock > h3 {
    letter-spacing: 5px;
}

.homeabout sup {
    font-size: 12px;
    top: -15px;
}

.homeabout h3 {
    margin-top: -13px;
    letter-spacing: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.p-header {
    position: relative;
}

.p-header img {
    width: 100%;
}

.p-header h1 {
    font-size: 7vw;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.72);
    padding: 0% 2%;
    width: 100%;
    text-shadow: 1px 1px 10px black;
}

.page-background > div {
    background-color: white;
    padding: 15px;
}

img.fin-pic {
    float: right;
    padding: 0px 0px 10px 10px;
}

.about-wrapper div:nth-child(1) {
    flex: 0 0 82%;
}

table.rewards td {
    padding: 5px 10px;
    border: 1px solid;
    background-color: #efefef;
}

.rewardsPoints {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.rewardsPoints li {
    list-style: none;
    position: relative;
    flex: 0 0 33.33%;
    padding: 10px 0;
}

.rewardsPoints li:before {
    content: "\f21c";
    font-family: 'FontAwesome';
    color: #ff6600;
    padding-right: 5px;
}


.department-container .department {
    background: #fff;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
    color: white;
    text-shadow: 1px 1px 5px black;
}

.department .title {
    color: #ff6600;
}

.department .employee .name p {
    font-weight: unset;
    text-transform: uppercase;
    font-family: 'Passion One', sans-serif;
    font-size: 22px;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.brief {
    font-size: 14px;
    height: 120px;
    overflow: scroll;
}

.department .employee {
    position: relative;
}

.department .employee:after {
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    padding-top: 64px;
    left: 0;
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 78%);
}

.iframe-content {
    background-color: #dfdfdf;
    padding: 10px 0;
    margin: 10px 0;
}

.iframe-content h4 {
    text-align: center;
    font-size: 35px;
    color: #ff6600;
}

.iframe-content iframe {
    display: block;
    height: 220px;
    width: 80%;
    border: none;
    margin: 0 auto;
}

@media (max-width: 767px) {
.iframe-content iframe {
    display: none; }
}

.location-wrapper {
    display: flex;
    justify-content: space-around;
}

.location-block {
    text-align: center;
    background-color: black;
    padding: 10px;
}

.location-block h2 {
    background-color: white;
    margin: 0 0 9px;
    padding: 0px 10px;
}

.location-block p {
    margin-bottom: 0;
}

.map-wrapper {
    position: relative;
    padding-bottom: 60%;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.upcomingevents .k-widget {
    background-color: transparent;
}












/* FOOTER */
footer.body .outer-wrapper {
    background-color: #ffffff;
    color: #757575;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerbackground {
    background-color: #ffffff;
    border-top: 5px solid #ff6600;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    color: black;
    padding: 0% 0% 1%;
    width:748px;
    margin: auto;
}

.footerblock {
    flex: 0 0 26%;
    -ms-flex: 0 0 25%;
}

.footerblock h3 {
    font-size: 30px;
    border-bottom: 2px solid #c3c3c3;
}

.footerinnerblock > a.dealer-phone.phone-text {
    font-size: 33px;
    font-family: 'Passion One', sans-serif;
}

.footersocial {
    display: flex;
}

table.footertable.k-table {
    width: 100%;
}

.footerlinkblock {
    display: flex;
    flex-direction: column;
}





/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }

.panel-default>.panel-heading {
    color: #fff;
    background-color: #737373;
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
}

.panel-heading.toggle {
    padding: 4px 0px 0px;
}

#filters-box li label {
    color: #000000;
}







/* FORMS */
.control-label { color: #000; }

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 5px;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: rgba(0, 0, 0, 0.86);
    padding: 10px;
    color: white;
}

.form-header-text {
    text-align: center;
    display: block;
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
}

.forms-title-section {
    font-size: 16pt;
    text-align: center;
    display: block;
    font-family: 'Passion One', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}


@media (min-width: 768px) {
#Form714 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form716 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form714 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form716 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form838 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form717 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form831 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form838 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form838 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form714 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form716 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form717 > div:nth-child(1) > fieldset > div:nth-child(8) {
    padding: 0px 5px;
}
}

.form-control {
    font-size: 12px;
    margin: 5px 0px;
    background-color: #000000;
    border: 1px solid #484848;
    border-radius: 0;
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #f5f5f5;
    width: fit-content;
    display: block;
    text-transform: uppercase;
    transition: .2s;
    border-radius: 0;
    margin: 5px auto;
}

.btn-primary:hover {
    color: black;
    background-color: white;
    border-color: #ff6600;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: black;
    background-color: white;
    border-color: #ff6600;
}


@media (min-width: 768px) {
.mtr-mobile-button {
    display: none; }
}












/* 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);
}










.content-hours {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.content-hours:before,
.content-hours:after {
  content: " ";
  display: table;
}
.content-hours:after {
  clear: both;
}
.content-hours:before,
.content-hours:after {
  content: " ";
  display: table;
}
.content-hours:after {
  clear: both;
}
.content-hours h3 {
  max-width: 300px;
  margin: 0px auto;
  text-align: left;
}
@media (max-width: 991px) {
  .content-hours h3 {
    text-align: center;
  }
}
.content-hours li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
.content-hours dl {
  max-width: 300px;
  margin: 0px auto;
}
.content-hours dl:before,
.content-hours dl:after {
  content: " ";
  display: table;
}
.content-hours dl:after {
  clear: both;
}
.content-hours dl:before,
.content-hours dl:after {
  content: " ";
  display: table;
}
.content-hours dl:after {
  clear: both;
}
.content-hours dl dt {
  float: left;
  width: 50%;
}
.content-hours dl dd {
  float: left;
  width: 50%;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

@media (max-width: 1199px) {
    .box4 {
        background-position: 0px 0px !important;
    }
}

#ModalVehicleInquiry {
    border: 2px solid #ff6600;
    background-color: black;
    color: white;
}

@media (max-width: 767px) {
    .headerbackground {
        display: none;
    }
.headerlogo img {
    display: none;
}
    .footercontainer {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    header.body {
        height: 62px;
    }
    #main-nav {
        position: fixed;
        width: 100%;
        z-index: 2040;
    }
    #main-nav .navbar-brand {
        height: 62px;
        margin: 0;
        padding: 2px 15px;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 82px);
        overflow-y: auto;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    .modelbackground {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .modelblock {
        flex: 0 0 32%;
        margin-top: 0;
    }
    .box3 .widget-inner {
        margin-top: 0 !important;
    }
    .modelcontainer {
        padding-top: 0;
    }
    .hbuttonblock h2 {
        font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (768 - 320)));
    }
    .hbuttonblock h3 {
        padding: 0 5px;
    }
    .modelblock h3 {
        font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (768 - 320)));
    }
    .modelblock h3 sup {
        font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (768 - 320)));
    }
    span.modelnew, span.modelused {
        font-size: calc(8px + (14 - 8) * ((100vw - 320px) / (768 - 320)));
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .homeabout {
        margin-top: 0;
        margin-bottom: 0;
    }
    .homeabout h1 {
        text-align: center;
        margin-top: 0;
        font-size: calc(32px + (46 - 32) * ((100vw - 320px) / (768 - 320)));
    }
    .homeabout sup {
        top: calc(-15px + (-30 + 15) * ((100vw - 320px) / (768 - 320)));
    }
    .homeabout h3 {
        text-align: center;
    }
    .upcomingevents > .widget-inner {
        margin-top: 0 !important;
    }
    .upcomingevents {
        padding-bottom: 20px;
    }
    a.eventLink {
        padding-right: 0;
    }
    .eventInfo {
        padding-right: 5em;
    }
    .footersocial {
        justify-content: space-around;
        width: 200px;
        margin: 0 auto;
    }
    .footerlinkblock a {
        margin: 10px 0;
    }
    #filters-modal {
        top: 70px;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 140px);
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        text-align: left;
        font-size: 28px;
    }
    div#inventory-page, div#vdp-container, div#calendar-page {
        margin-top: 0;
    }
    div#content-container {
        padding-bottom: 0;
    }
    #home-page {
        padding-bottom: 30px;
    }
    .serviceForm, .partsForm {
        order: 2;
    }
    .financeContent > .widget-inner, .rewardsContent > .widget-inner, .serviceContent > .widget-inner, .partsContent > .widget-inner, .quoteContent > .widget-inner, .specialsContent > .widget-inner, .aboutContent > .widget-inner, .mapPage  #widget4 > .widget-inner, .locationsPage > .widget-inner {
        margin-top: 0 !important;
    }
    .about-wrapper img {
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }
    .department .employee {
        max-width: 250px;
    }
    .department .employee .job p {
        font-size: 18px;
    }
    .mapPage {
        text-align: center;
    }
    .content-hours dl dt {
        text-align: left;
    }
    .content-hours dl dd {
        text-align: right;
    }
    .content-hours dl dt:nth-child(15), .content-hours dl dd:nth-child(16) {
        margin-top: 20px;
    }
    .location-wrapper {
        flex-direction: column;
    }
    .location-wrapper a {
        margin: 10px auto;
    }
    .location-block h2 {
        font-size: calc(25px + (42 - 25) * ((100vw - 320px) / (768 - 320)));
    }
    img.fin-pic {
        display: block;
        float: none;
        padding: 10px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 310px;
    }
    .headerblock-l span, .headerblock-r span {
        font-size: 13px;
    }
    #main-nav .nav > li > a {
        font-size: 14px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .modelblock h3 sup {
        font-size: 10px;
    }
    div#inventory-page, div#vdp-container, div#calendar-page {
        margin-top: 30px;
    }
    .serviceForm .form-header-text, .partsForm .form-header-text {
        font-size: 30px;
    }
    .about-wrapper {
        display: flex;
    } 
    .content-hours dl {
        font-size: 14px;
    }
    .dropdown-menu {
        z-index: 2040;
    }
}

@media (min-width: 992px) {
    .headercontainer {
        width: 992px;
    }
    .headerblock-l span, .headerblock-r span {
        font-size: 14px;
    }
    a.header-phone {
        font-size: 28px;
    }
    .headerblock { 
        flex: 0 0 30%;
    }
    .headerblock:first-child {
        flex: 0 0 41%;
    }
    .footercontainer {
        width: 972px;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 275px;
    }
    #main-nav .nav > li > a {
        font-size: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .modelblock h3 {
        font-size: 24px;
    }
    .modelblock h3 sup {
        font-size: 12px;
    }
    .modelopt {
        font-size: 12px;
    }
    .homeabout h1 {
        font-size: 32px;
    }
    .footerblock {
        flex: 0 0 21%;
        -ms-flex: 0 0 20%;
    }
    .serviceForm .form-header-text, .partsForm .form-header-text {
        font-size: 35px;
    }
    .content-hours dl {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .headercontainer {
        width: 1200px;
    }
    .headerblock {
        flex: 0 0 29%;
    }
    .headerblock:first-child {
        flex: 0 0 38%;
    }
    .headerlogo { 
        flex: 0 0 26%:
    }
    a.header-phone {
        font-size: 33px;
    }
    .headerblock-l span, .headerblock-r span {
        font-size: 16px;
    }
    #main-nav .nav > li > a {
        font-size: 23px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footercontainer {
        width: 1180px;
    }
    .widget-Reviews .single-item-slider .slider-inner .item {
        width: 253px;
    }
    .modelblock h3 {
        font-size: 2vw;
    }
    .modelblock h3 sup {
        font-size: 14px;
    }
    .modelopt {
        font-size: 1vw;
    }
    .homeabout h1 {
        font-size: 35px;
    }

}




@media (max-width: 1199px) {
.rewardsPoints li {
    flex: 0 0 50%;
}
}



@media (max-width: 991px) {
.rewardsPoints li {
    flex: 0 0 100%;
}
}






