﻿.counter-wp {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}

    div.counter-cont {
        /* width:500px; */
        margin:0 auto;
    }

    p.counter-txt {
        float: right;
        font-family: Roya,"B Roya","BRoya",Tahoma;
        font-size: 17px;
        font-weight: normal;
        text-shadow: 0 0 1px rgba(93,93,93,0.4);
        -webkit-text-stroke: 1px transparent;
        -webkit-font-smoothing: antialiased !important;
        text-rendering: optimizeLegibility;
        color: #5d5d5d;
        line-height: 1.9;
        margin-top: 5px;
    }
    
    p.counter-txt span.fright {
        font-size: 18px;
        line-height: 1.7;
    }
    p.counter-txt span.equal-sign {
        background-image: url('../images/equal.png');
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 10px;
    }

    .counter-wp .counter {
        width: 303px;
        margin: auto;
    }

        .counter-wp .counter:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .counter-wp .counter .digit {
            position: relative;
            float: left;
            width: 30px;
            height: 60px;
            *height: 59px;
            margin-left: 2px;
            overflow: hidden;
            background: url("../images/counter_digit_blank_home.png") no-repeat;
            background-size: 30px 45px;
        }

            .counter-wp .counter .digit .digitSprite {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 30px;
                height: 60px;
                background: url("../images/counter_digit_sprite_home.png") no-repeat;
                background-size: 30px 3600px;
            }

        .counter-wp .counter .digitGroupSeparator {
            float: left;
            width: 7px;
            height: 47px;
            background-repeat: no-repeat;
            background-position: 50% 100%;
            background-size: 4px 6px;
            background-image: url("../images/counter_comma_home.png");
        }

    .counter-wp .promo.tile {
        position: relative;
    }

        .counter-wp .promo.tile .counter {
            position: absolute;
            z-index: 1;
            top: 98px;
            left: 12px;
        }

            .counter-wp .promo.tile .counter .digit {
                width: 17px;
                height: 34px;
                margin-left: 1px;
                background: url("../images/counter_digit_blank_promo.png") no-repeat;
                background-size: 17px 25px;
            }

                .counter-wp .promo.tile .counter .digit .digitSprite {
                    width: 17px;
                    height: 34px;
                    background: url("../images/counter_digit_sprite_promo.png") no-repeat;
                    background-size: 17px 2040px;
                }

            .counter-wp .promo.tile .counter .digitGroupSeparator {
                width: 4px;
                height: 27px;
                background-repeat: no-repeat;
                background-position: 50% 100%;
                background-size: 2px 3px;
                background-image: url("../images/counter_comma_promo.png");
            }
