body {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Condensed', 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/e1eeac4a-7906-4d23-b334-5777874a13fa/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/e1eeac4a-7906-4d23-b334-5777874a13fa/background.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


a, 
a.promo-link {
    color: #df1b21;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.breadcrumb {
    background-color: #1c1c1c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#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(0 0 0);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

header.body {
    background-color: rgb(0 0 0 / 84%);
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: row;
    padding: 15px 10px 0;
    justify-content: space-between;
    align-items: flex-start;
}

.headerContainer .logo {
    position: relative;
    margin-right: 30px;
}

.headerContainer .logo img {
    max-width: 270px;
}

.logo {
    position: relative;
}

.logo h1 {
    margin: 0;
    text-align: center;
    color: #df1b21;
    font-size: 43px;
    position: relative;
    z-index: 4;
    text-shadow: 2px 2px 2px black, 0 0 2px black;
}

.logo h1 span {
    display: block;
    font-size: 30px;
    color: white;
    font-weight: 400;
}

.headerBlock {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 768px) {
.headerBlock {
    position: relative;
}
}

.headerHours {
    text-align: center;
}

.headerHours h5 {
    margin: 0;
    font-size: 16px;
}

.headerBlock a.dealer-phone {
    margin: 0 30px;
    font-size: 40px;
}

.headerBlock .dealer-address {
    margin-right: 20px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #686868;
    position: absolute;
    right: -10px;
    top: 0;
}

.headerContainer > .headerBlock > a.dealer-phone > span.fa.fa-mobile {
    display: none;
}

.headerBlock span.phone-text {
    font-weight: 700;
}

.headerLeft {
    display: flex;
    align-items: center;
}

.social {
    display: flex;
    justify-content: space-between;
    margin: 23px 15px 0 0;
}

.social a {
    color: white;
    margin: 0 8px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 2px solid white;
    text-align: center;
    padding: 3px 5px;
    border-radius: 50%;
}

.social a:hover {
    background-color: #df1c21;
}







/* NAVIGATION */

#main-nav {
    margin-top: -53px;
}

.navbar-nav {
    float: right;
    margin: 0;
    position: relative;
}

.navbar-nav:after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(97 97 97) 100%);
    position: absolute;
    right: 0px;
    bottom: 70px;
    z-index: 0;
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    padding: 27px 13px;
    font-weight: 700;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #df1b21;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.siteSearch {
    width: 500px;
    margin: 30px auto 45px;
    display: flex;
    position: relative;
    border: 3px solid #df1b21;
}

.siteSearch .form-control {
    background-color: black;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    margin: 0;
    position: relative;
    padding: 21px 15px;
}

.siteSearch button {
    background-color: black;
    border: none;
    color: white;
    position: relative;
}

.oemContainer {
    background-color: rgb(0 0 0 / 70%);
    padding: 15px;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.oemContainer a {
    padding: 1%;
    flex: 0 0 32%;
    min-height: 167px;
    margin: 10px 0;
    display: flex;
    flex-flow: column;
    position: relative;
}

/*
.oemContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    filter: opacity(0.35) grayscale(1);
}

.oemContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9a74df8b-21f0-408a-8e52-61ef671a33be/bmw.jpg);
}

.oemContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7aecfe59-0cec-4b58-88d5-d1b0fe4c0355/ktm.jpg);
}

.oemContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d5fbd833-6c1b-486a-a898-276df7836208/gasgas.jpg);
}

.oemContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a329df49-ec68-4ca9-a675-a03f9d9562a9/timbersled.jpg);
}

.oemContainer a:nth-child(5):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f46877c4-d931-4f9f-8587-90a1c857a328/royal-enfield.jpg);
}

.oemContainer a:nth-child(6):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0a64f54d-35b1-4aa5-a989-a78a9a80e38d/intense.jpg);
}
*/

.oemContainer img {
    max-height: 72px;
    display: block;
    object-fit: contain;
    max-width: 250px;
    margin: auto;
    position: relative;
    z-index: 3;
}

.oemContainer .btn-primary {
    display: block;
    width: max-content;
    margin: 10px auto;
}

.homeSlider .widget-inner {
    box-shadow: 0 0 10px black;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    background-color: black;
}

.btnContainer a {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.btnContainer img {
    filter: brightness(0.3);
    transition: .5s;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.btnContainer h3 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    left: 50%;
    margin: 0;
    font-size: 2.3vw;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: 400;
    background-color: rgb(0 0 0 / 44%);
    padding: 5% 0;
}

.btnContainer h3 span {
    display: block;
    font-weight: 700;
    font-size: 3vw;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid #df1b21;
}

.p-header img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 65px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 72%);
    padding: 10px 20px;
    width: 100%;
    width: max-content;
}

.mapWrapper {
    position: relative;
    padding-bottom: 85.5%;
    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;
}

.maptext h1 {
    margin-top: 0;
}

.department .title {
    border: 1px solid #282828;
    background: #282828;
    color: #e70400;
}

.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: transparent;
}

.department .employee .job p {
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

.brief, 
.briefSlide {
    display: none;
    cursor: pointer;
}

#employees-team-page h1 {
    text-align: center;
    font-size: 45px!important;
}

.photo {
    height: 350px;
    width: 100%;
}

.department .photo img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.employee > div.brief > p > p > strong {
    font-size: 16px;
    text-transform: uppercase;
    color: red;
    margin-top: 5px;
    display: block;
}

#creditAppForm section {
    background: white!important;
    color: black;
}

.jumbotron {
    background-color: rgb(0 0 0 / 76%);
    color: white!important;
}

#inventory-page #billboards-row {
    margin-bottom: 25px;
}







/* FEATURED VEHICLES */

.featuredInventory h2, 
.latestReviews h2 {
    text-align: center;
    font-size: 35px;
}

.featuredSection .container {
    background-color: rgb(0 0 0 / 70%);
    padding: 15px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .img-container {
    height: 244px;
}

.single-item-slider .item-detail .price {
    padding: 10px 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    background-color: #df1b21;
    color: black;
}

.single-item-slider .item-detail .name {
    color: white;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #df1b21;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 3px solid #999999;
    border-radius: 0px;
}

.single-item-slider .slider-outer {
    height: 395px;
}

.single-item-slider .slider-control {
    top: 22%;
}







/* REVIEWS */

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 18.3em;
}

.widget-Reviews {
    margin: 0;
}






/* INVENTORY */

.searchReturn {
    color: white;
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    transition: .3s;
    font-size: 24px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    font-weight: 700;
}

.inventory-container .vehicle .price:hover {
    color: black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#vdp-container .images-container {
    max-width: 100%;
}

#vdp-container #maincarousel .item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.back-box a:hover, .back-box a:focus {
    background-color: #000;
}

a.empEmail:hover {
    color: black;
}







/* FORMS */

.btn-primary,
.employees-container > div > a > div:nth-child(1) {
    color: #fff;
    background-color: black;
    border-top: 3px solid #df1b21;
    border-right: 3px solid #df1b21;
    border-bottom: 3px solid #df1b21;
    border-left: 3px solid #df1b21;
    border-radius: 0;
    position: relative;
    transition: .3s;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 12px;
    font-weight: 700;
}

.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,
.employees-container > div > a > div:nth-child(1):hover,
.employees-container > div > a > div:nth-child(1):focus {
    color: #000;
    background-color: white;
    border-color: #df1b21;
}

.employees-container > div > a > div:nth-child(1) {
    width: max-content;
    margin: 10px auto;
}

a.btn.btn-primary.vdp-btn {
    z-index: 1;
    padding: 10px 0;
    margin: 15px 0;
    background: linear-gradient(to bottom, rgb(214 61 36) 0%,rgb(250 236 3) 100%);
    font-size: 19px;
}

a.btn.btn-primary.vdp-btn:before {
    display: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    position: relative;
    z-index: 0;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #df1b21;
    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;
    color: black;
}

.siteSearch .form-control::-moz-placeholder {
    color: #fff;
}
.siteSearch .form-control:-ms-input-placeholder {
    color: #fff;
}
.siteSearch .form-control::-webkit-input-placeholder {
    color: #fff;
}

.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: #ffffff;
    color: black;
    position: relative;
    z-index: 2;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 82px;
}

.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 .form-header-text {
    font-size: 27px;
}

#VehicleInquiryContainer .form-header-text {
    display: none;
}

@media (min-width: 768px) {
#Form10817 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10817 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10817 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footerBack {
    background-color: black;
    position: relative;
    z-index: 1;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    line-height: 33px;
}

.footerContainer .social {
    line-height: 25px;
}

.footerContainer a {
    color: #c2c2c2;
}

.footerContainer a:hover {
    color: white;
}

.footerBlock .logo {
    margin-bottom: 15px;
}

.footerBlock .logo img {
    max-width: 225px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
    padding: 0 0 0 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.footerBlock ul a {
    flex: 0 0 50%;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 5px;
    height: 3px;
    background-color: #df1b21;
    position: absolute;
    left: -10px;
    top: 15px;
    transition: .3s;
}

.footerBlock ul a:hover li:before {
    background-color: #df1b21;
}

.footerBlock .dealer-phone {
    display: block;
    font-size: 23px;
    margin-top: 3px;
    font-weight: 700;
    color: #df1b21;
}

.footerBlock .btn-primary {
    background-color: white;
    color: black!important;
    margin-top: 30px;
}

.footerBlock {
    padding: 15px;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 32%;
}






@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 351px;
}

.photo {
    height: 275px;
}

.headerContainer .logo img {
    max-width: 225px;
}

.social {
    margin: 11px 15px 0 0;
}

.navbar-nav:after {
    display: none;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.navbar-nav>li>a {
    padding: 19px 13px;
}

.headerContainer {
    align-items: center;
}

.single-item-slider .img-container {
    height: 174px;
}

.single-item-slider .slider-outer {
    height: 342px;
}

.footerBlock ul a {
    flex: 0 0 100%;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 23%;
}

.p-header img {
    height: 225px;
}

.p-header h1 {
    font-size: 55px;
}

.mapWrapper {
    padding-bottom: 109%;
}
}






@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.navbar-nav>li>a {
    font-size: 14px;
}

.photo {
    height: 225px;
}

.logo h1 {
    font-size: 29px;
}

.logo h1 span {
    font-size: 20px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.single-item-slider .img-container {
    height: 140px;
}

.p-header img {
    height: 200px;
}

.p-header h1 {
    font-size: 50px;
}

.mapWrapper {
    padding-bottom: 134%;
}

.headerContainer .logo img {
    max-width: 200px;
}
}






@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.photo {
    height: 360px;
}

.headerContainer .logo img {
    max-width: 150px;
}

.headerBlock .dealer-address {
    margin-right: 0;
    display: block;
    text-align: center;
}

.headerBlock .dealer-address:after {
    display: none;
}

.logo h1 {
    font-size: 27px;
}

.logo h1 span {
    font-size: 19px;
}

.headerContainer .logo {
    margin: 9px 11px 0 0;
}

.headerBlock a.dealer-phone {
    margin: 0 10px;
    font-size: 27px;
}

.headerBlock {
    align-items: center;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .img-container {
    height: 104px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
}

.single-item-slider .slider-outer {
    height: 265px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 31%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.siteSearch-M button {
    background-color: #5b5b5b;
}
.oemContainer a {
    flex: 0 0 50%;
}

#main-nav .nav > li > a {
    padding: 15px 6px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.siteSearch {
    width: 100%;
}

.department-container .department .employee .photo {
    margin-bottom: 0;
}

.photo {
    height: 330px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-nav {
    display: block;
}

.navbar-nav>li>a {
    padding: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

a.headerAddress,
.headerContainer .social {
    display: none;
}

.headerBlock a.dealer-phone {
    margin: 0;
    position: absolute;
    left: 15px;
    bottom: -48px;
    font-size: 22px;
    z-index: 999;
}

.headerContainer {
    position: relative;
}

.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 50%;
    text-align: center;
    padding: 15px;
}

.oemContainer img {
    max-height: 100%;
    max-width: 100%;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 25vh;
}

.btnContainer h3 {
    font-size: 10.3vw;
}

.btnContainer h3 span {
    font-size: 12vw;
}

.footerContainer {
    flex-flow: column;
}

.p-header h1 {
    font-size: 12vw;
    padding: 5px 10px;
}

.p-header h1 span {
    display: block;
}

.p-header {
    margin-bottom: 0;
}

#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;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.footerContainer {
    overflow-x: hidden;
}

.headerLeft {
    flex: 0 0 100%;
}

.headerContainer .logo {
    flex: 0 0 60%;
}

.headerHours {
    text-align: center;
    flex: 0 0 40%;
}

.siteSearch {
    margin: 15px 0 0;
}
}







