body {
    font-family: "owners-text", 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/3a6775b4-31de-46c1-9c53-1c84f5935b36/ind-hero-prop-01-lg.jpg) no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/3a6775b4-31de-46c1-9c53-1c84f5935b36/ind-hero-prop-01-lg.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "good-times", sans-serif;
    font-style: italic;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.searchSection {
    padding: 4% 0;
    background-color: rgb(0 0 0 / 47%);
}

.featuredSection {
    position: relative;
    padding: 6% 0;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ad68c9fd-ca6d-43f9-bf89-9c7f1c9f763c/featured-back.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: center bottom;
}

.aboutSection {
    padding: 15px;
    color: white;
    background-color: black;
}

.oemSection {
    background-color: #2b0d61;
    padding: 45px 15px;
}

.typeSection {
    background-color: white;
    padding: 60px 0 30px;
}

.btnSection {
    border: 15px solid #2b0d61;
    border-left: none;
    border-right: none;
}

.btnSection,
.oemSection,
.featuredSection,
.sliderSection,
.aboutSection,
.typeSection {
    margin-top: 0!important;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#creditAppContainer,
#credit-thankyou-page,
#events-page {
    background-color: white;
    padding: 15px;
    margin-top: 25px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.vytSection {
    margin-top: 0!important;
    background-color: black;
}






/* HEADER */

header.body {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    background-color: white;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: flex-start;
}

.headerContainer > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 72%;
}

.headerOEMs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerOEMs a:nth-child(1) {
    margin-right: 25px;
}

.headerLeft {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 333;
}

.headerLeft {
    display: flex;
    align-items: center;
}

.headerContact {
    margin-right: 50px;
}

.headerBtn, 
.footerSocial a {
    width: 30px;
    height: 30px;
    background-color: #ff6600;
    display: inline-block;
    color: white!important;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    margin: 0 5px;
    font-size: 18px;
}

.headerBtn:hover, 
.footerSocial a:hover {
    border-radius: 0;
}

.headerSocial {
    position: relative;
    z-index: 333;
}

.headerSocial:before {
    content: '';
    width: 2px;
    height: 44px;
    background-color: #2b0d61;
    position: absolute;
    left: -27px;
    top: -7px;
}

.headerLogo img {
    max-width: 325px;
}

.headerContainer > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}








/* NAVIGATION */

#main-nav {
    margin-top: -71px;
}

.navbar-nav>li>a {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
    padding: 22px 20px;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.social-media-icons {
    display: none;
}






/* CONTENT */
.siteSearch {
    width: 500px;
    margin: auto;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    border: 5px solid #ff6600;
    box-shadow: 0 0 10px rgb(0 0 0 / 68%);
    background-color: #ff6600;
    transform: skewX(-10deg);
}

.siteSearch .form-control {
    padding: 25px 20px;
    border: none;
    margin: 0;
    border-radius: 5px;
}

.siteSearch button {
    background-color: #ff6600;
    font-size: 28px;
    border: none;
    padding: 3px 15px;
    color: white;
}

.homeSearch h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 400;
    color: white;
    display: none;
}

.homeSearch h1 span {
    font-weight: 700;
    font-style: italic;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}

.oemContainer img {
    max-height: 94px;
}

.oemContainer a {
    padding: 15px;
    text-align: center;
}

.oemContainer img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.9);
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: black;
}

.btnContainer a {
    flex: 0 0 33.33%;
    position: relative;
    overflow: hidden;
}

.btnContainer img {
    width: 100%;
    filter: brightness(0.3);
    transition: .3s;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.btnContainer div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black;
}

.btnContainer div:before {
    content: '';
    width: 15%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
    bottom: 35%;
}

.btnContainer a:hover div:before {
    width: 50%;
}

.btnContainer h3 {
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 4%;
    color: white;
    font-style: italic;
}

.btnContainer a div > span {
    text-transform: uppercase;
    font-size: 1vw;
    color: white;
}

.btnContainer .fa-plus {
    font-size: .8vw;
    margin-right: 1%;
}

.homeWelcome h1 {
    text-align: center;
    font-weight: 400;
    font-size: 33px;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.homeWelcome h1 span {
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    font-style: italic;
}

.homeWelcome h1:after {
    content: '';
    width: 25%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}

.homeWelcome h3 {
    text-align: center;
    letter-spacing: 4px;
    font-weight: 400;
    margin-top: 0;
}

.homeAbout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.homeAbout > div:nth-child(1) {
    flex: 0 0 77%;
    padding-right: 25px;
}

.homeAbout > div:nth-child(2) > div:nth-child(1) {
    margin-bottom: 15px;
    height: 165px;
    overflow: hidden;
}

.homeAbout > div:nth-child(2) > div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeAbout p {
    line-height: 28px;
}

.promoContainer {
    text-align: center;
    padding: 50px 0;
}

.promoContainer h3 {
    font-size: 32px;
    text-align: center;
    position: relative;
}

.promoContainer h3 span {
    font-weight: 400;
    font-style: italic;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    color: white;
    bottom: 0;
    margin: 0;
    font-size: 50px;
    padding: 5px 15px;
    text-shadow: 1px 1px 2px black;
    width: 100%;
    text-align: center;
}

.p-header h1:before {
    content: '';
    width: 40%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4%;
}

.p-header h1 span {
    font-weight: 400;
}

.servContainer div {
    float: right;
    width: 50%;
    background-color: #ececec;
    padding: 10px;
    font-size: 14px;
    margin: 0 0 0 15px;
}

#creditAppForm section {
    background: #eeeeee!important;
}

.jumbotron {
    background-color: transparent!important;
    color: white!important;
}

.text-muted {
    color: #b7b7b7;
}

.aboutPics {
    display: flex;
}

.aboutPics div {
    margin: 10px;
}

.mapText .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #00476e;
}

.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 {
    background-color: #ff6600;
    border-color: #cccccc;
    color: black;
}

.department-container .department {
    padding: 20px 0;
    background: #fff;
}

.department .title {
    border: none;
    background-color: #ff6600;
}

.department .employee .name p,
.department .employee .job p {
    margin-bottom: 0;
}

.photo {
    width: 100%;
}

#employees-team-page > div.row > div > h1 {
    font-size: 40px;
    text-align: center;
}

h2.headerText {
    text-align: center;
    font-size: 35px;
    position: relative;
    margin-bottom: 35px;
}

h2.headerText span {
    font-weight: 400;
}

h2.headerText:after {
    content: '';
    width: 25%;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.typeContainer a {
    flex: 0 0 14%;
    text-align: center;
    padding: 15px;
    color: black;
}

.typeContainer span {
    filter: opacity(0);
    text-transform: uppercase;
    transition: .3s;
}

.typeContainer a:hover span {
    filter: opacity(1);
}

.typeContainer img {
    filter: opacity(0.3);
    transition: .3s;
}

.typeContainer a:hover img {
    filter: opacity(1);
}

.typeContainer h3 {
    font-size: 20px;
    transition: .3s;
}

.typeContainer a:hover h3 {
    color: #ff6600;
}

.homeSlider {
    margin-top: 45px;
}

.slideContainer {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
}
.slideContainer > div {
    flex: 0 0 50%;
}
.thumbs {
    padding: 15px;
    cursor: pointer;
       width: 100%;
}
.thumbs img, 
#largeView img {
    border-radius: 8px;
    border: 2px #ff6600 solid;
}
#overlay {
    position: fixed;
    display: none;
    z-index: 199;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}

#largeView {
    position: fixed;
    display: none;
    width: 90%;
    left: 5%;
    top: 25vh;
    z-index: 200;
    border-radius: 12px;
}
@media (min-width: 768px) {
    .slideContainer > div {
        flex: 0 0 33%;
        -ms-flex: 0 0 auto;
    }
    #largeView {
        width: 80%;
        left: 10%;
        top: 10vh;
    }
}
@media (min-width: 992px) {
    .slideContainer > div {
        flex: 0 0 25%;
        -ms-flex: 0 0 auto;
    }
    #largeView {
        width: 50%;
        left: 25%;
        top: 10vh;
    }
}








/* FEATURED INVENTORY */

.widget-FeaturedVehicles .blurbBanner span {
    top: 48px;
    left: -52px;
    width: 100%;
    padding: 0 5px;
}

.single-item-slider .slider-outer {
    height: 370px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .img-container {
    height: 235px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 25px;
    padding: 10px 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    background-color: #ff6600;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 30px;
}

.featuredInventory h2 {
    color: white;
    text-align: center;
    font-size: 50px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 50px;
    padding: 86px 0px;
}

.featText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto 25px;
}

.featText h2 {
    margin: 0;
    font-size: 45px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.featText h2 span {
    font-weight: 400;
}

.featText .btn-primary {
    margin: 0;
}

.featuredSection .container {
    background-color: rgb(0 0 0 / 75%);
    padding: 15px;
    border-radius: 6px;
}






/* LATEST REVIEWS */

.latestReviews h2 {
    display: none;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 22em;
}

.reivew-name {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}

.review-date {
    color: black;
    font-size: 14px;
}

.widget-Reviews {
    margin: 0;
}






/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: #ff6600;
    color: white;
    padding: 3px 7px;
    font-size: 14px;
    transition: .3s;
}

#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 {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 21px;
    padding: 5px 4%;
    bottom: 7px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ff6600;
    width: max-content;
    left: 50%;
    color: black;
    transform: translateX(-50%);
    border-radius: 30px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
}

.inventory-container .vehicle-box {
    border: 2px solid #e2e2e2;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 5px rgb(0 0 0 / 32%);
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 50px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    margin: 10px 0;
}

.btn-sec {
    font-size: 20px;
    margin: 10px auto;
    display: block;
    width: max-content;
}

.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 {
    background-color: #ff6600;
    color: black;
    border-color: #ff6600;
    border-radius: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid white;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
    transition: .3s;
}

.form-control:hover {
    border-color: #ffff00;
}

.form-control:focus {
    border-color: #ff6600;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(231 233 102 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 223 102 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    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%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form2139 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2139 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: white;
    color: #000000;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerBack {
    background-color: white;
}

.footerContainer {
    display: flex;
    justify-content: space-around;
    flex-flow: column-reverse;
    margin: auto;
    text-transform: uppercase;
    padding: 30px;
    line-height: 30px;
}

.footerWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 1440px;
    margin: auto;
    padding: 15px;
    justify-content: space-around;
}

.footerWrapper > div:nth-child(1) {
    flex: 0 0 25%;
}

.footerBlock {
    padding: 10px;
}

.footerBlock a {
    color: #3f3f3f;
}

.footerBlock a:hover {
    color: #ff6600;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    font-size: 26px;
}

.footerMap {
    position: relative;
    flex: 0 0 50%;
    padding-bottom: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock h3 {
    position: relative;
}

.footerBlock h3:after {
    content: '';
    width: 105px;
    height: 2px;
    position: absolute;
    background-size: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-color: #ff6600;
    bottom: -6px;
}

.footerBlock table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerSocial {
    display: flex;
    line-height: 24px;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1170px;
}

.footerWrapper {
    width: 100%;
}

.typeContainer h3 {
    font-size: 16px;
}

.navbar-nav {
    margin: 0 15px 0 0;
}

.navbar-nav>li>a {
    padding: 19px 12px;
}

.headerLogo img {
    max-width: 200px;
}

.headerOEMs {
    flex: 0 0 52%;
}

.oemContainer a {
    flex: 0 0 16%;
}

.single-item-slider .slider-inner .item {
    width: 351px;
}

#main-nav {
    margin-top: -65px;
}

.mapWrapper {
    padding-bottom: 105.5%;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.headerLogo img {
    max-width: 155px;
}

.headerContact {
    margin-left: 16px;
}

.navbar-nav>li>a {
    padding: 15px 9px;
    font-size: 15px;
}

#main-nav {
    margin-top: -53px;
}

.headerOEMs {
    flex: 0 0 57%;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.typeContainer a {
    flex: 0 0 23%;
}

.headerBtn, 
.footerSocial a {
    width: 28px;
    height: 28px;
    margin: 0 2px;
    font-size: 16px;
}

.homeSearch h1 {
    font-size: 65px;
}

.mapWrapper {
    padding-bottom: 129%;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.footerWrapper > div:nth-child(1) {
    flex: 0 0 auto;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    padding-bottom: 129.5%;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerContainer {
    align-items: center;
}

.headerLeft {
    flex-flow: row-reverse;
}

.headerLogo {
    margin: 0 15px;
}

.headerContact {
    margin-left: 0;
    margin-right: 31px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    margin: 0;
    justify-content: space-between;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px 8px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 77%;
}

.homeSearch h1 {
    font-size: 53px;
}

.single-item-slider .slider-inner .item {
    width: 324px;
}

.p-header h1 {
    font-size: 40px;
}

.form-header-text {
    font-size: 25px;
}

.servContainer div {
    float: none;
    width: 100%;
    margin: 0;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.headerLogo img {
    max-width: 130px;
}

.headerSocial:before {
    left: -17px;
}

.homeAbout {
    flex-flow: column;
}

.homeAbout > div:nth-child(1) {
    padding: 0;
}

.homeAbout > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.homeAbout > div:nth-child(2) > div:nth-child(1) {
    height: 100%;
    margin-bottom: 0;
    flex: 0 0 50%;
}

.homeAbout > div:nth-child(2) > div {
    padding: 10px;
}

.p-header {
    height: 175px;
}

.p-header h1 {
    font-size: 37px;
}
}






@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.siteSearch {
    width: 98%;

}

.featText .btn-primary {
    display: none;
}

.featText h2 {
    text-align: center;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .img-container {
    height: 120px;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 40px;
    padding: 60px 0;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
    padding: 7px 11px;
}

.searchBox {
    margin-top: -16%!important;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.homeSearch h1 {
    font-size: 11vw;
}

.oemSection .widget-inner,
.btnSection .widget-inner,
.aboutSection .widget-inner {
    margin-top: 0!important;
}

.featuredSection {
    padding: 0;
}

.single-item-slider .slider-outer {
    height: 305px;
}

.promoContainer {
    padding: 0;
}

.footerContainer {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 100%;
    margin-top: 30px;
}

.navbar-nav {
    display: block;
}

.searchBox {
    margin-top: 0!important;
    padding: 50px 0;
}

.featuredSection,
.searchBox {
    background-position: center!important;
}

.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 28%;
}

.btnContainer a {
    max-height: 16vh;
}

.btnContainer h3 {
    font-size: 5vw;
}

.btnContainer a div > span,
.btnContainer .fa-plus {
    font-size: 3vw;
}

.headerLogo img {
    max-width: 100%;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page,
#vdp-container, 
#thankyou-page, 
#showroom, 
#blog-page, 
#blog-detail, 
#creditAppContainer, 
#credit-thankyou-page, 
#events-page {
    margin: 15px 15px 0;
}

.p-header h1 {
    font-size: 6vw;
    padding: 5px;
}

.p-header {
    margin-bottom: 0;
    height: 100%;
}

.p-header h1 span {
    display: block;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 20px;
}

.customForm .form-header-text {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 8px;
}

.siteSearch-M input {
    background-color: #ececec;
}

.headerOEMs {
    flex: 0 0 100%;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 60%;
}

.footerWrapper {
    flex-flow: column;
    padding: 0;
}

.headerContainer > div:nth-child(2) > div:nth-child(2) {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.headerContainer {
    position: relative;
}

.headerContainer > div:nth-child(2) > div:nth-child(2) {
    position: absolute;
    bottom: -48px;
    left: 15px;
}

.featuredInventory h2 {
    font-size: 33px;
}

.aboutSection {
    padding: 0;
}

.homeSlider {
    margin-top: 0;
}

.siteSearch .form-control {
    padding: 22px 13px;
}

.siteSearch {
    border-radius: 8px;
    border: 3px solid #ff6600;
}

.oemSection,
.typeSection {
    padding: 15px 0;
}

.typeContainer a {
    flex: 0 0 49%;
}

.btnContainer {
    flex-flow: column;
}

.headerLogo {
    margin: 0 15px 0 0;
}

#main-nav .nav>li>a {
    font-size: 16px;
    padding: 15px;
}

.typeContainer h3 {
    font-size: 4vw;
}
}





