.countDownClockul, .countDownClock li
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.countDownClock ol, .countDownClock ul
{
    list-style: none;
}

.contdown-title
{
    text-align: center;
    padding: 0 10px;
}

.contdown-intro
{
    margin-top: 67px;
    margin-bottom: 50px;
}

.countdown
{
    position: relative;
}

.countdown-to-launch
{
    text-align: center;
}

/* Main */

.countDownClock .container
{
    text-align: center;
    position: relative;
    top: 50%;
    width: 780px;
    height: 7vw;
    margin: 3vw auto 0px;
    padding: 0 0 20px 0;
}

/* Up Shadow */

body.play ul li.before .up .shadow
{
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);*/
    /*-moz-animation: show .5s linear both;
    -o-animation: show .5s linear both;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both;*/
    border-radius: 6px;
}

body.play ul li.active .up .shadow
{
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);*/
    -moz-animation: hide .5s .3s linear both;
    -o-animation: hide .5s .3s linear both;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;
    border-radius: 6px;
}

/* Down Shadow */

body.play ul li.before .down .shadow
{
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);*/
    /*-moz-animation: show .5s linear both;
    -o-animation: show .5s linear both;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both;*/
    border-radius: 6px;
}

body.play ul li.active .down .shadow
{
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);*/
    /*-moz-animation: hide .5s .3s linear both;
    -o-animation: hide .5s .3s linear both;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;*/
    border-radius: 6px;
}


.countDownClock .flip
{
    background: #202021;
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.countDownClock .separator
{
    position: relative;
    float: left;
    margin: 30px 5px 0;
    width: 15px;
    height: 90px;
    font-size: 40px;
    font-weight: bold;
    line-height: 87px;
    vertical-align: bottom;
    list-style: none;
}

.countDownClock
{
}

    .countDownClock .day-container
    {
        float: left;
        position: relative;
    }

        .countDownClock .day-container ul
        {
            float: right;
        }


ul.flip:before
{
    content: '';
    display: block;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-linear-gradient(top, transparent 80%, rgba(0, 0, 0, .2));
    background-image: -moz-linear-gradient(top, transparent 80%, rgba(0, 0, 0, .2));
    background-image: linear-gradient(top, transparent 80%, rgba(0, 0, 0, .2));
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    pointer-events: none;
}


ul.flip li
{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    ul.flip li a
    {
        display: block;
        height: 100%;
        -moz-perspective: 150px;
        -ms-perspective: 150px;
        -webkit-perspective: 150px;
        perspective: 150px;
        cursor: text;
    }

        ul.flip li a div
        {
            z-index: 1;
            position: absolute;
            left: 0;
            width: 100%;
            height: 50%;
            overflow: hidden;
        }

            ul.flip li a div .shadow
            {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 2;
            }

            ul.flip li a div.up
            {
                -webkit-transform-origin: 50% 100%;
                -moz-transform-origin: 50% 100%;
                -ms-transform-origin: 50% 100%;
                -o-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
                top: 0;
            }

            ul.flip li a div.down
            {
                -webkit-transform-origin: 50% 0%;
                -moz-transform-origin: 50% 0%;
                -ms-transform-origin: 50% 0%;
                -o-transform-origin: 50% 0%;
                transform-origin: 50% 0%;
                bottom: 0;
            }

            ul.flip li a div div.inn
            {
                font-size: 83px;
                position: absolute;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 200%;
                color: #ccc;
                text-shadow: 0 1px 2px #000;
                text-align: center;
                background-color: #202021;
                border-radius: 6px;
            }

            ul.flip li a div.up div.inn
            {
                top: 0;
            }

            ul.flip li a div.down div.inn
            {
                bottom: 0;
            }


body ul li.pre-before
{
    z-index: 2;
}

body ul li.pre-active
{
    z-index: 3;
}

/* Play */

body.play ul li.before
{
    z-index: 3;
}

body.play ul li.active
{
    /*-webkit-animation: show .5s .5s linear both;
    -moz-animation: show .5s .5s linear both;
    -o-animation: show .5s .5s linear both;
    animation: show .5s .5s linear both;*/
    z-index: 2;
}

@keyframes asd
{
    0%
    {
        z-index: 2;
    }

    5%
    {
        z-index: 80;
    }

    100%
    {
        z-index: 4;
    }
}

body.play ul li.active .down
{
    /*-webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    -o-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both;*/
    z-index: 2;
}

@keyframes turn
{
    from
    {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }


    50%
    {
        -webkit-transform: rotateX(45deg);
        -moz-transform: rotateX(45deg);
        -ms-transform: rotateX(45deg);
        -o-transform: rotateX(45deg);
        transform: rotateX(45deg);
    }

    to
    {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    /*
    0%  
    {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg); 
    }
    100%  
    {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg); 
    }
    */
}


body.play ul li.before .up
{
    /*-webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    -o-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both;*/
    z-index: 2;
}

@keyframes turn2
{
    from
    {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    50%
    {
        -webkit-transform: rotateX(-45deg);
        -moz-transform: rotateX(-45deg);
        -ms-transform: rotateX(-45deg);
        -o-transform: rotateX(-45deg);
        transform: rotateX(-45deg);
    }

    to
    {
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    /*
    0%  
    {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg); 
    }
    100%  
    {
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        transform: rotateX(-90deg); 
    }
    */
}

@-moz-keyframes show
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes show
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes show
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes hide
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}


/* Up Shadow */


body.play .countDownClock ul li.before .up .shadow
{
    /*/*background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    -moz-animation: show .5s linear both;
    -o-animation: show .5s linear both;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both;*/
}

body.play .countDownClock ul li.active .up .shadow
{
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);*/
    -/*moz-animation: hide .5s .3s linear both;
    -o-animation: hide .5s .3s linear both;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;*/
}

/* Down Shadow */

body.play .countDownClock ul li.before .down .shadow
{
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);*/
    /*-moz-animation: show .5s linear both;
    -o-animation: show .5s linear both;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both;*/
}

body.play .countDownClock ul li.active .down .shadow
{
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);*/
    /*-moz-animation: hide .5s .3s linear both;
    -o-animation: hide .5s .3s linear both;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;*/
}

.countDownClock .sepr
{
    margin-right: 30px;
}
