@charset "utf-8";


/* PC Only Styles */
.pc-only {
    display: none !important;    
}
/* PC Only Styles */

/* Mobile Only Styles */
.mobile-only {
    display: initial;
}
/* Mobile Only Styles */

/* Global class */
/*
.main-content section {
    margin: 0 auto;
    max-width: 100%; max width of page set here
    width: 100%;
    overflow: hidden;
}
*/

/*
.inset-margins, .section-header {
    max-width: 100%;
}
*/
.model-videos-tray {
    /*max-width: calc(100% - 20px);*/
}
img { 
  object-fit: contain;
}
/* Global class */

/* popup */
.action-pop-up-container {
    width: 95%;
}
/* popup */

/* wraps */
.header_wrap, .video_wrap, .section_wrap, .footer_wrap {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.sub_header_wrap, .video_wrap, .offers_wrap {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
/* Wraps */
.offers_wrap {
    width: 738px;
    height: auto;
    margin: 0 auto;
}
/* Wraps */
/*wraps */

/* Footer */
#map img {
    width: 100%;
    max-width:100%;
    height: auto;
}
/* Footer */

@media screen and (max-width: 1200px) { /*was 1100px*/
    /* Wraps */
    .offers_wrap {
        width: 335px;
        height: auto;
        margin: 0 auto;
    }
    /* Wraps */
    /* Smooth Transition */
    .swoozy {
        transition: all 250ms ease-in-out;
    }
    /* Smooth Transition */
    /* Header */
    #header {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .logo_block {
        align-items: center;
    }
    .auto_group_logo {
        justify-content: center;
    }
    .city_container {
        justify-content: center;
    }
    .city_container h3 {
        text-align: center;
    }
    .header_kba_block {
        margin-left: 0px;
        justify-content: center;
    }
    .h_kba {
        margin-top: 10px;
        margin-left: 0px;
    }
    /* Header */
    /* Sub Header */
    #sub_header {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .sub_header_dealer_info {
        justify-content: center;
    }
    .sub_header_dealer {
        justify-content: center;
    }
    .sub_header_phone {
        justify-content: center;
    }
    .sub_header_address {
        justify-content: center;
    }
    .sub_header_address > address {
        width: auto;
        text-align: center;
    }
    .department_block {
        margin-top: 10px;
        margin-left: 0px;
        justify-content: center;
    }
    /* Sub Header */

    /* Main Video */
    .main-video-section {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: #fff;
    }
    /* Main Video */

    /* Offer Banner & Offer Coupons */
    .section-header {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .b_kba {
        margin-top: 15px;
        width: auto;
        height: 50px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .b_kba h6 a:link, .b_kba h6 a:visited {
    }
    /* Offer Banner & Offer Coupons */

    /* Offer Section Coupon */

    /* Offer Section Coupon */

    /* Footer */
    .footer-container {
        padding-top: 35px;
        width: 100%;
        height: auto; 
        background-color: #e5e5e5;
        border-top: solid 5px #000;
    }
    .footer {
        height: auto;
        display: flex;
        flex-direction: column;

    }
    .footer > div {
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
    }
    .footer > div:first-child {
        margin-left: 0%;
        width: auto;
    }
    .footer > div:first-child, .footer > div:nth-child(2) {
        width: auto;
    }
    .footer > div:nth-child(3) {
        width: auto;
    }   

    .footer-hours-container {
        margin-top: 25px;
    }
    .footer-hours-container p {
        line-height: normal;
    }
    .footer-dealer-address {
        width: auto;
    }
    .footer-service-container {
        width: auto;
    }
    .footer_contact_info {
        margin-top: 25px;
    }
    .footer-service-container h4 {
        margin-top: 25px;
        font-size: 1.0rem;
        line-height: normal;
        font-weight: bold;
        text-transform: uppercase;
    }
    .footer-sales-phone p a:link, .footer-sales-phone p a:visited {
        font-size: 1.8rem;
    }
    .footer-dealer-website {
        width: auto;
    }
    .footer_map {
        margin-top: 35px;
    }
    #map img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    /* Footer */

}




/*CALLUS PHONEUS CTA*/
/*
.callus-phoneus{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;

}
*/

/*SECTIONS*/
/*
.section-header {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    margin-top: 40px;
    margin-bottom:0; important that no margin-bottom here
}
*/

.section-header a{
    
}

hr{
    display: block;
    width: 100%;
    max-width: calc(100%);
    margin: 0 auto;
    padding: 0;
}

/*
.section-header h2,
.section-header h3 {
    header left right alignment
    padding-left: 20px;
    padding-right: 20px;
}


.section-header h2 {
    line-height: 1.1;
    font-size: 24px;
    color: #666;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}


.section-header h3 {
    margin-bottom: 0; important that no margin-bottom here 
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
    padding-top: 20px;
    
}
*/
/*SECTIONS*/

/*VIDEO POP UP*/
#video_pop_up {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f2f2f2;
    z-index: 100;
}

.video-popup-top{ 
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.current-video-info{
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    color: #333;

}

.current-video-info .currentVideoTitle{

    flex-grow: 1;
    line-height: 1.1;
    padding-right: 5px;

}

.current-video-info .playPauseButton{

    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;

}

#video_thumb_container {
    width: 170px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 96px;
}

.video-popup-cta .btn {
    background: hotpink;
    color: white;
    font-size:1.25em;
    align-items: center;
    justify-content: space-around;
    height: 54px;
}

.video-popup-cta i
{
    display:none;
}

#video_pop_up_close{
    background: none;

}

#video_pop_up_close span.fa{
    color: #333;
}

/*playPause button display on video state change*/
.videoIsPlaying #playbtn,
#pausebtn{
    display: none;
}

#playbtn,
.videoIsPlaying #pausebtn{
    display: inline-block;

}

/*no animation on mobile popup video*/
.popout {
  animation: unset;
  -webkit-animation: unset
}
.goodbye>div.video-popup-top,
.goodbye>div#video_pop_up_close {
    display: none!important;
    animation: unset;
    -webkit-animation: unset;
    animation-name: unset;
    animation-fill-mode: unset;
}

/*do not display controls on mobile popup*/
#video_pop_up .temporaryOverlayUwm,
#video_pop_up #playerControlsContainerUwm,
#video_pop_up .uwmObstructingOverly,
#video_pop_up .track_ctrl_context_container{
    display: none;
}


/*VIDEO POP UP*/



/*TOP VIDEO AREA*/
/*
section.main-video-section {
    display: flex;
    flex-direction: column;
    position: relative;
}
*/

.video-container{
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.tray-container {
    width: 100%;
    position: relative;
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.videos-tray {
    position: relative;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    top: 0;
    bottom: unset;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: unset;
    flex-shrink: unset;
    flex-grow: unset;
}


.main-video-section .tray-container
{
    min-height: 160px;
}

.tray-container ul {
    width: 100%;
    position: relative;
    min-height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
    overflow: unset;
    display: flex;
}

.tray-container li {
    margin: 6%;
    margin-top: 18px;
    margin-bottom: 18px;
    min-width: 21%;
    width: 30%;
    max-width: 30%;
    line-height: 1.1;
    list-style-type: none;
    padding: 0;
}

.tray-container .playarrow,
.tray-container .activeVideoButton .playarrow{
    background-image: none;
}


/*ANCHOR NAVBAR*/
.y-origin .header-nav{
    opacity: 0;
    height: 0;
}

.header-nav{
 position: fixed;
 top: 0;
 opacity: 1;
 transition: opacity .25s;
 order:  -1; /*send to top if inline*/
}

.anchor-navbar{
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

.anchor-navbar nav,
.anchor-navbar .navbar-nav{
    display:flex;
    justify-content:space-between;
    align-items: end;
    width:100%;
    height: 100%;
    padding: 0;
}


.anchor-navbar .navbar-nav{
    color: #333;
    background: white;
    text-align: center;
}

.anchor-navbar .branded-btn {
    width: 100%;
    max-width: 90%;
    min-width: 200px;
    height: 45px;
    border: 1px solid hotpink;
    text-align: center;
    color: hotpink;
    margin: 12px auto;
    margin-bottom: 0;

}

.anchor-navbar .branded-btn:hover {
    background: hotpink;
    color: #fff;
}


.anchor-navbar .navbar-nav li a span{
    color: #333;
    padding: 10px;
    text-align: center;
}


.anchor-navbar .navbar-nav .nav-link {
    padding: 0.52rem 5%;
    border-bottom: 1px solid #ddd;
}


.anchor-navbar .navbar-collapse.show:after,
.anchor-navbar .navbar-collapse.collapsing:after{
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s;

}
.anchor-navbar .navbar-collapse.show:after{
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.5s;   
}


.anchor-navbar li{
    width: 100%;
    display: flex;
    height: unset;

}
.anchor-navbar li:first-child{
    flex-grow:unset;
    align-items: center;
}
.anchor-navbar li:first-child a{
    max-width: unset;/*first child is the button, should be max width*/
}


.anchor-navbar li{
    position: relative;
    height: 100%;
    display: flex;
    height: 60px;
}

.anchor-navbar li.active:after{
    content: '';
    display: none!important;
}

.anchor-navbar li.active{
}

.navbar-toggler{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

/*offers stuff*/
.banner-wrap {
    align-items: center;
    display: flex;
    width: fit-content;
    min-width: 66%;
    margin: 0 auto;
    flex-direction: column;
}

.offer-action{
    padding: 20px;
    width: 100%;
}

.offer-disclaimer{
    padding: 10px;
}

/*
.offer-banner .panel,
.offer-section .section-header {
    background: #ebebeb; special case for display of current offer h3 
}
*/

.offer-and-buttons-container {
    margin-top: 15px;
}

.offer-banner>.panel {
    padding: 0;
}

.banner-text {
    padding: 10px;
    display: block;
}

.banner-text p:nth-child(1) {
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.banner-text p:nth-child(2) {
    font-size: 14px;
}

.rewards-disclaimer {
    padding: 10px;
}

/*vehicles in stock*/
.stock{
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.stock>div:first-child,
.stock>div:last-child,
.stok-col{
    margin: 0 auto;
    margin-top: 20px;
}

.stok-col{
    max-width: 400px;

}

/*Footer, Map*/
section.footer-container{
}

.footer-contents{
    flex-direction: column;
    padding: 10px;
}

/*
.footer-heading{
    padding-top: 5px;
}
*/

/*
.map-container{
    order:  -1;
    margin-bottom: 78px;
}
*/

/*privacy policy*/
.policy-url-container{
    margin: 0;
    padding: 10px;
}

.footer-service-container, 
.footer-contact-container
{
    flex-basis: 0;
    margin: 0;
    border: 0;
}

#footer_logo {
    font-size: 23px;
}

.footer-service-contact-flex {
    flex-direction: column-reverse;

}