




/*
     FILE ARCHIVED ON 18:16:43 Jan 18, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:09:28 Jul 15, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#BounceBarWrapper {
    width: 100%;
    height: 30px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    background-color: #000;
}

#BounceBarContainer {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

#BounceBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 6px 0px;
    margin: 0px;
    background-color: #D22A38;
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    animation-name: bounceInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    z-index: 17000;
    overflow: hidden;
    background-image: url('/content/uploads/2015/10/bouncebarflag1.png'), url('/content/uploads/2015/10/bouncebarflag2.png');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
}

#BounceBar p {
    padding: 0px;
    margin: 0px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #000;
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        transform: translate3d(0px, -3000px, 0px);
    }
    60% {
        transform: translate3d(0px, 0px, 0px);
    }
    75% {
        transform: translate3d(0px, -20px, 0px);
    }
    90% {
        transform: translate3d(0px, 0px, 0px);
    }
    100% {
        transform: none;
    }
}

#BounceBarFlag1 {
    background-image: url('/templates/__custom/Styles/--GLOBAL_ShopPathNormal--/content/images/webcontent/bouncebarflag1.png');
    display: inline;
    float: left;
}

#BounceBarFlag2 {
    background-image: url('/templates/__custom/Styles/--GLOBAL_ShopPathNormal--/content/images/webcontent/bouncebarflag2.png');
    display: inline;
    float: right;
}
