body {
    font-family: "nimbus-sans", sans-serif;
    font-size: 16px;
    color: #000000;
}

@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/f1eec206-dfd5-4528-9414-60c305d075e9/waco-dealership-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/f1eec206-dfd5-4528-9414-60c305d075e9/waco-dealership-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

.aa-exp-banner {
    margin-top: -25px;
}

a {
    color: #ff6600;
    transition: .3s;
    font-weight: 700;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}


.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy,
.custom-page,
#vdp-container,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: pf-fuel-grime, sans-serif;
}

#home-page {
    margin-bottom: -30px;
}

.home-bottom-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9f5ce9e1-f599-418b-9afa-a635d91f6cd5/waco-river.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 5% 0;
}

#content-container {
    padding-bottom: 30px;
}

.dealershipSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d0353aa7-5218-4ed4-944c-d8f5eeb9f7df/section-1-background.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: -25px!important;
    padding: 18% 0;
}

.btnSection {
    margin-top: -25px;
    background-color: white;
    position: relative;
    padding: 60px 0;
}

.btnSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/9707e47f-07a6-4535-92b8-d21c3e16152a/background.jpeg);
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.typeSection {
    background-color: white;
}

.sliderSection {
    margin-top: 0!important;
}

.featuredSection {
    position: relative;
    margin-top: 0!important;
    padding: 60px 0;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/8d8a4c28-8bc3-4d7f-a27d-aaee8e7ca924/brazos-urban-waco-70.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
}

.socialSection {
    background-color: white;
    margin-top: 0!important;
}






/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
}

.headerContainer a {
    color: white;
}

.headerBlockContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.headerBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
}

.headerBlock > div {
    padding: 0 15px;
}

.headerBlock .dealer-address,
.headerBlock .dealer-phone {
    display: block;
}

.headerBlock .dealer-phone {
    font-size: 33px;
    color: #ffffff;
}

.headerLogo {
    text-align: center;
    position: relative;
    z-index: 9;
}

.headerLogo img {
    max-width: 240px;
}

.headerLogo h1 {
    margin: 0;
    font-size: 67px;
    letter-spacing: 33px;
    margin-left: 22px;
}

.headerSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerSocial a {
    font-size: 20px;
    margin: 10px;
}

.headerSocial .btn-primary {
    font-size: 18px;
    margin: 0;
}

.headerSocial .btn-primary:hover {
    transform: scale(.95);
}

.headerContainer > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row-reverse;
    width: 75%;
}

.headerSearch button {
    border: 2px solid #ff6600;
    font-size: 25px;
    padding: 3px 10px;
    background-color: #ff6600;
}

#searchDIV {
    display: none;
    margin-top: 20px;
    position: absolute;
    right: 75px;
    z-index: 999;
}

.siteSearch {
    display: flex;
    width: 300px;
}

.siteSearch .form-control {
    background-color: white;
    color: black;
    margin: 0;
    border: none;
    padding: 18px 12px;
    font-size: 16px!important;
}

.siteSearch .btn-primary {
    border: none;
    margin: 0;
    border-left: none;
    font-size: 17px;
    background-color: #ff6600;
}

.siteSearch .btn-primary:hover {
    transform: none!important;
    border: none;
    background-color: black;
}

.headerContainer .textClub .fa, 
.headerContainer .textClub span {
    display: block;
}

.headerContainer .textClub {
    text-align: center;
    font-size: 14px;
}

.headerContainer .textClub .fa {
    font-size: 30px;
}

.headerContainer .oemLogo img {
    max-width: 100px;
}

.headerContainer .btn-primary {
    color: black;
}





    

/* NAVIGATION */
#main-nav {
    margin-top: -122px;
}

@media (min-width: 1500px) {
#main-nav .container {
    width: 1470px;
}
}

    #main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 28px 13px;
}

#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus, #main-nav .nav > li.active > a, #main-nav .nav .open > a, #main-nav .nav .open > a:hover, #main-nav .nav .open > a:focus, #main-nav .nav > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ff6600;
}

.breadcrumb {
    background-color: #e2e2e2;
}

.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.social-media-icons {
    display: none;
}












/* CONTENT */

.blog-filters,
.blog-posts .post, #blog-page .post {
    background: transparent;
}

.dpsAnimated {
    position: relative;
    z-index: 3;
}

.modelcontainer {
    display: flex;
    background-color: white;
    margin-top: -25px;
    position: relative;
    filter: drop-shadow(0px 3px 2px black);
}

.modelcontainer a {
    flex: 0 0 25%;
}

.modelblock {
    position: relative;
    overflow: hidden;
}

.modelblock-back {
    filter: opacity(.3) grayscale(1);
    transition: .5s;
    width: 100%;
}

.modelblock .studio-pic {
    position: absolute;
    left: 0;
    padding: 13% 0 0;
    transition: .5s;
    margin: auto;
    text-align: center;
    right: 0;
    bottom: 0;
}

.modelblock:hover .studio-pic {
    bottom: 16%;
    transition: .5s;
}

.modeltext {
    position: absolute;
    top: 0;
    color: white;
    text-align: center;
    width: 100%;
    transition: .5s ease;
}

.modeltext h3 {
    text-transform: uppercase;
    font-size: 2.5vw;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.73);
    padding: 2% 1%;
    transition: .3s ease;
    text-shadow: 1px 1px 1px black;
}

.modelblock:hover h3 {
    color: #ff6600;
    background-color: black;
}

.modelblock:hover .modelblock-back {
    transform: scale(1.5);
    transition: 5s;
}

.widget-UpcomingEvents {
    padding-top: 5px;
    border: 3px solid;
    background-color: black;
}

.widget-UpcomingEvents h2 {
    color: #ff6600;
}

@media (max-width: 767px) {
.widget-UpcomingEvents h2 {
    padding: 0; }
}

#CustomEventWidget {
    background: #000;
    border: none;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    text-align: center;
}

.eventInfo h4 {
    text-transform: uppercase;
}

#CustomEventWidget .eventDate {
    background-color: #868686;
}

#CustomEventWidget .calEvent {
    overflow: visible;
}

.eventInfo {
    flex: 0 0 90%;
}

.eventInfo p {
    min-height: 6em;
    max-height: 6em;
}

.map-wrapper {
    position: relative;
    padding-bottom: 27%;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-header {
    position: relative;
    margin-bottom: 30px;
    height: 250px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 75px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
    color: #ff6600;
}

.text-club-wrapper {
    position: relative;
    padding-bottom: 360px;
    height: 0;
    overflow: hidden;
}

.text-club-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-about-background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1cee1c28-e55e-4143-b999-59a9ff879536/dealership-about.jpg);
    background-size: cover;
    background-position: top center;
}

.home-about {
    width: 811px;
    margin: auto;
    padding: 100px 15px;
    text-align: center;
    line-height: 35px;
}

@media (min-width: 768px) {
.home-about-text .btn-primary {
    float: right;
}
}

.home-about h3,
.home-about h1 {
    margin: 0;
}

.home-about > div span {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-about h1 {
    letter-spacing: 4px;
    color: #ff6600;
    text-shadow: 1px 1px 1px black;
}

.home-about-wrapper {
    padding: 40px 0;
    color: white;
}

.home-about-wrapper h3 {
    text-align: center;
    margin: 0px;
    font-size: 32px;
    text-shadow: 1px 1px 1px black, 0 0 5px black;
    letter-spacing: 5px;
}

.home-about-wrapper h1 {
    text-align: center;
    margin-top: 0;
    font-size: 44px;
    text-shadow: 0 0 10px black, 2px 2px 2px black;
}

.home-about-container {
    width: 100%;
    margin: auto;
}

.home-about-pic {
    flex: 0 0 50%;
}

.home-about-container div {
    position: relative;
}

.home-about-container div .btn-primary {
    position: absolute;
    bottom: 15px;
    right: 15px;
    box-shadow: 0 0 10px black;
}

.home-about-text {
    background-color: white;
    height: max-content;
    margin-top: 0;
    padding: 10px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.50);
    color: black;
}

.service-text ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service-text ul li {
    flex: 0 0 50%;
}

.service-text ul li:before {
    content: '\f21c';
    font-family: fontawesome;
    padding-right: 5px;
}

.mcButtons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#employees-team-page {
    background-color: white;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 60px;
}

.department-container .department {
    background: #e5e5e5;
}

.department .title {
    background: #101530;
    color: white;
}

.department-container {
    margin-bottom: 30px;
}

.department .employee {
    background: #fff;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.mapandhourstbl td:last-child {
    padding-left: 20px;
}

.hoursblock {
    flex: 0 0 50%;
}

.btnContainer > div:nth-child(1) > div > h3 {
    font-size: 1.5vw;
    margin-top: 0;
}

.btnBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.btnBlock a {
    flex: 0 0 32%;
    margin: 10px 0;
    text-align: center;
    text-shadow: 3px 3px 3px black;
    background-color: rgb(0 0 0 / 69%);
    padding: 25px 15px;
    box-shadow: 5px 5px 0 rgb(0 0 0 / 28%);
}

.btnBlock a:hover {
    transform: scale(1.2);
    background-color: black;
    z-index: 4;
}

.btnBlock a:nth-child(5) div {
    border: none;
    background-image: none;
    box-shadow: none;
}

.btnBlock h3 {
    margin: 0;
    font-size: 44px;
}

.btnBlock h3 span {
    display: block;
}

.typeContainer {
    display: flex;
    justify-content: space-around;
    width: 1470px;
    margin: auto;
    align-items: flex-end;
    text-align: center;
    padding: 60px 15px;
}

.typeContainer a {
    padding: 15px;
}

.typeContainer a span {
    font-weight: 400;
    color: black;
}

.typeContainer a img {
    transition: .4s;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.typeContainer h3 {
    color: #ff6600;
}

img.servPicOne {
    float: right;
    width: 50%;
    padding: 5px 0 5px 15px;
}

img.servPicTwo {
    float: left;
    width: 50%;
    padding: 5px 15px 5px 0;
}

img.servPicThree {
    float: left;
    width: 40%;
    padding: 0 15px 0 0;
    margin-bottom: 25px;
}

img.servPicFour {
    float: right;
    width: 40%;
    padding: 0 0 0 15px;
}

.homeSocial h4 {
    margin: 0;
    margin-left: 10px;
    font-size: 50px;
}

.homeSocial {
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
    font-size: 50px;
}

@media (min-width: 1500px) {
.homeSocial {
    width: 1170px;
}
}

.homeSocial a {
    display: flex;
    color: white;
    flex: 0 0 32%;
    justify-content: center;
    padding: 15px;
    text-shadow: 1px 1px 3px black;
}

.homeSocial a:hover {
    transform: scale(1.05);
}

.homeSocial a.dealer-facebook {
    background-color: #0059ff;
    background: linear-gradient(to bottom, #4dacf7 0%, 50%,#2064d8 100%);
}

.homeSocial a.dealer-instagram {
    background-color: purple;
    background: radial-gradient(circle at 4% 107%, #ffe157 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.homeSocial a.dealer-youtube {
    background-color: red;
}

.cornholeButton,
a.headerTimer {
    display: flex;
    background-color: red;
    width: max-content;
    padding: 10px;
    transition: .3s;
}

a.headerTimer {
    display: block;
    background-color: #ff6600;
    padding: 20px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/0709752f-09d2-4263-96f6-81294b76e38d/spiderweb.jpg);
    background-size: cover;
    background-position: center bottom;
    color: white;
    text-shadow: 1px 1px 1px black;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 58%);
    margin: 0 auto 30px;
}

#timer {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#timer div {
    font-size: 20px;
    min-width: 98px;
}

#timer div span {
    padding-left: 4px;
}

.headerTimer h4 {
    margin-top: 0;
    font-size: 32px;
    text-align: center;
}

.cornholeButton:hover {
    transform: scale(1.05);
}

.cornholeButton a {
    color: white;
    text-transform: uppercase;
}

.cornholeButton img {
    max-width: 300px;
    margin-right: 15px;
}






/* BILLBOARD */
.carousel-control { border-color: #000; opacity: .55; filter: alpha(opacity=55); }
@media (min-width: 768px) {
    .widget-Billboard .carousel { box-shadow: -30px 0px 40px -30px rgba(0, 0, 0, 0.8), 30px 0px 40px -30px rgba(0, 0, 0, 0.8); }
}


/* FEATURED VEHICLES */

.single-item-slider .slider-control {
    top: 50%;
    transform: translateY(-50%);
}

.single-item-slider .slider-outer {
    height: 455px;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 50px;
    left: -43px;
    width: 100%;
    padding: 0 5px;
}

.single-item-slider .item-detail .price {
    padding: 8px 0;
    bottom: 0;
    text-transform: uppercase;
    background-color: #ff6600;
    font-size: 30px;
    font-family: pf-fuel-grime, sans-serif;
    color: black;
}

.single-item-slider .item-detail .name {
    font-weight: 400;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 50px;
    text-shadow: 2px 2px 2px black;
    color: white;
}

.h-featured-text {
    color: white;
}


.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 300px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 3px solid #999999;
    border-radius: 0px;
    color: white;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.h-featured-text h2 {
    font-size: 65px;
    margin: 20px 0 0;
    line-height: 60px;
    text-shadow: 2px 2px 2px black, 0 0 10px black;
}

.h-featured-text span {
    font-size: 45px;
    margin-top: 0;
    letter-spacing: 6px;
    transition: .3s;
}

.h-featured-text a {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-top: 40px;
    position: relative;
    text-shadow: 0 0 5px black;
    color: white;
    text-align: center;
}

.h-featured-text a:after {
    content: '\21E8';
    font-size: 44px;
    color: #d7d7d7;
    position: absolute;
    top: -23px;
    right: unset;
    transition: .3s;
}


.h-featured-text a:hover:after {
    transform: translateX(36px);
    color: #ff6600;
}










/* INVENTORY */

#vdp-container .images-container {
    max-width: 100%;
}

.inventory-container .vehicle .cta-box {
    top: 3px;
}

.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

#filter-accordions .panel {
    margin-bottom: 5px;
    background-color: #9f9f9f;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle:hover {
    background-color: #e3e3e3;
}

    .inventory-container .vehicle .title a { color: black; }
.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }
    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }
    #filters-box li label { color: #fff; }
#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #9f9f9f;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 21px;
    text-align: center;
    padding-right: 0;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.vehicleyearmake {
    font-weight: 400;
}

.inventory-container .vehicle .thumb {
    height: 222px;
    line-height: 222px;
}

.inventory-image {
    max-height: 252px;
    width: 100%;
}

.inventory-container .vehicle .price-box {
    background-color: #ff6600;
}

.vehicle-box {
    border: 2px solid #9f9f9f;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
    display: flex;
    flex-flow: column;
}

#ModalVehicleInquiry {
    border: 2px #800000 solid;
    z-index: 400;
    background: #000000;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}

#showroom .section-box {
    background-color: #515151;
}

label {
    color: white;
}

#VehicleViewCountContainer label {
    color: black;
}







/* FORMS */

.field-validation-valid {
    color: gray;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.locationBox {
    background-color: #000000;
    color: white;
    margin-top: 25px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 6px;
    padding-left: 5px;
}

.form-header-text {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: pf-fuel-grime, sans-serif;
}

.form-control {
    font-size: 12px;
    margin: 5px 0px;
    border-radius: 0;
    background-color: #000000;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    color: white;
    transition: .2s;
}

.form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}


@media (min-width: 768px) {
#Form618 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4),
#Form619 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form618 > div:nth-child(2) > fieldset > div:nth-child(n+6):nth-child(-n+8),
#Form619 > div:nth-child(2) > fieldset > div:nth-child(n+6):nth-child(-n+8),
#Form620 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6),
#Form5997 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form4786 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form4786 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form618 > div:nth-child(2) > fieldset > div:nth-child(n+10),
#Form619 > div:nth-child(2) > fieldset > div:nth-child(n+10),
#Form620 > div:nth-child(2) > fieldset > div:nth-child(7),
#Form4786 > div:nth-child(1) > fieldset > div:nth-child(n+13) {
    padding: 0px 5px; }
}

.mainform {
    height: max-content;
    color: white;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
    border: 2px solid #333333;
}

.mainform label {
    margin-right: 10px;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: #000000;
    color: white;
}


.forms-title-section {
    font-size: 16pt;
     font-weight: 700;
    color: #ffffff;
    padding-left: 5px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.btn-primary, 
.btn-readMore {
    color: #000;
    border-radius: 0;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #ff6600;
    background-color: #ff6600;
    transition: .3s;
    position: relative;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 18px;
}

.btn-primary:hover,
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-readMore:hover {
    transform: scale(1.1);
    border: 2px solid #ff6600;
    background-color: #ff6600;
    color: white;
}

.counterWrapper {
    font-size: 10px;
    color: gray;
}











    
/* GLOBAL TOOLBARS/ACCORDIONS */
.panel-default { border: none; }

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid gray;
    border-top-color: #ddd;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading {
    background-color: black;
    background-repeat: repeat-x;
    text-shadow: 0 0 2px #333;
}

/*
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading, #content-container .panel-body {
    border-color: #777;
    background-color: #9f9f9f;
}
*/

#content-container .panel-heading { color: #eee; }


/* VDP VEHICLE */
.vehicles .k-widget { color: #eee; }

.vdpinquiryheader {
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: pf-fuel-grime, sans-serif;
}

#DealerLocationContainer label {
    color: #ff6600;
     font-weight: 700;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    font-size: 24px!important;
    margin-top: -5px;
}

.nav-tabs>li>a {
    border: transparent;
    background-color: black;
}









/* ACCORDION */
/*
#content-container .panel-body {
    background-color: #9f9f9f;
}
*/

.panel-heading .panel-toggle {
     font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}


.employform {
    color: white;
    margin-bottom: 30px;
}




/* KENDO OVERRIDES */
.k-block, .k-widget { background-color: inherit; }
.k-window-content.k-content { color: #333; }

table.k-scheduler-table {
    background-color: #121732;
    color: white;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #3a3a3a;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #848484;
    background-image: linear-gradient(to bottom, #858585, #494949);
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-pager-wrap .k-link:hover {
    color: #5b0000;
}

.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
    border-color: #7d7d7d;
}

.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: #d6d6d6;
    border-color: #cccccc;
}

.k-scheduler-toolbar>ul>li {
    background-color: #fff;
    border-color: #ccc;
}

.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: #000;
    background-color: #d6d6d6;
    border-color: #787878;
}







/* FOOTER */

.footer-container a {
    color: #ffffff;
    position: relative;
}

.footer-container a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: white;
    transition: .3s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-container a:hover:before {
    width: 100%;
}

.footerPriv p {
    margin-bottom: 0;
    text-align: center;
    padding: 10px 5px;
    font-style: italic;
    font-size: 12px;
    color: white;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1470px;
    margin: auto;
    padding: 25px 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: white;
}

.footer-logo {
    display: block;
    max-width: 210px;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
     font-weight: 700;
    font-size: 31px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -20px;
    transition: .3s;
}

.footer-links a:hover:after {
    right: -25%;
    transform: rotate(180deg);
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #c4c4c4;
    font-size: 20px;
}

.footertable {
    margin: 0 auto;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block .contact-btn {
    margin-top: 15px;
    color: black;
}

.footerMap {
    position: relative;
    padding-bottom: 25%;
    min-height: 150px;
    flex: 0 0 25%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* TOOLTIPS ON DARK BG */
.tooltip.in { opacity: .97; filter: alpha(opacity=97); }
.tooltip-inner { background-color: #ebebeb; color: #000; }
.tooltip.top .tooltip-arrow { border-top-color: #ebebeb; }


.promo-detail {
    color: black;
}

.siteSearch-M button {
    height: 33px;
    margin-top: 0px !important;
    padding: 4px;
}

@media (max-width: 767px) {
    .h-button-container {
        flex-wrap: wrap;
    }
    .footer-hours {
        flex-direction: column;
    }
    .dropdown-menu>li>a {
        color: white; 
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .h-button-block h3 {
        font-size: 5.5vw;
    }
    .h-button-container a {
        flex: 0 0 45%;
        margin: 10px 5px;
    }
    .homebuttons > .widget-inner, .featuredtext > .widget-inner, .homeslider > .widget-inner, .servtext > .widget-inner, .partstext > .widget-inner, .fintext > .widget-inner, .mctext > .widget-inner, .abouttext > .widget-inner, .maptext > .widget-inner {
        margin-top: 0 !important;
    }
.h-featured-text h2, .h-featured-text span {
    font-size: 11vw;
    margin-top: 0;
    line-height: 12vw;
}
   .modelcontainer {
        margin-top: 0;
        flex-wrap: wrap;
    }
.modelcontainer a {
    flex: 0 0 50%;
}
    .modeltext h3 {
        font-size: 4.5vw;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 293px;
    }
    .h-featured-text a {
        font-size: 5vw;
    }
    .h-featured-text a:after {
        position: unset;
        font-size: 7vw;
    }
    .home-about-wrapper h1 {
        font-size: 8vw;
    }
    #content-container {
        padding-bottom: 0;
    }
    #home-page {
        padding-bottom: 30px;
    }
    #vdp-container {
        margin-top: 0;
    }
    .p-header h1 {
        font-size: 11vw;
    }
    .servform, .partsform, .mcform {
        order: 2;
    }
    .servtext, .partstext, .mctext {
        order: 1;
    }
    .service-text ul li {
        flex: 0 0 100%;
    }
    .mcButtons > a {
        min-width: 150px;
        margin: 11px 5px;
    }
    .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
        z-index: 2;
    }
    .department .employee {
        max-width: 250px;
    }
    .maptext {
        text-align: center;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .maptext .dealer-name {
        font-size: 10vw;
    }
    .maptext .mapInfo {
        font-size: 6vw;
    }
    .pageheader {
        padding: 0;
        margin-top: -15px;
    }
} 

@media (min-width: 768px) {
    .home-about-container {
        width: 720px;
    }
    .footer-hours {
        justify-content: space-around;
    }
    .h-featured-text a {
        margin-bottom: 20px;
    }
    .mcButtons > a {
        margin: 20px 0;
        flex: 0 0 30%;
    }
    .maptext .dealer-name {
        font-size: 24px;
    }
    #Form1227 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 50%;
        display: inline-block;
        padding: 0 5px;
    }
    #Form1227 > div:nth-child(1) > fieldset > div:nth-child(8) {
        padding: 0 5px;
    }
    .dpsAnimated {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .home-about-container {
        width: 940px;
        display: flex;
    }
    .footer-links a:after {
        position: absolute;
        right: -15%;
    }
    .footer-links a {
        padding: 0;
    }
    .footer-links a:nth-child(2) {
        margin-top: 50px;
    }
    .modeltext {
        top: unset;
        bottom: 0;
    }
    .modeltext h3 { 
        font-size: 2vw;
    }
    .h-button-block h3 {
        font-size: 28px;
    }
    .home-about-text {
        margin-top: 25px;
        margin-left: -60px;
    }
    .home-about-wrapper h1 {
        font-size: 43px;
    }
    .h-featured-text a {
        text-align: left;
        margin-bottom: 0;
    }
    .footer-hours-block:first-child {
        padding: 0px 30px 0 0;
    }
    .mcButtons { 
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .mcButtons > a {
        flex: 0 0 auto;
    }
    .maphourswrapper { 
        flex-direction: row;
    }
    .maptext .dealer-name {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .home-about-container {
        width: 1140px;
    }
    .modeltext h3 { 
        font-size: 1.5vw;
    }
    .h-button-block h3 {
        font-size: 35px;
    }
    .home-about-text {
        margin-top: 62px;
        margin-left: -83px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 222px;
    }
    .h-featured-text a:after {
        top: -19px;
        right: 102px;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}




@media (max-width: 1499px) {
.headerContainer,
.typeContainer,
.footer-container {
    width: 1170px;
}

.headerLogo h1 {
    margin: 0;
    font-size: 49px;
    letter-spacing: 23px;
    margin-left: 17px;
}

.siteSearch {
    width: 100%;
}

.navbar-nav>li>a {
    font-size: 15px;
}

.headerLogo img {
    max-width: 175px;
}

.headerBlock {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.headerBlock > div {
    padding: 6px 65px;
}

.headerContainer .oemLogo img {
    max-width: 70px;
}

.btnBlock h3 {
    font-size: 39px;
}

.single-item-slider .slider-inner .item {
    width: 351px;
}

#main-nav {
    margin-top: 0;
}

.footer-container {
    flex-wrap: wrap;
}

.footerMap {
    flex: 0 0 100%;
}

#searchDIV {
    margin-top: 20px;
    right: 75px;
}

.navbar-nav {
    justify-content: space-between;
}
}






@media (max-width: 1199px) {
.headerContainer,
.typeContainer,
.footer-container {
    width: 970px;
}

.navbar-nav>li>a {
    font-size: 12px;
    padding: 15px 9px;
}

.headerSocial a {
    font-size: 20px;
    margin: 7px;
}

.headerLogo h1 {
    font-size: 45px;
    letter-spacing: 18px;
    margin-left: 13px;
}

.headerLogo img {
    max-width: 160px;
}

.headerBlock .dealer-phone {
    font-size: 30px;
}

.headerSocial .btn-primary {
    font-size: 14px;
    margin: 0 0px 0 8px;
    padding: 5px 10px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.h-featured-text h2 {
    font-size: 53px;
    margin: 58px 0 0;
    line-height: 36px;
}

.h-featured-text span {
    font-size: 36px;
}

.footer-block {
    padding: 15px;
}

.p-header h1 {
    font-size: 50px;
}

.footer-container > div:nth-child(1) {
    order: 1;
}

.footer-container > div:nth-child(2) {
    order: 3;
}

.footer-container > div:nth-child(3) {
    order: 2;
}

.footerMap {
    flex: 0 0 70%;
    order: 4;
}

.headerBlock > div {
    padding: 6px 40px;
}

#searchDIV {
    margin-top: 24px;
    right: 50px;
}

.btnBlock h3 {
    font-size: 33px;
}
}






@media (max-width: 991px) {
.headerContainer,
.typeContainer,
.footer-container {
    width: 740px;
}

#main-nav .nav>li>a {
    font-size: 10px;
    padding: 20px 3px;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerBlock {
    order: 2;
    flex: 0 0 50%;
}

.headerLogo {
    order: 0;
    flex: 0 0 100%;
}

.h-featured-text h2 {
    text-align: center;
}

.h-featured-text h2 span {
    display: block;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.p-header {
    height: 190px;
}

.btnBlock h3 {
    font-size: 25px;
}

.footer-container > div:nth-child(2) {
    order: 2;
}

.footer-container > div:nth-child(3) {
    order: 3;
    flex: 0 0 100%;
}

.footer-hours {
    justify-content: space-around;
}
}







@media (max-width: 767px) {
.headerContainer,
.typeContainer,
.footer-container {
    width: 100%;
}

.headerContainer .btn-primary {
    font-size: 12px;
    padding: 5px 7px;
    letter-spacing: 0;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 100%;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer > div:nth-child(1) > div > h3 {
    font-size: 6vw;
}

.btnContainer > div:nth-child(1) > div > h3 span {
    display: block;
}

.siteSearch {
    width: 100%;
    margin: 0;
    flex: 0 0 50%;
}

.headerContainer div {
    padding: 0;
}

.headerLogo {
    flex: 0 0 48%;
    margin: auto;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .nav>li>a {
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 50%;
}

.dealershipSection {
    padding: 11% 0;
}

.headerLogo img {
    max-width: 100%;
}

#main-nav {
    background-color: black;
}

.headerLogo h1 {
    font-size: 38px;
    letter-spacing: 14px;
    margin-left: 6px;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}

.btnBlock {
    padding: 10% 1%;
}

.btnBlock h3 {
    font-size: 9vw;
}

.btnBlock a {
    flex: 0 0 100%;
}

.btnContainer > div {
    flex: 0 0 100%;
}

.h-featured-text a {
    display: none;
}

.dealershipSection {
    padding: 19% 0;
    background-position: top!important;
    margin-top: 0!important;
}

.aa-exp-banner {
    margin-top: 0;
}

#main-nav .navbar-brand {
    display: none!important;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

img.servPicOne,
img.servPicTwo,
img.servPicThree,
img.servPicFour {
    float: none;
    width: 100%;
    padding: 15px;
}

img.servPicThree {
    margin-bottom: 0;
}

.headerBlock {
    justify-content: space-around;
}

.navbar-nav {
    display: block;
}

.headerBlock .dealer-phone {
    font-size: 16px;
}

.oemLogo {
    display: none;
}

.headerSearch {
    position: absolute;
    left: 15px;
    bottom: -50px;
    z-index: 999;
}

#searchDIV {
    margin-top: 6px;
    right: -254px;
    width: 300px;
}

.btnSection {
    padding: 15px 0;
    margin-top: 0;
}

.sliderSection .widget-inner,
.socialSection .widget-inner {
    margin-top: 0!important;
}

.featuredInventory h2 {
    font-size: 40px;
}

.homeSocial {
    flex-flow: column;
    align-items: stretch;
}

.homeSocial a {
    margin: 10px;
}

.footer-container {
    flex-flow: column;
    align-items: center;
}

.footerMap {
    width: 100%;
    padding-bottom: 100%;
}

#main-nav .navbar-toggle {
    font-size: 28px;
    color: white;
}

#timer div {
    min-width: unset;
}

header.body {
    margin-bottom: 0;
}

.map-wrapper {
    padding-bottom: 100%;
    margin-top: 0;
}
}




