﻿#HeroPanel, .subBanner, #HeroPanel h1, .category, #ShopPanel .heading {
    font-family: macho, "Helvetica Neue",Helvetica,Arial,Sans-Serif;

}
#HeroPanel {
    background: url(https://www.bulbs.com/images/landing_page_resources/household/header-image.jpg) no-repeat center top;
    padding-bottom: 60%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

    #HeroPanel h1 {
        font-size: 32px;
        line-height: 102%;
        font-weight: 600;
        text-align: center;
    }

.subBanner {
    margin-top: 2%;
    background-color: #25242f;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 102%;
    width: 100%;
    height:auto;
}

.subBanner.sticky{
    margin-top:0;
    max-width:1280px;
}

.subBanner .catImage {
    width:100%;
    max-width:672px;
    display:block;
}

.subBanner .modelShot {
    max-width:46%;
    margin-top:1.5%;
    display:none;
}

    .subBanner.sticky .catImage, .subBanner.sticky .modelShot{
        display:none;
    }

    .subBanner .title {
        padding: 1% 2% 2%;
        color:#fff;
        display:block;
    }

    .collapsible .subBanner {
        cursor:pointer;
    }

    .subResult{
        padding-top:2%;
    }

        .subResult .buttonPanel {
            text-align: center;
            padding-bottom: 2%;
        }
            .subResult .buttonPanel .btnContent {
                font-size: 14px;
                line-height: 14px;
            }
    .collapsible .subResult {
        display:none;
    }

        .collapsible .subResult.open {
            display: block;
        }

.productsPanel {
    margin: 0 1%;
    padding-top: 10px;
    width: 98%;
    position: absolute;
    display: none;
}

#ShopPanel {
    overflow:hidden;
    padding:1%;
    text-align:center;
    color:#000;
}

    #ShopPanel .heading {
        padding:2%;
        font-size:24px;
        line-height:110%;
    }

    #ShopPanel .productsPanel .heading{
        font-weight:600;
        padding-bottom:2%;
    }
        #ShopPanel .heading h2{
            padding:5% 0;
        }

.category {
    margin: 3% 1%;
    position: relative;
    border: solid 2px #000;
    cursor: pointer;
}

.category img {
    width:100%;
    max-width:600px;
}

    .category .mask {
        position: absolute;
        display:block;
        left:0;
        bottom: 0;
        width: 100%;
        background: url(https://www.bulbs.com/Images/resources/semitransdarker.png);
        color:#fff;
        text-align:center;
        font-size:32px;
        padding:6% 0;
    }

            .category .arrow {
                position: absolute;
                bottom: 0;
                left: -8px;
                margin-left: 50%;
                margin-bottom: -4px;
                width: 16px;
                height: 16px;
                background: url(https://www.bulbs.com/Images/resources/arrow-triangles-lrg.png) no-repeat center -32px;
                display: none;
            }
            .category:hover .arrow {
                margin-bottom: -14px;
                background-position: center -80px;
                opacity: 0.8;
                z-index: 10;
            }

            .category.selected .arrow {
                margin-bottom: -6px;
                background-position: center -32px;
                opacity: 1;
            }
            .category:hover .arrow, .category.selected .arrow {
                display: block;
            }



@media screen and (min-width:600px) {
    #HeroPanel {
        padding-top: 3%;
    }

        #HeroPanel h1 {
            font-size: 42px;
        }

    .subBanner {
        overflow: hidden;
    }

        .subBanner .catImage {
            float: left;
            width: 50%;
        }

        .subBanner .modelShot {
            display: inline;
        }

    .subResult .buttonPanel .btnContent {
        font-size: 18px;
        line-height: 18px;
        padding:4px 6px;
    }

    .category {
        float: left;
        box-sizing: border-box;
        width: 48%;
        margin: 1%;
    }

    #ShopPanel .heading {
        padding-top: 1%;
        padding-bottom: 5%;
    }

        #ShopPanel .heading h2 {
            padding: 3% 0;
        }
}

@media screen and (min-width:960px) {
    #HeroPanel {
        padding-top: 2%;
        padding-bottom: 43%;
    }

        #HeroPanel h1 {
            font-size: 48px;
        }

    .subBanner {
        font-size: 42px;
    }

    #ShopPanel .heading{
        font-size:32px;
    }


}

@media screen and (min-width:1280px) {
    #HeroPanel {
        padding-top: 2%;
        padding-bottom: 43%;
    }

        #HeroPanel h1 {
            font-size: 60px;
        }

    .subBanner .modelShot {
        margin-top: 2%;
    }

    #ShopPanel {
        margin: 0;
    }

        #ShopPanel .heading {
            font-size: 42px;
        }
}

@media screen and (max-width:400px){
    #ShopPanel .carouselFrame {
        text-align: center;
    }
}


