body { 
    background: #ffffff;
    font-family: 'Oswald', sans-serif;
    color: #000;
    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: url() no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: url() no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

a {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, 
a:hover {
    color: #3b3b3b;
    text-decoration: none;
}

.dlrSection {
    background-color: white;
    position: relative;
}

.dlrSection:before {
    content: '';
    width: 42%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/33874e1c-2275-4f46-90e2-a8d28d6f559f/find-dealer-back.jpg);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
}

.videoSection {
    border: 10px solid white;
}

.featuresSection {
    position: relative;
}

.featuresSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/3d5fb54d-cb42-4a7f-8069-f4bdb68035de/model-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: opacity(0.2);
    background-size: cover;
}

.specsSection,
.featuresSection,
.photoSection,
.mdlVideoSection,
.aboutBtm,
.modelSection,
.dlrSection {
    margin-top: 0!important;
}

.specsSection,
.mdlVideoSection,
.featuresSection {
    padding: 60px 0;
}

.mdlVideoSection {
    background-color: #d1d1d1;
}

.aboutBtm {
    background-color: #eeeeee;
    padding: 60px 0;
}

.aboutText {
    position: relative;
    padding: 60px 0;
    margin-top: 0!important;
}

.aboutText:before {
    content: "";
    background-image: url("https://psmfirestorm.blob.core.windows.net/57fa2067-5339-44be-b524-d33e43af515d/dna-design-element.png");
    background-size: 100%;
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: opacity(0.04);
    background-repeat: no-repeat;
    background-position: center;
}

.topSection {
    background-image: url("https://psmfirestorm.blob.core.windows.net/164905c8-3a50-428c-91a9-6154ec25fcc0/hp-background.jpg");
    background-size: cover;
    background-position: 100% 49%;
    border: 10px solid white;
    position: relative;
    padding-bottom: 9%;
}

.topSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/57fa2067-5339-44be-b524-d33e43af515d/dna-design-element.png);
    width: 40%;
    height: 100%;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 0;
    transform: translateY(-50%);
    filter: opacity(0.3);
}

.topSection > div {
    position: relative;
    z-index: 4;
}





/* HEADER */

header.body {
    margin-bottom: 0;
}

.headerContainer {
    display: flex;
    background-color: white;
    justify-content: space-between;
}

.headerLogo {
    padding: 15px;
    position: relative;
    z-index: 4;
}

.headerLogo img {
    max-width: 200px;
}

.headerBlock {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: black;
    padding: 5px 15px;
    position: relative;
    z-index: 4;
}

.headerSocial,
.footerSocial {
    display: flex;
    justify-content: space-between;
    margin-right: 25px;
}

.headerSocial a,
.footerSocial a {
    color: white;
    font-size: 20px;
    margin: 0 10px;
}

.headerSocial a:hover, 
.footerSocial a:hover {
    color: #bbbbbb;
}





/* NAVIGATION */

#main-nav {
    margin-top: -78px;
}

.nav > li > a {
    text-transform: uppercase;
    padding: 25px 20px;
}

#main-nav .container {
    width: 100%;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    min-height: unset;
}






/* CONTENT */

.mdlWrapper {
    background-color: white;
}

.mdlContainer {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.mdlContainer a {
    background-attachment: fixed;
    background-size: cover;
    padding: 12%;
    background-position: center center;
    position: relative;
    color: white;
    cursor: pointer;
}

.mdlContainer a:before {
    content: '';
    background: linear-gradient(to right, rgb(0 0 0 / 56%) 0%,rgba(0,0,0,0) 100%);
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mdlContainer a:nth-child(even):before {
    background-image: linear-gradient(to left, rgba(0,0,0,56%) 0%,rgba(0,0,0,0) 100%);
    left: unset;
    right: 0;
}

.mdlContainer a:nth-child(even) {
    text-align: right;
}


.mdlContainer a:nth-child(3) {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c9640a3d-f606-492b-bf34-31b0f5590180/graveler-lndscp-2.jpg);
}

.mdlContainer a:nth-child(4) {
    background-image: url("https://psmfirestorm.blob.core.windows.net/32ab1be7-a488-4a58-8b42-1b15c5c1dbfb/gravelerXT-lndscp.jpg");
}

.mdlContainer a:nth-child(1) {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2399a106-d92c-4525-be55-7b80209f87fc/dweller-13-lndscp.jpg);
}

.mdlContainer a:nth-child(2) {
    background-image: url(https://psmfirestorm.blob.core.windows.net/818f9310-12c6-42cb-b814-8e6b0de4e516/dweller-15-lndscp.jpg);
}

.mdlContainer div {
    position: relative;
}

.mdlContainer h2 {
    font-size: 5vw;
    text-shadow: black 1px 1px 5px;
    transition: all 1s ease 0s;
    display: none;
}

.mdlContainer a:hover h2 {
    margin-left: 20%;
}

.mdlContainer a:nth-child(2n):hover h2 {
    margin-right: 20%;
}

.mdlContainer img {
    max-width: 400px;
    display: block;
    transition: 1s;
    margin-bottom: 15px;
}

.mdlContainer a:nth-child(2n) img {
    margin-left: auto;
}

/*
.mdlContainer a:hover img {
    margin-left: 20%;
}

.mdlContainer a:nth-child(2n):hover img {
    margin-right: 20%;
    margin-left: auto;
}
*/

.findDlrContainer {
    display: flex;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    padding: 60px;
}

.findDlrContainer h3 {
    font-size: 80px;
    text-align: center;
    margin-top: 0;
}

.findDlrContainer h3 span {
    display: block;
}

.findDlrContainer .btn-primary {
    margin: auto;
    display: flex;
    width: max-content;
    font-size: 20px;
    padding: 10px 20px;
}

.homeTitle {
    width: 50%;
    margin: 15% 2%;
}

.homeTitle h2 {
    font-size: 4vw;
    color: white;
}

.homeTitle h2 span {
    display: block;
    font-weight: 400;
    letter-spacing: 3px;
}

.dwellerTop {
    background-image: url("https://psmfirestorm.blob.core.windows.net/07526a46-413f-4925-9134-fe6531feb688/dweller-header-3.jpg");
}

.dweller15Top {
    background-image: url("https://psmfirestorm.blob.core.windows.net/8adea2de-3e6b-4a20-a427-b5a7b2547451/dweller15-header.jpg");
}

.gravelerTop {
    background-image: url("https://psmfirestorm.blob.core.windows.net/41253215-d34c-46a1-8dbe-1898a8d7a1f9/graveler-header.jpg");
}

.gravelerxtTop {
    background-image: url("https://psmfirestorm.blob.core.windows.net/c394f436-e397-474a-8c19-f65164a68403/gravelerXT-header.jpg");
}


.aboutTop {
    background-image: url(https://psmfirestorm.blob.core.windows.net/345984e8-4143-4614-b888-fc64317bf23e/dweller-header.jpg);
}

.sectionTop {
    background-size: cover;
    background-position: 0px 0px;
    text-align: right;
    position: relative;
    box-shadow: black 0px 0px 30px inset;
    border: 10px solid white;
    padding: 30px;
}

.sectionTop:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 75%) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.p-header {
    min-height: 75vh;
    position: relative;
    z-index: 4;
    color: white;
}

.p-header > div {
    width: 50%;
    margin-left: auto;
}

.p-header p {
    text-align: justify;
    padding: 0 3%;
    line-height: 28px;
}

.hdrBtns {
    display: flex;
    justify-content: flex-end;
    padding: 0 2%;
}

.hdrBtns .btn-primary {
    margin: 10px;
}

.p-header img {
    padding: 4%;
}

.specContainer > div {
    display: flex;
    justify-content: space-around;
}

.specContents {
    flex: 0 0 23%;
}

.specContents table {
    margin: 0 0 30px;
    width: 100%;
    border: 2px solid rgb(235, 235, 235);
}

.specContents > table > tbody > tr:nth-child(1) > td {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background-color: black;
    color: white;
}

.specContents table tr:nth-child(even) {
    background-color: #ebebeb;
}

.specContents table td {
    padding: 5px 10px;
}

.specContents td:nth-child(1) {
    width: 160px;
}

.studioContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.studioContainer div {
    flex: 0 0 50%;
}

.featureContainer {
    display: flex;
    justify-content: space-between;
}

.featureContainer > div {
    padding: 15px 20px;
}

.featureContainer > div > div {
    padding-bottom: 15px;
}

.featureContainer ul {
    list-style: none;
    padding-left: 0;
}

.featureContainer ul li {
    position: relative;
}

.featureContainer li::before {
    content: "\f00c";
    font-family: fontawesome;
    padding-right: 8px;
    color: rgb(209, 209, 209);
    position: absolute;
    left: -21px;
}

.featureWrapper h2, 
.specContainer h2,
.page-content h2 {
    position: relative;
}

.featureWrapper h2:after, 
.specContainer h2:after,
.page-content h2:after,
.form-header-text:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #d1d1d1;
    position: absolute;
    margin-left: 10px;
    top: 15px;
}

.stdHeader {
    height: 350px;
    position: relative;
}

.stdHeader img {
    width: 100%;
    object-fit: cover;
}

.stdHeader h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    color: white;
    font-size: 60px;
    text-align: center;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 68%) 100%);
    padding: 10px;
}

.aboutMdls {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 30px 0;
}

.aboutMdls a {
    flex: 0 0 24%;
    text-align: center;
    padding: 30px;
    background-color: white;
    transition: .5s;
}

.aboutMdls a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 31%);
    transform: scale(1.01);
}

.aboutSlogan {
    text-align: center;
    font-size: 45px;
    letter-spacing: 7px;
    padding-bottom: 60px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 84%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.infoContainer {
    font-size: 20px;
}

.infoContainer > div > div {
    display: flex;
    margin: 30px 0;
}

.infoContainer .fa {
    margin-right: 20px;
    width: 22px;
    text-align: center;
}

.pmContainer {
    display: flex;
    justify-content: space-between;
}

.pmContainer > div {
    padding: 30px;
    flex: 0 0 25%;
    text-align: center;
}

.pmContainer > div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    flex: 0 0 50%;
    padding: 0;
}

.pmContainer > div:nth-child(1) > div {
    flex: 0 0 50%;
    padding: 30px 30px 0;
}

.pmContainer img:nth-child(1) {
    padding-bottom: 15px;
}

.pmContainer > div:nth-child(1) .btn-primary {
    margin-top: -20px;
}

.our-campers .aboutContainer {
    padding: 60px 0;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: 1s;
}

.mediaVideo {
    margin: 10px 0;
}

.mediaIframe {
    position: relative;
    height: 500px;
    margin: 30px 0;
}

.mediaIframe iframe {
    width: 100%;
    height: 100%;
}

.socialContainer a {
    padding: 15px;
}

.socialContainer .fa {
    font-size: 25px;
    margin-right: 15px;
}

.socialContainer h3 {
    margin: 0;
    display: inline-block;
}

#storelocatorwidget {
    margin-bottom: 25px;
}

.siteSearch {
    display: flex;
    margin: 36% auto 0;
    width: 81%;
}

.siteSearch .form-control {
    margin: 0;
    background-color: white;
    border: 2px solid white;
    padding: 18px 10px;
}

.siteSearch button {
    background-color: black;
    color: white;
    border: 2px solid white;
    padding: 6px 12px;
}

.modelContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
}

.modelContainer img {
    transition: .3s;
}

.modelContainer a:hover img {
    transform: translateY(10px);
}

.modelContainer a {
    padding: 10px;
    margin-top: -166px;
}

.modelContainer h3 {
    font-size: 35px;
}

.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: black;
    border-color: black;
}






/*GALLERY--------------------------------------------------------------------------------------------------------------------------------- */
.gal-container {
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    justify-content: space-around;
    padding: 1%;
}
.gal-container > div {
    flex: 0 0 24%;
    background-color: black;
    margin: 1%;
    height: 35vh;
    overflow: hidden;
}
.gal-container > div:nth-child(1), 
.gal-container > div:nth-child(7), 
.gal-container > div:nth-child(10), 
.gal-container > div:nth-child(16), 
.gal-container > div:nth-child(17) {
    flex: 0 0 19%;
}
.gal-container > div:nth-child(n+21) {
    flex: 0 0 23%;
}
.gal-container .modal-body {
    max-height: 95vh;
}
.gal-container > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.gal-container > div:hover > a > img {
    transform: scale(1.5);
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.gal-container .close {
    float: none;
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 99999;
    transition: .3s;
}
.modal-open button.close:focus{
    outline: none;
}
.modal-open button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}


@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto; }
}







/* INVENTORY */

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle-box {
    position: relative;
    padding: 5px;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }

    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }

#filters-box li label {
    color: #000;
    font-size: 13px;
}

#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.inventory-container .vehicle .price-box {
    position: relative;
    padding: 10px 0;
    background-color: black;
}

.inventory-container .vehicle .price-box a {
    color: white;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    top: 3%;
    border: 2px #f58220 solid;
    z-index: 400;
    background: linear-gradient(135deg, rgba(142,142,142,1) 1%,rgba(214,214,214,1) 33%,rgba(142,142,142,1) 69%,rgba(214,214,214,1) 99%);
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 5px 0;
}

#showroom .section-box {
    background-color: #f7921d;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #dddddd;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

#FilterQuickSearch {
    margin: 0;
    background-color: white;
    color: black;
    border-color: #cccccc;
}

.savings .label {
    position: absolute;
    top: -3px;
    left: -3px;
}

.inventory-image {
    max-height: 217px;
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 221px;
    height: 223px;
}

a.invCallout {
    text-align: center;
    font-size: 20px;
}

#details-accordions {
    color: black;
}

.specs-panel.panel-body {
    background-color: white;
    color: black;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
}

#vdp-container #maincarousel .item {
    height: 525px;
}

#vdp-container .images-container {
    max-width: 100%;
}

.blurbBanner span {
    transform: none;
    padding: 2px;
    left: 0;
    width: 100%;
    top: unset;
    bottom: 196px;
}






/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ededed;
    padding: 15px;
    color: rgb(0 0 0);
    position: relative;
}

.secform {
    margin-top: 25px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: 2px solid white;
    border-radius: 0px;
    text-transform: uppercase;
    transition: .5s;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    z-index: -1;
}

.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #000000;
    border-color: #ffffff;
}

.btn-primary:hover:before {
    height: 100%;
}

.form-control {
    margin: 5px 0px;
    background-color: #ededed;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent rgb(218 218 218);
    border-image: initial;
    border-radius: 0px;
    color: rgb(0 0 0);
    font-size: 14px !important;
    box-shadow: none;
}

.form-control:hover {
    border: 2px solid #000000;
}

.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset, rgb(146 146 146 / 60%) 0px 0px 8px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0px;
    position: relative;
}

.inquiryformcontainer {
    background-color: #ededed;
    font-size: 15px;
    position: relative;
}

.locationBox {
    background-color: #ededed;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 82px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    margin: 5px 0px;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid rgb(214, 214, 214);
    font-size: 14px !important;
    background-color: #ededed;
    border-color: transparent transparent rgb(218 218 218);
    border-radius: 0;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    font-size: 27px;
}








/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */









/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

footer.body .outer-wrapper:before {
    content: '';
    width: 800px;
    height: 2px;
    background-color: #3b3b3b;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footerBack {
    background-color: black;
    color: white;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    padding: 45px 15px;
    flex-flow: column-reverse;
    /* align-items: center; */
}

.footerBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7%;
}

.footerBlock img {
    max-width: 200px;
}

.footerSocial {
    margin-right: 0;
    margin-left: 45px;
}

.footerBtns ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
    margin: 0;
}

.footerBtns ul li {
    flex: 0 0 14%;
}

.footerBtns ul li a {
    font-weight: 400;
    color: white;
}

.footerBtns .btn-primary {
    padding: 11px 13px;
    width: 100%;
}






@media (max-width: 1499px) {
.container {
    width: 1170px;
}

.mapWrapper {
    padding-bottom: 108%;
}

.dlrSection::before {
    width: 37%;
}

.specContents {
    flex: 0 0 30%;
}

.stdHeader {
    height: 300px;
}

.modelContainer h3 {
    font-size: 30px;
}

.blurbBanner span {
    bottom: 144px;
}

.inventory-container .vehicle .thumb {
    line-height: 162px;
    height: 165px;
}

.inventory-image {
    max-height: 165px;
}
}




@media (max-width: 1199px) {
.container,
.footerContainer {
    width: 970px;
}

.headerLogo img {
    max-width: 190px;
}

.nav > li > a {
    padding: 25px 9px;
    font-size: 14px;
}

.specContents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.mapWrapper {
    padding-bottom: 132%;
}

.modelContainer h3 {
    font-size: 24px;
}

.modelContainer a {
    margin-top: -129px;
}

.inventory-container .vehicle .price {
    font-size: 21px;
}

.blurbBanner span {
    bottom: 113px;
}

.inventory-container .vehicle .thumb {
    line-height: 131px;
    height: 134px;
}

.inventory-image {
    max-height: 134px;
}
}





@media (max-width: 991px) {
.container,
.footerContainer {
    width: 740px;
}

footer.body .outer-wrapper::before {
    width: 600px;
}

#main-nav {
    margin-top: 0;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 10px 15px;
}

.headerLogo {
    padding: 10px;
}

.featureContainer {
    flex-flow: column;
}

.featureContainer > div {
    padding: 0px 20px;
}

.featureContainer > div > div {
    padding-bottom: 15px;
}

.specContainer > div {
    flex-flow: column-reverse;
}

.specContents {
    margin-top: 25px;
}

.specContents table {
    width: max-content;
}

.mdlVideo {
    margin-bottom: 25px;
}

.stdHeader {
    height: 250px;
}

.aboutMdls {
    flex-wrap: wrap;
}

.aboutMdls a {
    flex: 0 0 48%;
    margin: 1% 0;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.pmContainer > div:nth-child(1) > div {
    padding: 15px 15px 0px;
}

.pmContainer > div {
    padding: 15px;
}

.pmContainer > div:nth-child(1) .btn-primary {
    margin-top: -5px;
}

.p-header > div {
    width: 65%;
}

.siteSearch {
    margin: 0% auto 0px;
}

.topSection {
    padding-bottom: 17%;
}

.inventory-container .vehicle .thumb {
    line-height: 207px;
    height: 211px;
}

.inventory-image {
    max-height: 213px;
}

.blurbBanner span {
    bottom: 191px;
}
}




@media (max-width: 767px) {
.container,
.footerContainer {
    width: 100%;
}

footer.body .outer-wrapper:before {
    width: 90%;
}

.footerContainer {
    flex-flow: column;
}

.footerBtns ul {
    flex-flow: column;
}

.footerBlock {
    margin-top: 0;
    margin-bottom: 7%;
}

.findDlrContainer {
    flex-flow: column;
    padding: 30px;
}

.dlrSection::before {
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f16f10b8-25e1-4556-9e2f-621b2ed089ec/find-dealer-back_mbl.jpg);
    height: 67%;
}

.navbar-nav {
    float: left;
    display: block;
    justify-content: center;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 20px 15px;
}

.headerLogo {
    display: none;
}

.headerBlock {
    flex: 0 0 100%;
    justify-content: center;
    padding: 0;
}

.homeTitle {
    width: 100%;
    margin: 11% 2% 15%;
}

.homeTitle h2 {
    font-size: 8vw;
}

.mdlContainer img {
    max-width: 100%;
}

.findDlrContainer h3 {
    font-size: 60px;
}

.p-header > div {
    width: 100%;
}

.sectionTop {
    background-attachment: fixed;
    background-position: left center!important;
}

.specContents table {
    width: 100%;
}

.gal-container > div {
    flex: 0 0 31%!important;
    height: 18vh;
}

.featureWrapper h2::after, 
.specContainer h2::after, 
.page-content h2::after, 
.form-header-text::after {
    width: 56px;
    margin-left: 0;
    top: unset;
    left: 0;
    bottom: -10px;
}

.sectionTop:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.specsSection, 
.mdlVideoSection, 
.featuresSection {
    padding: 30px 0px;
}

.footerBlock img {
    max-width: 165px;
}

.stdHeader {
    height: 100%;
}

.aboutText,
.aboutBtm {
    padding: 30px 0px;
}

.aboutMdls a {
    flex: 0 0 100%;
    margin: 2% 0px;
}

.stdHeader h1 {
    font-size: 9vw;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.aboutText::before {
    width: 83%;
    top: -25%;
}

.mdlContainer a {
    padding: 25% 10%;
}

.modelSection .widget-inner {
    margin-top: 0!important;
}

.pmContainer > div {
    box-shadow: 0 0 5px rgb(0 0 0 / 69%);
    margin: 2%;
}

.pmContainer {
    flex-flow: column;
}

.modelContainer a {
    margin-top: 0;
}

.modelContainer {
    flex-flow: column;
}

.siteSearch {
    width: 100%;
}

.topSection {
    padding-bottom: 8%;
}
}







