#sb-popexit-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;
}

/* Customization Style of SyoTimer */
.timer{
   text-align: center;

   margin: 30px auto 0;
   padding: 0 0 10px;

   border-bottom: 2px solid #80a3ca;
}
.timer .table-cell{
   display: inline-block;
   margin: 0 5px;

   width: 79px;
   background: url(../img/timer.png) no-repeat 0 0;
}
.timer .table-cell .tab-val{
   font-size: 35px;
   color: #80a3ca;

   height: 81px;
   line-height: 81px;

   margin: 0 0 5px;
}
.timer .table-cell .tab-unit{
   display: none;
}

#simple_timer.timer .table-cell.day,
#periodic_timer_days.timer .table-cell.hour{
   width: 120px;
   background-image: url(../img/timer_long.png);
}