body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
}

div#cc-chat-button-main {
    z-index: 1000;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    font-family: 'HobokenHigh';
    text-transform: uppercase;
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover {
    color: #afafaf;
    text-decoration: none;
}

#home-page #section-1 {
    min-height: 800px;
}

.buttonSection {
    background-color: white;
    margin-top: -300px!important;
    padding-bottom: 30px;
}

.sliderSection {
    margin-top: 0!important;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/56569efe-46d6-4693-a39d-5e2adcba97d9/background-dark.jpg);
    margin-top: 0!important;
    padding: 30px 0;
    background-attachment: fixed;
    background-size: cover;
}

.homeAboutSection {
    background-color: white;
    color: black;
    margin-top: 0!important;
    padding: 30px 0;
    position: relative;
}

.homeAboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/1c8fbeba-c6a6-4f01-a559-9ffee1975acd/indian-logo-back.jpg);
    width: 94%;
    height: 94%;
    position: absolute;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    padding: 15px;
    filter: opacity(0.5);
}

.creditSection {
    background-color: white;
    margin-top: 0!important;
    padding: 30px 0;
}

.page-background > div,
#inventory-page,
#vdp-container,
#promotions-page {
    background-color: rgb(0 0 0 / 63%);
    padding: 15px;
}

.breadcrumb {
    background-color: #616161;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */
header.body {
    position: relative;
    z-index: 9999;
}

.headerbackground {
    background-color: #800020;
}

.headercontainer {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.headerblockr {
    display: flex;
}

.headerblockrl {
    padding-right: 10px;
    border-right: 3px solid black;
}

.headerblockrl .dealer-address {
    border-right: 1px solid gray;
    padding-right: 5px;
}

.headerphone {
    font-size: 50px;
    font-family: 'HobokenHigh';
    letter-spacing: 4px;
    line-height: 30px;
}

.headerphone span {
    padding-right: 5px;
}

.headerblockrr {
    padding-left: 11px;
}

.headersocial {
    display: flex;
    justify-content: space-around;
}

.headermaphours {
    margin-top: 16px;
}

.headermaphours a {
    background-color: #ffffff;
    color: #800020;
    font-family: 'HobokenHigh';
    text-transform: uppercase;
    padding: 5px 10px;
    border: 2px solid white;
}

.headerLogo img {
    filter: grayscale(1) brightness(6.5);
    max-width: 300px;
}

.headersocial img {
    max-width: 45px;
}









/* NAVIGATION */
#main-nav {
    background-color: white;
    position: relative;
}

#main-nav:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    bottom: -6px;
    position: absolute;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'HobokenHigh', sans-serif;
    text-transform: uppercase;
    color: #000000;
    padding: 22px 10px;
    font-size: 18px;
}

.social-media-icons {
    display: none;
}

nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background: white;
        border-radius: 0px;
        right: 0px;
        filter: drop-shadow(0px 0px 3px black);
    }




/* CONTENT */

.siteSearch {
    margin: 330px auto 0;
    display: flex;
    max-width: 600px;
    width:100%;
    position: relative;
}

.siteSearch:before {
    content: '';
    position: absolute;
    border: #b0b0b0 solid 3px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.siteSearch .form-control {
    border: none;
    padding: 15px;
    margin: 0;
    background-color: white;
}

.siteSearch button {
    background-color: white;
    color: #800121;
    border: none;
    padding: 8px 17px;
}

.buttonWrapper {
    max-width: 1480px;
    margin: auto;
    display: flex;
}

.buttonWrapper a {
    margin: -45px 10px 0;
    position: relative;
    z-index: 444;
    background-color: #000000;
    box-shadow: 4px 4px 4px black;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.buttonWrapper img {
    filter: opacity(0.5);
    transition: .3s;
}

.buttonWrapper a:hover img {
    filter: none;
}

.buttonText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 80%;
    left: 50%;
    padding: 30px 10px;
}

.buttonText:before {
    content: '';
    position: absolute;
    border: #ffffff solid 3px;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    z-index: -1;
    transition: .4s;
}

.buttonWrapper a:hover .buttonText:before {
    border: 80px solid #800121;
}

.buttonText h3, 
.buttonText h5 {
    margin: 0;
}

.buttonText h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 28px;
}

.buttonText h3 span {
    display: block;
    font-size: 39px;
}

.upcomingEvents > div {
    overflow: hidden;
}

.widget-UpcomingEvents .k-widget a {
    color: #000;
}

#CustomEventWidget .eventDate {
    background-color: #800020;
}

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3 {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
}

.widget-UpcomingEvents h2:before, 
.widget-UpcomingEvents h2:after {
    content: '';
    width: 100px;
    height: 9px;
    background-color: #fcbd57;
    position: absolute;
    left: -23px;
    top: 18px;
    transform: rotate(-45deg);
}

.widget-UpcomingEvents h2:after {
    top: 6px;
    left: -36px;
}

.widget-UpcomingEvents h3 a {
    color: #fcbe57;
}

.widget-UpcomingEvents>div {
    background-color: #fff;
    color: black;
}

.eventInfo h4 {
    color: #000;
}

.upcomingEvents {
    margin-top: 32px;
}

.homeAbout {
    display: flex;
    padding: 15px;
}

.homeAboutText {
    flex: 0 0 50%;
    padding: 0 15px 0 0;
}

.homeAboutPic {
    flex: 0 0 50%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a01b7809-0404-42af-a17f-a5abf1a8140f/118232109_344055300311410_3692353864368002545_o.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: 72% 50%;
    background-repeat: no-repeat;
}

.homeWelcome {
    text-align: center;
}

.homeWelcome span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

.homeWelcome h1 {
    margin-top: 0;
    color: #800020;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid white;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 60px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    padding: 10px 20px;
    color: #800121;
    width: max-content;
}

.p-header h1:before {
    content: '';
    position: absolute;
    border: #b0b0b0 solid 3px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.mapWrapper {
    position: relative;
    padding-bottom: 99.3%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department .title {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #800121;
}

.department .employee .name p {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 5px;
}

.department .employee {
    border-radius: 0px;
    padding: 10px;
    height: max-content;
}

.department-container .department {
    background: rgb(0 0 0 / 63%);
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #800121;
}

.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: #d0d0d0;
    border-color: #cccccc;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.jumbotron {
    color: #000000;
    background-color: white;
}

.creditiframe iframe {
    width: 100%;
    height: 1000px;
}

.popup-widget,
.popup-widget a {
    color: black;
}

.popup-widget {
    padding: 20px!important;
    max-width: 350px!important;
}

/*
@media (max-width: 767px) {
.popup-widget {
    padding: 5px!important;
    top: 8%!important;
}
*/

.p-header h1 {
    width: 94%;
    font-size: 8vw;
    padding: 5px 10px;
    text-align: center;
}
}










/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
    font-family: 'HobokenHigh';
    color: #800121;
}

.single-item-slider .item {
    background-color: #ffffff;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    color: black;
    line-height: 19px;
}

.single-item-slider .slider-outer {
    height: 257px;
}

.featuredInventory,
.latestReviews {
    position: relative;
    padding-top: 100px;
}

.featuredInventory h2, 
.latestReviews h2 {
    position: absolute;
    font-size: 100px;
    top: 12px;
    color: #800020;
    text-shadow: 3px 3px 2px rgb(0 0 0 / 78%);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.review-comments {
    color: #848484;
    font-weight: normal;
    min-height: 2em;
    overflow-wrap: break-word;
    order: 3;
    font-size: 14px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}

.widget-Reviews .single-item-slider .slider-container {
    padding-bottom: 0;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 221px;
}

.latestReviews a {
    color: #800121;
    font-weight: 100;
}






/* FORMS */

.btn-primary {
    position: relative;
    background-color: #800423;
    border-color: #ffffff;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 20px;
    transition: .3s;
    margin: 10px 0;
}

.btn-primary:before {
    content: '';
    position: absolute;
    border: #b0b0b0 solid 3px;
    top: -6px;
    left: 4px;
    right: 4px;
    bottom: -6px;
    transition: .3s;
}

.btn-primary:hover:before {
    left: -6px;
    right: -6px;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #800121;
    background-color: #eaeaea;
    border-color: #ffffff;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: white;
    padding: 10px;
}

.form-header-text {
    font-family: 'HobokenHigh';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 31px;
    color: #800322;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #eaeaea;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #eaeaea;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(107 7 7 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(107 5 9 / 52%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #e2e2e2;
    color: black;
    border: 1px solid #dcdcdc;
    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, 
.locationBox {
    background-color: white;
    color: black;
}

label {
    font-weight: 100;
}

.inquiryformcontainer .panel-body {
    padding: 11px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    font-family: 'HobokenHigh';
    text-transform: uppercase;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    padding-right: 0;
    font-family: 'HobokenHigh';
    text-transform: uppercase;
    text-align: center;
    background-color: #800121;
    margin: auto;
    padding: 1px 10px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: white;
}

.inventory-container .vehicle .price:before {
    content: '';
    position: absolute;
    border: #b0b0b0 solid 3px;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    z-index: -1;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}










/* FOOTER */

footer.body .outer-wrapper {
    background-color: #800020;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footerWrapper {
    background-color: #800020;
    position: relative;
}

.footerContainer {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 15px;
    text-transform: uppercase;
    line-height: 33px;
}

.footerContainer .btn-primary {
    color: #800020;
}

.footerInfo {
    order: 2;
    flex: 0 0 50%;
    text-align: center;
}

.footerInfo img {
    padding: 10px;
}

.footerAddress .dealer-address, 
.footerAddress .dealer-phone {
    display: block;
}

.footerAddress .dealer-phone {
    font-size: 30px;
    font-weight: 700;
}

.footerLinks {
    order: 1;
    text-align: right;
    flex: 0 0 25%;
}

.footerLinks ul {
    list-style: none;
}

.footerHours {
    order: 3;
    flex: 0 0 25%;
}

.footerHours table td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.footerLinks .btn-primary {
    margin-top: 7px;
    background-color: white;
}

.footerAddress .dealer-address {
    margin-bottom: -13px;
}






/* VIDEO BACKGROUND STYLES */

.tv {
    position: fixed;
    top: 0;
    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: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 75%;
}
.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 */





/* BREAKPOINTS */

@media (min-width: 768px) and (max-width: 991px){
#main-nav .nav>li>a {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}
}

@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/56569efe-46d6-4693-a39d-5e2adcba97d9/background-dark.jpg) no-repeat center center;
        background-size: cover;
    }
    
       .buttonWrapper {
    flex-flow: row wrap;
    width:100%;
    max-width:100%;
    }
    .buttonWrapper a {width:45%; margin: 0 auto;}
    #main-nav .navbar-toggle {color:#000;}
    .headerblockr {display:none;}
    .footerLinks {text-align:center;}
    .footerLinks ul {padding:0; margin:0;}
    .footerInfo {order:1;}
    .footerContainer {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    #home-page #section-1 {
        min-height:545px;
    }
    .siteSearch{width:90%;}
    .homeAboutText {flex:0 0 100%;}
    .homeAboutPic {display:none; flex:0 0 0;}
    
    .navbar-nav>li>a {padding-top:8px; padding-bottom:8px;}
    .buttonText h3 {font-size:5vw;}
    .buttonText h3 span {font-size:7vw;}
    
    div#filters-modal {
    z-index: 10000;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url(https://psmfirestorm.blob.core.windows.net/56569efe-46d6-4693-a39d-5e2adcba97d9/background-dark.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

@media (max-width: 860px) {
.headercontainer{flex-direction:column; text-align:center;}
}

@media (max-width: 1499px) {
.buttonWrapper {
    max-width: 1180px;
}
}

@media (max-width: 1200px) {
.widget-FeaturedVehicles h2, .latestReviews h2 {font-size: 10vw;}
.headerphone {font-size: 3vw;
    text-align: right;}
}

@media (max-width: 1056px)
{
    .buttonWrapper {
        max-width:900px;
    }
    
    .buttonText h3 span {font-size:29px;}
}