.hidden {
    display: none;
    visibility: hidden;
}

.flickerfix {
    -webkit-backface-visibility: hidden;
}

.main-width {
    margin: 0 auto;
    max-width: 1104px;
    padding: 0 10px;
}

.max-width {
    max-width: 1500px;
    padding: 0;
    margin: 0 auto;
}

.full-width {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.button-inline {
    font-weight: 700;
    padding: 7px 26px;
    background-color: #f60;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: 0;
    border: 2px solid #f60;
}

    .button-inline:hover {
        background-color: #fff;
        color: #f60;
    }

body {
    background: white;
}

.helvetica {
    font-family: "HN","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.avg {
    font-family: "AVG",arial,sans-serif;
}

.avgl {
    font-family: "AVGL",arial,sans-serif;
}

.borderbox {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.main .mod_article.block {
    background: white;
}

body.automotive h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

.series-container {
    max-width: 1400px !important;
    width: 100%;
    margin: 0 auto 80px !important;
    font-family: georgia,serif;
}

    .series-container * {
        box-sizing: border-box;
    }

    .series-container h1, .series-container h2, .series-container h3 {
        font-family: georgia,serif;
    }

    .series-container h1 {
        font-size: 60px;
        color: white;
    }

        .series-container h1 span {
            color: #d60000;
        }

    .series-container h2 {
        color: #d60000;
        border-left: 1px solid #d60000;
        min-height: 83px;
        font-size: 24px;
        padding-left: 20px;
        text-align: left;
        margin-bottom: 20px;
    }

    .series-container h3 {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .series-container .cta {
        background: #d60000;
        color: white !important;
        padding: 10px 20px;
        text-decoration: none !important;
        font-family: georgia,serif;
        font-size: 20px;
        cursor: pointer;
    }

        .series-container .cta:hover {
            opacity: .7;
        }

.section {
    margin-bottom: 80px;
}

    .section.visual {
        position: relative;
    }

        .section.visual .copy {
            text-align: center;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 40px;
        }

    .section .inside .copy {
        background: #e3e3e3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .section .inside .copy .right, .section .inside .copy .left {
            float: left;
            width: 50%;
        }

        .section .inside .copy .left {
            padding: 20px;
        }

        .section .inside .copy img {
            border-radius: 0 0 0 4px;
        }

    .section.one h2 {
        background: url("jbl-logo.jpg") no-repeat top right;
    }

    .section.two ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .section.two ul li {
            border-left: 1px solid black;
            margin-right: 40px;
            margin-bottom: 10px;
            padding: 0 0 0 20px;
            min-width: 160px;
            width: 16%;
        }

            .section.two ul li h3 {
                font-size: 24px;
                font-weight: normal;
            }

            .section.two ul li p {
                font-size: 16px;
                color: #aeaeae;
            }

                .section.two ul li p:last-child {
                    margin-bottom: 0;
                }

    .section.four h2 {
        background: url("quantum-logo.jpg") no-repeat top right;
    }

@media all and (max-width:1030px) {
    .series-container h2 {
        text-align: center;
    }

    .section .inside .copy {
        display: block;
    }

        .section .inside .copy .right, .section .inside .copy .left {
            text-align: center;
            float: none;
            width: 100%;
            margin-bottom: 20px;
        }

        .section .inside .copy img {
            margin-bottom: 20px;
            border-radius: 4px;
        }
}

@media all and (max-width:900px) {
    .series-container h2 {
        background-image: none !important;
    }

    .section .inside {
        margin: 0 20px;
    }

    .series-container h1 {
        font-size: 6vw;
    }
}

#main .container-fluid .col-xs-12,
#main .container-fluid .col-xs-12.col-sm-3.col-md-3.hidden-xs {
	display: none;
}

#main .container-fluid .col-md-9 {
    width: 100%;
    float: none;
	display: block;
	padding: 0;
}