@font-face
{
    font-family: opensans;
    font-weight: normal;
    src: url("../fonts/OpenSans-CondLight.ttf");
}

@font-face
{
    font-family: opensans;
    font-weight: bold;
    src: url("../fonts/OpenSans-CondBold.ttf");
}

@font-face
{
    font-family: opensans;
    font-weight: normal;
    src: url("../fonts/OpenSans-CondLightItalic.ttf");
    font-style: italic;
}

@font-face
{
    font-family: opensans;
    font-weight: normal;
    src: url("../fonts/OpenSans-CondLight.ttf");
}

@font-face
{
    font-family: truth;
    font-weight: normal;
    src: url("../fonts/TruthCYR-Regular.otf");
}

@font-face
{
    font-family: truth;
    font-weight: bold;
    src: url("../fonts/TruthCYR-Bold.otf");
}

@font-face
{
    font-family: truth;
    font-weight: 100;
    src: url("../fonts/TruthCYR-Light.otf");
}

@font-face
{
    font-family: truth;
    font-weight: 200;
    src: url("../fonts/TruthCYR-Medium.otf");
}

@font-face
{
    font-family: helv;
    font-weight: 100;
    src: url("../fonts/helveticaneuelight-webfont.ttf");
}

@font-face
{
    font-family: helv;
    src: url("../fonts/helveticaneue-webfont.ttf");
}

@font-face
{
    font-family: helv;
    font-weight: 200;
    src: url("../fonts/helveticaneuemedium-webfont.ttf");
}

@font-face
{
    font-family: helv;
    font-weight: bold;
    src: url("../fonts/helveticaneuebold-webfont.ttf");
}

@font-face
{
    font-family: arialBlack;
    font-weight: normal;
    src: url("../fonts/arialblack.ttf");
}

@font-face
{
    font-family: arial;
    font-weight: normal;
    src: url("../fonts/arial.ttf");
}

@font-face
{
    font-family: icons;
    src: url("../fonts/fa-light-300.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face
{
    font-family: icons;
    src: url("../fonts/fa-regular-400.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: icons;
    src: url("../fonts/fa-solid-900.ttf");
    font-weight: bold;
    font-style: normal;
}

body,
html
{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body
{
    background-color: rgb(255, 255, 255);
    background-image: url("/pics/back/white.gif");

    scrollbar-3d-light-color: rgb(255, 255, 255);
    scrollbar-arrow-color: rgb(100, 100, 100);
    scrollbar-base-color: rgb(180, 180, 180);
    scrollbar-dark-shadow-color: rgb(100, 100, 100);
    scrollbar-face-color: rgb(150, 150, 150);
    scrollbar-highlight-color: rgb(222, 222, 222);
    scrollbar-shadow-color: rgb(100, 100, 100);

    font-family: truth, arial, verdana, helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: rgb(77, 77, 77);
    /*overflow: hidden;*/
}

#maincontainer
{
    text-align: center;
    position: absolute;
    width: 100%;
    min-height: 5em;
    top: 15vh;
    box-sizing: border-box;
    /*border: 1px solid #f00;*/
}

img.picture
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 1.5em #777;
    max-height: 70vh;
    max-width: 70vw;
    height: auto;
    width: auto;
    box-sizing: border-box;
    border: 1px solid #fff;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

img.pictureshown
{
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

img.picturehidden
{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

img#toppicture
{
    /*border: 1px solid #0f0;*/
}

img#toppicture
{
    /*border: 1px solid #00f;*/
}


div#clockcontainer
{
    z-index: 3;
    background: rgba(0, 0, 0, 0);

    border: 0px solid #0ff;
    margin: 0;
    padding: 0;

    vertical-align: middle;
    text-align: center;

    /*display: none;*/

    position: absolute;
    top: 35vh;
    left: 35vw;
    cursor: default;
}

div#digitalclock
{
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;

    width: 3.5em;

    height: 1.5em;
    line-height: 1.5em;
    padding: .0em .5em .0em .5em;
    margin: 0;
    border: 0px solid #f00;
    opacity: .5;

    border-radius: 0.5rem;
    font-size: 3rem;
    font-weight: bold;
    font-family: arialBlack, arial, Helvetica;
    white-space: nowrap;

    background: #000;
    color: #fff;

    display: none;
}

div#digitalclock div
{
    display: inline-block;
    border: 0px solid #000;
    float: left;
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

div#digitalclockleft,
div#digitalclockright
{
    width: 1.5em;
}

div#digitalclockleft
{
    float: right;
}

div#digitalclockright
{
    float: left;
}

div#digitalclockdash
{
    width: .5em;
}

canvas#analogclock
{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 0px solid black;
    background: rgba(200, 200, 200, 0.35);
    border-radius: 50%;
    padding: 15px;
    opacity: 0.7;
}

div#btmline
{
    height: 3rem;
    width: 100%;
    position: absolute;
    bottom: 2rem;
    left: 0;
    margin: 0;
    padding: 0;
}

div#loader
{
    width: 30vw;
    height: 1rem;
    padding: 0;
    margin: 1rem auto;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 100;
    border: 1px solid #fff;
    background-size: 50% 100%;
    background-image: linear-gradient(270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, .9) 30%,
    rgba(255, 255, 255, .9) 70%,
    rgba(255, 255, 255, 0) 95%,
    rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    animation: loaderanim 2s linear infinite;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    font-family: arialBlack, arial, Helvetica;
    opacity: .5;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes loaderanim
{
    0%
    {
        background-position-x: -150%;
    }
    100%
    {
        background-position-x: 150%;
    }
}