#sb-loading {
	display: none;
}

#pdg_sticky {
    z-index: 100;
    width: 475px;
    height: 270px;
    position: fixed;
    z-index: 30000;
    top: 200px;
    left: -400px;
}

#pdg_sticky #pdg_sticky_content {
    background: #333333;
    height: 100%;
    width: 400px;
    padding-left: 20px;
    padding-top: 30px;
    z-index: 44444444;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

#pdg_sticky a.toogle {
    width: 75px;
    height: 84px;
    position: absolute;
    background: #333333;
    right: 0;
    top : 0;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    color:#fff;
    line-height: 0.9em;
    border-radius:0 3px 3px 0;
    z-index: 99999999;
}

#pdg_sticky a.toogle:hover {
    color: #848484;
}

#pdg_sticky a i {
    font-size: 2.5em;
    display: inline-block;
    margin-bottom:7px;
}

#pdg_sticky #time_left {
    color: #FFFFFF;
    font-size: 1.4em;
    margin-left: 15px;
    margin-bottom: 30px;
}

#pdg_sticky #your_voucher {
    color: #FFFFFF;
    font-size: 1.4em;
    margin-top: 20px;
    margin-left: 15px;
    margin-top: 40px;
}

#pdg_sticky #your_voucher #code {
    margin-left: 5px;
    letter-spacing: 0.25em;
    padding: 5px 7px;
    color: white;
    background-color: rgba(255,255,255,0.4);
}

#pdg_sticky .flip-clock-label {
    display: none;
}