body {
    font-family: 'Cairo', 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: #ffffff url(https://psmfirestorm.blob.core.windows.net/80f37b87-5c81-405a-b6d7-35cf7f7493d0/background-dark-65.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/80f37b87-5c81-405a-b6d7-35cf7f7493d0/background-dark-65.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

#outer-wrapper {
    overflow-x: hidden;
}

a,
a.promo-link {
    color: #d55746;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.topSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/80f37b87-5c81-405a-b6d7-35cf7f7493d0/background-dark-65.jpg);
    background-size: cover;
    margin-top: -25px;
    padding: 10% 0;
    background-size: cover;
    background-position: 0 0px;
}

.btnSection,
.sliderSection {
    margin-top: 0!important;
}

.featuredSection {
    background-color: #aaaaaa;
    margin-top: 0!important;
    padding: 5% 0;
    background: linear-gradient(135deg, rgba(209,209,209,1) 0%,rgb(157 157 157) 100%);
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
.container.custom-page,
#events-page {
    background-color: rgb(0 0 0 / 60%);
    padding: 15px;
    color: white;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: #aaaaaa;
    border-bottom: 3px solid #d55746;
    background: linear-gradient(135deg, rgba(209,209,209,1) 0%,rgb(157 157 157) 100%);
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 10px 15px 0;
    color: black;
    align-items: flex-start;
    position: relative;
}

.headerLogo {
    flex: 0 0 25%;
}

.headerBlock {
    display: flex;
    flex-flow: column;
    text-align: center;
}

.headerBlock a:nth-child(1) {
    order: 2;
}

.headerBlock .dealer-address {
    margin-right: 15px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 1px;
    height: 75%;
    background-color: gray;
    position: absolute;
    right: -8px;
    top: 4px;
}

.headerBlock .dealer-phone {
    font-weight: 700;
    font-size: 36px;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #d55746;
}

.headerHours {
    margin-right: 50px;
    text-align: center;
}

.headerHours h4 {
    margin: 5px 0 0;
}

.headerHours h5 {
    margin-bottom: 0;
}

.headerBtn .btn-primary {
    color: white!important;
    margin-top: 21px;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.headerSocial a {
    font-size: 20px;
    padding: 10px;
}

.headerBtn {
    display: flex;
    justify-content: space-between;
    flex: 0 0 27%;
}








/* NAVIGATION */

#main-nav {
    margin-top: -80px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
    position: relative;
    background-color: #d1d1d1;
}
}

.navbar-nav:before {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-right: 88px solid #d1d1d1;
    content: '';
    position: absolute;
    left: -88px;
}

.navbar-nav:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #d1d1d1;
    position: absolute;
    right: -100%;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    color: black;
    padding: 20px 20px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 3;
}

.navbar-nav > li > a:before {
    content: '';
    background-color: #d55746;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.navbar-nav > li > a:hover:before {
    height: 100%;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.navbar {
    border: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}






/* CONTENT */

.mainCont {
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.toptext {
    font-weight: 700;
    font-size: 60px;
}

.middletext {
    font-size: 35px;
}

.middletext span {
    color: #d55746;
    font-weight: 700;
}

#inventory-count {
    color: white;
    font-size: 36px;
    font-weight: 700;
    min-width: 62px;
    display: inline-block;
}

.siteSearch {
    display: flex;
    width: 500px;
    margin: 30px auto;
    box-shadow: 0 0 10px black;
    border-radius: 23px;
}

.siteSearch .form-control {
    margin: 0;
    border: 3px solid #ae4738;
    border-radius: 0;
    border-right: none;
    padding: 20px 15px;
    font-size: 16px!important;
    border-radius: 23px 0 0 23px;
}

.siteSearch .form-control:hover {
    border-color: #ae4738;
}

.siteSearch button {
    border: 3px solid #ae4738;
    background-color: #ffffff;
    margin: 0;
    font-size: 20px;
    padding: 0px 14px;
    border-radius: 0 23px 23px 0;
    border-left: none;
    color: #d55746;
}

.btnWrapper {
    background-color: #eaeaea;
    display: flex;
    justify-content: space-around;
}

.btnWrapper a {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 2%;
    color: #d55746;
    position: relative;
}

.btnWrapper a:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: #d55746;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: 0;
}

.btnWrapper a:hover:before {
    height: 100%;
}

.btnWrapper a:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #bbbbbb;
    position: absolute;
    right: 0;
    top: 10%;
}

.btnWrapper a:last-child:after {
    display: none;
}

.btnWrapper div {
    position: relative;
}

.btnWrapper h3 {
    margin: 0;
    font-size: 2vw;
    transition: .3s;
}

.btnWrapper h3 span {
    display: block;
    font-weight: 300;
    font-size: 3vw;
    color: black;
}

.btnWrapper a:hover h3 {
    color: white;
}

.oemContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 950px;
    margin: 25px auto 0;
}

.oemContainer a {
    flex: 0 0 20%;
}

.oemContainer a:hover {
    transform: scale(1.1);
}

.homeSlider .glyphicon-chevron-left:before {
    content: '\00AB'!important;
    font-size: 70px!important;
}

.homeSlider .glyphicon-chevron-right:before {
    content: '\00BB'!important;
    font-size: 70px!important;
}

.homeSlider .widget-Billboard .carousel-control .glyphicon {
    top: calc(50% - 48px);
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
    border-bottom: 3px solid #af4738;
}

.p-header:before {
    content: '';
    background: linear-gradient(to right, rgb(0 0 0 / 87%) 0%,rgba(0,0,0,0) 100%);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-header h1 {
    position: absolute;
    margin: 0 0 0 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 65px;
    text-shadow: 1px 1px 1px black;
    color: #d55746;
    line-height: 56px;
}

.p-header h1 span {
    display: block;
    font-weight: 300;
    color: white;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.maptext .dealer-name {
    margin-top: 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 107%;
    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 .employee .name p,
.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page h1.page-title {
    font-size: 40px;
    text-align: center;
}

#cc-chat-button-main {
    display: none;
}

.popup-widget .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: initial;
}




/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 360px;
}

.single-item-slider .slider-inner .item {
    width: 341px;
    box-shadow: 0 0 5px rgb(0 0 0 / 37%);
    margin: 10px;
}

.single-item-slider .img-container {
    height: 200px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 25px;
    padding: 0 1%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    border-top: 1px solid #d0d0d0;
    color: #d55746;
}

.featuredInventory h2 {
    display: none;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 4px solid #ffffff;
}

.fa-chevron-left:before {
    content: '\00AB'!important;
}

.fa-chevron-right:before {
    content: '\00BB'!important;
}

.single-item-slider .slider-control {
    font-size: 67px;
    padding: 86px 0px;
}

.single-item-slider .item-detail {
    text-align: left;
}

.featText {
    text-align: center;
}

.featText h2 {
    color: #d55746;
    font-size: 50px;
    line-height: 50px;
}

.featText h2 span {
    color: black;
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 3px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #d1d1d1;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.panel {
    background-color: #bcbcbc;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000000;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #d55746;
    margin: auto;
    padding: 2px 10px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    border: 3px solid #af4738;
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #ffffff;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 50px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px 5px 38px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

#showroom .section-box {
    background-color: #d1d1d1;
}

#showroom .section-box .title {
    color: #000;
    text-shadow: none;
    text-transform: uppercase;
}

#vdp-container .carousel-inner>.item.active, #vdp-container .carousel-inner>.item.next.left, #vdp-container .carousel-inner>.item.prev.right, #vdp-container #thumb-carousel, #vdp-container #thumb-carousel>div>div>div div {
    height: 100%;
}

#vdp-container .locationBox {
    display: none;
}

.vdpSlider .carousel-inner>.item img {
    max-height: 100%;
}

#seller-description,
#details-collapse {
    color: black;
}

.specs-panel.panel-body {
    background-color: #bcbcbc;
    color: #000;
}

#vdp-container .carousel-control, #promotions-page .carousel-control {
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {
.widget-Billboard .carousel-control .glyphicon {
    width: 30px;
    height: 30px;
}
}

.attention-div a {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 700;
}

.attention-div a:hover {
    color: black;
}

.label-success {
    position: absolute;
    top: -5px;
    padding: 5px 10px;
    left: -5px;
}








/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #d55746;
    border-radius: 0;
    border: 4px solid #ae4638;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    margin: 10px 0;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 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: #fff;
    background-color: #af4738;
    border-color: #d55746;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #b5b5b5;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: white;
    border: 3px solid #ffffff;
    background: linear-gradient(135deg, rgba(209,209,209,1) 0%,rgb(157 157 157) 100%);
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 4px;
    color: #d55746;
    position: relative;
    font-weight: 700;
    line-height: 33px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #b5b5b5;
    color: black;
    border: 3px solid #ffffff;
    background: linear-gradient(135deg, rgba(209,209,209,1) 0%,rgb(157 157 157) 100%);
}

#VehicleInquiryContainer {
    padding: 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.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;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form2049 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2049 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2049 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #eaeaea;
    color: #000;
    text-align: center;
    padding: 10px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footer-background {
    background-color: #898989;
    position: relative;
}

.footer-background:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/130dfbd8-7896-40ca-918f-84a0c20e1737/footer-back-85.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: 0;
    filter: opacity(0.5);
}

.footer-container {
    width: 1170px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 15px;
    text-transform: uppercase;
    position: relative;
}

.footer-container a:hover {
    color: black;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer-block li {
    margin: 20px 32px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.footer-block li:before {
    content: '\00BB';
    font-size: 25px;
    color: #eaeaea;
    padding-right: 5px;
    transition: .3s;
}

.footer-block a:hover li:before {
    color: #000000;
}

.footerLogoContainer a {
    padding: 15px;
}

.footer-container .dealer-phone {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 45px;
    display: block;
}

.footer-container .phone-text {
    padding-left: 10px;
}

.footer-container .fa-mobile {
    color: #8a8a8a;
}

.footer-container .connect {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    width: 68%;
    justify-content: space-around;
}

.footerLogoContainer .dealerLogo img {
    max-width: 185px;
}

.footer-container .btn-primary {
    font-weight: 700;
    margin: 0;
    color: white!important;
}

.social {
    display: flex;
    text-align: center;
}

.social a {
    font-size: 22px;
    color: black;
    padding: 8px;
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    width: 650px;
    align-items: center;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footer-container {
    width: 970px;
}

.headerContainer {
    padding: 15px;
}

.navbar-nav > li > a {
    padding: 20px 13px;
    font-size: 17px;
}

.headerLogo {
    flex: 0 0 30%;
}

.single-item-slider .slider-inner .item {
    width: 274px;
}

.single-item-slider .img-container {
    height: 175px;
}

.p-header {
    height: 265px;
}

.mapWrapper {
    padding-bottom: 131%;
}

.middletext {
    font-size: 30px;
}

.headerBtn {
    flex-flow: column;
    flex: 0 0 19%;
}

.headerBtn .btn-primary {
    margin-top: 0px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footer-container {
    width: 740px;
}

#main-nav {
    margin-top: 0;
    background-color: #d1d1d1;
}

#main-nav .nav>li>a {
    font-size: 13px;
    padding: 16px 13px;
}

.navbar-nav {
    float: none;
    background-color: transparent;
    display: flex;
    justify-content: space-around;
}

.navbar-nav:before,
.navbar-nav:after {
    display: none;
}

.headerLogo {
    flex: 0 0 20%;
}

.middletext {
    font-size: 35px;
    line-height: 40px;
}

.single-item-slider .slider-inner .item {
    width: 249px;
}

.single-item-slider .img-container {
    height: 160px;
}

.oemContainer {
    width: 100%;
}

.footer-block li {
    margin: 20px 15px;
}

.featText h2 {
    font-size: 40px;
}

.featText h2 span {
    font-size: 38px;
    letter-spacing: 2px;
}

#inventory-count {
    font-size: 42px;
    min-width: 71px;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 50px;
    line-height: 46px;
}

.form-header-text {
    font-size: 22px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.headerContainer,
.footer-container,
.siteSearch,
.footer-btm {
    width: 100%;
}

.headerSocial,
.headerBlock a:nth-child(1) {
    display: none;
}

.headerLogo {
    flex: 0 0 35%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerBtn .btn-primary {
    margin-right: 8px;
    font-size: 12px;
    padding: 5px;
}

.navbar-nav {
    float: none;
    display: block;
}

#main-nav .nav>li>a {
    font-size: 16px;
}

.headerBlock .dealer-phone {
    font-size: 25px;
}

.toptext {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
}

.middletext {
    font-size: 25px;
}

#inventory-count {
    font-size: 34px;
    min-width: 57px;
}

.btnWrapper {
    flex-flow: column;
    margin-top: -30px;
}

.btnWrapper h3 {
    font-size: 28px;
}

.btnWrapper h3 span {
    font-size: 38px;
}

.btnWrapper a:after {
    width: 100%;
    height: 2px;
    top: unset;
    bottom: 0;
}

.single-item-slider .slider-inner .item {
    width: 196px;
}

.single-item-slider .img-container {
    height: 125px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.single-item-slider .slider-outer {
    height: 303px;
}

.featText h2 {
    margin: 0;
    line-height: 40px;
}

.homeSlider {
    margin-top: -30px;
}

.oemContainer {
    flex-wrap: wrap;
    margin-top: 0;
}

.oemContainer a {
    flex: 0 0 45%;
    padding: 10px;
}

.footer-block ul {
    flex-flow: column;
}

.footer-btm {
    flex-wrap: wrap;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    line-height: 8vw;
}

.form-header-text {
    font-size: 26px;
}

header.body,
#home-page {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.topSection {
    margin-top: 0;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.headerBtn {
    position: absolute;
    left: 15px;
    bottom: -62px;
    z-index: 3;
    flex-flow: row;
}
}







