body {
    font-family: 'Montserrat', 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: #cccccc url(https://psmfirestorm.blob.core.windows.net/cf37cbae-5e0c-4419-ae7b-abff91b8a7e4/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/cf37cbae-5e0c-4419-ae7b-abff91b8a7e4/background.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: 800;
}

a,
a.promo-link {
    color: #ec0000;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

#content-container {
    padding-bottom: 25px;
}

.container {
    width: 1470px;
}

.sliderSection {
    background-color: white;
    padding: 25px 0px;
    margin-top: -25px!important;
}

.aboutSection {
    background-color: rgb(0 0 0 / 74%);
    margin-top: 0!important;
    padding: 30px 0;
    text-align: center;
}

#home-page {
    margin-bottom: -25px;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}

.featuredSection {
    background-color: white;
    padding: 30px 0;
}







/* HEADER */

header.body {
    background-color: #1a1a1a;
    position: relative;
    z-index: 333;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
}

.headerContainer a {
    color: white;
}

.headerBlock {
    display: flex;
    align-items: center;
}

.headerLeft, 
.headerRight {
    flex: 0 0 25%;
}

.headerBlock:nth-child(3) {
    justify-content: flex-end;
}

.headerBlock .fa,
.footerLocation .fa {
    background-color: black;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: red;
    font-size: 25px;
    padding: 11px;
    margin-right: 15px;
}

.headerBlock .dealer-address {
    display: block;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerBlock .dealer-phone {
    font-weight: 800;
    font-size: 24px;
}

.headerSocial,
.footerSocial {
    display: flex;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a,
.footerSocial a {
    background-color: black;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    margin: 0 2px;
}

.headerSocial .dealer-facebook,
.footerSocial .dealer-facebook {
    color: #3258ae;
}

.headerSocial .dealer-instagram,
.footerSocial .dealer-instagram {
    color: #f000ff;
}

.headerSocial .dealer-youtube,
.footerSocial .dealer-youtube {
    color: red;
}

.headerRightTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerLeft > div:nth-child(1) {
    margin-bottom: 15px;
}





/* NAVIGATION */

#main-nav {
    background: linear-gradient(rgb(255 255 0) 0px, rgb(255 254 1) 7%, rgb(255 244 4) 19%, rgb(253 163 32) 79%, rgb(253 148 37) 95%, rgb(253 147 38) 100%);
}

.navbar-nav>li>a {
    color: black;
    font-weight: 800;
    text-transform: uppercase;
    padding: 22px 15px;
}

.social-media-icons {
    display: none;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
}

nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background: linear-gradient(rgb(255 255 0) 0px, rgb(255 254 1) 7%, rgb(255 244 4) 19%, rgb(253 163 32) 79%, rgb(253 148 37) 95%, rgb(253 147 38) 100%);
        border-radius: 0px;
        right: 0px;
        padding: 0;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ff0202;
    color: white;
}

.dropdown-menu {
    background-color: red;
}

#main-nav .dropdown-menu>li>a:hover, 
#main-nav .dropdown-menu>li>a:focus {
    background-color: black;
    color: white;
}

#main-nav .dropdown-menu>li>a {
    font-weight: 700;
    color: white;
}

#main-nav li.dropdown.open ul {
    border-top-color: #ff0202;
}





/* CONTENT */

.siteSearch {
    width: 100%;
    display: flex;
    box-shadow: 0 0 10px black;
    margin-top: 15px;
}

.siteSearch button {
    background-color: red;
    border: 3px solid white;
    padding: 5px 10px;
}

.siteSearch .form-control {
    border: 3px solid white;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 17px 10px;
}

.home-button-wrapper {
    padding: 6% 0;
}

.home-button-block {
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 3;
}

.home-button-block a {
    flex: 0 0 16%;
    position: relative;
    color: white;
    text-shadow: black 1px 1px 1px;
    border: 1px solid black;
}

.home-button-block a:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0.46) 0, rgba(0,0,0,0.39) 22%, rgba(0,0,0,0.09) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
}

.home-button-block a:hover:before {
    filter: opacity(0);
}

.home-button-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-button-text {
    transition: .3s;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-button-block a:hover .home-button-text {
    top: 25%;
}

.home-button-text span {
    margin-top: 63%;
    display: block;
    text-transform: uppercase;
    transition: .3s;
}

.home-button-block a:hover .home-button-text span {
    margin-top: 8%;
}

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer a {
    position: relative;
    height: 127px;
    margin-bottom: 16px;
    color: white;
}

.btnContainer img {
    width: 100%;
    object-fit: cover;
}

.btnText {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    padding: 16px;
    width: 100%;
    transition: .3s;
}

.btnContainer a:hover .btnText {
    padding-left: 14%;
}

.btnText .fa-caret-right {
    font-size: 40px;
    color: #ffcf10;
    position: absolute;
    right: 10px;
    transition: .3s;
    transform: rotate(90deg);
}

.btnContainer a:hover .fa-caret-right {
    color: red;
    right: 92%;
    transform: rotate(0deg);
}

.btnText h3 {
    margin: 0;
    font-size: 32px;
    text-shadow: 1px 1px 1px black;
}

.btnText h3 span {
    display: block;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.oemContainer a {
    flex: 0 0 11%;
    text-align: center;
}

.oemContainer img {
    transition: .3s;
    max-height: 87px;
}

.oemContainer a:hover img {
    transform: scale(.8);
}

.homeAbout {
    padding: 6% 10%;
    color: white;
}

.p-header {
    position: relative;
    margin-bottom: 40px;
}

.p-header:after {
    content: '';
    background: linear-gradient(rgb(255 255 0) 0px, rgb(255 254 1) 7%, rgb(255 244 4) 19%, rgb(253 163 32) 79%, rgb(253 148 37) 95%, rgb(253 147 38) 100%);
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
}

.p-header h1 {
    text-align: right;
    text-transform: uppercase;
    font-style: italic;
    font-size: 48px;
    margin-right: 30px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstbl 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;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff0202;
}

.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: #e2e2e2;
    border-color: #cccccc;
}

h1.hpBanner {
    background-color: red;
    margin-top: -25px!important;
    color: white;
    font-size: 29px;
    text-align: center;
    padding: 5px;
}





/* FEATURED INVENTORY */

.single-item-slider .img-container {
    height: 189px;
}

a.slider-control.left, 
a.slider-control.right {
    color: black;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 5px;
}

.single-item-slider .slider-inner .item {
    width: 272px;
}

.single-item-slider .slider-outer {
    height: 360px;
}

.single-item-slider .item-detail .name {
    line-height: 19px;
    text-transform: uppercase;
    color: black;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 2px solid;
}

.single-item-slider .item-detail .price {
    padding: 15px 8px;
    background-color: #f00;
    bottom: 0;
    transition: .3s;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: 800;
}

.slider-inner a:hover .price {
    color: white;
}

.featuredInventory h2 {
    font-size: 42px;
    position: relative;
    padding: 0 10px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 20%;
}





/* 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;
    position: absolute;
    white-space: nowrap;
    font-size: 18px;
    padding: 3px 8px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    background-color: #ffd300;
    text-transform: uppercase;
    border: 3px solid black;
    background: linear-gradient(rgb(255 255 0) 0px, rgb(255 254 1) 7%, rgb(255 244 4) 19%, rgb(253 163 32) 79%, rgb(253 148 37) 95%, rgb(253 147 38) 100%);
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #fcba32;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    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;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: 2px;
    left: 6px;
}








/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 10px 0;
    font-weight: 700;
    transition: .3s;
}

.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.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    width: max-content;
    padding: 0 10px;
    color: red;
    font-weight: 700;
    margin-bottom: 5px;
}

.customForm .form-header-text {
    font-size: 25px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    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;
}

#Form1540 .k-widget.k-datepicker.k-header {
    display: block;
    margin-bottom: 10px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    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: #ececec;
}

.locationBox {
    margin-top: 25px;
}








/* 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: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0px!important;
}
.cover .search-div {
	position: relative;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	width: 60%;
}
/*.vidBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/
.cover input, 
.cover button {
	font-size: 24px; /*!important;*/
	height: unset;
}
/* END VIDEO BACKGROUND STYLES */





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid black;
}

.footerWrapper {
    background-color: #1a1a1a;
}

.footerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 15px;
    line-height: 29px;
    color: white;
}

.footerLocation {
    display: flex;
    padding: 20px 0 5px 50px;
    align-items: center;
}

.footerLocation .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 800;
    display: block;
    text-align: center;
    color: #ffcf10;
    font-size: 25px;
    letter-spacing: 3px;
}

.footerBlock a {
    color: white;
}

.footerBlock a:hover,
.headerContainer a:hover {
    color: #ec0000;
}

.footerBlock h3 {
    color: #ffcf10;
    letter-spacing: 2px;
}

.footerBlock img {
    max-width: 400px;
    padding: 10px;
}

.footerBlock ul {
    padding: 0;
    list-style: none;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: red;
    padding-right: 8px;
    transition: .3s;
}

.footerBlock li:hover:before {
    color: #1b1b1b;
}

.footerBlock table td:first-child {
    padding-right: 30px;
}

.footerSocial a:hover,
.headerSocial a:hover {
    color: white;
}

.footerContainer .btn-primary {
    margin-top: 25px;
}








/* BREAKPOINTS */

@media (max-width: 1499px) {
.container,
.headerContainer,
.footerContainer {
    width: 1170px;
}

.headerLogo {
    flex: 0 0 36%;
}

.headerBlock {
    flex: 0 0 32%;
}

.footerBlock h3 {
    font-size: 18px;
}

.home-button-text h2 {
    font-size: 21px;
}

.btnContainer a {
    height: 98px;
}

.oemContainer a {
    padding: 0 10px;
}

.headerBlock .dealer-phone {
    font-size: 21px;
}

.single-item-slider .slider-inner .item {
    width: 267px;
}
}





@media (max-width: 1199px) {
    .container, .headerContainer, .footerContainer {
        width:970px;
    }
    .headerLogo {
        flex: 0 0 35%;
    }
    .headerBlock .dealer-phone {
        font-size:17px;
    }
    .home-button-text h2 {
    font-size: 19px;
    }
    .home-button-text span {
    margin-top: 52%;
    display: block;
    text-transform: uppercase;
    transition: .3s;
}

.headerLeft, 
.headerRight {
    flex: 0 0 30%;
}

.inventory-container .vehicle .price {
    font-size: 15px;
}

.single-item-slider .slider-inner .item {
    width: 291px;
}
}






@media (max-width: 991px) {
.container, .headerContainer, .footerContainer {
        width:748px;
    }
    
    .home-button-block a {flex: 0 0 32%; margin-bottom: 15px;}
    .home-button-text span {margin-top: 50%;}
    .home-button-wrapper {
        margin-top: 50px;
    }
    
.headerContainer {
    flex-wrap: wrap;
}

.headerLeft {
    order: 2;
    display: flex;
    flex: 0 0 61%;
    justify-content: space-between;
}

.headerLeft > div:nth-child(1) {
    margin-bottom: 0;
    flex: 0 0 55%;
}

.headerLeft > div:nth-child(2) {
    flex: 0 0 auto;
}

.headerLogo {
    flex: 0 0 100%;
    order: 1;
}

.headerLogo img {
    max-width: 270px;
}

.headerRight {
    flex: 0 0 30%;
    order: 3;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
    padding: 20px;
}

.footerBlock {
    margin: 20px 0;
}

.btnContainer {
    margin-top: 25px;
    flex-flow: row;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 32%;
}

.btnText h3 {
    font-size: 27px;
}

.p-header h1 {
    font-size: 40px;
}

.headerContainer .btn-primary {
    padding: 10px;
}

.headerBlock .fa, .footerLocation .fa {
    width: 40px;
    height: 40px;
    font-size: 19px;
    padding: 11px;
    margin-right: 5px;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .img-container {
    height: 159px;
}

.headerLeft > div:nth-child(1) {
    margin-bottom: 0;
}
}






@media (max-width: 767px) {
.container, 
.headerContainer, 
.footerContainer {
        width:100%;
    }

.home-button-block a {
    flex: 0 0 48%;
    margin-bottom: 15px;
}
    
.headerSocial,
.headerLogo,
.headerLeft > div:nth-child(1) > div:nth-child(2),
.headerBlock .dealer-phone {
    display: none;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerLeft {
    justify-content: flex-start;
    flex: 0 0 100%;
}

.headerLeft > div:nth-child(1) {
    flex: 0 0 auto;
}

.headerRight {
    flex: 0 0 100%;
    order: 3;
}

.headerBlock .fa, 
.footerLocation .fa {
    padding: 11px;
    margin: 0 16px;
}

.headerBlock {
    flex: 0 0 100%;
}

.headerBlock {
    justify-content: flex-start;
}

.headerBlock .dealer-phone {
    margin-right: 0;
}

.home-button-text h2 {
    font-size: 3.4vw;
}

.home-button-text span {
    margin-top: 37%;
    font-size: 3vw;
}

.footerBlock img {
    max-width: 100%;
}

.sliderSection {
    padding: 10px 0px;
    margin-top: 0!important;
}

.btnContainer {
    flex-flow: column;
}

.btnText h3 {
    font-size: 35px;
}

.oemContainer {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.oemContainer a {
    flex: 0 0 47%;
    padding: 10px;
}

.homeAbout {
    padding: 1%;
}

.footerLocation .fa {
    display: none;
}

.p-header h1 {
    font-size: 9vw;
}

header.body,
.p-header {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.navbar-nav>li>a {
    padding: 12px 15px;
}


#main-nav .dropdown-menu>li>a {
    background-color: #ff0604;
}

.siteSearch-M button {
    font-size: 14px;
}

.siteSearch-M input {
    border: 1px solid red;
}

#vdp-container {
    margin-top: 0;
}

.headerContainer .btn-primary {
    position: absolute;
    right: 15px;
    top: 12px;
    margin: 0;
    padding: 10px;
}

.btnContainer a {
    max-height: 130px;
    overflow: hidden;
}

.home-button-wrapper {
    margin-top: 0;
    padding: 0% 0 6%;
}
}



