body {
    font-family: 'Lato', 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/e46f41a7-7962-4359-ab18-3950aa4d517a/indian-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/e46f41a7-7962-4359-ab18-3950aa4d517a/indian-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

a {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: red;
    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 {
    margin-top: -25px;
}

.btnSection {
    background-color: black;
    margin-top: -25px;
}

.typeSection,
.oemSection {
    background-color: white;
    margin-top: 0!important;
}

.oemSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a56243fe-e1ed-472c-8959-c18d23a2bca4/oem-back-2.jpg);
    background-size: cover;
    background-position: bottom;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4fcb22f4-0efa-4e1d-96fd-6f66d1238a7b/dealership-background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
    padding: 10% 0;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#creditAppContainer {
    background-color: rgb(255 255 255 / 94%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/baff7899-a687-4044-9cd9-01cd63f74911/header-back-88-2.jpg);
    background-size: contain;
    background-position: center;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.headerRight .btn-primary {
    position: absolute;
    bottom: -57px;
    z-index: 3;
    right: 175px;
}

.headerLogos {
    display: flex;
    align-items: center;
}

.headerLogos img {
    max-width: 300px;
    transition: .3s;
    max-height: 100px;
}

.headerLogos a:hover img {
    filter: opacity(0.6);
}

.headerLogos a {
    padding: 10px;
}

.headerLogos a:nth-child(1) {
    margin-right: 20px;
    position: relative;
}

.headerLogos a:nth-child(1):after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: red;
    position: absolute;
    right: -11px;
    top: 0;
}

.headerInfo .dealer-phone {
    font-weight: 700;
    margin-right: 15px;
}

.headerInfo a:nth-child(2) {
    font-weight: 400;
}

.siteSearch {
    display: flex;
}

.siteSearch .form-control {
    box-shadow: none;
    border: 2px solid black;
    border-radius: 8px 0 0 8px;
    padding: 17px 10px;
    background-color: white;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: black;
    border: 2px solid black;
    border-radius: 0 8px 8px 0;
    color: #ffe814;
    margin: 0;
}

.headerRight {
    flex: 0 0 8%;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    font-size: 20px;
    width: 33px;
    height: 33px;
    margin: 5px;
    color: #ffffff;
    text-align: center;
    padding: 1px;
    border-radius: 8px;
}

.headerSocial a:nth-child(1) {
    background-color: #4267B2;
}

.headerSocial a:nth-child(2) {
    background-color: red;
}

.headerSocial a:nth-child(3) {
    background: linear-gradient(135deg, rgba(245,133,41,1) 0%,rgba(254,218,119,1) 25%,rgba(221,42,123,1) 50%,rgba(129,52,175,1) 75%,rgba(81,91,212,1) 100%);
}

.headerSocial a:hover {
    border-radius: 0;
    transform: scale(1.07);
}

.headerInfo .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    right: -3px;
    top: 0;
}

.headerInfo .dealer-address {
    margin-right: 9px;
    position: relative;
}






/* NAVIGATION */

#main-nav {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255 255 255) 100%);
}

.navbar-nav>li>a {
    font-weight: 700;
    padding: 20px;
    color: black;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: red;
}






/* CONTENT */

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 6% 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.btnContainer a:nth-child(1), 
.btnContainer a:nth-child(2) {
    flex: 0 0 50%;
}

.btnContainer a:before {
    background-size: cover;
    background-position: center;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: opacity(0.5);
    transition: .3s;
}

.btnContainer a:hover:before {
    filter: opacity(1);
    transform: scale(1.3);
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6f8468cf-a0fb-490b-9d53-0b9003ca0487/btn-1-indian.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/abda844f-af90-4517-a274-bb9c3eddba4c/btn-2-polaris.jpg);
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d7e7ac4e-cab9-433a-8651-cfba7f2bb589/btn-3-polaris.jpg);
}

.btnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4dfa5fd7-dee1-47ae-a7c7-d6ce4083798b/btn-4-polaris.jpg);
}

.btnContainer a:nth-child(5):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/50b5f4b2-dd67-4a05-ab0b-10cf35be8f69/btn-5-polaris.jpg);
}

.btnContainer h3 {
    margin: 0;
    font-size: 2vw;
    color: white;
    font-weight: 400;
    text-shadow: 1px 1px 3px black;
}

.btnContainer h3 span {
    font-weight: 700;
}

.btnContainer a:nth-child(1) h3, 
.btnContainer a:nth-child(2) h3 {
    font-size: 3vw;
}

.btnContainer .btn-primary {
    font-size: 1vw;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    padding: 60px 0;
}

.typeContainer span {
    margin-top: 25px;
    display: inline-block;
    position: relative;
    padding: 0px 30px 10px;
}

.typeContainer span:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.typeContainer a:hover span:after {
    width: 200px;
    background-color: black;
}

.typeContainer h3 {
    margin-top: 12px;
}

.oemContainer {
    width: 1250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6% 0;
    margin-left: 15px;
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 10px;
    flex: 0 0 18%;
    text-align: center;
}

.oemContainer img {
    max-height: 100px;
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(0.9);
}

.homeAbout {
    background-color: rgb(0 0 0 / 83%);
    padding: 50px;
    color: white;
}

.homeAbout h1 {
    color: white;
    font-weight: 400;
    text-align: center;
}

.homeAbout h1 span {
    color: #ffe814;
    font-weight: 700;
}

.homeAbout p {
    text-align: justify;
    line-height: 31px;
}

.p-header {
    position: relative;
    height: 300px;
    margin-bottom: 25px;
    border-bottom: 4px solid red;
    background-color: black;
}

.p-header:before {
    content: '';
    width: 100%;
    height: 45%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 75%) 100%);
    bottom: 0px;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    padding: 26px;
    font-size: 58px;
    line-height: 53px;
    color: white;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
    position: absolute;
    bottom: 0;
}

.p-header h1 span {
    display: block;
    font-size: 70px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl 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: red;
}

.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: red;
    background-color: #d9d9d9;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: red;
}

.homeSlider {
    margin: 25px 0;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.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;
    color: red;
    text-transform: uppercase;
    font-weight: 800;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #e6e6e6;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
}

.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;
}

.inventory-container .vehicle .thumb {
    line-height: 190px;
}

.inventory-container .vehicle .thumb {
    height: 193px;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #000000;
    border: 2px solid black;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    border-radius: 8px;
    margin: 10px 0;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.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: yellow;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #d9d9d9;
    padding: 10px;
    background-size: cover;
    color: black;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 4px;
    font-weight: 800;
    text-align: center;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    transition: .3s;
    background-color: #ffffff;
    color: black;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #d9d9d9;
    color: black;
}

.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;
    color: black;
    background-color: #ffffff;
    border-radius: 4px;
}

.customForm textarea {
    width: 100%;
}

@media (min-width: 768px) {
#Form2739 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form2605 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form2601 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2601 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2605 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form2601 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    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;
}

.footerWrapper {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/baff7899-a687-4044-9cd9-01cd63f74911/header-back-88-2.jpg);
    background-size: contain;
    background-position: center;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: black;
    padding: 60px 30px;
    line-height: 35px;
}

.footerInfo {
    order: 2;
    text-align: center;
}

.footerLogos {
    display: flex;
    align-items: center;
}

.footerLogos a {
    padding: 10px;
}

.footerLogos img {
    max-width: 300px;
    max-height: 125px;
}

.footerAddress {
    margin-top: 20px;
}

.footerAddress .dealer-address, 
.footerAddress .dealer-phone {
    display: block;
}

.footerAddress .dealer-phone {
    font-size: 27px;
    margin-top: 6px;
}

.footerLinks {
    order: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

.footerHours {
    order: 3;
}

.footerHours table td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.footerLogos a {
    position: relative;
}

.footerLogos a:nth-child(1) {
    margin-right: 15px;
}

.footerLogos a:nth-child(1):after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ff0000;
    position: absolute;
    right: -11px;
    top: 0;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer {
    width: 1170px;
}

.headerLogos img {
    max-width: 190px;
    max-height: 70px;
}

.headerRight .btn-primary {
    bottom: -59px;
    right: 145px;
}

.headerSocial a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin: 4px;
    padding: 2px 0;
}

.oemContainer {
    width: 1015px;
}

.headerLogos a:nth-child(1) {
    margin-right: 10px;
}

.headerLogos a:nth-child(1):after {
    right: -6px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.oemContainer {
    width: 800px;
}

.headerInfo {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 0 0 32%;
}

.headerLogos img {
    max-width: 144px;
    max-height: 66px;
}

.headerRight .btn-primary {
    bottom: -59px;
    right: 35px;
}

.typeContainer h3 {
    font-size: 19px;
}

.oemSection {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.footerLogos img {
    max-width: 200px;
    max-height: 100px;
}

.p-header {
    height: 275px;
}

.mapWrapper {
    padding-bottom: 128%;
}

.inventory-container .vehicle .thumb {
    height: 150px;
}

.inventory-container .vehicle .thumb {
    line-height: 150px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}
}



@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: center;
}

.headerInfo {
    flex-flow: row;
    align-items: center;
    flex: 0 0 75%;
    margin-top: 25px;
}

.siteSearch {
    margin-left: 15px;
}

.headerRight {
    margin-top: 20px;
}

.typeContainer h3 {
    font-size: 15px;
}

.oemContainer {
    width: 600px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerLinks ul {
    text-align: left;
}

.footerInfo {
    order: 1;
}

.footerLinks {
    order: 2;
    margin: 30px 0;
    align-items: flex-start;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 50px;
    line-height: 50px;
}

.p-header h1 span {
    font-size: 60px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 185px;
}

.inventory-container .vehicle .thumb {
    height: 185px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.oemContainer {
    width: 100%;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page, 
#vdp-container, 
#thankyou-page, 
#showroom, 
#blog-page, 
#blog-detail, 
#credit-thankyou-page, 
#events-page, 
#creditAppContainer {
    margin: 0 15px;
}

.headerLogos a {
    flex: 0 0 50%;
}

.oemContainer {
    margin-left: 0;
}

.oemContainer {
    justify-content: flex-start;
}

.headerInfo a:nth-child(2),
.headerSocial {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.siteSearch {
    margin: 5px 15px;
}

.headerContainer {
    align-items: center;
}

.headerInfo .dealer-phone {
    margin-right: 0;
}

.headerInfo {
    flex: 0 0 auto;
    margin: 5px 15px;
}

.headerLogos img {
    max-width: 100%;
    max-height: 100%;
}

.headerRight {
    flex: 0 0 auto;
}

.headerRight .btn-primary {
    bottom: -44px;
    right: unset;
    left: 15px;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 48%;
}

.typeContainer h3 {
    font-size: 3.5vw;
}

.footerLogos img {
    max-width: 100%;
    max-height: 100%;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}

.btnContainer .btn-primary {
    font-size: 3vw;
}

.btnContainer a:nth-child(1) h3, 
.btnContainer a:nth-child(2) h3 {
    font-size: 6vw;
}

.btnContainer h3 {
    font-size: 5vw;
}

.btnContainer h3 span {
    display: block;
}

.typeContainer {
    padding: 0;
}

.oemContainer a {
    flex: 0 0 25%;
}

.oemContainer a:nth-child(n+8) {
    flex: 0 0 27%;
}

.homeAbout {
    padding: 20px;
}

.homeAbout h1 {
    font-size: 30px;
}

.homeAbout p {
    text-align: center;
    line-height: 28px;
}

#main-nav {
    margin-top: -15px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    line-height: 8vw;
    padding: 10px;
}

.p-header h1 span {
    font-size: 9vw;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}
}






