
body {
    font-family: 'Roboto Condensed', 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: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/46b7554a-db4a-49eb-aa02-7e90f97165b6/background-eastside.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/46b7554a-db4a-49eb-aa02-7e90f97165b6/background-eastside.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

#inner-bg {
    margin-top: 55px;
    overflow-x: hidden;
}

a {
    color: #e01f28;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.homeTopSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9120c07f-a689-4ac9-a13c-231ace389481/background-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 175px;
}

.homeAboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/111086d6-85bf-40ed-a675-8c24aeb75348/about-back-2.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: right center;
    background-color: black;
    background-repeat: no-repeat;
    padding: 60px;
    position: relative;
    margin-top: 0px !important;
}

.homeAboutSection::before {
    content: "";
    background-image: url(https://psmfirestorm.blob.core.windows.net/0b900748-96f3-4b25-aeb6-5c08ae6549c8/grunge-white.png);
    width: 100%;
    height: 86px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: contain;
    background-repeat: repeat-x;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab';
    font-weight: 100;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 100px;
}

#home-page {
    margin-bottom: -100px;
}

#inventory-page,
#vdp-container,
#showroom,
#promotions-page,
#employees-team-page,
#thankyou-page,
#credit-thankyou-page {
    margin-top: 100px;
    background-color: rgb(255 255 255 / 61%);
    padding: 15px;
}







/* NAVIGATION */

#main-nav {
    background-color: #bfbfbf;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgb(226 226 226) 100%);
    border-bottom: 3px solid #e02028;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav > li > a {
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee0;
    color: #e02028;
}

.social-media-icons {
    display: none;
}





/* HEADER */

.headerWrapper {
    background-color: #ffffff;
    position: relative;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.headerWrapper::after {
    content: "";
    background-image: url(https://psmfirestorm.blob.core.windows.net/0b900748-96f3-4b25-aeb6-5c08ae6549c8/grunge-white.png);
    background-size: contain;
    bottom: -86px;
    width: 100%;
    height: 86px;
    position: absolute;
    background-repeat: repeat-x;
    z-index: 3;
}

.headerContainer .dealer-phone .phone-text, 
.headerContainer .dealer-address {
    padding-left: 5px;
}

.headerContainer .dealer-city {
    border-left: 1px solid gray;
    padding-left: 5px;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #e01f28;
}

.headerContainer .fa-mobile, 
.headerContainer .fa-map-marker {
    color: #0965a8;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    padding: 7px;
}

.headerLogo img {
    max-width: 400px;
}





/* CONTENT */

.siteSearch {
    width: 550px;
    margin: 110px auto 50px;
    display: flex;
}

.siteSearch .form-control {
    padding: 20px 10px;
    border-radius: 8px 0px 0px 8px;
    border-top: 3px solid rgb(224, 32, 40);
    border-bottom: 3px solid rgb(224, 32, 40);
    border-left: 3px solid rgb(224, 32, 40);
    border-image: initial;
    border-right: none;
    background-color: white;
    margin: 0;
}

.siteSearch .form-control:hover {
    border-color: #e02028;
}

.siteSearch button {
    background-color: white;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 3px solid #e02028;
    border-left: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 24%;
    position: relative;
    background-color: white;
    padding: 15px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/865ba551-eccf-4e90-b5bb-2a18766e18aa/brushed-metal-bckgrd.jpg);
    background-size: cover;
    border-radius: 7px;
}

.btnContainer a:before, 
.btnContainer a:after,
.btnText:before,
.btnText:after{
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/754061bc-a4b6-4325-92a9-066253a47eff/screw.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
}

.btnContainer a:before {
    left: 3px;
    top: 3px;
}

.btnContainer a:after {
    right: 3px;
    top: 3px;
}

.btnText:before {
    left: -12px;
    bottom: -12px;
}

.btnText:after {
    right: -12px;
    bottom: -12px;
}

.btnText {
    text-align: center;
    position: relative;
}

.btnText h3 {
    margin-top: 0px;
    font-family: "Roboto Slab", serif;
    line-height: 27px;
    color: black;
}

.btnText h3 span {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
}

.btnText h5 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 900px;
    margin: auto;
    z-index: 3;
    position: relative;
}

.oemContainer a {
    flex: 0 0 20%;
    text-align: center;
}

.oemContainer img {
    max-height: 80px;
}

.oemContainer a:hover {
    transform: scale(1.1);
}

.homeAbout {
    width: 500px;
    color: white;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    margin: 40px auto;
    text-shadow: 1px 1px 1px black;
}

.homeAbout h1 {
    color: rgb(0 0 0);
    margin-top: 0px;
    text-shadow: 0px 0px 7px white;
}

.homeAbout span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.homeAbout p {
    text-align: justify;
    font-size: 18px;
}

.homeAbout a {
    color: yellow;
}

.p-header {
    position: relative;
    border-bottom: 3px solid #0a65a8;
    height: 300px;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 75px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    padding: 31px 10px 0;
    text-shadow: 1px 1px 1px white;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

#creditAppForm section {
    background: #ffffff!important;
}

.mapWrapper {
    position: relative;
    padding-bottom: 101%;
    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-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;
}







/* FEATURED INVENTORY */

.featuredSection {
    background-color: white;
    margin-top: 0!important;
    position: relative;
}

.featuredSection::before {
    content: "";
    background-image: url(https://psmfirestorm.blob.core.windows.net/0b900748-96f3-4b25-aeb6-5c08ae6549c8/grunge-white.png);
    width: 100%;
    height: 86px;
    position: absolute;
    top: -85px;
    transform: rotateX(180deg) rotateY(180deg);
    z-index: 3;
    background-size: contain;
    background-repeat: repeat-x;
}

.featuredInventory h2 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

.featuredInventory {
    margin-top: 60px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 2%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    color: #0a65a8;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    color: black;
    line-height: 17px;
}

.single-item-slider .slider-outer {
    height: 240px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 2px solid #dadada;
    border-radius: 8px;
}

.featuredInventory h2, 
.latestReviews h2 {
    text-align: center;
    font-family: "Roboto Slab", serif;
    background: linear-gradient(rgb(226, 226, 226) 0%, rgb(219, 219, 219) 50%, rgb(209, 209, 209) 51%, rgb(226, 226, 226) 100%);
    border-bottom: 3px solid rgb(224, 32, 40);
    text-transform: uppercase;
    padding: 10px 20px;
    width: max-content;
    margin: 10px auto 20px;
    font-size: 25px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 193px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.reivew-name {
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.acidjs-rating-stars label::before, 
.review-widget-star::before {
    font-size: 19px;
}






/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 10px;
}

.form-header-text {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 25px;
    color: #e02028;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #eaeaea;
    box-shadow: none;
    transition: .3s;
}

.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(233 102 102 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(224 32 40 / 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;
}

.btn-primary {
    color: #fff;
    background-color: #025ead;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 600;
    border: 3px solid #025ead;
    display: block;
    margin: 10px 0;
}

.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: #000000;
    background-color: white;
    border-color: #025ead;
}

@media (min-width: 768px) {
#Form1479 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1479 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}

.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;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 600;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #c7c7c7;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 39px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #0a65a8;
    padding: 4px 0;
}

.inventory-container .vehicle .title a:hover,
#vehicleList > div > div > div.price-box > text > a:hover,
#vehicleList > div > div > div.price-box > a:hover {
    text-decoration: none;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

a.promo-link {
    color: #e01f28;
}

a.promo-link:hover {
    color: #000;
}

#showroom h5 i {
    color: #e02028;
}

#showroom h5 i a {
    color: black;
}






/* FOOTER */

.footer-background {
    background-color: white;
    position: relative;
}

.footer-background::before {
    content: "";
    background-image: url(https://psmfirestorm.blob.core.windows.net/0b900748-96f3-4b25-aeb6-5c08ae6549c8/grunge-white.png);
    top: -86px;
    width: 100%;
    height: 87px;
    position: absolute;
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: repeat-x;
}

.footer-container {
    width: 1180px;
    margin: auto;
    display: flex;
    flex-flow: column;
    padding: 30px 15px;
    text-transform: uppercase;
}

.footer-container a {
    color: black;
}

.footer-container a:hover {
    color: #e01f28;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.footer-links a {
    background-color: white;
    padding: 7px 15px;
    box-shadow: 0 0 5px black;
    border-radius: 8px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/865ba551-eccf-4e90-b5bb-2a18766e18aa/brushed-metal-bckgrd.jpg);
    background-size: cover;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-links a:hover {
    transform: scale(1.1);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 45px;
    margin-bottom: 15px;
}

.footerLabel {
    font-family: 'Roboto Slab';
    display: block;
}

.footer-b-m .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.footer-b-m .dealer-city {
    padding-left: 5px;
}

.footerSocial a {
    padding: 4px;
}

footer.body .outer-wrapper {
    background-color: #fff;
    color: #6d6d6d;
    text-align: center;
}

footer.body .container {
    border-top: 1px solid #dadada;
    padding: 12px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerLogo img {
    max-width: 400px;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footer-container {
    width: 970px;
}

.headerLogo img {
    max-width: 325px;
}

.btnText h3 {
    line-height: 26px;
    font-size: 23px;
}

.btnText h3 span {
    font-size: 31px;
}

.p-header h1 {
    font-size: 60px;
}

.p-header {
    height: 250px;
}
}




@media (max-width: 991px) {
.headerContainer, 
.footer-container {
    width: 748px;
}

.headerContainer {
    font-size: 16px;
}

.headerLogo img {
    max-width: 225px;
}

.btnText h3 {
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 7px;
}

.btnText h3 span {
    font-size: 22px;
}

.btnText h5 {
    font-size: 14px;
    margin-top: 0;
}

.oemContainer {
    width: 600px;
}

.footerLogo img {
    max-width: 200px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}
}






@media (max-width: 767px) {

.footer-background {
    top: 70px;
}

.headerContainer, 
.footer-container {
    width: 100%;
}

.headerLogo,
.headerSocial {
    display: none;
}

.siteSearch {
    width: 97%;
    margin: 11% auto 5%;
}

.btnContainer {
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 47%;
    padding: 2%;
    margin: 1%;
}

.btnText h3 {
    font-size: 4vw;
    line-height: 5.5vw;
}

.btnText h3 span {
    font-size: 6vw;
}

.btnContainer a:before, 
.btnContainer a:after, 
.btnText:before, 
.btnText:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/754061bc-a4b6-4325-92a9-066253a47eff/screw.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: cover;
}

.btnText:after,
.btnText:before {
    right: -3px;
    bottom: -3px;
}

.homeTopSection {
    padding-bottom: 12%;
    margin-top: -41px;
    padding-top: 32px;
}

.oemContainer img {
    max-height: 45px;
}

.oemContainer {
    width: 100%;
    flex-wrap: wrap;
}

.homeAboutSection {
    padding: 15px;
}

.homeAbout {
    width: 100%;
}

.footer-links {
    width: 90%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}

.footer-links a {
    margin: 3% 1%;
    flex: 0 0 47%;
}

.footer-b-m .dealer-address {
    padding-right: 0;
    border-right: none;
    display: block;
}

.footer-bottom {
    flex-flow: column;
    text-align: center;
    margin: 20px auto;
    align-items: center;
}

.footer-bottom div {
    padding: 10px 0;
}

.headerContainer {
    flex-flow: column;
    margin-top: 10px;
}

.headerWrapper::after {
    height: 45%;
    background-position: top;
    bottom: -21px;
}

.featuredInventory {
    margin-top: 15px;
}

.homeAboutSection {
    background-size: cover;
}

.p-header {
    height: 100%;
    margin-top: -32px;
    z-index: 0;
    position: relative;
}

.p-header h1 {
    font-size: 7vw;
}

#inventory-page, 
#vdp-container, 
#showroom, 
#promotions-page, 
#employees-team-page, 
#thankyou-page, 
#credit-thankyou-page {
    margin-top: -32px;
    padding-top: 30px;
}

.siteSearch-M input {
    background-color: white;
}

.btnText h5 {
    font-size: 3vw;
}

.featuredInventory h2, .latestReviews h2 {
    width: 100%;
}

#content-container {
    padding-bottom: 5%;
}

#SubmitCreditAppButton {width:100%; font-size:18px; padding:18px;}

}



