
#instant-price-vdp-button{font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ddd;
border:2px solid #000;
}
#e-price-modal-content .vdpCreditBtn {display:none;}
.widget-Billboard .carousel-caption a {
    color: white;
}
body {
    font-family: 'Rajdhani', sans-serif;
    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: #cccccc url(https://psmfirestorm.blob.core.windows.net/b943ca01-a017-4580-8661-b3b9dbc14f1c/store-background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/b943ca01-a017-4580-8661-b3b9dbc14f1c/store-background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

#home-page #section-2 {
    margin-top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

#content-container {
    padding-bottom: 25px;
}

.homeBottom {
    background-image: url(https://psmfirestorm.blob.core.windows.net/94f4a0f6-b081-4d69-94a6-d31632cea9cb/broadway-rescale---higher-res.png);
    background-size: cover;
    margin-top: 0!important;
    padding: 60px 0;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    margin-bottom: -25px;
    background-position: center;
}

.homeBottom:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%,rgba(0,0,0,0) 100%);
    height: 20%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.homeBottom:after {
    content: '';
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    z-index: -1;
}

.truPaymentSection {
    background-color: white;
    margin-top: 0!important;
    padding: 25px 0;
}

.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;
    color: black;
    padding: 15px;
    margin-top: 30px;
}






/* HEADER */

header.body {
    margin-bottom: 0;
    background-color: black;
}

.headerContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 7px 15px 3px;
}

.headerContainer a {
    color: #c4c4c4;
    font-weight: 100;
}

.headerLogo {
    flex: 0 0 32%;
}

.headerBlock {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.headerBlock .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerBlock .dealer-city {
    padding-left: 7px;
}

.headerBlock .dealer-phone .fa-mobile {
    padding-right: 5px;
}

.headerBlock .dealer-phone {
    font-family: 'Rajdhani', sans-serif;
    font-size: 39px;
    margin-top: -9px;
    color: white;
    text-align: right;
    letter-spacing: 1px;
    font-weight: 700;
}

.headerSocial {
    display: flex;
    justify-content: space-around;
}

.headerSocial a {
    font-size: 28px;
    color: #c4c4c4;
    margin-left: 9px;
}

.headerR {
    margin-top: 5px;
}

.headerR .btn-primary {
    color: white;
    margin: 0;
}

.headerSlogan {
    color: white;
    margin-top: 70px;
    flex: 0 0 37%;
}

.headerSlogan h4 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #c4c4c4;
    letter-spacing: 2px;
    font-weight: 700;
}








/* NAVIGATION */

#main-nav {
    background-color: white;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav>li>a {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 19px;
    padding: 15px;
    font-weight: 700;
}






/* CONTENT */

.searchWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/19849fe9-b4dd-471a-b0d5-bc85ff04ca24/greg-rescale.png);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: right;
}

.siteSearch {
    width: 100%;
    display: flex;
    margin: auto;
    padding: 50px 0 150px;
}

.siteSearch .form-control {
    background-color: black;
    border: 3px solid #d1d1d1;
    padding: 25px;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none;
    margin: 0;
}

.searchbutton {
    background-color: black;
    font-size: 24px;
    border: 3px solid #d1d1d1;
    padding: 3px 16px 5px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none;
    color: white;
}

.modelcontainer {
    position: relative;
}

.modelbackground {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    flex-wrap: wrap;
}

.modelbigtext {
    position: absolute;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 110px;
    top: -116px;
    color: rgba(255, 102, 0, 0.70);
    font-weight: 700;
}

.model-wrapper {
    background-color: white;
    z-index: 2;
    position: relative;
}

.modelblock {
    margin-top: 0;
    z-index: 2;
    padding: 0 15px 15px;
}

.modelblock h3 {
    color: black;
    font-size: 20px;
    transition: .4s;
}

.modelblock:hover h3 {
    color: #ff6600;
}

.modelbackground .modelblock a img {
    transition: .5s;
}

.modelbackground .modelblock:hover a img {
    transform: scale(.8);
}

.modelopt {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.modelopt span {
    padding: 4px 10px;
}

.modelopt a {
    color: white;
}

.modelopt a:hover {
    color: #ff6600;
}

.modelnew {
    background-color: #6b6b6b;
}

.modelused {
    background-color: black;
}

.buttonWrapper {
    background-color: white;
    padding: 60px 0;
}

.buttonContainer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.buttonContainer a {
    flex: 0 0 20%;
    padding: 10px;
    color: black;
}

.buttonContainer a:hover {
    transform: scale(1.05);
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}

.buttonBlock {
    position: relative;
}

.buttonwrapper {
    position: absolute;
    bottom: 21px;
    left: 39%;
}

.buttonwrapper span {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: -5px;
    display: block;
}

.buttonwrapper h3 {
    margin: 0;
    font-size: 24px;
}

.homeAboutWrapper {
    background-color: #404040;
    color: white;
}

.homeAboutContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.homeAboutText {
    flex: 0 0 40%;
}

.homeAboutText span {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
}

.homeAboutText h1 {
    margin-top: 0;
    border-bottom: 5px solid #ff6600;
    padding-bottom: 7px;
}

.homeAboutText p {
    line-height: 26px;
    padding: 0 1% 0 0;
}

.homeAboutText a {
    color: #ff6600;
}

.homeAboutText a:hover {
    color: black;
}

.picWrapper {
    display: flex;
    justify-content: space-between;
}

.picWrapper div {
    flex: 0 0 32%;
}


.pageTitle {
    margin-top: 30px!important;
    border-bottom: 1px solid #c2c2c2;
    color: black;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #d9d9d9;
    border-color: #cccccc;
}

.aboutpic1 {
    float: left;
    margin: 0 15px 15px 0;
}

.aboutWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutWrapper div {
    flex: 0 0 50%;
    padding: 15px;
}

.map-wrapper {
    position: relative;
    padding-bottom: 63%;
    min-height: 150px;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl tr:nth-child(n+2) td:first-child {
    padding-right: 15px;
}

.department-container {
    margin-top: 0;
}

.department-container .page-title {
    text-align: center;
    color: black;
    font-size: 50px!important;
    text-shadow: 1px 1px 1px black;
}

.department-container .department {
    padding: 20px 0;
    background: #fff;
}

.department .title {
    background: #404040;
    color: white;
}

.department .employee .name p {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    background: #dfdfdf;
    border-radius: 0px;
}

.referralPic {
    margin-top: 25px;
}

.panel-group#accordion {
    margin-bottom: 0;
}

.panel-heading-home {
        position: relative;
}

.panel-heading-home:before, 
.panel-heading-home.active:before {
    font-size: 2vw;
    position: absolute;
    right: 18%;
    background: rgb(255 255 255);
    border-radius: 50%;
    padding: 0 1%;
    top: 15%;
    font-family: 'FontAwesome';
}

.panel-heading-home:before {
        content: '\f107';
        color: #ff6600;
        transition: .3s;
}

.panel-heading-home:hover:before {
    color: black;
}

.panel-heading-home.active:before {
        content: "\f106";
        color: #777;
}

.homeSectionBlock {
    display: flex;
    justify-content: space-between;
}

.whyMacon .panel {
    border-radius: 0;
    border: none;
}

.whyMacon .panel-body {
    padding: 0;
}

.whyMacon .panel-title {
    text-align: center;
    font-size: 3.6vw;
    background-color: #ff6600;
    color: black;
}

.homeSectionBlock h4 {
    color: #ff6600;
    font-size: 30px;
}

.homeSectionBlock div:nth-child(1) {
    padding: 4%;
}

.homeSectionBlock div:nth-child(2) {
    flex: 0 0 40%;
    position: relative;
}

.whyMacon .panel-body > div:nth-child(even) {
    background-color: black;
    color: white;
}

.whyMacon .panel-body > div:nth-child(odd) {
    flex-flow: row-reverse;
}

.whyMacon .panel-body div div:nth-child(2):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.whyMacon .panel-body div:nth-child(1) div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/020955cf-7675-405a-b53d-737bf9d6d484/Why-Harley-Davidson-of-Macon-1.jpg);
}

.whyMacon .panel-body div:nth-child(2) div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/97c26d3d-9f09-4a64-9faa-32f14baa500c/Why-Harley-Davidson-of-Macon-2.jpg);
    background-position: top;
}

.whyMacon .panel-body div:nth-child(3) div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ae200a08-ab97-4534-b483-11b571eb1d96/about-pic-6.jpg);
}

.whyMacon .panel-body div:nth-child(4) div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/14986609-23d2-4d5e-a214-53c95f7490ce/service-pic-3.jpg);
    background-position: top;
}

.whyMacon .panel-body div:nth-child(5) div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/da42472f-6c05-44a3-b952-6bc043ec0111/Why-Harley-Davidson-of-Macon-3.jpg);
}

.whyMacon .panel-body div:nth-child(6) div:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7a00bfb7-8241-4258-a210-0dc96a7920ec/_Silver_NO-BLEED_OUTLINES_2019_HR.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 92%;
    top: 50%;
    transform: translateY(-50%);
}









/* UPCOMING EVENTS */

#CustomEventWidget .calEvent {
    height: 100px;
}

.eventInfo h4 {
    text-transform: uppercase;
}

.eventInfo p {
    max-height: unset;
}

.widget-UpcomingEvents h2 {
    background: rgba(0, 0, 0, 0);
    text-align: center;
    padding-top: 0;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

#CustomEventWidget .eventWrapper {
    padding-top: 10px;
}

.calEvent {
    font-weight: 100;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #000000;
}

h2.noEvents {
    background-color: black;
}







/* REVIEWS */

.latestReviews h2 {
    text-align: center;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 25.7em;
    border: none;
}

.widget-Reviews .single-item-slider .item .item-inner {
    padding: 5px;
    background-color: black;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 221px;
}

.review-comments {
    color: #fff;
}

.widget-Reviews {
    margin: 0;
}

a.eventLink {
    color: white;
}

.widget-UpcomingEvents > div > h3 {
    color: #cfcfcf;
}

.widget-UpcomingEvents > div > h3 > a {
    color: white;
}

#cctextbtn {
    width: 130px;
}





/* FEATURED INVENTORY */

.single-item-slider .item {
    background-color: #ffffff;
    border-radius: 0px;
    border: 4px solid white;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 11%;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 35px;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.featuredInventory {
    padding: 10px 15px 70px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 2px 0 0;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    background-color: black;
    bottom: 0;
    color: #ff6600;
    font-weight: 700;
}

.single-item-slider .item-detail .name {
    color: black;
    font-weight: 100;
}

.single-item-slider .slider-outer {
    height: 237px;
}


.mapwrapper {
    position: relative;
    padding-bottom: 27%;
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* INVENTORY */

#ContactCollapse .form-actions:before {
    content: 'By Submitting, I am consenting to receive text messages from Harley-Davidson of Macon to the phone number provided. I understand these texts may be automated and that my consent to receive calls/texts is not required to purchase any product or services. Reply "STOP" to end texts or "HELP" for help. Msg & Data rates may apply. Terms & Conditions: https://harleydavidsonofmacon.com/sms-terms  and Privacy Policy: https://harleydavidsonofmacon.com/sms-privacy.';
    padding: 5px;
    display: block;
    font-size: 12px;
    font-style: italic;
}

.inventory-container .vehicle .cta-box {
    text-align: center;
    border: none;
    padding: 10px 26px;
    text-transform: uppercase;
    max-width: unset;
    margin: 0 auto;
    background: #ddd;
    position: relative;
    top: 0px;
    width: max-content;
    font-size: 17px;
}

.vdpinquiryheader {
    margin-bottom: 0;
    color: white;
    text-transform: uppercase;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #878787;
    border-color: #ddd;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    padding-right: 0;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff6600;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
    height: max-content;
}

.vehicle-box {
    border: 1px solid #dddddd;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 6px rgb(0 0 0 / 34%);
}

.vehicleyearmake {
    padding-right: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 800;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    margin-top: 2px;
    font-weight: 400;
    flex: 0 0 100%;
    text-align: center;
}

a.promo-link {
    color: #000000;
}

a.promo-link:hover {
    color: #ff6600;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.inventory-image {
    max-height: 100%;
}

.inventory-container .vehicle .thumb {
    height: 100%;
    line-height: unset;
}








/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    padding: 6px 10px;
    text-transform: uppercase;
    border: 3px solid #ff6600;
    transition: .3s;
    margin: 10px 0;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
}

.sbutton {
    font-weight: 700;
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 18px;
}

.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: #ff6600;
}

.inquiryformcontainer {
    font-size: 15px;
    background-color: #404040;
    color: white;
}

.form-header-text {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    color: #ff6600;
    text-align: center;
    font-size: 33px;
    margin-bottom: 5px;
    font-weight: 700;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 72px;
}

.customForm [placeholder="Phone"] {
    width: 127px;
}

.vdp-inquire {
    color: white;
    font-size: 14px!important;
    border: 2px solid transparent;
    margin: 3px 0;
    background-color: #2f2f2f;
}

#ModalVehicleInquiry .vdp-inquire,
#InstantPriceModalForm .vdp-inquire {
    background-color: transparent;
}

.modal-content {
    background-color: #404040;
    color: white;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    right: 0;
    color: white;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

#Form1264 > div > fieldset > br {
    display: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #404040;
    color: white;
    padding: 15px;
}

.form-control {
    font-size: 14px!important;
    border: 2px solid transparent;
    margin: 5px 0;
    background-color: #2f2f2f;
    border-radius: 0;
    box-shadow: none;
    color: white;
}

.form-control:hover, .form-control:hover ~.searchbutton {
    border-color: #757575;
}

.searchbutton {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #757575;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #000000;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-text-section {
    font-size: 12px;
}






/* FOOTER */

.footerBackground {
    background-color: white;
    border-top: 4px solid #f60;
    color: black;
}

.footerContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 20px 15px 30px;
    line-height: 30px;
    flex-direction: column;
    text-align: center;
}

.footerContainer a {
    color: #ff6600;
    font-weight: 100;
}

.footerContainer a:hover {
    color: black;
}

.awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.awards img {
    padding: 10px 5px;
    max-width: 135px;
    max-height: 115px;
}

.footerBlock .dealer-phone {
    font-size: 32px;
    font-family: 'Rajdhani', sans-serif;
    margin-top: 7px;
    display: block;
    font-weight: 700;
}

.footerLinks {
    padding: 0;
    list-style: none;
}

.footerLinks li {
    padding: 15px 0;
}

.footerLinks li:before {
    content: '\f178';
    font-family: fontawesome;
    padding-right: 8px;
    transition: .3s;
}

.footerLinks li:hover:before {
    filter: opacity(1);
}

.footerTable {
    margin: 0 auto;
}

.footerTable td:first-child {
    padding-right: 15px;
}

.footerSocial {
    display: flex;
    justify-content: center;
}

.footerSocial a {
    font-size: 26px;
    padding: 10px 20px;
}

footer.body .outer-wrapper {
    background-color: #000;
    text-align: center;
}

#outer-wrapper > footer > div > div > div {
    padding: 20px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: black;
}

.creditslideout {
    position: fixed;
    top: 61%;
    left: -140px;
    display: inline;
    z-index: 2040;
    transition: .3s ease;
}

.creditslideout:hover, .creditslideout:focus, .creditslideout:active {
    left: 0;
}

#ModalVehicleInquiry {
    color: black;
    border: 2px solid #f60;
    background: #404040;
}

.jumbotron, #creditAppForm section {
    background: #f60 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1, .altApp, #creditAppForm .form-control {
    color: white !important;
}

#creditAppForm .k-picker-wrap.k-state-default .k-input, #creditAppForm .k-picker-wrap.k-state-default, #creditAppForm .k-dropdown .k-input {
    background: #2f2f2f !important;
    color: white !important;
}

.vdpbtn {
    padding: 15px 0;
    border-radius: 10px;
    background-color: #38B649;
    border: 3px solid #38B649;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
}

.vdpbtn:hover {
    border: 3px solid #38B649;
}

.widget-Reviews .item-detail {
    color: white;
}

footer.body .outer-wrapper {
    background-color: white;
    color: black;
}

.footerTable tr {
    line-height: 24px;
}

.footerAddy {
    line-height: 20px;
}

@media (max-width: 767px) {
    .headerLogo, .headerLogo img, .headerR, .headeraddress, .headerSocial {
        display: none;
    }
.modelbigtext {
    font-size: 14vw;
    top: calc(-50px + (-120 + 50) * ((100vw - 320px) / (768 - 320)));
}
    .homeAboutContainer {
        flex-direction: column;
        padding: 15px 25px;
    }
    .inventory-container .vehicle .title {
    font-size: 16px;
}
    .buttonContainer {
        justify-content: center;
    }
    .homeWidget > .widget-inner {
        margin-top: 0 !important;
    }
    .modelBackground {
        justify-content: center;
    }
    .modelblock {
        flex: 1 0 225px;
    }
    .siteSearch {
        padding: 10% 0 30%;
    }
    .homeAboutText h1 {
        font-size: 7.5vw;
    }
    .homeBottom {
        padding: 0;
    }
    .single-item-slider .slider-control {
        color: #f60;
    }
    .featuredInventory {
        padding: 10px 15px;
    }
    #main-nav {
        background-color: black;
    }
    .fa-bars {
        color: #f60;
    }
    .headerL {
        padding-right: 0;
    }
    .headerBlock .dealer-phone {
        font-size: 32px;
        text-align: center;
    }
    #main-nav .navbar-brand {
        height: 70px;
        margin: -8px 0 0;
        padding: 1px 15px;
    }
    .headerL, .headerBlock {
        flex: 0 0 100%;
    }
    .navbar-nav>li>a {
        color: #f60;
        padding: 15px 25px;
    }
    #main-nav .dropdown-menu>li>a {
        color: white;
        padding: 15px 40px;
    }
    #content-container {
        padding-bottom: 0;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 200px);
    }
    .creditslideout {
        display: none;
    }
    #inventory-page, .page-background > div, #calendar-page, #employees-team-page, #vdp-container, #showroom, #promotions-page, #thankyou-page {
        margin-top: 0;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 150px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 175px);
    }
    .aboutpic1 {
        float: none;
        margin: 15px auto;
        display: block;
    }
    .maptext .dealer-name {
        font-size: 7vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .mapwrapper {
        margin-bottom: 20px;
        min-height: 150px;
    }
    .demoheader {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #cc-chat-button {
        display: none;
    }
    .ltrPic {
        margin-bottom: 20px;
    }
    .headerContainer, .buttonContainer, .modelbackground {
        width: 768px;
    }
    .latestReviews h2 {
        font-size: 26px;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 289px;
    }
    .modelblock {
        flex: 1 0 30%;
        -ms-flex: 0 0 28%;
    }
    .homeAboutText {
        padding: 10px 25px 0;
    }
    .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
        z-index: 1;
    }
    .partspic, .servicepic {
        float: right;
        margin: 10px;
        width: 50%;
    }
    .department-container {
        width: 720px;
        padding: 0;   
    }
    #Form1337 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
        width: 50%;
        display: inline-block;
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .headerContainer, .footerContainer, .buttonContainer, .modelbackground {
        width: 980px;
    }
    .footerContainer {
        flex-direction: row;
        text-align: left;
    }
    .siteSearch {
        width: 770px;
    }
    .footerLinks li {
        padding: 0;
    }
    .footerLinks li:before {
        filter: opacity(0);
    }
    .footerTable {
        margin: 0;
    }
    .footerSocial {
        justify-content: space-around;
    }
    .footerSocial a {
        padding: 10px;
    }
    .awards, .modelbackground {
        flex-wrap: nowrap;
    }
    .buttonwrapper {
        bottom: 11px;
    }
    .modelbigtext {
        font-size: 150px;
        top: -151px;
    }
    .modelblock {
        margin-top: -40px;
        flex: 1 0 16%;
        -ms-flex: 0 0 14%;
    }
    .latestReviews h2 {
        font-size: 30px;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 273px;
    }
    .homeAboutContainer {
        flex-direction: row;
    }
    .homeAboutText {
        padding: 0 20px;
    }
    #main-nav {
        margin-top: -34px;
    }
    .navbar-nav>li:last-child>a {
        padding-right: 0;
    }
    .homeAboutText h1 {
        font-size: 32px;
    }
    .homeAboutText p {
        line-height: 24px;
    }
    .department-container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .headerContainer, .footerContainer, .buttonContainer, .modelbackground {
        width: 1180px;
    }
    .buttonwrapper {
        bottom: 11px;
    }
    .modelblock {
        margin-top: -60px;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 221px;
    }
    #main-nav {
        margin-top: -51px;
    }
    .headerL .dealer-phone {
        font-size: 59px;
    }
    .headerR {
        margin-top: 9px;
    }
    .homeAboutText h1 {
        font-size: 36px;
    }
    .awards img {
        max-width: 160px;
    }
    .homeAboutText p {
        line-height: 26px;
    }
    .homeAboutText {
        padding: 0 50px 0 20px;
    }
    .department-container {
        width: 1140px;
    }
}

@media (min-width: 1500px) {
    .buttonContainer, .modelbackground {
        width: 1480px;
    }
    .buttonwrapper {
        bottom: 17px;
    }
    .modelblock {
        margin-top: -83px;
    }
    .homeAboutText {
        padding: 0 50px 0 0;
    }
}


.showroom-disclaimer {
    font-size: 12px;
    font-style: italic;
    margin-top:15px;
}

#partsEmployees #employeeHvrImg, #serviceEmployees #employeeHvrImg, #motorclothesEmployees #employeeHvrImg {
    display: none;
}







@media (max-width: 1499px) {
.modelblock h3 {
    font-size: 19px;
}

.buttonwrapper h3 {
    font-size: 18px;
}

.buttonwrapper span {
    font-size: 15px;
}

.buttonwrapper {
    bottom: 13px;
}
}




@media (max-width: 1199px) {
.headerSlogan {
    margin-top: 64px;
    flex: 0 0 31%;
}

.headerSlogan h4 {
    font-size: 16px;
}

.headerBlock .dealer-phone {
    font-size: 32px;
    margin-top: -10px;
}

.buttonContainer a {
    flex: 0 0 33%;
}

.buttonwrapper h3 {
    font-size: 26px;
}

.buttonwrapper span {
    font-size: 19px;
}

.buttonwrapper {
    bottom: 17px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 12px;
}

.modelblock h3 {
    font-size: 15px;
}
}





@media (max-width: 991px) {
.headerSlogan {
    margin-top: 33px;
    flex: 0 0 22%;
}

.buttonwrapper h3 {
    font-size: 20px;
}

.buttonwrapper span {
    font-size: 16px;
}

.buttonwrapper {
    bottom: 14px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.modelblock h3 {
    font-size: 24px;
}
}



@media (max-width: 767px) {
.headerContainer {
    flex-wrap: wrap;
}

.headerSlogan {
    order: 1;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 0;
}

.headerBlock {
    order: 2;
    align-items: center;
    margin-top: 5px;
}

.whyMacon .panel-title {
    font-size: 8vw;
}

.whyMacon h1.panel-title span {
    display: block;
}

.panel-heading-home:before, 
.panel-heading-home.active:before {
    font-size: 4vw;
    right: 18%;
    padding: 0 2%;
    top: 55%;
}

.homeSectionBlock {
    flex-flow: column!important;
}

.homeSectionBlock div:nth-child(2) {
    position: relative;
    min-height: 250px;
}

.buttonContainer a {
    flex: 0 0 50%;
}

.buttonwrapper {
    transform: translateY(50%);
    left: 38%;
    bottom: 49%;
}

.navbar-nav {
    display: block;
}

.buttonwrapper h3 {
    font-size: 4vw;
}

.buttonwrapper span {
    font-size: 3vw;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}
}




/* EXTENDED SERVICE */
#hdExtendedService .mainSection {
    text-align: center;
    padding: 30px 0;
}

#hdExtendedService .secSection {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

#hdExtendedService .secSection > div:nth-child(1) {
    padding-right: 15px;
    flex: 0 0 43%;
}

#hdExtendedService .secSection p {
    line-height: 30px;
}

#hdExtendedService ul.FAQ li i:before, #hdExtendedService ul.FAQ li i:after, #hdExtendedService ul.FAQ p {
  transition: all 0.25s ease-in-out;
}

.flipIn, #hdExtendedService ul.FAQ li {
  animation: flipdown 0.5s ease both;
}

#hdExtendedService ul.FAQ p {
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#hdExtendedService ul.FAQ {
    list-style: none;
    padding: 0;
    margin: 0;
}
#hdExtendedService ul.FAQ li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid;
}
#hdExtendedService ul.FAQ li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#hdExtendedService ul.FAQ li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#hdExtendedService ul.FAQ li:nth-of-type(3) {
  animation-delay: 1s;
}
#hdExtendedService ul.FAQ li:last-of-type {
  padding-bottom: 0;
}
#hdExtendedService ul.FAQ li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
#hdExtendedService ul.FAQ li i:before, #hdExtendedService ul.FAQ li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
#hdExtendedService ul.FAQ li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#hdExtendedService ul.FAQ li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#hdExtendedService ul.FAQ li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#hdExtendedService ul.FAQ li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    margin-bottom: 0;
}
#hdExtendedService ul.FAQ li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#hdExtendedService ul.FAQ li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#hdExtendedService .FAQ li:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

#hdExtendedService .FAQ li.active:after {
    transform: rotate(0deg);
}

@media (min-width: 1500px) {
#hdExtendedService .FAQSection {
    width: 1170px;
    margin: auto;
}
}

@media (max-width: 767px) {
#hdExtendedService .secSection {
    flex-flow: column-reverse;
}

#hdExtendedService img.hero {
    height: 80vw;
    object-fit: cover;
}
}


