﻿#bmw h1 {
    font-size: 48px;
    letter-spacing: -2.16px;
    line-height: 100%;
}

#bmw .spacer {
    margin-bottom: 85px;
}

#bmw .bmw-header { }
    #bmw .bmw-header p {
        margin-bottom: 25px;
        max-width: 600px;
    }
    #bmw .bmw-header img {
        margin-bottom: 25px;
    }
    #bmw .bmw-header h1 {
        margin-bottom: 20px;
    }
    #bmw .bmw-header .btn:not(:last-child) {
        margin-bottom: 10px;
    }
    #bmw .bmw-header .btn:last-child {
        margin-bottom: 0;
    }

#bmw .arrow-button {
    color: #666666;
    font-weight: 700;
    display: block;
    padding-left: 12px;
    position: relative;
}
    #bmw .arrow-button::before {
        content: " ";
        width: 8px;
        height: 12px;
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        background-image: URL("/img/fall-winter/chevron.png");
        background-repeat: no-repeat;
    }

#BMWInspection .page-section .carousel .mobile-series {
    display: none;
}

#BMWPerformance .page-section .carousel h3 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 10px;
}
#BMWPerformance .page-section .carousel .arrow-button {
    margin: 10px 0;
}
#BMWPerformance .page-section .carousel .carousel-control {
    height: 60px;
}

#bmw .bmw-list .bmw-list-item {
    position: relative;
    padding: 10px 50px;
    border-bottom: 1px solid #E6E6E6;
}
    #bmw .bmw-list .bmw-list-item:first-child {
        border-top: 1px solid #E6E6E6;
    }
    #bmw .bmw-list .bmw-list-item .bmw-list-item-opener {
        cursor: pointer;
        height: 40px;
    }
        #bmw .bmw-list .bmw-list-item .bmw-list-item-opener p {
            line-height: 40px;
        }
    #bmw .bmw-list .bmw-list-item .bmw-list-item-content {
        display: none;
        margin-top: 10px;
        max-width: 800px;
    }
        #bmw .bmw-list .bmw-list-item .bmw-list-item-content p {
            margin-bottom: 20px;
        }
        #bmw .bmw-list .bmw-list-item .bmw-list-item-content .legal {
            margin-top: 20px;
        }
    #bmw .bmw-list .bmw-list-item .bmw-list-item-icon {
        position: absolute;
        top: 10px;
        left: 0;
    }
        #bmw .bmw-list .bmw-list-item .bmw-list-item-icon img {
            display: block;
            position: relative;
            z-index: 2;
            opacity: 0;
        }
            #bmw .bmw-list .bmw-list-item .bmw-list-item-icon img:first-child {
                position: absolute;
                z-index: 1;
                opacity: 1;
            }

#BMWInspection .page-section .carousel .carousel-control {
    opacity: 0.85;
    transition: opacity 0.2s ease-in-out;
}
    #BMWInspection .page-section .carousel .carousel-control:hover {
        opacity: 1;
    }

#bmw {
    padding-bottom: 300px;
}

@media (max-width: 1023px) {
    #BMWPerformance .page-section .carousel .carousel-indicators {
        display: block !important;
    }
        #BMWPerformance .page-section .carousel .carousel-indicators li {
            height: 0;
            overflow: hidden;
            padding: 0;
        }
    #BMWInspection .page-section .carousel .mobile-series {
        /*display: block;*/
    }
        #BMWInspection .page-section .carousel .mobile-series p {
            color: #5d89e3;
            border-bottom: 5px solid #2862d9;
            font-family: 'bmw_group_RgBd', arial, sans-serif;
            max-width: 75%;
            padding-bottom: 10px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 18px;
        }
    #BMWInspection .page-section {
        padding: 0;
    }
    #BMWInspection .page-section .carousel {
        margin-top: 0;
    }
    #BMWInspection .page-section .carousel .carousel-control.left {
        left: -20px;
    }
    #BMWInspection .page-section .carousel .carousel-control.right {
        right: -20px;
    }
}

@media (max-width: 768px) {
    #bmw .spacer {
        margin-bottom: 30px;
    }
    #bmw .mobile-spacer {
        margin-top: 30px;
    }
    #bmw .bmw-list .bmw-list-item .bmw-list-item-content {
        margin: 10px -50px 0 -50px;
    }
}

@media (max-width: 520px) {
    #bmw .btn {
        width: 100%;
    }
}