@charset "UTF-8";

.cornerCont {
    position: absolute;
    bottom: 50px;
    left:-10px;
    z-index: 1032;
    color: #fff;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

.cornerCont .defaultCountdown {
    width: 135px;
    line-height: 70%;
    font-size: 13px;
    background: none;
    border:none;
}

.cornerCont .countdown-amount, .happyNewYear {
    font-family: BTitrBold, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 170%;
}

.cornerCont .countdown-period {
    font-size: 11px;
    color: #d7d7d7;
}

.cornerCont .timeText {
    position: absolute;
    font-size: 13px;
    right:30px;
    color: #d7d7d7;
    bottom: 47px;
}
