/* Contdonwn */

.timer {
    /*background: #f7a707 url('/images/bg_new.png') repeat;*/
    /*color: #fff;*/
    /*-moz-text-shadow: #f7a707;*/
    /*-webkit-text-shadow: #f7a707;*/
    /*text-shadow: #f7a707;*/
    /*font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;*/
}

.bg-gradient {
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin: -500px 0 0 -500px;
    /*background: url('/images/bg-gradient.png') no-repeat center;*/
}

.timer .container {
    text-align: center;
    margin: 0 auto;
    height: auto;
    top: 250px;
    width: auto!important;
    position: initial!important;
    right: 0!important;
}

.timer h1,
.timer h2 {
    margin: 0;
    color: #eee;
    -moz-text-shadow: #f7a707;
    -webkit-text-shadow:#f7a707;
    text-shadow: #f7a707;
}

.timer h1 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: 1;
}

.timer h2 {
    font-size: 18px;
}

#CDT {
    font-size: 60px;
    color: #eee;
    margin: 15px 0 30px;
    font-weight: bold;
}

#CDT .number-wrapper {
    margin: 10px;
    -moz-box-shadow: #f7a707;
    -webkit-box-shadow: #f7a707;
    box-shadow: #f7a707;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #f7a707 50%, #f7a707 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #f7a707 50%, #f7a707 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #f7a707 50%, #f7a707 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #f7a707 50%, #f7a707 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #f7a707 50%, #f7a707 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}

#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.caption {
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #373737;
}

.timer footer {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #777;
}

.timer footer p {
    margin: .5em 0;
    line-height: 1.5;
}


@media(max-width: 768px){
    #CDT .number-wrapper{
        margin: 5px!important;
        min-height: 110px!important;

    }
    #CDT{
        font-size: 30px;
    }
    #CDT .number {

        padding: 0px 12px !important;
        height: 50px !important;
        line-height: 50px !important;
        text-align: center !important;


    }
}