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: #000 url(https://psmfirestorm.blob.core.windows.net/a83031ce-fec3-4989-a834-0b9b87308bee/search-back.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/a83031ce-fec3-4989-a834-0b9b87308bee/search-back.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color:#d62e35;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.searchSection {
    padding: 2% 0 4%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a83031ce-fec3-4989-a834-0b9b87308bee/search-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-top: -25px;
    background-position: center top;
}

.oemSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5c880d4a-a2f8-4894-8b5d-73b600a10f77/honda-backgroundjpg);
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/355658b9-a034-4391-b68e-45d4ed45f8de/mckinneyhonda-bg-80.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 0!important;
    padding: 4% 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,
#review-page {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

header.body {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/e953f769-db10-4d75-a123-03fc765111f2/wood-background.jpg);
    background-size: cover;
    background-position: center bottom;
    border-bottom: 3px solid #d62e35;
    box-shadow: 0 8px 10px rgb(0 0 0 / 57%);
    position: relative;
}

.headerContainer {
    width: 1100px;
    margin: auto;
    display: flex;
    padding: 15px;
    align-items: center;
    position: relative;
    z-index: 3;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerBlock .dealer-address {
    display: block;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 23px;
    font-weight: 600;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerLogo img {
    max-width: 315px;
}

.headerBlock:nth-child(1) {
    text-align: right;
}

.headerSocial {
    display: flex;
}

.headerSocial a {
    font-size: 23px;
    padding: 1px 5px;
    background-color: black;
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 6px;
    margin: 0 7px;
}

.headerSocial a:hover {
    background-color: #d62e35;
}

a.headerInfo {
    color: black;
}






/* NAVIGATION */

#main-nav {
    background-color: transparent;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: black;
    padding: 15px 15px;
    font-size: 18px;
    font-style: italic;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #dd1726;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.searchText {
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
    text-shadow: 0 0 3px black, 1px 1px 1px black;
    color: white;
}

.siteSearch {
    width: 600px;
    margin: auto;
    display: flex;
    box-shadow: 0 0 10px black;
    border-radius: 9px;
}

.siteSearch .form-control {
    padding: 23px;
    border-radius: 9px 0 0 9px;
    border: 3px solid white;
    margin: 0;
    background-color: white;
}

.siteSearch .form-control:hover {
    border-color: white;
}

.siteSearch button {
    font-size: 20px;
    color: black;
    background-color: #d62e35;
    border: 3px solid white;
    padding: 9px 20px;
    border-radius: 0 9px 9px 0;
}

.btnContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 18%;
}

.btnContainer a {
    background-color: #ffffff;
    padding: 16px;
    flex: 0 0 32%;
    border-radius: 8px;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer h2 {
    margin: 0;
    position: relative;
}

.btnContainer h2:after {
    content: '\f0a9';
    font-family: fontawesome;
    position: absolute;
    right: 0;
    color: black;
    transition: .3s;
}

.btnContainer a:hover h2:after {
    transform: rotateY(180deg) scale(1.1);
}

.homeSlider {
    width: 900px;
    margin: auto;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto;
}

.oemContainer a {
    padding: 10px;
}

.oemContainer a:hover {
    transform: scale(.95);
}

.homeAbout {
    color: white;
}

.homeAbout > span:nth-child(1) {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    display: block;
    color: #c7c7c7;
}

.homeAbout h1 {
    margin-top: 4px;
    text-align: center;
    color: #d62e35;
}

.homeAbout p {
    text-align: justify;
    line-height: 32px;
}

.videoWrapper {
    margin-top: 45px;
}

.p-header {
    height: 250px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 5px solid #d62e35;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    width: max-content;
    text-shadow: 3px 3px 1px black;
    z-index: 9;
    color: white;
    background-color: #d62e35;
    padding: 2px 15px;
    border-radius: 9px 9px 0 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 104%;
    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 .dealer-name {
    margin-top: 0;
}

.department-container {
    margin-top: 0;
}

.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;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

.department .title {
    border: none;
    background: #4c4c4c;
    border-bottom: 3px solid #014890;
}

#creditAppForm section {
    background: #ffffff!important;
}

.jumbotron {
    margin-top: -25px!important;
}

.photoContainer {
    display: flex;
    margin-top: 25px;
    justify-content: space-around;
}

.photoContainer div {
    margin: 5px;
    box-shadow: 3px 3px 0px #d62d34;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #d62d34;
}






/* FEATURED INVENTORY */

.featuredInventory {
    position: relative;
    z-index: 33;
    width: 1470px;
    margin: auto;
}

.single-item-slider .slider-inner .item {
    width: 219px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 9%;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.single-item-slider .slider-outer {
    height: 255px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    padding: 2% 4%;
    text-transform: uppercase;
    font-weight: 600;
    bottom: -11px;
    background-color: #d62e35;
    color: white;
    border-radius: 10px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid white;
}

.featuredInventory h2 {
    text-align: center;
    text-shadow: 0 0 5px white, 1px 1px 1px white;
    margin: 57px auto -2px!important;
    font-size: 65px;
}

.featuredInventory .slider-control {
    color: #a0a0a0;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: none;
}






/* REVIEWS */

.latestReviews h2 {
    color: white;
    text-align: center;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.reivew-name {
    color: black;
    text-transform: uppercase;
}

.review-date {
    color: gray;
}





/* INVENTORY */

#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-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 18px;
    padding: 2% 4%;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000000;
    color: white;
    border-radius: 9px;
    border: 3px solid black;
    width: max-content;
    margin: auto;
    transition: .3s;
}

.inventory-container .vehicle .price:hover {
    background-color: white;
    color: black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border-radius: 8px;
    position: relative;
    padding-bottom: 10px;
    background-color: white;
}

.inventory-container .vehicle > div {
    transition: .4s ease;
}

.inventory-container .vehicle:hover > div {
    box-shadow: 0 0 10px black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
    border-radius: 8px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    border-radius: 8px;
}

.modal {
    z-index: 105099;
}

.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: #d62d34;
    border-color: #e0e0e0;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}





/* FORMS */

.mainform {
    height: max-content;
    position: relative;
}

.mainform > div {
    background-color: white;
    color: black;
    padding: 15px;
    position: relative;
    z-index: 333;
    border-radius: 9px;
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    color: #d62e35;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    background-color: #f0f0f0;
    color: black;
}

.form-control:hover,
.form-control:active {
    border-color: black;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    top: 5px;
    right: 12px;
}

.forms-title-section {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #000000;
    color: white;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 9px;
    display: inline-block;
    box-shadow: 0px 0px 6px white;
    margin: 10px 0;
    border: 2px solid #000000;
    transition: .3s;
}

.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: #000;
    background-color: #ffffff;
    border-color: #000000;
    transform: scale(1.1);
}

@media (min-width: 768px) {
#Form3802 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form3520 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form3523 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3523 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form3817 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3817 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form3520 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form3523 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form3817 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 78px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 2px 7px;
    border-radius: 5px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerBack {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e953f769-db10-4d75-a123-03fc765111f2/wood-background.jpg);
    background-size: cover;
    background-position: center;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 45px 15px;
    line-height: 28px;
}

.footerContainer span.dealer-address, 
.footerContainer .dealer-phone {
    display: block;
}

.footerBlock table td:nth-child(1) {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 15px;
}

.footerMap {
    position: relative;
    padding-bottom: 22%;
    min-height: 150px;
    flex: 0 0 25%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}

.footerBlock ul li:hover:before {
    width: 100%;
}

a.footerLogo img {
    max-width: 250px;
    margin-bottom: 13px;
}

.footerContainer .dealer-phone {
    font-size: 24px;
    margin-top: 5px;
}

.footerBlock h3 {
    margin-top: 0;
}

.footerContainer .address {
    color: black;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.featuredInventory {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 205px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.btnContainer,
.footerContainer,
.featuredInventory {
    width: 970px;
}

.btnContainer h2 {
    font-size: 24px;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

a.footerLogo img {
    max-width: 205px;
}

.p-header {
    height: 240px;
}

.mapWrapper {
    padding-bottom: 128%;
}
}





@media (max-width: 991px) {
.headerContainer,
.btnContainer,
.footerContainer,
.featuredInventory {
    width: 740px;
}

.btnContainer a {
    padding: 10px;
}

.btnContainer h2 {
    font-size: 19px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.videoWrapper {
    margin-top: 0;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerMap {
    padding-bottom: 34%;
    flex: 0 0 100%;
    margin-top: 25px;
}

.btnContainer {
    margin-top: 12%;
}

.homeSlider {
    width: 600px;
}

.p-header {
    height: 235px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.headerContainer,
.btnContainer,
.footerContainer,
.featuredInventory,
.homeSlider {
    width: 100%;
}

.siteSearch {
    width: 94%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

a.headerInfo {
    display: none;
}

.headerBlock:nth-child(1) {
    text-align: right;
    position: absolute;
    bottom: -50px;
}

.headerLogo img {
    max-width: 165px;
}

.headerContainer {
    padding: 10px 10px 0;
}

.headerBlock {
    flex: 0 0 48%;
}

.headerSocial {
    justify-content: flex-end;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h2 {
    font-size: 7vw;
}

.btnContainer a {
    padding: 10px;
    margin: 10px 15px;
}

.searchText {
    font-size: 13vw;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    flex: 0 0 31%;
}

.featuredInventory h2 {
    font-size: 50px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerBlock {
    margin: 25px 0;
}

.footerMap {
    width: 100%;
    padding-bottom: 90%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
}

.photoContainer {
    margin-top: 0;
    flex-flow: column;
}

.photoContainer img {
    width: 100%;
}

#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;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 23px;
}

#ae_app {
    display: none;
}

.mobile-cc-chat-left ~ .cc-chat-button-main {
    transform: rotate(0deg)!important;
    bottom: 20px!important;
    left: 15px!important;
}

.psm-anchor-bottom {
    bottom: 40px!important;
}
}







