
body {
    font-family: 'Barlow', 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: #000 url(https://psmfirestorm.blob.core.windows.net/0900bd4e-9203-4dc9-8010-fcf24587b805/background-dealership-3.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/0900bd4e-9203-4dc9-8010-fcf24587b805/background-dealership-3.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: 600;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #000000;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ff6600;
    text-decoration: none;
}


.btnSection {
    /* background-image: url(https://psmfirestorm.blob.core.windows.net/0900bd4e-9203-4dc9-8010-fcf24587b805/background-dealership-3.jpg); */
    background-size: cover;
    background-position: center;
    padding: 2% 0px 22%;
    margin-top: -25px !important;
}

.sliderSection {
    margin-top: 0!important;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/30ade032-3662-4ebe-ba6f-5de2280a3fd9/steel-stacks-motorcycle.jpg);
    background-size: cover;
    background-position: center bottom;
    margin-top: 0 !important;
    padding-top: 30px;
}

.sliderSection {
    padding: 15px;
    background-color: white;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#vdp-container {
    background-color: white;
    padding: 15px;
    width: 1470px;
}

#inventory-page,
#vdp-container {
    width: 100%;
    margin: -25px auto!important;
}

#vdp-container .images-container {
    max-width: 100%;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}




/* HEADER */

.headerBackground {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/8a264437-61af-40cf-937f-6adbd13aac53/header-back-2.jpg);
    background-size: 59%;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}

.headerContainer {
    padding: 15px;
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: black;
    text-transform: uppercase;
}

.headerBlock .dealer-phone {
    font-weight: 600;
    font-size: 27px;
}

.headerContainer .btn-primary, 
.footer-container .btn-primary, 
.home-about-block .btn-primary {
    display: block;
    width: max-content;
    background-color: transparent;
    border: none;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    margin-top: 8px;
    padding: 4px 8px;
}

.home-about-block .btn-primary {
    color: black;
    text-transform: uppercase;
}

.headerContainer .btn-primary:before, 
.headerContainer .btn-primary:after,
.footer-container .btn-primary:before,
.footer-container .btn-primary:after,
.home-about-block .btn-primary:before,
.home-about-block .btn-primary:after,
.featuredInventory h2:before,
.featuredInventory h2:after,
.brief a:before,
.brief a:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.headerContainer .btn-primary:after,
.footer-container .btn-primary:after,
.home-about-block .btn-primary:after,
.featuredInventory h2:after,
.brief a:after {
    top: unset;
    bottom: 0;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a {
    font-size: 27px;
    margin: 0px 10px;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerBtns {
    flex-flow: column;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.mbl-btn {
    display: none!important;
}

.headerTimer {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
    display: none;
}

.headerTimer #timer {
    justify-content: flex-end;
}

.headerTimer #timer div {
    background-color: transparent;
    padding: 0;
    margin: 0 5px;
    line-height: 16px;
    text-align: center;
    font-size: 20px;
}

.headerTimer #timer div span {
    display: block;
    font-size: 15px;
}






/* NAVIGATION */

#main-nav {
    background-color: black;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding: 15px 10px;
}

.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;
}





/* CONTENT */

#icons > div.main > div > a {
    color: white;
}

.siteSearch {
    display: flex;
    width: 700px;
    margin: 30px auto;
}

.siteSearch .form-control {
    background-color: #000000;
    color: white;
    padding: 21px 15px;
    font-size: 16px;
    border: 3px solid white;
    border-radius: 29px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin: 0;
}

.siteSearch .btn-primary {
    text-transform: uppercase;
    font-size: 18px;
    background-color: rgb(255, 102, 0);
    border: 3px solid white;
    border-radius: 0px 27px 27px 0px;
    padding: 7px 25px;
    margin: 0;
    transition: .3s;
}

.siteSearch .btn-primary:hover {
    border: 3px solid white;
    color: black;
    background-color: white;
}

.siteSearch .btn-primary:before, 
.siteSearch .btn-primary:after {
    display: none;
}

.h-button-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 1470px;
    margin: auto;
}

.h-button-container a {
    flex: 0 0 23%;
}

.h-button-block {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6b865cdf-71c0-48b5-8a1a-0c2864cf2c27/btn-back.jpg);
    background-size: cover;
    color: white;
    text-transform: uppercase;
    padding: 12px;
    box-shadow: rgb(0 0 0 / 42%) 6px 6px 5px;
    transition: .4s;
}

.h-button-block:hover {
    transform: scale(1.1);
}

.h-button-block > span {
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #ff6600;
    background-color: black;
    border-radius: 50%;
    padding: 5px 0px;
    transition: .3s;
    border: 2px solid white;
}

.h-button-block:hover span {
    background-color: white;
}

.h-button-block h3 {
    margin-bottom: 0px;
    font-size: 26px;
    margin-top: 3px;
}

.h-button-block h5 {
    margin: 0px;
    font-size: 18px;
    color: #ff6600;
    font-weight: 400;
    letter-spacing: 3px;
}

.home-about-block {
    background-color: white;
    color: black;
    padding: 30px;
    width: 635px;
    margin: 7% 0 30% 42%;
    text-align: center;
}

.home-about-block h3 {
    letter-spacing: 2px;
    position: relative;
    width: max-content;
    margin: auto;
    font-weight: 400;
}

.home-about-block h3:before, 
.home-about-block h3:after {
    content: '';
    width: 34px;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: -40px;
    top: 13px;
}

.home-about-block h3:after {
    left: unset;
    right: -38px;
}

.home-about-block h1 {
    margin: 3px 0 14px;
    letter-spacing: 2px;
}

.home-about-block img {
    float: right;
    width: 27%;
    padding: 0 0 0 15px;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    color: white;
    margin: 0;
    font-size: 50px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    padding: 15px;
    text-shadow: 1px 1px 1px black;
}

.p-header h1 span {
    font-weight: 400;
    color: #d8d8d8;
}

.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: #ececec;
    border-color: #cccccc;
}

.rewardsWrapper iframe {
    width: 100%;
}

.video-page .widget {
    margin-bottom: 30px;
}

img.aboutPic {
    float: right;
    width: 45%;
    padding: 0 0 10px 10px;
}

.aboutBtnWrapper {
    display: flex;
    justify-content: center;
}

.aboutBtnWrapper a {
    margin: 15px;
}

.mapWrapper {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding-bottom: 85%;
}

.mapWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 10px;
    font-weight: 700;
}

.maptext h1 {
    font-size: 25px;
    margin-top: 0;
}

.maphourswrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.department-container .department {
    padding: 10px 0;
    background: transparent;
}

.department .employee .name p {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

.department .title {
    border: 1px solid #fff;
    background: #e8e8e8;
    color: black;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.photo {
    width: 100%;
}

.brief a {
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    width: max-content;
    margin: 10px auto;
    position: relative;
    color: black;
    z-index: 3;
}

.insuranceBlock h3 {
    font-family: 'FranklinGothic'!important;
    font-weight: 400!important;
}

.coverages > div > div p, .discounts > div > div p {
    font-size: 14px!important;
}

.photo {
    height: 250px;
}

.department .photo img {
    object-fit: cover;
    height: 100%;
}

.empRevContainer {
    margin-top: 25px;
    background-color: #e8e8e8;
    padding: 10px;
    position: relative;
}

.empRevContainer:after {
    content: '';
    width: 100%;
    height: 53px;
    background: linear-gradient(to bottom, rgba(232,232,232,0) 0%,rgba(232,232,232,1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 22;
}

.empRevContainer h4 {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.empRevContainer h4:before {
    content: '\f10d';
    color: #d6d6d6;
    font-size: 114px;
    font-family: 'FontAwesome';
    position: absolute;
    left: -3px;
    top: 35px;
    transform: rotate(-5deg);
    z-index: -1;
}

.empRevContainer span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.empRevContainer p {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    max-height: 200px;
    overflow: scroll;
    padding-bottom: 20px;
}

.empRevContainer img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.mcButtons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mcButtons a {
    margin: 10px;
}

#digitalPsModal {
    max-width: 60%;
    margin: 0 auto;
    top: 15px;
}

#closeDigitalPsModal {
    position: relative;
    z-index: 1000;
    top: 25px;
    right: 10px;
}

h2.countdownTimer {
    font-size: 45px;
    text-align: center;
}

h2.countdownTimer span:nth-child(1) {
    display: block;
    font-size: 25px;
    color: white;
}

#countdown {
    display: block;
    font-size: 55px;
    color: #ff6600;
}

#timer {
    display: flex;
    justify-content: center;
}

#timer div {
    padding: 10px;
    background-color: black;
    margin: 10px;
    flex: 0 0 9%;
    color: #ff6600;
    line-height: 35px;
}

.picContainer {
    display: flex;
}

.picContainer div {
    padding: 10px;
}

.picContainer div:nth-child(1) {
    flex: 0 0 33%;
}

#timerThree {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#timerThree div {
    flex: 0 0 16%;
    background-color: black;
    color: white;
    margin: 10px;
    padding: 10px;
    line-height: 35px;
    text-align: center;
}

#timerThree span {
    font-weight: 400;
}

#timerThree span:nth-child(1) {
    display: block;
    font-size: 25px;
    letter-spacing: 2px;
}

.mapWrapper.lvfMap {
    padding-bottom: 25%;
}

#membership .btn-primary {
    display: block;
    margin: 10px auto;
}

.in-store-promos-button {
    background-color: #ff6600!important;
    font-size: 18px;
    text-transform: uppercase;
}

.in-store-promos-button:hover {
    color: white;
}




/* 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 */








/* SERIAL 1 */

.serialWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

.serialWrapper img:nth-child(1) {
    height: 100%;
    object-fit: cover;
}

.serialContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serialContainer img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
    color: white;
}

.serialBottomWrapper {
    display: flex;
    flex-wrap: wrap;
}

.serialBottomWrapper div {
    flex: 0 0 33.33%;
}

h2.serialMain {
    text-align: center;
    font-size: 40px;
}

img.serialLogo {
    display: block;
    width: 17%;
    margin: 30px auto;
}




@media (max-width: 1199px) {
.serialWrapper > div {
    flex: 0 0 47%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

h2.serialMain {
    text-align: center;
    font-size: 36px;
}
}


@media (max-width: 767px) {
h2.serialMain {
    font-size: 6vw;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 3px solid #585858;
    position: relative;
    margin: 1%;
}

.serialContainer h3 {
    margin: 2% 1%;
    font-size: 3vw;
    padding: 1% 2%; 
}

.serialContainer img {
    right: 2%;
    bottom: 3%;
    width: 20%;
}

img.serialLogo {
    width: 30%;
}

.serialBottomWrapper div {
    flex: 0 0 50%;
}
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 315px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .item-detail .price {
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 3px;
    font-size: 20px;
    text-align: right;
    padding-right: 8px;
    color: #ff6600;
}

.single-item-slider .item-detail .name {
    color: white;
    text-align: left;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: none;
}

.img-container.vw img {
    height: 100%;
}

.featuredInventory h2 {
    color: black;
    position: relative;
    width: max-content;
    margin: 20px auto;
    padding: 4px 10px;
}





/* FORMS */

.mapform .forms-text-section {
    font-size: 11px;
    margin-top: 10px;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #000000;
    padding: 20px;
    border: 1px solid #444444;
    color: white;
}

.mainform label {
    margin-right: 10px;
}

.btn-primary {
    display: block;
    width: max-content;
    background-color: transparent;
    border: none;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    margin-top: 8px;
    padding: 4px 10px;
    text-transform: uppercase;
    color: black;
    z-index: 3;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-primary:after {
    top: unset;
    bottom: 0;
}

.btn-primary:hover:before, 
.btn-primary:hover:after,
.brief a:hover:before,
.brief a:hover:after {
    height: 50%;
}

.btn-sec {
    margin: 30px auto;
    font-size: 20px;
}

.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: transparent;
    border-color: #204d74;
    border: none;
}

.mainform .btn-primary {
    color: white;
}

.form-header-text {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 5px;
    color: white;
}

.field-validation-valid, 
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    margin: 6px 0;
    border: 1px solid black;
    font-size: 14px!important;
    background-color: #1f1f1f;
    color: white;
}

.form-control:hover {
    border-color: #5a5a5a;
}

.form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(234 234 234 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(236 236 236 / 60%);
}

.inquiryformcontainer, 
.locationBox {
    background-color: #000000;
    color: white;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #1f1f1f;
    color: white;
    border: 1px solid black;
    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 .btn-primary {
    color: white;
}

@media (min-width: 768px) {
#Form2520 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form2293 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form4231 > div:nth-child(1) > fieldset > div:nth-child(n+5):nth-child(-n+8) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2293 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}

.btnSection .homeSlider {
    display: none;
}
}






/* INVENTORY */

.tru-vehicle-button.tru-shape-short {
    margin: auto;
}

.locationBox {
    margin-top: 10px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px 5px 30px;
    text-transform: uppercase;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 10px;
    position: relative;
    width: max-content;
    margin: auto;
    z-index: 4;
}

.inventory-container .vehicle .price:before, 
.inventory-container .vehicle .price:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.inventory-container .vehicle .price:after {
    top: unset;
    bottom: 0;
}

.inventory-container .vehicle .price:hover:before, 
.inventory-container .vehicle .price:hover:after {
    height: 50%;
}

.price-box a:hover {
    color: white;
}

.vehicle-box {
    border: 2px solid white;
    position: relative;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    min-height: 43px;
    line-height: 21px;
}

.vehicleyearmake {
    font-weight: 400;
}

.info {
    color: #676767;
    text-align: center;
}

#FilterQuickSearch {
    margin: 0;
}

#ModalVehicleInquiry {
    background: black;
    border: 2px #ff6600 solid;
}

.vdpinquiryheader {
    text-transform: uppercase;
    font-size: 34px;
}

#showroom .section-box {
    background-color: #000000;
    border-radius: 0px;
}

.panel-heading .panel-toggle {
    text-transform: uppercase;
}

#filter-accordions .checkbox label {
    color: black;
}

#details-collapse {
    color: black;
}

.modal {
    z-index: 10509;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
    border-top: 2px solid #8a8a8a;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: auto;
    padding: 15px;
    color: white;
    line-height: 31px;
    text-transform: uppercase;
}

.footer-logo {
    display: block;
    max-width: 232px;
    margin: 24px auto 25px;
}

.footer-block a {
    color: white;
}

.footer-block a:hover {
    color: #ff6600;
}

.footer-block ul {
    list-style: none;
    padding: 0px;
    margin-top: 58px;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-size: 32px;
    margin-top: 8px;
    color: #ff6600;
    font-weight: 600;
}

.footer-links a {
    display: block;
    position: relative;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -5%;
}

.footertable {
    margin: 0 auto;
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 5px;
    color: rgb(255 255 255);
    background-color: #1e1e1e;
    padding: 4px 10px;
    text-align: center;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-block .contact-btn {
    margin-top: 45px;
}

.footer-hours-block {
    padding: 0px 15px 0 0;
}

.footer-block .btn-primary {
    margin: 20px 10px 0 0;
}

.footer-block .btn-primary:hover {
    color: white;
}

.footertable td:first-child {
    text-align: left;
}

.footer-btns {
    display: flex;
    justify-content: space-between;
}

a#get_approved_side_tab {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    transform: rotate(180deg);
}

@media (max-width: 767px) {
a#get_approved_side_tab {
    width: 40px;
    top: 250px; }
}

@media (min-width: 992px) {
a#get_approved_side_tab {
    top: 60%; }
}





@media (max-width: 1499px) {
.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.h-button-container {
    width: 1170px;
}

.mapWrapper {
    padding-bottom: 108%;
}

.btnSection {
    padding: 2% 0 17%;
}
}



@media (max-width: 1199px) {
.headerContainer,
.footer-container,
.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.h-button-container {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 15px 4px;
    font-size: 14px;
}

.h-button-block h3 {
    font-size: 21px;
}

.siteSearch {
    width: 550px;
}

.home-about-block {
    padding: 20px;
    width: 590px;
    margin: 7% 0 30% 30%;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.mapWrapper {
    padding-bottom: 133%;
}

.headerBtns {
    flex-flow: column;
    align-items: flex-end;
}

.btnSection {
    padding: 2% 0 8%;
}
}




@media (max-width: 991px) {
.headerContainer,
.footer-container,
.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.h-button-container {
    width: 740px;
}

.headerBlock {
    flex: 0 0 27%;
}

.headerContainer > div:last-child {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.headerBackground {
    background-size: 78%;
    background-position: 50% 79%;
}

#main-nav .nav>li>a {
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}

.h-button-block h3 {
    font-size: 16px;
}

.h-button-block h5 {
    font-size: 16px;
    letter-spacing: 1px;
}

.home-about-block {
    padding: 15px;
    width: 490px;
    margin: 7% 0px 30% 30%;
}

.footer-container {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footer-block .btn-primary {
    margin: 20px 15px 0 0;
}

.footer-block ul {
    margin-top: 0;
}

.single-item-slider .slider-inner .item {
    width: 324px;
}

.p-header {
    height: 230px;
}

.p-header h1 {
    font-size: 38px;
}

.siteSearch-M button {
    background-color: #ff6600;
}

.siteSearch-M .btn-primary:before, 
.siteSearch-M .btn-primary:after,
#inventory-page .btn-primary:before, 
#inventory-page .btn-primary:after {
    display: none;
}

#inventory-page .btn-primary {
    background-color: #ff6600;
    margin: 10px auto;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.btnSection {
    padding: 2% 0 2%;
}
}




@media (max-width: 767px) {
.headerContainer,
.footer-container,
.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.h-button-container {
    width: 100%;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}

.homeSlider {
    padding: 15px;
}

#eventBtn {
    display: none;
}

.sliderSection .homeSlider {
    display: none!important;
}

.siteSearch {
    width: 92%;
    margin: 10px auto 15px;
    position: relative;
    z-index: 9;
}

.sliderSection,
.footer-background {
    position: relative;
    z-index: 9;
}

.mapWrapper.lvfMap {
    padding-bottom: 100%;
}

.aboutSection {
    padding-top: 0;
}

.headerInfo {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    flex-flow: row;
    padding: 10px 15px 4px;
    flex-wrap: wrap;
}

.headerContainer .btn-primary {
    background-color: white;
    display: inline-block;
    margin-right: 10px;
}

.headerBtnsL {
    position: absolute;
    bottom: -48px;
    left: 20px;
    z-index: 3333;
    flex-flow: row!important;
    width: 77%;
}

.headerBackground {
    background-size: 100%;
    background-position: 50% 100%;
    position: relative;
}

.mbl-btn {
    display: inline-block!important;
}

.h-button-container {
    position: relative;
    z-index: 9;
    flex-flow: column;
    padding: 0 15px;
}

.h-button-container a {
    flex: 0 0 48%;
    margin: 10px 0;
}

.h-button-block h3 {
    font-size: 8vw;
}

.h-button-block h5 {
    font-size: 6vw;
}

.home-about-block {
    padding: 15px;
    width: 95%;
    margin: 7% auto;
}

.home-about-block h1 {
    font-size: 30px;
}

.home-about-block h3 {
    font-size: 20px;
}

.footer-hours {
    flex-flow: column;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .slider-outer {
    height: 275px;
}

#main-nav .navbar-toggle {
    color: white;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px;
}

.footer-container > div:nth-child(2),
.footer-container > div:nth-child(3) {
    display: none;
}

#main-nav .dropdown-menu>li>a {
    color: #ff6600;
}

header.body {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 9vw;
}

.p-header h1 span {
    display: block;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.btnSection {
    margin-top: 0!important;
    padding: 0;
    background-color: black;
}

.featuredInventory h2 {
    width: 100%;
    padding: 4px 8px;
    font-size: 26px;
}

#home-page {
    margin-bottom: 0;
}

.footer-block .btn-primary {
    margin: 20px 5px;
}

.headerContainer .btn-primary {
    font-size: 14px;
}

.maphourswrapper {
    justify-content: center;
}

.headerBlock {
    flex: 0 0 60%;
    order: 2;
}

.headerInfo {
    display: none;
}

.headerContainer > div:last-child {
    flex: 0 0 40%;
}

.headerLogo {
    order: 1;
}

.headerSocial a {
    margin: 10px 10px 0;
}

.headerBtns {
    display: none!important;
}

#inventory-page,
#vdp-container {
    position: relative;
    /*padding-bottom: 200px;*/
}


.tac_body_tac_986, 
.tac_body_tac_987 {
    position: absolute;
    bottom: 0;
    left: 0;
}

#vdp-container .images-container {
    padding-bottom: 80px;
}

#driveNow-accordions-box {
    position: absolute;
    bottom: -450px;
    width: 100%;
}

.mobile-cc-chat-right ~ .cc-chat-button-main {
    transform: rotate(0deg)!important;
    bottom: 20px!important;
    right: 15px!important;
}

#inventory-page, #vdp-container {
    margin: 0px auto!important;
}

a.headerTimer.mbl-btn {
    position: absolute;
    bottom: -47px;
    left: 0;
    color: white;
    display: none !important;
}

#timerTwo {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-around;
}

#timerTwo span {
    padding-left: 4px;
}

#main-nav-collapse {
    padding-top: 25px;
}

#timerThree div {
    flex: 0 0 46%;
    margin: 10px 0;
}

#thankyou-page {
    padding: 60px;
}

.top-bar-announcement,
header.body {
    position: relative;
    z-index: 999;
}

.tv {
    display: none;
}

.tv iframe {
    min-height: 90vh;
}

#timerThree {
    justify-content: space-around;
}
}




@media (max-width: 395px) {
.headerBtnsL {
    flex-wrap: wrap!important;
    width: 80%;
    bottom: -46px;
    left: 10px;
}

.headerContainer .btn-primary {
    font-size: 12px;
    margin-right: 3px;
}

.headerTimer {
    font-size: 12px;
}

a.headerTimer.mbl-btn {
    bottom: -47px;
    left: 0;
}
}







#CCTextMeLink > div > div {
    background-color: #ff6600!important;
    text-align: center;
    font-size: 18px;
}

#CCTextMeLink > div > div > div > a:hover {
    color: white;
}




#digitalPsButton {
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 20px auto;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
    width: max-content;
    display: block;
}

#digitalPsButton:hover {
    color: black;
}

