/* If you want you can use font-face */
/* @font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/* body{ background:#000} */

/* .container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
} */

.model {
   display: none;
   position: fixed;
   z-index: 1000;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-size: 290px;
}

body.loading .model {
   overflow: hidden;
}

body.loading .model{
   display: block;
}
.loading-page{
        opacity: 0;
    }
.preloading{
    position: absolute;
    right: 15px;
    left: 15px;
    top: 15px;
    height: 480px;
    bottom: 15px;
    z-index: 3;
    background: #fff;
    text-align: center;
}
.clock {
    width: 250px;
    /*height: 100px;*/
    padding: 0px 0 0;
    color: #000;
    text-shadow: 0 0 1px #000;
    text-align: center;
}

#Date {
    /* font-family: 'BebasNeueRegular', Arial, Helvetica,Cairo, sans-serif; */
    font-size: 20px;
}

.clock ul {
    width: 250px;
    padding: 0px;
    list-style: none;
    direction: ltr;
    margin-bottom: 0rem;
}

.clock ul li {
    display: inline;
    font-size: 25px;
    text-align: center;
    /* font-family: 'BebasNeueRegular', Arial, Helvetica,Cairo, sans-serif; */
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}

50% {
    opacity: 0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    };
}
