/* Updated styles for model page 2024-01-17 */

/* INIT */
h2{
    font-size:34px !important;
    font-weight:400 !important;
}
h2.primeryBlueTitle {
    color: #1e2a32;
    font-size: 2em;
    padding: 50px;
}

/* BANNER */
.section-model-banner {
    position: relative;
    display: block;
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: cover;   
}

.model-banner-title{
    position: absolute;
    top:100px;
    right:230px;
    color: var(--gray-light);
    text-shadow: 1px 1px 1px var(--gray-black);
}
.model-banner-title .name{
    margin-top:20px;
    font-size:32px;
}
.model-banner-title .slogan{
    margin-top:20px;
    font-size:24px;
}


/* SECTION CONTENT INNER CONTAINER */
.section-content{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* SECTION MODEL HEADER */
.section-model-header{
    background-color: var(--model-header);
}
.section-content .model-header{
    padding: 20px 0;
    color: var(--gray-light);
    font-size: 24px;
    line-height: 30px;
}

/* SECTION MODEL TRIMS */
.section-model-trims{
    position:relative;
    padding:60px 0 70px 0;
    background-color: var(--gray-light);
}
.section-model-trims h2{
    color: var(--gray-black);
    text-align: right;
}
.section-model-trims .trims-nav{
    display:flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top:20px;
}
.trims-nav .nav-line{
    width:85%;
    border-bottom:1px solid var(--gray-mid);
}
.trims-nav .nav-buttons{
    display:flex;
    justify-content: space-around;
    width:100px;
    /* margin:0 auto; */
}
.chevron {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    background-color:rgba(21, 21, 27, 0.3);
    cursor: pointer;
}
.chevron::after {
    content: '';
    position: relative;
    top: 7px;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    vertical-align: middle;
    color: var(--gray-light);
}
.chevron.right:after {
    left: 0;
    transform: rotate(45deg);
}
.chevron.left:after {
    left: 2px;
    transform: rotate(-135deg);
}
.chevron-active{
    /* background-color: #404040; */
    background-color: var(--gray-black);
}

.section-content .trims-container{
    /* width:100%; */
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    transition: 1s all ease;
}
.section-content .trims-container::-webkit-scrollbar {
    display: none;
}

.section-content .trims-slider{
    display: flex;
    width:10000px;
    margin-top:20px;
    /* max-width:10000px; */
    /* overflow-x: hidden; */
}
.trims-slider .trims-item{
    width:330px;
    /* height:660px; */
    margin-left:20px;
    /* margin:30px 0 0 20px; */
    /* padding:0 20px; */
    border:1px solid var(--gray-mid);
    background-color: var(--blue-light);
}
.trims-item .trim-content-top{
    /* min-height:360px; */
    padding:26px 20px 0 20px;
    background-color: var(--white);
    
}
.trim-content-top .trim-image{
    width:246px;
    margin:0 auto;
}
.trim-content-top .trim-image img{
    width:246px;
    height:auto;
    margin:0 auto;
    display:block;
}
.trim-content-top .trim-title{
    margin-top:20px;
    font-size: 18px;
    font-weight:500;
    /* text-align: right; */
}
.trim-content-top .trim-subtitle{
    margin-top:10px;
    font-size:14px;
}
.trim-content-top .trim-features{
    min-height:134px;
    margin-top:20px;
    border-bottom:1px solid var(--gray-mid);
}
.trim-content-top .trim-features ul{
    list-style:none;
}
.trim-content-top .trim-features ul li{
    display: flex;
    justify-content: flex-start;
    line-height:1.7rem;
}
.trim-content-top .trim-features ul li .plus-sign{
    margin-right: 0;
    margin-left: 10px;
    color: var(--blue);
    font-weight:bold;
}
.trim-content-bottom{
    padding:26px 20px;
    background-color: var(--blue-light);
}
.trim-content-bottom .trim-engine{
    /* margin-top:30px; */
    font-size:14px;
    font-weight:700;
}
.trim-content-bottom .trim-pricing{
    min-height:100px;
    margin-top:10px;
    line-height:1.6rem;
    color: var(--gray-dark);
}
.trim-content-bottom .trim-pricing .accented > *{
    /* color: #404040; */
    color: var(--gray-black);
    font-weight:500;
}
.trim-content-bottom .trim-specs-trans{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
}
.trim-content-bottom .trim-specs-fuel{
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin-top:20px;
    font-size:13px;
}
.model-sales{
    margin-top:30px;
    font-size:20px;
    font-weight:500;
}
.model-sales a{
    color:var(--gray-black) !important;
}
.tooltip-info .fa-info-circle{
    font-size: 1rem;
    color:var(--blue);
    cursor: pointer;
}
.tooltip-popup{
    position: absolute;
    /* top:20px; */
    bottom:0;
    left:0;
    width:398px;
    padding:6px 10px;
    font-size: .8rem;
    line-height: 1.2rem;
    color: var(--white);
    background-color: var(--gray-black);
    border:2px solid var(--white);
    /* border-radius: 3px; */
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    user-select: none;
}
.tooltip-pointer{
    position:absolute;
    top:-8px;
    left:50.2%;
    /* transform: translateX(-51%); */
    width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid var(--gray-black);
}

/* SECTION ACTION BAR */
.section-action-bar{
    color: var(--gray-light);
    /* background-color: #404040; */
    background-color: var(--gray-black);
}
.section-content .bar-title{
    padding-top:50px;
    text-align:center;
    font-size:28px;
}
.section-content .bar-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width:560px;
    /* height:250px; */
    margin:50px auto 0;
    padding-bottom:70px;
}
.section-content .bar-links a {
    text-decoration: none;
    position: relative;
    padding-bottom:10px;
}
.section-content .bar-links a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    /* border:1px soild #fff; */
    border-width: 0 0 1px;
    border-style: solid;
    /* border-color: #fff; */
}
.section-content .bar-links a:hover {
    color: var(--gray-light);
}
.section-content .bar-links .item a span{
    border-bottom:1px solid var(--gray-light);
}

/* SECTION VIDEO */
.section-video{
    padding-top:60px;
}
/* SECTION GALLERY */
.gallery-lightbox{
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #27323a;
    overflow: scroll;
    z-index: 1000;
    display: none;
}

.section-gallery{
    margin:20px 0 40px;
}
.section-gallery h2{
    margin-top:40px;
    font-size:30px;
    text-align: center;
    color: var(--gray-black);
}
.section-gallery h4{
    margin-top:30px;
    padding-bottom:20px;
    font-size:16px;
    text-align: center;
    color: var(--gray-black);
}
.section-gallery .gallery-item{
    height:220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition-duration: 0.25s;
}
.section-gallery .gallery-item:hover{
    transform: scale(0.98);
    /* background-size: 90%; */
    cursor: pointer;

}
/* Override default owl carousel nav */
.owl-prev, .owl-next{
    top:40% !important;
}
/* SECTION SPEC TABLES */
.specs-title h2{
    margin-top:40px;
    font-size:30px;
    text-align: center;
    color:var(--gray-black);
}
.specs-data{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:20px;
    padding-bottom:20px;
}
.specs-data img{
    /* width:50%; */
    width:580px;
    height:auto;
}



/* MEDIA QUERIES */
@media (max-width: 1200px) {

}


@media (max-width: 768px) {
    h2{
        font-size:28px !important;
    }
    h2.primeryBlueTitle {
        font-size: 1.5em;
        padding: 0;
    }
    .section-model-banner {
        height: 40vh;
        background-size: 160% auto;
        background-position: center 100px;
    }
    .model-banner-title{
        top:80px;
        right:30px;
    }
    .model-banner-title .name{
        /* margin-top:20px; */
        font-size:28px;
    }
    .model-banner-title .slogan{
        /* margin-top:20px; */
        font-size:22px;
    }
    .section-content{
        padding-right:10px;
        padding-left:10px;
    }
    .section-content .model-header{
        /* margin-top:50px; */
        /* padding: 20px 2px; */
        font-size: 22px;
        line-height: 28px;
    }
    .section-model-trims h2{
        text-align:center;
    }
    .section-model-trims .trims-nav{
        display:none;
    }
    .section-gallery{
        display: none;
    }
    .section-content .bar-links{
        /* display: flex; */
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        display:block;
        width:100%;
        /* height:250px; */
        margin:50px auto 0;
        padding-bottom:60px;
    }
    .bar-links div{
        display:block;
        width:100%;
        margin-top:30px;
        text-align: center;;
    }
    .bar-links div a{
        font-size:20px;
    }
    iframe{
        width:100%;
    }
    .specs-data img{
        display: block;
        width:100%;
    }
}

@media (max-width: 600px) {
    .section-model-banner {
        height: 40vh;
        background-size: 170% auto;
        background-position: center 100px;
    }
    .tooltip-pointer{
        display: none;
    }
}
@media (max-width: 340px) {
    
}
 