body { 
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
    color: #000;
}


@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: #fff url(https://psmfirestorm.blob.core.windows.net/4c176409-c5ad-4939-840c-4b5e1a54f6bc/background.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: #fff url(https://psmfirestorm.blob.core.windows.net/4c176409-c5ad-4939-840c-4b5e1a54f6bc/background.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
}

a {
    color: #df1b21;
    text-decoration: none;
    transition: .3s;
}

a:focus, a:hover {
    color: #2e2e2e;
    text-decoration: none;
}

.container {
    width: 1470px;
}

#home-page {
    margin-bottom: -30px;
}

#credit-app-page {
    margin-top: -25px;
}

.searchSection {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 3% 0;
    margin-top: -25px !important;
}

.typeSection {
    margin-top: -4%!important;
}

.sliderSection {
    margin-top: 0!important;
}

.phSection {
    margin-top: 0!important;
    text-align: center;
    background-color: #df1b21;
    padding: 60px 15px;
}

.aboutSection {
    background-color: white;
    margin-top: 0px !important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/b88575b8-6c74-4325-8e66-894aafbb7534/about-back.jpg);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer  {
    background-color: rgb(255 255 255 / 93%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
    margin-top: 135px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    background-color: white;
    border-bottom: 3px solid #df1c21;
    background-image: url(https://psmfirestorm.blob.core.windows.net/4aaedca8-27ca-422f-916f-8a15743025e9/header-back.jpeg);
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 9999;
}

header.body:before {
    content: '';
    background: linear-gradient(to bottom, rgb(255 255 255 / 84%) 0%,rgba(255,255,255,0) 100%);
    width: 100%;
    height: 45%;
    position: absolute;
    left: 0;
    top: 0;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    text-transform: uppercase;
    position: relative;
}

/*
.headerContainer:after {
    content: '';
    width: 706px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 9px;
    right: 0;
}
*/

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #df1b21;
}

.headerBlock {
    display: flex;
    justify-content: flex-end;
}

.headerLogo {
    flex: 0 0 20%;
    margin-bottom: -64px;
    position: relative;
    z-index: 999;
}

.headerAddress .dealer-address {
    position: relative;
    margin-right: 15px;
}

.headerAddress .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: black;
    right: -5px;
    top: 0;
}

.headerContainer a.dealer-phone {
    font-weight: 900;
    margin: 0px 60px;
}

.headerBlock .fa-map-marker, 
.headerBlock .fa-mobile {
    margin-right: 6px;
    color: gray;
}

.headerSocial {
    display: flex;
}

.headerSocial a {
    margin: 0 10px;
}

.headerContainer .btn-primary {
    position: absolute;
    bottom: -48px;
    right: 0px;
    color: rgb(255, 255, 255);
    margin: 0px;
    z-index: 4;
}









/* NAVIGATION */

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    margin-left: 200px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 15px;
    font-size: 18px;
    color: black;
    transform: skewX(-8deg);
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #df1b21;
}

.dropdown-menu {
    background-color: #df1c21;
    border: 1px solid #df1c21;
}

.dropdown-menu>li>a {
    color: #fff;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: #df1c21;
}

.social-media-icons {
    display: none!important;
}






/* CONTENT */

.familycontainer {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: flex-end;
}

.familycontainer > div img {
    transition: .3s;
}

.familycontainer > div:hover img {
    transform: translateY(-20px);
}

.familyblock {
    padding: 10px 10px 20px;
    position: relative;
    flex: 0 0 18%;
}

.familyblock:before {
    content: "";
    width: 100%;
    height: 53%;
    background-color: white;
    position: absolute;
    left: 0px;
    bottom: 4%;
    z-index: 0;
    background-size: cover;
    background-position: center top;
}

/*
.familycontainer > div:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0d08a724-e7fb-47cc-9d86-ebd8b1bb7196/atv-back.jpg);
}

.familycontainer > div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d9ae97a-a7b2-46f0-a486-c7b385eef1b8/utv-back.jpg);
}

.familycontainer > div:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f5102faf-ca64-4d8c-a796-df347c2d143b/motorcycle-back.jpg);
}

.familycontainer > div:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d850571b-fd3b-45f6-89d9-a4818f6570d2/adventure-back.jpg);
}

.familycontainer > div:nth-child(5):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/279354c0-b749-4f2d-add2-de567af40db5/dirt-back.jpg);
}
*/

.familyblock img {
    position: relative;
    z-index: 2;
}

.familyblock h3 {
    font-size: 19px;
    position: absolute;
    text-shadow: rgb(0 0 0 / 45%) 1px 1px 1px;
    width: 100%;
    text-align: left;
    line-height: 35px;
    bottom: 44px;
    left: 10px;
    z-index: 7;
}

.familycontainer > div:hover h3 {
    color: #2e2e2e;
}

.familyNoU {
    display: flex;
    justify-content: space-between;
    margin-top: 12%;
    position: relative;
}

.familyNoU a {
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: unset;
    flex: 0 0 48%;
}

.familyNoU a:hover {
    background-color: #df1b21;
}







.sectioncontainer {
    margin: auto;
    padding-bottom: 5vw;
}

.sectionbackground > div:nth-child(1) {
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    text-align: center;
    font-size: 48px;
}

.sectionblock {
    color: white;
    margin: 1% 7%;
    background-color: black;
    padding: 5px;
    border: 3px solid white;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    font-size: 3vw;
    box-shadow: 0px 0px 15px black;
    transition: .3s ease transform, .3s ease color;
}

.sectionblock:hover {
    transform: scale(1.1);
    color: red;
    transition: .3s ease transform, .3s ease color;
}

.siteSearch {
    margin: 2% auto 7%;
    display: flex;
    width: 600px;
    position: relative;
}

.siteSearch:before {
    content: '';
    position: absolute;
    border: #e51936 solid 3px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: 0;
}

.siteSearch > .seachbutton {
    background-color: transparent;
    border: none;
    display: inline-block;
}

.siteSearch .form-control {
    background-color: rgb(255, 255, 255);
    color: black;
    border-radius: 0px;
    padding: 35px 20px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    border: none;
    box-shadow: none;
    z-index: 3;
}

.siteSearch .searchbutton {
    background-color: white;
    padding: 5px 17px;
    border: none;
    position: relative;
    z-index: 3;
}

.phWrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1170px;
    margin: auto;
}

.phWrapper h3 {
    font-size: 60px;
    margin: 0;
    color: white;
}

.phWrapper .btn-primary {
    font-size: 22px;
}

.homeAbout {
    width: 900px;
    line-height: 30px;
    padding: 30px;
}

.homeAbout h1 {
    font-weight: 400;
    text-align: center;
    font-size: 34px;
}

.homeAbout h1 span {
    font-weight: 800;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: 60px auto;
}

.btnContainer a {
    flex: 0 0 32%;
}

.btnContainer .btn-primary {
    padding: 22px 15px 22px 67px;
    filter: invert(1);
}

.btnContainer h2 {
    font-size: 40px;
    margin: 0;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
    box-shadow: -30px 0px 40px -30px rgb(0 0 0 / 60%), 30px 0px 40px -30px rgb(0 0 0 / 60%);
}

.p-header:before {
    content: "";
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 55%);
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    left: 1%;
}

.p-header h1:after {
    content: "";
    background: linear-gradient(to left, rgb(223 28 33) 0%, rgb(255 255 255 / 0%) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
}

.p-header h1 span {
    display: block;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 84%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.locationContainer {
    display: flex;
    justify-content: space-between;
}

.locationContainer a {
    flex: 0 0 24%;
    padding: 15px;
    text-align: center;
    background-color: white;
}

.locationContainer img {
    max-width: 300px;
}

#creditAppForm section {
    background: #ffffff!important;
    box-shadow: 0 0 5px rgb(0 0 0 / 34%)!important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #df1b21;
}

.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: #e3e3e3;
    border-color: #e5e5e5;
    color: #df1b21;
}

.popup-widget {
    padding: 10px!important;
    max-width: 430px!important;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 370px;
}

.single-item-slider .slider-outer {
    height: 322px;
}

.single-item-slider .img-container {
    height: 180px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.single-item-slider .item-detail .name {
    color: #747474;
    position: relative;
}

.single-item-slider .item-detail .name:before {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #e51936;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3px;
}

.single-item-slider .item-detail .price {
    font-size: 27px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    bottom: 0;
}

.featuredInventory h2 {
    position: relative;
    margin-left: 28px;
    font-size: 35px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.featuredInventory h2:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: red;
    position: absolute;
    left: -9px;
    top: 0;
}





/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 26px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: 900;
    width: max-content;
    margin: auto;
    position: relative;
}

.inventory-container .vehicle .price:before {
    content: '';
    width: 75%;
    height: 3px;
    background-color: gainsboro;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 900;
}

.inventory-container .vehicle-box {
    position: relative;
}

.modal {
    z-index: 10509;
}

a.vdpHdr {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
}

#vdp-container .images-container {
    max-width: 100%;
}

.blurbBanner span {
    display: block;
    transform: none;
    width: 100%;
    padding: 5px;
    left: 0;
    top: -201px;
}





/* FORMS */

.btn-primary {
    border: none;
    font-weight: 900;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 10px 0px;
    background-image: url("https://psmfirestorm.blob.core.windows.net/2da7983a-ec44-40ee-bc64-4f4a4e862b93/btn-back.png");
    background-size: 100% 100%;
    transform: skewX(-10deg);
    background-color: transparent;
    text-transform: uppercase;
    transition: .3s;
    padding: .4em 1.3em .4em 2.3em;
    border-radius: 0;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

a.vdp-btn {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
}

a.vdp-btn:hover {
    transform: scale(1.05);
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.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 {
    color: #fff;
    background-color: transparent;
    transform: scale(1.05) skewX(-10deg);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #df1b21;
    font-weight: 900;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
}

.inquiryformcontainer {
    margin: 25px 0;
}

.secDisclaimer {
    position: relative;
}

.secDisclaimer:after {
    content: 'By submitting information, I consent to being contacted by Phone/Text/Email.  Data/Phone charges may apply';
    font-style: italic;
    font-size: 12px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 75px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    padding: 2px 3px;
}

@media (min-width: 768px) {
#Form6911 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form5704 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form5707 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form5707 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form6912 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form5704 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form5707 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form6912 > div:nth-child(1) > fieldset > div:nth-child(n+6) {
    padding: 0 5px;
}
}





/* FOOTER */

a.stickyFooter {
    position: fixed;
    background-color: blue;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
    z-index: 999999;
}

footer.body {
    margin-bottom: 58px;
}

.footerWrapper {
    background-color: white;
    position: relative;
    color: black;
    border-top: 3px solid #df1b21;
}

.footerContainer {
    max-width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #e21835;
}

.footerTop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footerLogo img {
    max-width: 230px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.footerLinks a {
    position: relative;
}

.footerLinks a:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #dfdfdf;
    display: inline-block;
    transition: .3s;
}

.footerLinks a:hover:before {
    color: #e21835;
    transform: rotate(-90deg);
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #e6e6e6;
    padding: 30px 15px;
    flex-wrap: wrap;
    width: 1170px;
    margin: 30px auto 0px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
    font-weight: 800;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 900;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerMap {
    position: relative;
    padding-bottom: 17%;
    flex: 0 0 47%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 22px;
    margin: 0 15px;
    position: relative;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}








/* 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 */








@media (max-width: 1499px) {

.headerContainer,
.footerContainer,
.container {
    width: 1170px;
}

#content-container {
    margin-top: 110px;
}

.headerLogo {
    flex: 0 0 17%;
    position: relative;
    z-index: 4;
}

.navbar-nav {
    margin-left: 49px;
}

.navbar-nav > li > a {
    padding: 20px 13px;
    font-size: 17px;
}

.familyblock h3 {
    font-size: 18px;
    line-height: 18px;
}

.familyNoU {
    margin-top: 17%;
}

.familyNoU a {
    font-size: 14px;
}

.single-item-slider .slider-inner .item {
    width: 287px;
}

.homeAbout {
    width: 669px;
    line-height: 28px;
}

.footerLogo img {
    max-width: 200px;
}

.footerLinks li {
    padding: 5px 10px;
    font-size: 16px;
}

.btnContainer a {
    flex: 0 0 37%;
}

.p-header {
    height: 250px;
}
}




@media (max-width: 1199px) {

.headerContainer,
.footerContainer,
.container,
.footerBottom {
    width: 970px;
}

#content-container {
    margin-top: 100px;
}

.footerBottom {
    width: 100%;
}

.phWrapper {
    width: 100%;
}

.headerLogo {
    margin-bottom: -37px;
}

.headerContainer .btn-primary {
    display: none;
}

.navbar-nav {
    margin-left: 0;
    justify-content: flex-end;
}

.navbar-nav > li > a {
    padding: 15px 11px;
    font-size: 16px;
}

.familyNoU a {
    font-size: 12px;
    padding: 5px;
}

.familyblock h3 {
    font-size: 16px;
    line-height: 16px;
    bottom: 36px;
}

.btnContainer a {
    flex: 0 0 44%;
}

.single-item-slider .slider-inner .item {
    width: 283px;
}

.footerLinks ul {
    margin-top: 30px;
}

.p-header h1 {
    font-size: 50px;
    line-height: 47px;
}
}




@media (max-width: 991px) {

.headerContainer,
.footerContainer,
.container,
.footerBottom {
    width: 740px;
}

#content-container {
    margin-top: 123px;
}

.headerContainer {
    align-items: center;
}

.headerContainer a.dealer-phone {
    margin: 0px 14px;
}

.headerLogo {
    margin-bottom: 0;
}

.navbar-nav {
    justify-content: center;
}

.familycontainer {
    flex-wrap: wrap;
}

.familyblock {
    flex: 0 0 32%;
}

.btnContainer {
    flex-flow: column;
    margin: 30px;
}

.btnContainer .btn-primary {
    margin: 30px;
}

.single-item-slider .slider-inner .item {
    width: 316px;
}

.homeAbout {
    width: 100%;
}

.aboutSection {
    background-image: none;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b88575b8-6c74-4325-8e66-894aafbb7534/about-back.jpg);
    width: 100%;
    height: 65%;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    filter: opacity(0.2);
    background-position: right bottom;
}

.footerLinks ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerMap {
    padding-bottom: 46%;
    flex: 0 0 100%;
    margin-top: 25px;
}

.footerBottom {
    justify-content: space-around;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 45px;
    line-height: 42px;
}

.siteSearch-M button {
    background-image: none;
    background-color: black;
    transform: none;
}
}





@media (max-width: 767px) {

.headerContainer,
.footerContainer,
.container,
.footerBottom {
    width: 100%;
}

.siteSearch {
    width: 94%;
}

span.deskAddy,
.headerBlock span.phone-text,
.headerLogo,
.featuredInventory h2:before {
    display: none;
}

.headerContainer {
    justify-content: center;
}

.headerBlock .fa-map-marker, 
.headerBlock .fa-mobile {
    color: black;
}

.headerSocial {
    margin-left: 20px;
}

.phWrapper {
    flex-flow: column;
}

.phWrapper h3 {
    font-size: 40px;
}

.btnContainer .btn-primary {
    margin: 15px 0;
    padding: 6% 1% 6% 6%;
}

.btnContainer h2 {
    font-size: 6vw;
}

.featuredInventory h2 {
    font-size: 28px;
    margin-left: 0;
}

.navbar-nav {
    display: block;
}

#main-nav .navbar-brand {
    height: 60px;
    margin: 0;
}

.sectionbackground > div:nth-child(1) {
    font-size: 12vw;
}

.siteSearch .form-control {
    padding: 25px 10px;
}

.familyNoU a {
    font-size: 12px;
    padding: 5px;
    flex: auto;
    margin: 0 2px;
}

.familyblock {
    padding: 5px 5px 15px;
    flex: 0 0 48%;
}

.familyblock h3 {
    font-size: 4vw;
    line-height: 4vw;
    bottom: 30px;
}

#main-nav-collapse {
    background-color: #df1b21;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #000000;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.phSection {
    padding: 15px 15px 30px;
}

.footerLinks ul {
    flex-flow: column;
}

.footerSocial {
    margin-bottom: 30px;
}

.footerMap {
    flex: 0 0 100%;
}

a.stickyFooter {
    position: relative;
    display: block;
}

footer.body {
    margin-bottom: 0;
}

.familycontainer {
    padding: 5px;
}

.sliderSection .widget-inner,
.aboutSection .widget-inner {
    margin-top: 0!important;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    line-height: 8vw;
}

.p-header:before {
    width: 100%;
}

header.body,
#home-page {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
    margin-top: 87px;
}

.searchSection {
    margin-top: 0px !important;
}

#vdp-container {
    margin-top: 0;
}

.form-header-text {
    font-size: 30px;
}
}






