.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

#details-collapse {
    color: #000;
}

body { 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #fff;
}

@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/14f7051d-9b24-459c-a00c-dadd50d7bf7e/cincinnati-30.jpg") no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url("https://psmfirestorm.blob.core.windows.net/14f7051d-9b24-459c-a00c-dadd50d7bf7e/cincinnati-30.jpg") no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

a {
    color: #c8c8c8;
    transition: .3s;
    font-weight: 700;
    position: relative;
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb {
    background-color: #262626;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#home-page #section-1 {
    background-color: #c62d1c;
    margin-top: -25px;
}

.searchSection {
    padding: 60px 0;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a3091f11-22f2-4db8-b076-8984485fb643/featured-back.jpg);
    background-size: cover;
    background-position: center;
    color: black;
}

.sliderSection {
    margin-top: 0!important;
}

.aboutSection {
    margin-top: 0!important;
    padding: 6% 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 {
    background-color: rgba(45, 45, 45, 0.80);
    padding: 15px;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

.page-background a,
.homeAbout a {
    position: relative;
    display: inline-block;
}

.page-background a:before,
.homeAbout a:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
    background-color: white;
}

.page-background a:hover:before,
.homeAbout a:hover:before {
    width: 100%;
}











/* HEADER */

header.body {
    background-color: white;
    position: relative;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4680534b-b287-496e-8921-944acbb8953a/header-back-repeat.png);
    width: 100%;
    height: 79%;
    position: absolute;
    background-size: contain;
    background-position: center;
    filter: opacity(0.1);
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    text-transform: uppercase;
    color: black;
    position: relative;
    z-index: 2;
}

.headerContainer a.logo {
    flex: 0 0 24%;
    margin-bottom: -90px;
}

.headerBlock {
    display: flex;
}

.headerBlock > div {
    display: flex;
    flex-flow: column;
}

.headerBlock > div:nth-child(1) {
    padding-right: 10px;
    text-align: right;
}

.headerContainer .slogan {
    text-align: center;
    font-size: 41px;
    line-height: 46px;
    font-family: 'Rock Salt', sans-serif;
    transform: rotate(-8deg);
    margin-top: 10px;
}

.headerContainer .slogan span {
    display: block;
    font-size: 27px;
}

.headerContainer .dealer-phone {
    font-weight: 700;
    font-size: 36px;
}

.headerContainer .dealer-phone .fa {
    padding-right: 9px;
}

.headerBlock a {
    color: #065097;
}

.headerSocial {
    display: flex;
    justify-content: center;
}

.headerSocial a {
    font-size: 18px;
    margin: 0 10px;
}

.headerBlock .btn-primary {
    margin: 0;
}

.headerBlock > div:nth-child(1) > a:nth-child(1) {
    color: black;
}







/* NAVIGATION */

#main-nav {
    background-color: #2c2c2c;
    position: relative;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding: 20px 13px;
    position: relative;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.navbar-nav>li>a:before, 
.navbar-nav>li>a:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #065097;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.navbar-nav>li>a:after {
    top: unset;
    bottom: 0;
}

.navbar-nav>li>a:hover:before, 
.navbar-nav>li>a:hover:after {
    width: 100%;
}

.dropdown-menu {
    background-color: #2c2c2c;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav li.dropdown.open ul {
    border-top-color: #2c2c2c;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: #c62d1c;
    color: white;
}






/* CONTENT */

.btnContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.btnContainer a {
    color: white;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.btnContainer a:hover {
    cursor: pointer;
}

.btnContainer div {
    width: max-content;
    margin: auto;
    position: relative;
}

.btnContainer span {
    position: absolute;
    left: -30px;
    transform: rotate(-90deg);
    font-weight: 700;
    top: 16px;
    transition: .3s;
}

.btnContainer a:hover span {
    transform: rotate(0deg);
    left: -130px;
    font-size: 50px;
    top: -8px;
}

.btnContainer h2 {
    font-size: 50px;
    margin: 0;
}

.searchwrapper h1 {
    text-align: center;
    font-size: 45px;
    text-shadow: 2px 2px 2px black;
    margin-top: 0;
}

.searchContainer {
    width: 500px;
    margin: auto;
}

.searchContainer .form-control {
    border: 2px solid #c62d1c;
    box-shadow: none;
    color: black;
    text-align: center;
    font-size: 16px!important;
    padding: 17px;
    margin: 0;
}

.searchContainer .btn-primary {
    margin: 0 auto;
    display: block;
    border-radius: 0 0 4px 4px;
}

/*
.searchContainer .btn-primary:before, 
.searchContainer .btn-primary:after {
    content: '';
    width: 54%;
    height: 100%;
    background-color: #c62d1c;
    position: absolute;
    transform: rotate(10deg);
    left: 0;
    top: 20%;
    z-index: -1;
    border-radius: 3px;
}

.searchContainer .btn-primary:after {
    left: unset;
    right: 0;
    transform: rotate(-10deg);
}
*/

.homeAbout {
    width: 900px;
    margin: auto;
    background-color: rgb(0 0 0 / 60%);
    padding: 30px 45px;
}

.homeAbout h2 {
    text-align: center;
    font-size: 40px;
}

.homeAbout h2 span {
    font-weight: 400;
}

.homeAbout p {
    text-align: justify;
    color: #dedede;
}

.homeAbout a {
    color: white;
    font-weight: 700;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
}

.p-header:after {
    content: '';
    background: linear-gradient(to left, rgb(0 0 0 / 0%) 0%,rgb(255 255 255 / 80%) 100%);
    width: 55%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    top: 50%;
    font-size: 50px;
    left: 4%;
    padding: 10px 15px;
    color: black;
    text-shadow: 1px 1px 7px white;
    z-index: 2;
    font-family: 'Rock Salt', sans-serif;
    font-weight: 400;
    line-height: 71px;
    transform: rotate(-8deg) translateY(-50%);
}

.p-header h1 span {
    display: block;
    font-size: 42px;
}

.p-header:after {
    content: '';
    background: linear-gradient(to left, rgba(0,0,0,0) 0%,hsl(0deg 0% 100% / 61%) 100%);
    width: 55%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 107.6%;
    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;
}

.maptext h1 {
    margin-top: 0;
}

.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: #fff;
    background-color: #065097;
    border-color: #065097;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 500px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .img-container {
    height: 335px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 2px solid black;
}

.single-item-slider .item-detail {
    border-top: 3px solid #dfdfdf;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 2px 0;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    color: #c62d1c;
}

.featuredInventory h2 {
    font-size: 40px;
    position: relative;
    margin: 60px 0 35px 30px!important;
    display: block;
}

.featuredInventory h2:after {
    content: '';
    background-color: #dfdfdf;
    width: 97%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.featuredInventory .single-item-slider .slider-control {
    padding: 0px 11px;
    top: -25%;
    left: unset;
    right: 50px;
    font-size: 30px;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: unset;
}

.featuredInventory .single-item-slider .slider-control.right {
    right: 6px;
}

.featuredInventory .single-item-slider .slider-control:hover,
.single-item-slider .item-detail .price:hover {
    color: white;
}

.single-item-slider .item-detail .name {
    color: #dadada;
}

.featuredInventory .single-item-slider .slider-control {
    color: #065097;
}





/* INVENTORY */

.inventory-image {
    width: 100%;
    object-fit: cover;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.vehicleyearmake {
    text-transform: uppercase;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0;
    font-weight: 700;
    background-color: #c62d1c;
}

.inventory-container .vehicle .price-box a {
    color: white;
}

#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;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
    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;
}

.modal {
    z-index: 10509;
}






/* FORMS */

.btn-primary {
    color: #fff!important;
    background-color: #c62d1c;
    border: 2px solid #c62d1c;
    margin: 10px 0;
    transition: .3s;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.btn-primary:before {
    display: none;
}

.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: #000!important;
    background-color: #ffffff;
    border-color: #c62d1c;
}

.mainform {
    height: max-content;
}

.mainform > div,
.inquiryformcontainer,
.locationBox {
    background-color: white;
    padding: 15px;
    color: #000;
    position: relative;
}

.inquiryformcontainer,
.locationBox {
    padding: 0;
}

.secform {
    margin-top: 25px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.vdp-inquire {
    margin: 5px 0;
    font-size: 14px!important;
    border-radius: 0;
    background-color: #efefef;
    border: 2px solid #efefef;
    color: black;
}
.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.customForm [placeholder="Zip Code"] {
    width: 65px;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}


.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 20px;
}

.form-control {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: #efefef;
    border: 2px solid #efefef;
    border-radius: 0;
    color: black;
    box-shadow: none;
}

.form-control:hover {
    border: 2px solid #737373;
}

.form-control:focus {
    border-color: #c62d1c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
}

.forms-title-section {
    margin-bottom: 5px;
    text-align: center;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #065097;
    position: relative;
    text-align: center;
}

.vdpinquiryheader {
    font-weight: unset;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #ed1a2d;
    position: relative;
    font-weight: 700;
}

#ModalVehicleInquiry {
    background: #000;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

@media (min-width: 768px) {
#Form6154 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form6154 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    padding: 15px;
    text-align: center;
    background-color: #fff;
    color: #000;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #065097;
    font-weight: 700;
}

.footerBack {
    background-color: #2c2c2c;
    border-top: 2px solid #2c2c2c;
}

.footerContainer {
    background-color: #2c2c2c;
    display: flex;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    color: white;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 30%;
    line-height: 27px;
}

.footerMap {
    position: relative;
    flex: 0 0 70%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock {
    padding: 4% 7%;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.footerBlock table td:first-child {
    text-align: left;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0 15px;
    width: max-content;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
    color: white;
}

.footerBlock h3 {
    font-size: 26px;
    margin-top: 0;
}




/* SHIFT PAGES */

.OffRoadForm {
    background-color: white;
}




@media (max-width: 1199px) {
.headerContainer,
.btnContainer {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 9px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.p-header {
    height: 270px;
}

.p-header h1 {
    font-size: 46px;
    line-height: 66px;
}

.p-header h1 span {
    font-size: 38px;
}

.mapWrapper {
    padding-bottom: 132%;
}
}





@media (max-width: 991px) {
.headerContainer,
.btnContainer {
    width: 740px;
}

.homeAbout {
    width: 90%;
}

.footerWrapper {
    flex: 0 0 35%;
}

.footerMap {
    flex: 0 0 65%;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.headerContainer a.logo {
    margin-bottom: 0;
}

.headerContainer .slogan {
    font-size: 30px;
    line-height: 34px;
}

.headerContainer .slogan span {
    font-size: 19px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.single-item-slider .img-container {
    height: 270px;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 40px;
    line-height: 57px;
}

.p-header h1 span {
    font-size: 32px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.mobile-filters-btn-box .searchContainer .btn-primary {
    margin: 0!important;
    padding: 7px 0 31px;
    border-radius: 0 4px 4px 0;
}
}




@media (max-width: 767px) {
.headerContainer,
.btnContainer {
    width: 100%;
}

header.body:before {
    background-repeat: no-repeat;
}

#main-nav .navbar-brand {
    display: none!important;
}

.searchContainer {
    width: 98%;
}

.featuredInventory .single-item-slider .slider-control.left {
    left: -40px;
    top: 6%;
    padding: 60px 0px;
}

.featuredInventory .single-item-slider .slider-control.right {
    top: 6%;
    right: -40px;
    padding: 60px 0px;
}

.featuredInventory h2 {
    font-size: 30px;
    margin: 60px auto 25px!important;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerBlock > div:nth-child(1) > a:nth-child(1),
.headerSocial {
    display: none;
}

.navbar-nav {
    display: block;
}

.headerContainer a.logo {
    flex: 0 0 30%;
}

.headerContainer .dealer-phone {
    font-size: 24px;
    position: absolute;
    left: 15px;
    bottom: -51px;
    color: white;
}

.btnContainer {
    flex-flow: column;
    padding: 0;
    border: 1px solid white;
}

.btnContainer a {
    border: 2px solid white;
    padding: 3% 0;
}

.btnContainer span {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    font-size: 5vw;
}

.btnContainer h2 {
    font-size: 11vw;
    margin: 0;
}

.btnContainer div {
    line-height: 4vw;
}

.footerContainer {
    flex-flow: column;
}

.searchSection {
    padding: 20px 0 60px;
}

.sliderSection .widget-inner,
.aboutSection .widget-inner {
    margin-top: 0!important;
}

.homeAbout {
    padding: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.featuredSection {
    background-position: left;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    line-height: 8vw;
    left: 2%;
}

.p-header h1 span {
    font-size: 5vw;
}

.headerContainer {
    padding: 5px 10px;
}

#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 10px;
}

header.body {
    margin-bottom: 10px;
}

#content-container {
    padding-bottom: 10px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.headerContainer .slogan {
    font-size: 6vw;
    line-height: 7vw;
}

.headerContainer .slogan span {
    font-size: 4vw;
}
}










