body {
    font-size: 16px;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/dc641dc1-d72b-4003-b25e-4e1fc2e04581/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/dc641dc1-d72b-4003-b25e-4e1fc2e04581/background-2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


a,
a.promo-link {
    color: #ed0000;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#home-page #section-1 {
    min-height: 65vh;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b90c7008-7972-4827-9ce9-fae5196ad055/about-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    z-index: 1;
    display: block;
}

.mapSection {
    margin-top: 0!important;
}

#credit-app-page {
    margin-top: -25px;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgb(255 255 255);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

.headerBack {
    margin-top: 57px;
    background-color: white;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    position: relative;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #ed0000;
}

.headerContainer > div:nth-child(1) .fa {
    margin-right: 5px;
    color: #ed0000;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerContainer div:nth-child(3) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.headerBlock a.dealer-phone {
    display: block;
    font-size: 20px;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a {
    font-size: 18px;
    margin: 0 10px;
}

.top-bar-announcement-link {
    z-index: 99;
    position: relative;
    top: 62px;
}





/* NAVIGATION */

#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    border: 5px solid white;
    z-index: 9999;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ec0101;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ec0101;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.siteSearch {
    width: 500px;
    display: flex;
    margin: 12% auto 12% 0;
    transform: skewX(-8deg);
    position: relative;
}

.siteSearch:before {
    content: '';
    width: 40%;
    height: 100%;
    background-color: black;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: -1;
}

.siteSearch:after {
    content: '';
    width: 20%;
    height: 100%;
    background-color: black;
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.siteSearch .form-control {
    font-size: 16px!important;
    padding: 20px;
    border-radius: 0;
    border: 5px solid #eb0000;
    margin: 0;
}

.siteSearch .form-control:hover {
    border-color: #eb0000;
}

.siteSearch button {
    background-color: #eb0000;
    color: white;
    border: 5px solid #eb0000;
}

.homeAbout {
    width: 600px;
    color: white;
    margin: 14% 0 14% auto;
    background-color: rgb(0 0 0 / 52%);
    padding: 15px 30px;
    position: relative;
    z-index: 44;
}

.homeAbout h1 {
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.homeAbout h1 span {
    font-weight: 700;
    color: #eb0000;
    display: block;
    font-size: 45px;
    letter-spacing: 3px;
}

.homeAbout p {
    text-align: justify;
}

.homeMapWrapper {
    position: relative;
    padding-bottom: 25%;
    min-height: 150px;
}

.homeMapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homeBtns {
    display: flex;
    justify-content: space-around;
}

.homeBtns a {
    flex: 0 0 33.33%;
    text-align: center;
    color: white;
    padding: 3%;
    position: relative;
}

.homeBtns a:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: 0;
}

.homeBtns a:hover:before {
    height: 100%;
}

.homeBtns h3 {
    margin: 0;
    font-size: 3vw;
    line-height: 3.4vw;
    position: relative;
}

.homeBtns h3 span {
    display: block;
    font-size: 4.5vw;
}

.homeBtns a:nth-child(1) {
    background-color: #eb0000;
}

.homeBtns a:nth-child(2) {
    background-color: #cf0000;
}

.homeBtns a:nth-child(3) {
    background-color: #b90000;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 50px;
    background-color: black;
    padding: 5px 15px;
    left: 25px;
    transform: translateY(-50%) skewX(-8deg);
    color: white;
}

.p-header h1 span {
    font-weight: 400;
}

#creditAppForm section {
    background: #eeeeee!important;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 111%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 700;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 23px;
    padding: 3px 8px;
    background-color: #ec0101;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    width: max-content;
    margin: auto;
    transform: skewX(-8deg);
}

#vehicleList > div {
    margin: 0;
    padding: 4px;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: transparent;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehicleyearmake {
    font-weight: 400;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle-box {
    position: relative;
    padding: 7px;
    background: #eeeeee;
}

.inventory-container .vehicle .price-box {
    background-color: transparent;
}








/* FORMS */

.btn-primary {
    color: #fff!important;
    background-color: #ec0300;
    border: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    position: relative;
    transform: skewX(-8deg);
    transition: .5s;
    margin: 15px 10px;
    z-index: 3;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    transition: .3s;
    width: 44%;
    height: 36px;
    z-index: -1;
    border: 4px solid black;
    border-right: none;
    border-bottom: none;
}

.btn-primary:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -4px;
    transition: .3s;
    width: 26%;
    height: 74%;
    z-index: -1;
    border: 4px solid black;
    border-left: none;
    border-top: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover:before {
    left: 0;
    top: 0;
}

.btn-primary:hover:after {
    bottom: 0;
    right: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #eeeeee;
    padding: 10px;
    background-size: cover;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ec0101;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #eeeeee;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form6727 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form6727 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerBack {
    background-color: white;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding-right: 30px;
}

.footerMap {
    flex: 0 0 30%;
    position: relative;
    min-height: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock {
    padding: 15px;
}

.footerBlock a {
    color: black;
}

.footerBlock a:hover {
    color: #ed0000;
}

.footerBlock ul a:hover {
    color: black;
}

img.footerLogo {
    max-width: 225px;
    display: block;
    margin-bottom: 20px;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock h3 {
    margin-top: 0;
}

.footerBlock td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footerBlock ul {
    padding: 0;
    list-style: none;
}

.footerBlock ul li {
    position: relative;
    margin: 5px 0;
    z-index: 4;
    padding: 0 10px;
}

.footerBlock ul li:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: red;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: .3s;
}

.footerBlock ul a:hover li:before {
    width: 100%;
}






/* BREAK POINTS */

@media (max-width: 1199px) {
.headerContainer {
    width: 970px;
}

img.footerLogo {
    max-width: 205px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 136%;
    min-height: 150px;
}
}





@media (max-width: 991px) {
.headerContainer {
    width: 740px;
}

.homeAbout {
    width: 600px;
    margin: 14% auto;
}

.footerBack {
    flex-flow: column;
    align-items: center;
    padding-right: 0;
}

.footerMap {
    width: 100%;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 38px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.headerContainer,
.siteSearch,
.homeAbout {
    width: 100%;
}

.top-bar-announcement-link {
    top: 74px;
}

.navbar-nav {
    display: block;
}

.navbar-nav>li>a {
    padding: 12px;
    font-size: 16px;
}

#main-nav .navbar-toggle {
    background-color: white;
}

.headerContainer > div:nth-child(1) > a:nth-child(1) > span:nth-child(2),
.headerContainer .phone-text,
.headerLogo {
    display: none;
}

.headerContainer > div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}

.headerContainer .fa {
    font-size: 26px;
}

#home-page #section-1 {
    min-height: unset;
}

#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;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.headerBack {
    margin-top: 74px;
}

.headerBlock .btn-primary {
    position: absolute;
    left: 49%;
    transform: translateX(-50%) skewX(-8deg);
    bottom: 1px;
}

.headerContainer > div:nth-child(1) .fa {
    margin: 0 10px;
}

.headerContainer {
    padding: 20px 15px;
}

.p-header h1 {
    font-size: 9vw;
    padding: 2%;
    left: 15px;
}

.p-header h1 span {
    display: block;
}

.mapandhourstbl {
    text-align: left;
    margin: auto;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.homeBtns {
    flex-flow: column;
}

.homeBtns h3 {
    font-size: 7vw;
    line-height: 7.4vw;
}

.homeBtns h3 span {
    font-size: 9.5vw;
}
}










