body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #fff;
}

@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: #000 url(https://psmfirestorm.blob.core.windows.net/be8282be-60e4-49d4-aae0-d5ccc230673c/about-background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url(https://psmfirestorm.blob.core.windows.net/be8282be-60e4-49d4-aae0-d5ccc230673c/about-background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #979797;
    text-decoration: none;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d89efd95-58a0-4f3f-b647-a592b084fe5e/featured-background.jpg);
    margin-top: 0!important;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.btnSection {
    margin-top: -25px!important;
    background-color: rgb(0 0 0 / 40%);
    padding: 60px 0;
}

.typeSection {
    background-color: white;
    margin-top: 0!important;
}

.aboutSection {
    position: relative;
    margin-top: 0px !important;
}

.aboutSection:before {
    background-image: url("https://psmfirestorm.blob.core.windows.net/be8282be-60e4-49d4-aae0-d5ccc230673c/about-background-2.jpg");
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-attachment: fixed;
    z-index: -1;
    background-size: cover;
}

.aboutSection > div {
    padding: 4% 0;
}

#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(0 0 0 / 85%);
    padding: 15px;
    margin-bottom: 25px;
}

.breadcrumb {
    background-color: #212121;
}









/* HEADER */

header.body {
    background-color: rgb(0 0 0);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4444;
}

.headerContainer {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: flex-start;
}

.headerInfo .dealer-phone {
    margin-right: 25px;
}

.headerInfo .fa {
    margin-right: 5px;
    color: #ff6600;
}

.headerInfo a {
    color: white;
}

.headerInfo a:hover {
    color: #ff6600;
}

.headerInfo {
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
}

.headerContainer > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerContainer > div:nth-child(2) {
    display: flex;
    align-items: center;
    flex: 0 0 82%;
    justify-content: space-between;
    margin-top: 10px;
}

.headerContainer > div:nth-child(2) > div {
    margin: 0 15px;
}

.header-box img {
    max-width: 170px;
}

.headerHours h4 {
    text-align: center;
    margin: 0;
}

.headerInfo .dealer-address {
    margin-right: 14px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #575757;
    position: absolute;
    right: -9px;
    top: 1px;
}

.smaller {
    transform: scale(0.43);
    transition: all 0.3s ease 0s;
    transform-origin: 50% 0%;
    position: fixed!important;
    top: 3px;
    left: 15px;
}

.header-box {
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 4444;
}

.headerInfo > a:nth-child(2) {
    display: flex;
    align-items: center;
}

.top-bar-announcement-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.top-bar-announcement {
    padding: 4px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    min-height: 33px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.headerSocial {
    display: flex;
}

.headerSocial a {
    font-size: 21px;
    margin: 0 9px;
}







/* NAVIGATION */

#main-nav {
    margin-top: -74px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

#main-nav .container {
    width: 100%;
    padding-left: 14%;
}

.navbar-nav > li > a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 15px;
    font-size: 18px;
    color: white;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
}

#main-nav .dropdown-menu > li > a:hover,
#main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: gray;
}

#main-nav.affix {
    background-color: rgb(0, 0, 0);
    z-index: 333;
    margin-top: -83px;
    width: 100%;
}

.affix {
    transition: 0.3s;
}





/* CONTENT */

.siteSearch {
    display: flex;
    flex: 0 0 25%;
}

.siteSearch .form-control {
    border-radius: 0;
    border: 3px solid #ff6600;
    padding: 18px 10px;
    background-color: white;
    color: black;
    margin: 0;
}

.siteSearch button {
    background-color: rgb(255, 102, 0);
    border: 3px solid rgb(255, 102, 0);
    padding: 2px 12px;
}

.btnContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 0px 15px 30px;
}

.btnContainer a {
    border: 3px solid black;
    flex: 0 0 24%;
    position: relative;
    z-index: 4;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer a:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/e00af0da-81f1-4607-8887-0bac8c458a53/btn-background.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/*
.btnContainer a:before {
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: 9px;
}

.btnContainer a:nth-child(1):before {
    content: '\f21c';
}

.btnContainer a:nth-child(2):before {
    content: '\f283';
}

.btnContainer a:nth-child(3):before {
    content: '\f0d6';
}

.btnContainer a:nth-child(4):before {
    content: '\f061';
}
*/

.btnContainer h2 {
    margin: 0px;
    font-size: 40px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.66) 2px 2px 3px;
    text-align: center;
    line-height: 50px;
    z-index: 99999;
    position: relative;
    padding: 15px;
}

.btnContainer h2 span {
    display: block;
    font-weight: 400;
    font-size: 31px;
}

.btnContainer h2:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgb(255, 102, 0);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: -1;
}

.btnContainer a:hover h2:before {
    width: 100%;
    height: 100%;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    padding: 30px 0;
}

.typeContainer a {
    padding: 15px;
}

.typeContainer h3 {
    font-size: 22px;
    color: black;
    position: relative;
    padding: 5px 0;
    z-index: 9;
}

.typeContainer h3:after {
    content: '';
    width: 35%;
    height: 1px;
    position: absolute;
    background-color: #ff6600;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    z-index: -1;
}

.typeContainer a:hover h3:after {
    width: 100%;
    height: 100%;
}

.home-about {
    display: flex;
    margin: 60px auto 0px;
    align-items: center;
}

.home-block:first-child {
    flex: 0 0 57%;
    margin-right: -2%;
    background-color: black;
    height: max-content;
    position: relative;
    box-shadow: black 3px 3px 7px;
    padding: 0px 10px;
}

.home-block h3 {
    font-weight: 400;
    letter-spacing: 7px;
    margin-bottom: 0;
    color: #7b7b7b;
}

.home-block img {
    width: 100%;
}

.home-block h1, .home-block h3 {
    text-align: center;
}

.home-block h1 {
    color: rgb(255, 102, 0);
    border-bottom: 1px solid gray;
    width: max-content;
    margin: 0px auto 1%;
    padding: 0px 15px;
    font-size: 40px;
}

.home-block p {
    text-align: justify;
}

#CustomEventWidget .eventWrapper {
    flex-flow: row;
}

.upcomingEvents h2 {
    text-align: center;
    font-size: 40px;
    padding: 40px;
    position: relative;
}

.upcomingEvents h2:after {
    bottom: 35px!important;
}

.widget-UpcomingEvents h3 {
    background-color: white;
    width: max-content;
    margin: 16px auto 40px;
    color: black;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #000000;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid #ff6600;
    height: 250px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: right;
    font-size: 70px;
    padding: 10px 30px;
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    text-shadow: 2px 2px 2px black;
}

.p-header h1 span {
    font-weight: 400;
}

.maphourswrapper {
    display: flex;
}

.maphourswrapper div {
    flex: 0 0 50%;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext h3 {
    margin-bottom: 0;
}

.vyt-banner {
    margin-top: 25px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #ff6600;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

.about-pic {
    float: right;
    width: 40%;
    padding: 0 0 15px 15px;
}

.mcPics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

.mcPics div {
    padding: 10px;
}

.department .employee .name p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee .job p {
    border-bottom: 1px solid #808080;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.insuranceBlock h3 {
    color: black;
}

.sectionFive h3,
.insuranceBlock.sectionFive > div > p,
.insuranceBlock.sectionSeven > p {
    color: white;
}








/* FEATURED INVENTORY */

.featuredInventory h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 27px;
    position: relative;
}

.featuredInventory h2:after,
.upcomingEvents h2:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
}

.single-item-slider .slider-outer {
    height: 395px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .slider-inner .item:hover {
    transform: scale(.95);
}

.single-item-slider .img-container {
    height: 235px;
    background-color: white;
}

.single-item-slider .item {
    background-color: #000000;
    border: 5px solid #ffffff;
}

.single-item-slider .item-detail .name {
    text-align: center;
    color: white;
}

.single-item-slider .item-detail .price {
    padding: 10px 5px;
    width: 100%;
    bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    font-family: Oxanium, sans-serif;
    font-weight: 800;
    background-color: black;
}

.single-item-slider .slider-inner .item:before {
    z-index: 0;
}

.single-item-slider .item .item-inner {
    border-radius: 0;
}








/* 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 */






/* INVENTORY */

.modal {
    z-index: 999999999999;
}

.remove-all-filters-link {
    text-decoration: none;
    background-color: #ff6600;
    color: black;
    padding: 3px 7px;
    font-size: 14px;
    display: block;
    border: 2px solid #ff6600;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.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: 24px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff3b;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

#showroom .section-box {
    background-color: #232323;
}

#details-accordions {
    color: black;
}

.inventory-image.suggested-unit-image {
    height: 160px;
}

#SimilarVehicles .vehicle-box {
    border: 2px solid;
    background-color: white;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.03);
}

.inventory-container .vehicle .thumb {
    height: 246px;
    line-height: 243px;
}

.inventory-image {
    max-height: 250px;
}

.blurbBanner span {
    top: -164px;
    left: -27px;
    font-size: 16px;
    font-weight: 700;
}

.list-group.flex {
    font-size: 16px;
}

.panel-body.specs-panel div {
    padding: 0;
}

.list-group-item {
    padding: 10px;
}








/* FORMS */

.btn-primary {
    color: #fff;
    border-radius: 0;
    background-color: black;
    border: 2px solid #ff6600;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
    transition: .3s;
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.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: #ff6600;
    border-color: #ff6600;
    transform: scale(0.95);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 15px;
    color: black;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ebebeb;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ebebeb;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form16595 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+6),
#Form16595 > div:nth-child(1) > fieldset > div:nth-child(n+8):nth-child(-n+15) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1398 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1398 > div:nth-child(1) > fieldset > div:nth-child(n+8),
#Form16595 > div:nth-child(1) > fieldset > div:nth-child(n+16) {
    padding: 0 5px;
}
}






/* FOOTER */

.footerBack {
    background-color: black;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    line-height: 28px;
}

.footerHours {
    display: flex;
}

.footerHours > div:nth-child(1) {
    margin-right: 25px;
}

.footerHours td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
    padding-left: 25px;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #ababab;
    position: absolute;
    left: -11px;
    top: 50%;
    transition: .3s;
}

.footerBlock ul li:hover:before {
    width: 18px;
    left: -24px;
    color: white;
}

.footerSocial {
    display: flex;
}

.footerSocial a {
    font-size: 20px;
    margin: 0 10px;
}

.footerBlock img {
    max-width: 200px;
    margin-bottom: 10px;
}

.footerBlock a.dealer-phone.phone-text {
    font-size: 25px;
    font-weight: 700;
    margin-top: 6px;
    display: block;
    color: white;
}

footer.body .outer-wrapper {
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 15px;
}





@media (max-width: 1499px) {
.footerContainer {
    width: 1170px;
}

.btnContainer {
    width: 100%;
}

.btnContainer h2 {
    font-size: 35px;
    line-height: 39px;
}

.btnContainer h2 span {
    font-size: 23px;
}

.typeContainer h3 {
    font-size: 17px;
}

.single-item-slider .slider-inner .item {
    width: 352px;
}

.header-box img {
    max-width: 170px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 86%;
    margin-top: 21px;
}

.headerContainer > div:nth-child(2) > div {
    margin: 0px 8px;
}

.headerInfo {
    font-size: 16px;
}

.navbar-nav > li > a {
    padding: 30px 12px;
    font-size: 15px;
}

#main-nav.affix {
    margin-top: -94px;
}

.maphourswrapper {
    flex-flow: column;
}

.mapWrapper {
    padding-bottom: 106%;
}
}




@media (max-width: 1199px) {
.footerContainer {
    width: 970px;
}

#main-nav {
    margin-top: 0;
}

.header-box img {
    max-width: 133px;
}

#main-nav .container {
    padding-left: 15px;
}

.headerContainer > div:nth-child(2) > div:nth-child(1) {
    flex-flow: column;
}

.headerContainer > div:nth-child(2) {
    margin-top: 46px;
}

.btnContainer h2 span {
    font-size: 18px;
}

.btnContainer h2 {
    font-size: 32px;
    line-height: 33px;
}

.btnContainer a {
    padding: 10px;
}

.navbar-nav > li > a {
    padding: 15px 12px;
    font-size: 15px;
}

#main-nav.affix {
    margin-top: -122px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.single-item-slider .img-container {
    height: 150px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.smaller img {
    display: none;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.typeContainer a {
    flex: 0 0 33%;
}

.typeContainer h3 {
    font-size: 19px;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.maphourswrapper {
    flex-flow: row;
}

.mapWrapper {
    padding-bottom: 33%;
    margin-top: 25px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 50px;
}
}




@media (max-width: 991px) {
.footerContainer {
    width: 740px;
}

.headerContainer > div:nth-child(2) {
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: space-around;
}

#main-nav .nav > li > a {
    padding: 15px 6px;
}

.header-box img {
    max-width: 115px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 84%;
}

.siteSearch {
    flex: 0 0 35%;
}

.headerHours,
.headerSocial {
    margin-top: 15px!important;
}

.btnContainer h2 {
    font-size: 27px;
    line-height: 33px;
}

.btnContainer h2 span {
    font-size: 14px;
}

#main-nav.affix {
    margin-top: -142px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .slider-outer {
    height: 275px;
}

.home-block h1 {
    width: 100%;
}

.maphourswrapper {
    flex-flow: column;
}

.mapWrapper {
    padding-bottom: 45%;
}

.siteSearch-M button {
    background-color: #ff6600;
}
}





@media (max-width: 767px) {
.footerContainer {
    width: 100%;
}

.btnContainer {
    flex-flow: column;
}

#CustomEventWidget .eventWrapper {
    flex-flow: column;
}

.home-about {
    background-color: black;
    flex-flow: column;
    margin: 0;
    padding: 10px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerHours {
    flex-flow: column;
}

.header-box img {
    max-width: 115px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 65%;
    margin-left: 15px;
}

.headerContainer > div:nth-child(2) > div:nth-child(1) {
    flex-flow: row;
}

.headerInfo .dealer-phone {
    margin-right: 15px;
}

.headerInfo .fa-mobile {
    font-size: 26px;
}

.headerInfo .fa-map-marker {
    font-size: 22px;
    margin-top: -4px;
}

.headerInfo span.phone-text,
.headerInfo > a:nth-child(2) > div {
    display: none;
}

.siteSearch {
    order: 2;
    flex: 0 0 100%;
    margin-top: 15px!important;
}

.headerHours, .headerSocial {
    margin-top: 0!important;
}

.headerSocial {
    position: absolute;
    left: 15px;
    top: 156px;
    z-index: 44;
}

.smaller {
    position: relative!important;
    transform: none;
    left: 0;
}

#main-nav.affix {
    margin-top: -141px;
}

.affix-top img {
    filter: opacity(0);
}

.affix img {
    filter: opacity(1);
}

.navbar-nav {
    display: block;
}

.tv {
    top: -25px;
    z-index: 0;
    position: relative;
}

.tv:before {
    content: '';
    background: linear-gradient(to bottom, rgba(255,0,4,0) 0%,rgb(0 0 0) 100%);
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.btnContainer a {
    margin-bottom: 10px;
    border: 2px solid black;
}

.btnSection {
    background-color: rgb(0 0 0);
}

.btnContainer h2 {
    font-size: 8vw;
    line-height: 9vw;
}

.btnContainer h2 span {
    font-size: 6vw;
}

.typeContainer a {
    flex: 0 0 50%;
}

.home-block:first-child {
    margin: 0;
    box-shadow: none;
}

.footerContainer > div:nth-child(1) {
    text-align: center;
    margin-bottom: 20px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    padding: 5px 10px;
}

#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 {
    margin: 0 15px 15px;
}
}







