.wrap-clock{
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.dash {
    width: 110px;
    height: 114px;
    background: transparent url('../images/source/dash.png') 0 0 no-repeat;
display: inline-table;
    margin-left: 20px;
    position: relative;
    margin-top: 15px;
}

.dash .digit {
    font-size: 55pt;
    font-weight: bold;
    float: left;
    width: 55px;
    text-align: center;
    font-family: Times;
    color: #555;
    position: relative;
}

.dash_title {
    position: absolute;
    display: block;
    bottom: 0px;
    right: 6px;
    font-size: 9pt;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dev_comment {
    font-size: 14pt;
    color: #777;
    text-align: center;
    font-style: italic;
    margin: 40px 10px;
}

#subscribe_form {
    position: relative;
}

#email_field {
    font-size: 16pt;
    padding: 6px 10px;
    width: 300px;
}

#subscribe_button {
    font-size: 14pt;
    color: #333;
    padding: 4px 8px;
}

.copyright {
    font-size: 9pt;
    color: #333;
    margin: 40px 0px;
}

.faded {
    color: #999;
}

.form_message {
    width: 400px;
    padding: 10px;
    margin: 15px auto;
    display: none;
}

#error_message {
    background-color: #ffe;
    border-left: 5px solid #bb3;
    border-right: 5px solid #bb3;
    color: #770;
}

#info_message {
    background-color: #f0f9ff;
    border: 1px solid #eef;
}

#loading {
    text-align: center;
    margin: 10px;
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
}



/* iPhone 4 ----------- */
/*MOBILE*/
@media all and (max-width: 599px){
    #wrap-dothiNN {
        height: 200px;
        width: 86%;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 4px;
    }
    #wrap-showDetails{
        width: 86%;
        margin: 15px auto;
        border: 2px dotted #fff;
        border-radius: 30px;
        padding-right: 10px;
        background: #00306e url("../images/bg/bg.png") repeat-y scroll 0 0;
        -webkit-transition: all 1s;
        transition: all 1s;

    }
    #wrap-showDetails:hover{
        cursor: pointer;
        width: 95%;
        -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
        animation-fill-mode: forwards
    }

}




/*TABLET*/
@media all and (min-width: 600px) and (max-width:800px){
    #wrap-dothiNN {
        height: 280px;
        width: 100%;
    }
}