body { 
    background: #cccccc;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 16px;
}

@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: url(https://psmfirestorm.blob.core.windows.net/da1f7462-e02f-482b-878e-004055f59853/background-80.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: url(https://psmfirestorm.blob.core.windows.net/da1f7462-e02f-482b-878e-004055f59853/background-80.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #5190cd;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #264562;
    text-decoration: none;
}

#content-container {
    margin-top: 275px;
    padding-bottom: 25px;
}

#home-page {
    padding-bottom: 25px;
}

.aboutSection {
    background-color: black;
    color: white;
}





/* HEADER */

header.body {
    background-color: white;
    position: fixed;
    width: 100%;
    top: 33px;
    z-index: 1111;
}

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0px;
    align-items: center;
}

.headerMid {
    display: flex;
    flex-flow: column;
}

.headerSlogan {
    text-align: center;
}

.headerSlogan h3 {
    font-size: 50px;
    margin-top: 0;
}

.headerSlogan h3 .accent {
    color: #5190cd;
}

.headerSlogan .italic {
    font-style: italic;
    margin-left: 10px;
}

.headerSlogan .btm {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.headerSlogan .btm .accent {
    color: #ff6600;
}

.headerSlogan .btm div {
    padding: 0 10px;
}

.headerLogo {
    flex: 0 0 20%;
    margin-bottom: -44px;
}

.headerLogo img {
    width: 100%;
}

.headerLocations {
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    justify-content: space-between;
}

.headerLocations a {
    padding: 0 10px;
    font-weight: 400;
    color: black;
}

.headerLocations .address {
    display: block;
}

.siteSearch {
    display: flex;
    margin-top: 15px;
}

.siteSearch .form-control {
    background-color: black;
    border: none;
    border-radius: 8px 0 0 8px;
    color: white;
    margin: 0;
}

.siteSearch button {
    background-color: black;
    color: white;
    border: none;
    border-radius: 0 8px 8px 0;
}

.headerTop {
    background-color: #5190cd;
    font-weight: 700;
    text-align: center;
    display: none;
}

.headerTop span {
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 23px;
}

.headerTop a {
    color: white;
}

.headerSocial {
    display: flex;
    flex-flow: column;
}

.headerSocial a {
    font-size: 30px;
}

 .top-bar-announcement-link {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

.top-bar-announcement-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.top-bar-announcement {
    font-weight: 700;
}





/* NAVIGATION */

#main-nav {
    background-color: black;
}

.navbar-nav>li>a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 24px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #5090cd;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}




/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btnContainer a {
    flex: 0 0 30%;
    text-align: center;
    padding: 15px;
    border: 3px solid black;
    border-radius: 15px;
    box-shadow: 6px 6px 0px #5190cd;
    color: black;
    background-color: white;
}

.btnContainer a:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px #5190cd;
}

.btnContainer h2 {
    margin: 0;
    font-size: 45px;
    letter-spacing: 3px;
}

.btnContainer h2 span {
    display: block;
    font-weight: 300;
    font-size: 33px;
}

.homeAbout {
    padding: 30px;
}

.homeAbout h1 {
    text-align: center;
    font-size: 50px;
    color: #5090cd;
}

.homeAbout h1 span {
    font-weight: 300;
    color: white;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
    border-bottom: 3px solid #ff6600;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.p-header:before {
    content: '';
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    right: 25px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    text-align: right;
    font-size: 60px;
    line-height: 52px;
}

.p-header h1 span {
    display: block;
    font-weight: 300;
    font-size: 55px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 58%;
    margin-top: 25px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.department-container .department {
    background: transparent;
}

.department .title {
    color: white;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 50px;
}

.department .employee {
    background: #fff;
}

.oemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.oemContainer a {
    padding: 10px;
    flex: 0 0 11%;
}







/* FEATURED INVENTORY */

.blurbBanner {
    z-index: 2;
}

.featuredSection > div,
.reviewsSection > div {
    background-color: rgb(255 255 255 / 66%);
    box-shadow: 4px 4px 4px black;
}

.single-item-slider .slider-outer {
    height: 265px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 2px solid black;
}

.single-item-slider .item-detail .name {
    color: black;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 1%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    color: #ff6600;
}

.featuredInventory h2, 
.latestReviews h2 {
    display: none;
}

.featText h2 {
    text-align: center;
    font-size: 50px;
}

.featText h2 span {
    font-weight: 300;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}





/* INVENTORY */

.inventory-container .vehicle-box {
    border-radius: 8px;
}

.inventory-container .toolbar {
    border-color: #777;
    background-color: #666;
    color: #fff;
}

.inventory-container .vehicle {
    border-color: transparent;
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 63%);
    border-radius: 8px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .btn {
    color: #fff;
    text-shadow: 0 1px 1px #585858;
    border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25);
    border-bottom-color: #696969;
    background-image: linear-gradient(to bottom, #919191, #575757);
    background-repeat: repeat-x;
}

.inventory-container .btn:hover,
.inventory-container .btn:focus {
    background-position: 0 -25px;
    color: #fff;
}

.inventory-container .btn:hover,
.inventory-container .btn:focus,
.inventory-container .btn:active,
.inventory-container .btn.active,
.inventory-container .btn.disabled,
.inventory-container .btn[disabled] {
    background-color: #888;
}

.filters-container .panel-body li {
    color: #ccc;
}

#filters-box li label {
    color: #000;
}

#filters-box .panel-heading {
    border-bottom: none;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.inventory-container .vehicle .price-box {
    border-radius: 0 0 8px 8px;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel {
    background-color: #ffffff;
}

.panel-default {
    border-color: #696969;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #ddd;
    font-weight: 700;
    text-transform: uppercase;
}

.list-group-item {
    border: 1px solid #464646;
}

.specs-panel .list-group-item {
    background: #000;
    color: #fff;
}

.specs-panel.panel-body {
    background-color: #ffffff;
    color: #000;
}

.modal {
    z-index: 10509;
}







/* FORMS */

.btn-primary {
    color: #000;
    background-color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid black;
    box-shadow: 2px 2px 0 #4f90cd;
    transition: .3s;
    margin: 10px 0;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    background-color: #ff6600;
    color: white;
    font-size: 25px;
}

.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 {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0 #4f90cd;
    background-color: white;
    color: black;
    border-color: black;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
    border-radius: 8px;
    color: white;
}

.forms-title-section {
    text-align: center;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, 
.vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    color: #5090cd;
    font-weight: 700;
}

.form-control {
    background-color: #161616;
    border: none;
    margin: 5px 0;
    color: white;
    font-size: 14px!important;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #000000;
    border-radius: 8px;
    font-size: 15px;
    color: white;
}

#FilterQuickSearch {
    margin: 0;
}

#creditAppForm section {
    background: #000000!important;
    color: white!important;
}

@media (min-width: 768px) {
#Form2135 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form2135 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #161616;
    color: white;
    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%;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footerBack {
    background-color: white;
}

.footerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.footerBlockL {
    flex: 0 0 40%;
}

.footerLocations {
    display: flex;
    justify-content: space-around;
}

.footerLocations .address {
    display: block;
}

.footerOtherLocs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footerOtherLocs a {
    flex: 0 0 50%;
}

.footerOtherLocs img {
    display: block;
    margin: auto;
    max-height: 74px;
}

.footerPhone span {
    display: block;
    font-size: 22px;
}

.footerPhone a {
    font-weight: 700;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footertable td {
    text-align: left;
}

.footertable td:nth-child(1) {
    padding-right: 15px;
}

.footerSocial {
    display: flex;
    justify-content: center;
}

.footerSocial a {
    font-size: 35px;
    padding: 10px;
}

.footerLogo img {
    max-width: 150px;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1180px;
}

.headerSlogan .btm {
    font-size: 18px;
}

.headerSlogan h3 {
    font-size: 40px;
}

.navbar-nav>li>a {
    padding: 15px 18px;
}

.footerBlockL {
    flex: 0 0 44%;
}

#content-container {
    margin-top: 235px;
}
}



@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.headerSlogan .btm {
    flex-wrap: wrap;
    justify-content: center;
}

.headerSlogan h3 {
    font-size: 32px;
    margin-bottom: 5px;
}

.headerRight {
    flex: 0 0 36%;
}

.headerSocial {
    margin-left: 15px;
}

.headerLogo {
    flex: 0 0 18%;
    margin-bottom: 0;
}

.headerContainer {
    padding: 15px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.social-media-icons {
    display: none;
}

.footerOtherLocs a {
    flex: 1 0 auto;
}

#content-container {
    margin-top: 245px;
}

.p-header {
    height: 275px;
}

.inventory-container .vehicle .price {
    font-size: 21px;
}

.mapform {
    margin-top: 25px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerRight {
    flex: 0 0 48%;
}

.headerSlogan h3 {
    font-size: 26px;
}

.headerSlogan .btm {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
}

.btnContainer h2 {
    font-size: 36px;
    letter-spacing: 2px;
}

.btnContainer h2 span {
    display: block;
    font-weight: 300;
    font-size: 24px;
}

.btnContainer a {
    box-shadow: 4px 4px 0px #5190cd;
}

.btnContainer a:hover {
    transform: translate(4px, 4px);
}

#content-container {
    margin-top: 255px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 50px;
    line-height: 47px;
}

.p-header h1 span {
    font-size: 45px;
}

.inventory-container .vehicle .price {
    font-size: 25px;
}

.siteSearch-M button {
    box-shadow: none;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.footerLocations,
.headerLocations {
    flex-flow: column;
}

.headerLogo {
    flex: 0 0 35%;
}

/*
.headerTop {
    flex-flow: column;
    display: flex;
}

.headerTop span {
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 18px;
}
*/

.headerSlogan,
.headerLocations .address,
.headerSocial {
    display: none;
}

.headerRight {
    flex: 0 0 58%;
}

a.footerLogo {
    order: 1;
}

.footerLocations a:nth-child(1) {
    order: 2;
}

.footerLocations a:nth-child(3) {
    order: 3;
}

.footerLocations a {
    margin-bottom: 10px;
}

.footerOtherLocs {
    flex-flow: column;
    align-items: center;
}

.btnContainer {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
}

.btnContainer a {
    box-shadow: 3px 3px 0px #5190cd;
    margin: 10px 0;
    flex: 0 0 48%;
}

.btnContainer h2 {
    font-size: 6vw;
    letter-spacing: 1px;
}

.btnContainer h2 span {
    font-size: 5vw;
}

.siteSearch {
    margin-top: 5px;
}

#main-nav .navbar-brand.text {
    text-transform: uppercase;
    font-weight: 700;
}

#main-nav .navbar-toggle {
    color: white;
}

.navbar-nav {
    display: block;
}

#main-nav .dropdown-menu>li>a {
    color: white;
    padding: 10px 35px;
}

.navbar-collapse {
    box-shadow: none;
}

.homeAbout h1 {
    font-size: 35px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    line-height: 8vw;
}

.p-header h1 span {
    font-size: 7vw;
}

.headerLogo img {
    width: unset;
}

.p-header:before {
    width: 60%;
}

.maptext h2 {
    font-size: 6vw;
}

.mapandhourstbl {
    margin: auto;
}

.headerLogo img {
    max-width: 125px;
}

#content-container {
    margin-top: 212px;
}

.oemContainer a {
    padding: 6px;
    flex: 0 0 16%;
}
}





