@font-face {
    font-family: 'Klavika CH Light Cond';
    src: url('../assets/font/KlavikaCH-LightCond.eot'); /* IE9 Compat Modes */
    src: url('../assets/font/KlavikaCH-LightCond.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../assets/font/KlavikaCH-LightCond.woff') format('woff'), /* Modern Browsers */
    url('../assets/font/KlavikaCH-LightCond.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../assets/font/KlavikaCH-LightCond.svg#822bca9efe1eb8cd6c18d1faf863c244') format('svg'); /* Legacy iOS */
    font-style:   normal;
    font-weight:  200;
}


.clock-canvas {
    background-color: #090c00;
    z-index: 0;
}


.linedot {
    position: absolute;
    left: 180px;
    top: 149px;
    width: 148px;
    z-index: 7;
    height: 453px;

}

.linedot-anim {
    position: absolute;
    left: 178px;
    top: 149px;
    width: 150px;
    z-index: 8;
    max-height: 453px;
    height: 453px;

    overflow: hidden;
    background-color: #090c00;
    -webkit-transition: max-height 2s;
    -moz-transition: max-height 2s;
    transition: max-height 2s;
}

.oly-text {
    position: absolute;
    font-size: 32px;
    font-family: 'Klavika CH Light Cond';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.876;
    text-align: left;
    -moz-transform: matrix( 1.08510246172958,0,0,1.08743065834559,0,0);
    -webkit-transform: matrix( 1.08510246172958,0,0,1.08743065834559,0,0);
    -ms-transform: matrix( 1.08510246172958,0,0,1.08743065834559,0,0);
    position: absolute;
    /*left: 207px;*/
    /*top: 151px;*/
    /*
    left: 235.633px;
    top: 186.912px;
    */
    left: 235.633px;
    top: 155px;
    z-index: 9;
    max-width: 700px;
    width: 700px;

    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.oly-fact {
}

.flash {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}