/* THIS IS ALL FOR THE BLACK FRIDAY / CYBER MONDAY / HOLIDAY SALE INDEX PAGE HERO IMAGES */


#homeHeroIconNav {
    position: absolute;
    top: 50%;
}
#homeHeroWrap #homeHero .home-hero-img:not([data-slide='0']):before {
    content: "Send Canada's #1 Rated Gift of the Month Clubs";
    background: rgba(0,0,0,.6);
    font-size: 38px;
    position: absolute;
    color: #FFFFFF;
    padding: 10px 20px;
    width: 465px;
    text-align: left;
    line-height: 45px;
    font-weight: 600;
    left: 100px;
    z-index: 1;
    top: 18%;
}
.home-hero-img[data-slide='0']:before{
    content: "";
}
#homeHeroWrap #homeHero .home-hero-img[data-slide='0']:before {
    content: "";
    position: relative;
    background: url(../img/holidayBannerNTL.png) no-repeat 0 0;
    /*width: 608px;*/
    height: 182px;
    display: block;
    top: 18%;
    left: 8.5%;
    z-index: 2;
}
#homeHeroIconNav .home-nav-link[data-slide='0'] {
    left: 80%;
    margin-top: 75px;
}
#headerPromo #promobanner {
    padding: 0px;
    text-align: center;
}
#headerPromo {
    background: #BC2026;
}



#holidayHeroHeader {
    margin-top: 35px;
    margin-left: 30px;
    margin-right: 30px;
}
.ac42 #holidayHomeHero {
    position: relative;
    margin: 0 -30px;
    padding: 0 30px;
    min-height: 415px;
    background: url(/img/holidayheroimage.jpg) no-repeat;
    background-position-x: 56%;
    background-size: cover;
}



.ac42 .HolidayHeroHeader #homeHeroIconNav{
    margin: 0 555px;
}


/*tablet*/
@media(max-width: 991px){
    #homeHero > a {
        margin: 135px auto 0 auto;
    }
    #homeHeroWrap #homeHero:before {
        left: 0;
    }
    #homeHeroWrap #homeHero .home-hero-img:not([data-slide='0']):before {
        width: 63%;
    }
    #homeHeroWrap #homeHero .home-hero-img[data-slide='0']:before {        
        left: 0;
        right: 0;
        margin: auto
    }
    #homeHeroIconNav .home-nav-link[data-slide='0'] {
        left: 69%;
    }
    .HolidayHeroHeader{
        
    }
    
}
/*Mobile*/
@media(max-width: 767px){
    
    #homeHero > a {
        margin: 110px auto 0 auto;
        height: 40px;
        width: 200px;
        line-height: 40px;
        font-size: 14px;
    }

    div#homeHeroWrap {
        top: -1px;
        position: relative;
    }
    #homeHeroWrap #homeHero .home-hero-img:not([data-slide='0']):before {
        width: 260px;
        font-size: 1.4em;
        line-height: 24px;
        left: unset;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    #homeHeroIconNav {
        position: relative;
        margin: 200px auto 0px auto;
        padding: 0px;
    }

    #homeHeroWrap #homeHero .home-hero-img[data-slide='0']:before {
        background: url(../img/holidayBannerNTL.png) no-repeat 0 0;
        width: 304px;
        background-size: 304px;
        left: 0;
        right: 0;
        margin: auto
    }
    #homeHeroIconNav .home-nav-link[data-slide='0'] {
        left: 0%;
        margin-top: 0px;
    }
    
    .HolidayHeroHeader{
        
    }
    .ac42 #holidayHomeHero {
    min-height: 100px;
    background: url(/img/holidayheroimageMobile.jpg) no-repeat;
    background-position-x: 56%;
    background-size: cover;
}

}