﻿/* 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;
}

/*.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}*/

.floatingclock {
    position: absolute;
    right: 1%;
    top: 4%;

    /*right: 113px;*/

    padding: 8px 0 0 40px;
    background: #001e3b;
    border: solid 1px black;
    width: 470px;
    height: 60px;
    /*box-shadow: 0px 1px 1px #2b2b2b;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
}

.clockpanel {
    /*font-family: 'Open Sans', 'Bebas Neue', 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    padding: 0 10px 0 20px; background: yellow;*/
    padding: 0 10px 0 0;
}

.clock {
    /*margin: 0 auto;*/
    padding: 5px 0 0 0;
    /*border: 1px solid #333;*/
    text-transform: uppercase;
    color: black;
    width: 100%;
    /*border-bottom: solid 1px silver;*/
    /*height: 70px*/
}

#Date {
    font-family: 'Open Sans', 'Bebas Neue', 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 150%;
    float: left;
    padding: 0 0 0 0; 
    font-weight: bold;
    text-shadow: 0 0 3px #00c6ff;
    color: #fff;
}

#clockUL {
    /*margin: 0 auto;*/
    padding: 0 0 0 0px;
    text-align: center;
    font-weight: bold;
    /*color: #0c4378;*/
    color: #fff;
}

    #clockUL li {
        display: inline;
        font-size: 145%;
        text-align: left;
        /*color: #0c4378;*/
        color: #fff;
        text-shadow: 0 0 3px #00c6ff;
    }

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

/* 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;
    }
}

#eClock {
    font-family: 'Open Sans';
    color: #fff;
    padding: 0 45px 0 0;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}