
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: black;
}

@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/3c5ea20b-78c1-4102-bb5e-89f2e1be344e/legacy-background-color-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/3c5ea20b-78c1-4102-bb5e-89f2e1be344e/legacy-background-color-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

#inner-bg {
    overflow: hidden;
}

.homeTopSection > div, 
#inventory-page,
.page-background > div,
.department-container,
#calendar-page,
#promotions-page,
#vdp-container, 
#thankyou-page {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
    box-shadow: 0 0 10px black;
    margin-bottom: 25px;
}

.homeTopSection > div {
    margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}

.homeSlider {
    margin-top: 25px;
}


a {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ff6600;
}

.page-background a:hover,
.page-background a:focus {
    text-shadow: 1px 1px 1px black;
}

a.promo-link {
    color: #000000;
}

.homeBtm {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d3a5fdb-26ac-45fa-b1df-b02be21671f4/bottom-background-dark.jpg);
    background-size: cover;
    /* margin-top: 0!important; */
    border-top: 5px solid #b0b0b0;
    box-shadow: 0 0 10px black;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: 1s;
}

.blurbBanner span {
    padding: 0 15px;
    top: -178px;
    left: -78px;
    transform: rotate(-16deg);
}

@media (max-width: 1499px) {
.blurbBanner span {
    padding: 0 15px;
    top: -177px;
    left: -58px;
    transform: rotate(-20deg);
}
}

@media (max-width: 1199px) {
.blurbBanner span {
    padding: 0 33px;
    left: -43px;
}
}

@media (max-width: 991px) {
.blurbBanner span {
    top: -180px;
    left: -103px;
    transform: rotate(-18deg);
}
}



.zoom-view .item img {
    height: 100%;
}




/* HEADER */

header.body {
    background-color: white;
    text-transform: uppercase;
}

.headerContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: flex-start;
}

.headerMid {
    display: flex;
    flex-flow: column;
}

.headerMidTop {
    display: flex;
    justify-content: space-between;
}

.headerMidBlock {
    margin: 5px 15px;
}

.headerMidBlock h5 {
    margin: 0;
    color: #ff6600;
}

.headerMidBlock .sales-phone, 
.headerMidBlock .service-phone {
    font-size: 22px;
    line-height: 33px;
    font-family: 'Audiowide', sans-serif;
    font-style: italic;
}

.headerMidBtm .dealer-address {
    padding-right: 7px;
    border-right: 1px solid lightgrey;
}

.headerMidBtm .dealer-city {
    padding-left: 8px;
}

.headerMidBtm {
    text-align: center;
    letter-spacing: 4px;
    padding-left: 5px;
    font-weight: 100;
    border-top: 1px solid lightgrey;
    line-height: 20px;
}

.headerSocial {
    display: flex;
    flex-wrap: wrap;
}

.headerSocial a {
    flex: 0 0 42%;
    text-align: center;
    background-color: black;
    color: #ff6600;
    margin: 3px;
    padding: 4px 0 3px;
    font-size: 18px;
    border-radius: 3px;
}

.headerSocial a:hover,
.footersocialwrapper a:hover {
    background-color: white;
    box-shadow: 0 0 5px black;
}







/* NAVIGATION */

#main-nav {
    margin-bottom: -1px;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #2b2b2b;
    color: white;
}

.navbar-nav {
    float: right;
    background-color: #000;
    position: relative;
}

.navbar-nav>li>a {
    color: white;
    transition: .3s;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
    color: #ff6600;
}

.dropdown-menu {
    background-color: #000;
    transition: .3s;
}

#main-nav li.dropdown.open ul {
    border-top-color: #ff6600;
}

.dropdown-menu>li>a {
    font-weight: 700;
    color: #cacaca;
    font-size: 12px;
    margin: 5px;
    transition: .3s;
}






/* CONTENT */

.homeSlider > div {
    border: 3px solid #b8b8b8;
    box-shadow: 0px 0px 10px black;
}

/* SIBLING FADE: fade out siblings around a hovered item */

.sibling-fade {
  visibility: hidden;
}
/* Prevents :hover from triggering in the gaps between items */

.sibling-fade > * {
  visibility: visible;
}
/* Brings the child items back in, even though the parent is `hidden` */

.sibling-fade > * {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */

.sibling-fade:hover > * {
  opacity: 0.4;
  transform: scale(0.9);
}
/* Fade out all items when the parent is hovered */

.sibling-fade > *:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}

.sibling-fade {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sibling-fade a {
    background: white;
    padding: 1% 0;
    flex: 0 0 23.5%;
    margin: 2% 0 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
    box-shadow: 0 0 7px black;
    border: 3px solid #b8b8b8;
    overflow: hidden;
}

.sibling-fade a:nth-child(5):before,
.sibling-fade a:nth-child(6):before,
.sibling-fade a:nth-child(7):before,
.sibling-fade a:nth-child(8):before {
    font-family: fontawesome;
    font-size: 172px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #f1f1f1;
}

.sibling-fade a:nth-child(5):before {
    content: '\f085';
}

.sibling-fade a:nth-child(6):before {
    content: '\f0ad';
}

.sibling-fade a:nth-child(7):before {
    content: '\f0d6';
}

.sibling-fade a:nth-child(8):before {
    content: '\f02c';
}

.home-button-wrapper .mainBtn {
    flex: 0 0 24%;
    background-color: black;
    position: relative;
    overflow: hidden;
}

.home-button-wrapper .mainBtn:nth-child(1):before,
.home-button-wrapper .mainBtn:nth-child(2):before,
.home-button-wrapper .mainBtn:nth-child(3):before,
.home-button-wrapper .mainBtn:nth-child(4):before {
    content: '';
    position: absolute;
    left: 50%;
    font-size: 0;
    top: 36%;
    transform: translateX(-50%) translateY(-36%);
    width: 100%;
    height: 172%;
    background-size: 100%;
    filter: opacity(0.13);
    background-repeat: no-repeat;
}

.home-button-wrapper .mainBtn:nth-child(1):before,
.home-button-wrapper .mainBtn:nth-child(2):before,
.home-button-wrapper .mainBtn:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a9a69740-d8a6-4870-b6d2-5c2008818feb/bike-silhouette.png);
}

.home-button-wrapper .mainBtn:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e1f699db-5e66-45b0-9130-f44b2c747533/rv-silhouette.png);
    transform: translateX(-50%) translateY(-23%);
}


.home-button-wrapper h3 {
    font-size: 40px;
    position: relative;
    color: #ff6600;
}

.home-button-wrapper h3 span {
    font-family: 'Audiowide', sans-serif;
    display: block;
    font-style: italic;
    margin-left: -6px;
    color: #b0b0b0;
    font-size: 35px;
}

.home-button-wrapper .mainBtn h3 {
    font-size: 40px;
}

.home-button-wrapper .mainBtn h3 span {
    font-size: 43px;
}

.home-button-wrapper a:nth-child(n+5) h3 {
    margin: 0;
}

.homeAbout {
    padding: 30px 30px;
    color: white;
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    width: 100%;
    margin: auto;
    flex-direction: column;
}

.homeAbout a {
    color: white;
}

.homeAbout h1, 
.homeAbout h5 {
    margin-top: 0;
}

.homeAbout h1 {
    font-family: 'Audiowide', sans-serif;
    font-style: italic;
    font-size: 30px;
    color: #ff6600;
}

.homeAbout h5 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 4px;
    position: relative;
}

.homeAbout h5:before {
    content: '';
    width: 368px;
    height: 2px;
    background-color: #404040;
    position: absolute;
    top: 10px;
    left: 40px;
}

.homeAbout .btn-primary {
    margin-left: 50%;
    transform: translateX(-50%);
}

.siteSearch {
    display: flex;
    width: 600px;
    margin: 30px auto 45px;
}

.siteSearch .form-control {
    background-color: black;
    border: 4px solid white;
    padding: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.siteSearch .btn-primary {
    border: 4px solid white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.siteSearch .btn-primary:hover {
    border-color: white;
}

.siteSearch .form-control:focus {
    box-shadow: none;
}

.p-header {
    box-shadow: 0 0 7px black;
    border: 3px solid #b8b8b8;
    margin-bottom: 25px;
}

.p-header h1 {
    color: white;
    font-family: 'Audiowide', sans-serif;
    font-style: italic;
    text-align: center;
    padding: 80px 0;
    font-size: 65px;
    text-shadow: 2px 2px 2px black;
    margin: 0;
}

.srvHdr, 
.partsHdr, 
.mcHdr, 
.abtHdr, 
.mapHdr, 
.employmentHdr,
.newsHdr,
.finHdr,
.vipHdr {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.srvHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/698bf07c-2ec5-46a3-bb39-a5bd3dcb34f5/service-header.jpg);
}

.partsHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9eec4358-7814-48db-b311-31bc5f74e79c/parts-header.jpg);
}

.abtHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5fbdb03d-aa19-4aff-b6d1-7ea9710d59e2/about-header.jpg);
}

.mcHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f5e55985-81f7-4b84-a2f6-a3d57c326086/mc-header.jpg);
}

.mapHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/595f1d14-6115-4145-b9fe-abdf2066c86e/map-header.jpg);
}

.employmentHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/18bae358-bef4-4755-8f86-3ef28c053a71/employment-header.jpg);
}

.newsHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bd675432-f5f0-4fbb-b03d-5b02d00aa70a/newsletter-header.jpg);
}

.finHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a136c03d-ee45-4690-ab0f-76f5252a237a/financing-header.jpg);
}

.vipHdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a3a13480-b19d-427d-ac5f-2d92a12455e7/vip-header.jpg);
}



.mcButtons {
    display: flex;
    justify-content: space-around;
}

.mcButtons a {
    flex: 0 0 23%;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.mapandhourstbl {
    margin: 0 auto 10px;
}

.hoursblock {
    flex: 0 0 50%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
}

.hoursblock h4 {
    margin-top: 0;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .title {
    background: #fff;
    box-shadow: 0 0 7px black;
    border: 3px solid #b8b8b8;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #e5e5e5;
    border-color: #cccccc;
}

.homeVideo {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
    flex: 0 0 33%;
}

.homeVideo iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.aboutMapWrapper {
    position: relative;
    padding-bottom: 21%;
    flex: 0 0 25%;
}

.aboutMapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.AboutText {
    text-align: right;
    padding: 0 10px;
}

.videoWrapper {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
    flex: 0 0 33%;
}

.videoWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}








/* FEATURED INVENTORY */

/*
.featuredSection {
    padding-bottom: 10%;
    position: relative;
}

.featuredSection:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(0 0 0) 79%,rgb(0 0 0) 100%);
}
*/

.featuredInventory {
    margin-top: 45px;
}

.featuredInventory h2, 
.latestReviews h2 {
    font-size: 40px;
    text-align: center;
    background-color: #b8b8b8;
    width: max-content;
    margin: auto;
    padding: 5px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.featuredInventory .single-item-slider, 
.latestReviews .single-item-slider {
    background-color: #b8b8b8;
    padding: 15px 28px 0;
}

.single-item-slider .item-detail .name {
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
}

.single-item-slider .item-detail .price {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    bottom: -6px;
    background-color: black;
    color: #ff6600;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 11px;
    border-radius: 4px;
    display: inline-table;
}

.single-item-slider .item .item-inner {
    padding-bottom: 11%;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: none;
}

.single-item-slider .slider-outer {
    height: 283px;
}

.single-item-slider .img-container {
    height: 183px;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 17px;
    left: -34px;
    width: 105%;
}





/* REVIEWS */

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 245px;
}

.latestReviews {
    margin-top: 30px;
}

.reviewsBox {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 84px;
    text-align: center;
    border: 15px solid #b8b8b8;
}

.reviewsStars {
    color: #f5b301;
    font-size: 26px;
    margin: 5px 0;
}

.reviewsStars span {
    padding: 3px;
}

.reviewsBox .btn-primary {
    margin: 38px 0 24px;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
}

#vdp-container .images-container {
    max-width: 100%;
}

#filters-box .panel-body li {
    color: #000;
}

.panel-heading .panel-toggle {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

#vehicleList>div {
    margin: 5px 0;
    padding: 15px;
    transition: .3s;
}

#vehicleList>div:hover {
    transform: scale(1.05);
}

.vehicle-box {
    border: 1px solid #dddddd;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 1px solid #dddddd;
    min-height: 100px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    background-color: #000000;
    color: #ff6600;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 10px;
    transition: .3s;
    border-radius: 4px;
    white-space: nowrap;
}

#vehicleList>div:hover .price {
    color: #ffffff;
}

.panel-default>.panel-heading {
    color: #000;
    background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 16%,#fefefe 33%,#d1d1d1 53%,#dbdbdb 71%,#d1d1d1 86%,#fefefe 100%);
}

#vdp-container #maincarousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#seller-description,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: unset;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    border-top: 3px solid #ff6600;
}

#showroom .section-box {
    background-color: #ffffff;
}








/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 7px black;
    border: 3px solid #b8b8b8;
}

.servform {
    margin-bottom: 15px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    transition: .3s;
    display: block;
    margin: 5px auto;
}

.btn-sec {
    display: block;
    width: max-content;
}

.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 {
    background-color: #000000;
    border-color: #000000;
}

.form-header-text {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 0;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 7px;
}

.form-control {
    font-size: 12px;
    margin: 5px 0;
    box-shadow: 0 0 3px black;
    border: none;
    transition: .3s;
}

.form-control:hover {
    background-color: #f1f1f1;
}

.form-control:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 3px black;
}

@media (min-width: 768px) {
#Form1290 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1291 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1303 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1303 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1305 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1290 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1291 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1296 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1290 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1291 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1296 > div:nth-child(1) > fieldset > div:nth-child(n+8),
#Form1305 > div:nth-child(1) > fieldset > div:nth-child(n+6) {
    padding: 0 5px;
}
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 4px;
    padding: 3px 10px;
    box-shadow: 0 0 3px black;
    border: none;
}

.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%;
}

.locationBox {
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 7px black;
    border: 3px solid #b8b8b8;
    margin: 0 20px;
}


.googleBtn {
    background-color: #b8b8b8;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 40px;
    margin: 25px auto 10px;
    width: max-content;
    padding: 5px 15px;
    border-radius: 4px;
    color: black;
    border: none;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #707070;
}

footer.body .copyright .wrapper {
    padding: 22px 0;
    text-align: center;
    border-top: 1px solid #dddddd;
}

.footerbackground {
    background-color: white;
    border-top: 5px solid #b0b0b0;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 28px;
    flex-direction: column;
    text-align: center;
}

.footerblock .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footerblock .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footerblock .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 18px;
    padding: 2px 10px;
    color: white;
}

.footerblock .btn.active.focus, .footerblock .btn.active:focus, .footerblock .btn.focus, .footerblock .btn:active.focus, .footerblock .btn:active:focus, .footerblock .btn:focus {
    outline: none;
}

.footerblock .btn.focus, .footerblock .btn:focus, .footerblock .btn:hover {
    color: #c8c8c8;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footerblock ul {
    padding: 0;
}

.footerblock li {
    list-style: none;
    position: relative;
}

.footerblock li:before {
    content: '\f178';
    font-family: fontawesome;
    padding-right: 6px;
    color: #dddddd;
    transition: .3s;
    margin-left: -22px;
}

.footerblock li:hover:before {
    color: transparent;
}

.footercontainer .sales-phone, .footercontainer .service-phone {
    display: block;
    text-transform: uppercase;
}

.footersocialwrapper {
    display: flex;
    justify-content: center;
}

.footersocialwrapper a {
    flex: 0 0 16%;
    text-align: center;
    background-color: black;
    color: #ff6600;
    margin: 3px;
    padding: 4px 0 3px;
    font-size: 18px;
    border-radius: 3px;
}

.footerSS {
    background-color: #efefef;
    display: block;
    padding: 10px;
    border-radius: 4px;
    margin-top: 18px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 26%);
}

.footerSS h5 {
    font-size: 20px;
    margin: 0 0 5px;
    font-family: 'Audiowide', sans-serif;
    text-align: center;
    font-style: italic;
}

.footerSS:hover {
    transform: scale(.9);
}

.footertable {
    margin: 0 auto;
}

.footerlinks li {
    padding: 15px 0;
}

.homeAbout > div:first-child {
    order: 2;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .headerLogo, .headerLogo img, .headerSocial, .headerMidBtm, .headerMidBlock:nth-child(2), .headerMidBlock h5 {
        display: none;
    }
    .siteSearch {
        width: 100%;
        max-width: 500px;
        margin: 10px auto 0;
    }
    header.body {
        margin-bottom: 0;
        position: fixed;
        border-bottom: 5px solid #f60;
    }
    #content-container {
        padding-top: 114px;
    }
    #main-nav, .headerMidBlock {
        margin: 0;
        width: 100%;
    }
    .headerMid {
        width: 100%;
        text-align: right;
    }
    .headerMidBlock .sales-phone {
        font-size: 20px; 
        line-height: 24px;
    }
    #main-nav .navbar-brand {
        height: 90px;
        margin: -36px 0 0;
    }
    .navbar-nav {
        background-color: white;
        float: none;
    }
    .navbar-nav>li>a, #main-nav .dropdown-menu>li>a {
        color: black;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 125px);
    }
    .home-button-wrapper .mainBtn {
        flex: 0 0 100%;
    }
    .featuredInventory h2,
    .latestReviews h2{
        font-size: 34px;
    }
    .featuredInventory {
        margin-top: 0;
    }
    .homeAbout {
        padding: 0 0 30px;
    }
    .homeVideo {
        padding-bottom: 55%;
    }
    .homeAbout h1 {
        font-size: 5vw;
    }
    #vdp-container, .department-container {
        margin-top: 0;
    }
    #filters-modal {
        top: 150px;
        max-height: calc(100vh - 175px);
    }
    #inventory-page, .page-background > div, .department-container, #calendar-page, #promotions-page, #vdp-container {
        margin-bottom: 0;
    }
    .pageheader .p-header h1 {
        font-size: 7vw;
        padding: 8% 0;
    }
    .pagetext {
        order: 1;
    }
    .pageform {
        order: 2;
    }
    .pagetext > .widget-inner, .mapWidget > .widget-inner {
        margin-top: 0 !important;
    }
    .mcButtons {
        flex-wrap: wrap;
    }
    .mcButtons a {
        flex: 1 0 45%;
        margin: 10px 5px;
    }
    .inventory-container .vehicle .price.not-itemized {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .headerContainer, #main-nav .container {
        width: 768px;
    }
    .ctaWidget {
        margin: 30px auto 0;
    }
    .navbar-nav:before {
        content: '';
        width: 100%;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 96px;
        border-color: transparent transparent #000 transparent;
        position: absolute;
        left: -300px;
    }
    .navbar-nav:after {
        content: '';
        width: 100%;
        background-color: #000;
        position: absolute;
        height: 50px;
        right: -667px;
    }
    .headerMidBtm {
        font-size: 12px;
    }
    .headerLogo {
        max-width: 160px;
    }
    #main-nav .nav>li>a {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .p-header h1 {
        font-size: 50px;
    }
    .pagetext {
        order: 1;
    }
    .pageform {
        order: 2;
        margin-top: 30px;
    }
    #main-nav li.dropdown.open ul {
        z-index: 4000;
    }
    .mapHoursMap {
        order: 3;
    }
    .ctct-inline-form {
        max-width: 600px;
        margin: 0 auto 30px;
    }
}

@media (min-width: 992px) {
    .footercontainer {
        width: 970px;
        flex-direction: row;
        text-align: left;
    }
    .headerContainer, #main-nav .container {
        width: 970px;
    }
    .footertable {
        margin: 0;
    }
    .footerlinks li {
        padding: 0;
    }
    .homeAbout {
        flex-direction: row;
        padding: 50px 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .homeVideo {
        padding-bottom: 19%;
    }
    .homeAbout > div:first-child {
        order: unset;
        margin-top: 0;
    }
    .homeAbout h1 {
        font-size: 24px;
    }
    .headerMidBlock .sales-phone, .headerMidBlock .service-phone {
        font-size: 26px;
    }
    #main-nav .nav>li>a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .headerLogo {
        max-width: 250px;
    }
    .navbar-nav:before {
        width: 0;
        left: -96px;
    }
    .navbar-nav:after {
        right: -574px;
    }
    .headerMidBtm {
        font-size: 16px;
    }
    #main-nav {
        margin-top: -40px;
    }
    .p-header h1 {
        font-size: 65px;
    }
    .srvHdr, .partsHdr, .mcHdr, .abtHdr, .mapHdr, .employmentHdr,.newsHdr, .finHdr, .vipHdr {
        background-attachment: fixed;
        background-size: contain;
        background-size: 1480px;
        background-repeat: no-repeat;
        background-position: top;
    }
    .pagetext {
        order: 2;
    }
    .pageform {
        order: 1;
        margin-top: 0;
    }
    .maphourswrapper {
        flex-direction: row;
    }
    .mapandhourstbl {
        margin: 0;
    } 
    .footerblock li:before { 
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .footercontainer, .headerContainer, #main-nav .container {
        width: 1180px;
    }
    .homeAbout {
        padding: 75px 30px;
        line-height: 23px;
    }
    .homeAbout h1 {
        font-size: 24px;
    }
    .headerMidBlock .sales-phone, .headerMidBlock .service-phone {
        font-size: 31px;
    }
    #main-nav .nav>li>a {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .headerLogo {
        max-width: unset;
    }
    .navbar-nav:after {
        right: -708px;
    }
    #main-nav {
        margin-top: -52px;
    }
    .mapHoursMap {
        order: unset;
    }
    .maphourswrapper {
        flex-direction: column;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1480px;
    }
    .ctaWidget > .widget-inner {
        margin: 30px auto 0;
    }
    .single-item-slider .slider-inner .item {
        width: 261px;
    }
    .featuredInventory .single-item-slider {
        padding: 15px 43px 0;
    }
    .maphourswrapper {
        flex-direction: row;
    }
}




@media (max-width: 1499px) {

.single-item-slider .img-container {
    height: 150px;
}

.home-button-wrapper h3 {
    font-size: 36px;
}

.home-button-wrapper h3 span {
    font-size: 27px;
}

.home-button-wrapper .mainBtn h3 {
    font-size: 32px;
}

.home-button-wrapper .mainBtn h3 span {
    font-size: 34px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 254px;
}

.reviewsBox .btn-primary {
    margin: 59px 0 43px;
}
}




@media (max-width: 1199px) {

.home-button-wrapper h3 span {
    font-size: 23px;
}

.home-button-wrapper h3 {
    font-size: 29px;
}

.home-button-wrapper .mainBtn h3 {
    font-size: 26px;
}

.home-button-wrapper .mainBtn h3 span {
    font-size: 28px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 204px;
}

.reviewsStars span {
    padding: 2px;
}

.reviewsBox .btn-primary {
    margin: 65px 0 63px;
}
}




@media (max-width: 991px) {

.home-button-wrapper h3 {
    font-size: 22px;
}

.home-button-wrapper h3 span {
    font-size: 17px;
}

.home-button-wrapper .mainBtn h3 span {
    font-size: 20px;
}

.home-button-wrapper .mainBtn h3 {
    font-size: 21px;
}

.aboutMapWrapper {
    padding-bottom: 38%;
    margin-top: 20px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 200px;
}

.reviewsBox .btn-primary {
    margin: 65px 0 59px;
}
}




@media (max-width: 767px) {
.sibling-fade a {
    flex: 0 0 49%;
    margin: 3% 0;
}

.home-button-wrapper h3 {
    font-size: 5vw;
}

.home-button-wrapper h3 span {
    font-size: 4vw;
}

.home-button-wrapper .mainBtn h3 {
    font-size: 9vw;
}

.home-button-wrapper .mainBtn h3 span {
    font-size: 10vw;
}

.homeSlider {
    margin-top: -15px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 212px;
}

.reviewsBox {
    background-color: transparent;
    margin-top: 0;
    border: none;
}

.reviewsBox img, 
.reviewsStars {
    display: none;
}

.reviewsBox .btn-primary {
    margin: 0;
}

.googleBtn {
    font-size: 20px;
    width: unset;
    margin: 0 15px;
    background-color: #ff6600;
    color: white;
    border: 1px solid black;
    padding: 6px 12px;
}
}



