﻿* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'tt_smb';
    src: url('../fonts/titilliumweb-semibold-webfont.eot');
    src: url('../fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/titilliumweb-semibold-webfont.woff2') format('woff2'), url('../fonts/titilliumweb-semibold-webfont.woff') format('woff'), url('../fonts/titilliumweb-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_light';
    src: url('../fonts/titilliumweb-light-webfont.eot');
    src: url('../fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/titilliumweb-light-webfont.woff2') format('woff2'), url('../fonts/titilliumweb-light-webfont.woff') format('woff'), url('../fonts/titilliumweb-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#cursoranim {
    position: relative;
    z-index: 0;
}

body {
    position: relative;
    overflow: hidden;
    font-family: 'tt_smb',Tahoma, sans-serif;
    font-size: 13px;
}

html, body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#layout {
    position: fixed;
    height: 100%;
}

#login {
    z-index: 9999;
    height: 100%;
    position: fixed;
    background: #fff;
    right: 0;
    top: 0;
    overflow-y: auto;
}

    #login .content {
        padding: 40px 0px 0px;
    }

        #login .content h3.header {
            font-size: 12pt;
            text-align: center;
            padding-top: 15px;
            line-height: 30px;
        }

        #login .content .logo {
            width: 100px;
        }


html, body {
    background: #000;
}


.LBD_CaptchaIconsDiv, .LBD_SoundLink {
    display: none !important;
}

.copyright {
    margin: 50px 0;
    font-size: 9pt;
}

.logo {
    width: 120px;
    height: auto;
}



.sky-carousel-container li {
    border: 2px rgb(2,255,255) solid !important;
    display: block;
    position: absolute;
    border-top-color: rgba(0,255,255,0.8);
    border-bottom-color: rgba(0,255,255,0.8);
    top: 0px;
    left: 0px;
    box-shadow: -10px -10px 20px rgba(0,255,255,.3);
}

    .sky-carousel-container li img.sc-image {
        border: 3px #3effff solid !important;
        -webkit-box-shadow: 0px 0px 20px 15px rgba(60,255,255,.3);
        -moz-box-shadow: 0px 0px 20px 15px rgba(60,255,255,.3);
        box-shadow: 0px 0px 20px 15px rgba(60,255,255,.3);
    }




    .sky-carousel-container li:before,
    .sky-carousel-container li:after {
        border: 5px solid transparent;
        border-radius: 50%;
        margin: auto;
    }


    .sky-carousel-container li:before {
        content: '';
        animation: clockwise 4s linear infinite;
        border-left-color: rgba(255,255,255,0.8);
        border-right-color: rgba(255,255,255,0.8);
        box-shadow: -10px -10px 20px rgba(255,255,255,.3);
        width: 104%;
        height: 104%;
        left: 50%;
        top: 50%;
        margin-top: -52%;
        margin-left: -52%;
        position: fixed;
    }

    .sky-carousel-container li:after {
        content: '';
        animation: clockwise 2s linear infinite;
        border-top-color: rgba(0,255,255,0.8);
        border-bottom-color: rgba(0,255,255,0.8);
        box-shadow: -10px -10px 20px rgba(0,255,255,.3);
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        margin-top: -50%;
        margin-left: -50%;
        position: fixed;
    }


@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    html {
        margin-left: 1px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sky-carousel .sc-overlay {
        width: 88px !important;
    }
}

@media only screen and (max-width: 479px) {
    .sky-carousel .sc-overlay {
        width: 15px !important;
    }

    .sky-carousel .sc-nav-button.sc-next {
        right: 5px !important;
    }

    .sky-carousel .sc-nav-button.sc-prev {
        left: 5px !important;
    }
}

/**********************************************
*
* 2. Container Styles
*
**********************************************/
.js .sky-carousel {
    visibility: hidden;
}

.sky-carousel {
    width: 100%;
    height: 700px;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    z-index: 99999;
}

    .sky-carousel .sky-carousel-container {
        position: relative;
        list-style-type: none;
        float: left;
        margin: 0;
        padding: 0;
    }

        /**********************************************
*
* 3. Carousel Item Styles
*
**********************************************/
        .sky-carousel .sky-carousel-container li {
            position: absolute;
            border: 9px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
            -webkit-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
            -moz-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
            padding: 15px;
        }

            .sky-carousel .sky-carousel-container li img {
                display: block;
                max-width: none !important;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 0;
                width: 260px;
                heighT: 260px;
            }

            .sky-carousel .sky-carousel-container li .video-container {
                overflow: hidden;
                width: calc(100% - 34px);
                height: calc(100% - 34px);
                position: fixed;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                border-radius: 100%;
            }


                .sky-carousel .sky-carousel-container li .video-container video {
                    width: 200% !important;
                    height: 200% !important;
                    position: fixed;
                    left: 50%;
                    top: 50%;
                    transform: translateX(-50%) translateY(-50%);
                }

            .sky-carousel .sky-carousel-container li a img {
                border: none;
            }

        .sky-carousel .sky-carousel-container .sc-content {
            display: none;
        }

    /**********************************************
*
* 4. Current Content Styles
*
**********************************************/
    .sky-carousel .sc-content-wrapper {
        position: absolute;
        text-align: center;
        top: 9%;
        left: 50%;
        z-index: 4999;
    }

    .sky-carousel .sc-content-container {
        position: relative;
        left: -50%;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        padding: 0;
    }

    .sky-carousel .sc-content-wrapper .sc-content-container .sc-content {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 14px;
        min-width: 240px;
    }


    .sky-carousel .sc-content-wrapper h2 {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        text-shadow: 0px 1px 1px #333;
        text-transform: uppercase;
    }

    .sky-carousel .sc-content-wrapper p {
        color: #fff;
        font-size: 12px;
        margin: 0;
        padding: 0;
        text-shadow: 0px 1px 1px #000;
        margin-top: 5px;
    }

    .sky-carousel .sc-content-wrapper a {
        text-decoration: none;
        color: #d6d6d6;
        border-bottom: 1px dotted #d6d6d6;
    }

    /**********************************************
*
* 5. Gradient Overlay Styles
*
**********************************************/
    .sky-carousel .sc-overlay {
        position: absolute;
        height: 100%;
        z-index: 4998;
        pointer-events: none;
        top: 0;
    }

    .sky-carousel .sc-overlay-left {
        left: -0.1px;
    }

    .sky-carousel .sc-overlay-right {
        right: -0.1px;
    }

    /**********************************************
*
* 6. Navigation Styles
*
**********************************************/
    .sky-carousel .sc-nav-button {
        position: absolute;
        top: 50%;
        z-index: 5000;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .sky-carousel .sc-nav-button.sc-next {
            background: url("../img/sc-graphics/tooltip_skin_navigation.png") no-repeat -42px 0px;
            right: 15px;
        }

.no-touch .sky-carousel .sc-nav-button.sc-next:hover {
    background: url("../img/sc-graphics/tooltip_skin_navigation.png") no-repeat -42px -41px;
}

.sky-carousel .sc-nav-button.sc-prev {
    background: url("../img/sc-graphics/tooltip_skin_navigation.png") no-repeat 0px 0px;
    left: 15px;
}

.no-touch .sky-carousel .sc-nav-button.sc-prev:hover {
    background: url("../img/sc-graphics/tooltip_skin_navigation.png") no-repeat 0px -41px;
}

/**********************************************
*
* 7. Preloader Styles
*
**********************************************/
.sky-carousel .sc-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -22px;
    margin-left: -22px;
    background: #ebebeb url("../img/sc-graphics/preloader.gif") no-repeat 50% 50%;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/**********************************************
*
* 8. Other Styles
*
**********************************************/
.sc-no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}











.view {
    position: absolute;
    right: 200px;
    bottom: 130px;
    -webkit-perspective: 400;
    perspective: 400;
}

.plane {
    width: 120px;
    height: 120px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .plane.main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotateX(60deg) rotateZ(-30deg);
        transform: rotateX(60deg) rotateZ(-30deg);
        -webkit-animation: rotate 20s infinite linear;
        animation: rotate 20s infinite linear;
    }

        .plane.main .circle {
            width: 120px;
            height: 120px;
            position: absolute;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            border-radius: 100%;
            box-sizing: border-box;
            box-shadow: 0 0 60px cyan, inset 0 0 60px cyan;
        }

            .plane.main .circle::before, .plane.main .circle::after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 10%;
                height: 10%;
                border-radius: 100%;
                background: cyan;
                box-sizing: border-box;
                box-shadow: 0 0 60px 2px cyan;
            }

            .plane.main .circle::before {
                -webkit-transform: translateZ(-90px);
                transform: translateZ(-90px);
            }

            .plane.main .circle::after {
                -webkit-transform: translateZ(90px);
                transform: translateZ(90px);
            }

            .plane.main .circle:nth-child(1) {
                -webkit-transform: rotateZ(72deg) rotateX(63.435deg);
                transform: rotateZ(72deg) rotateX(63.435deg);
            }

            .plane.main .circle:nth-child(2) {
                -webkit-transform: rotateZ(144deg) rotateX(63.435deg);
                transform: rotateZ(144deg) rotateX(63.435deg);
            }

            .plane.main .circle:nth-child(3) {
                -webkit-transform: rotateZ(216deg) rotateX(63.435deg);
                transform: rotateZ(216deg) rotateX(63.435deg);
            }

            .plane.main .circle:nth-child(4) {
                -webkit-transform: rotateZ(288deg) rotateX(63.435deg);
                transform: rotateZ(288deg) rotateX(63.435deg);
            }

            .plane.main .circle:nth-child(5) {
                -webkit-transform: rotateZ(360deg) rotateX(63.435deg);
                transform: rotateZ(360deg) rotateX(63.435deg);
            }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }

    100% {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }

    100% {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}


#worldmap {
    width: 150%;
    height: 150%;
    position: absolute;
    left: -17%;
    top: 10%;
}


@-webkit-keyframes blink {
    0% {
        stroke: rgba(193, 215, 46, 0.8);
        stroke-width: 1;
    }

    100% {
        stroke: rgba(193, 215, 46, 0.1);
        stroke-width: 15;
    }
}

@-moz-keyframes blink {
    0% {
        stroke: rgba(193, 215, 46, 0.8);
        stroke-width: 1;
    }

    100% {
        stroke: rgba(193, 215, 46, 0.1);
        stroke-width: 15;
    }
}

@keyframes blink {
    0% {
        stroke: rgba(193, 215, 46, 0.8);
        stroke-width: 1;
    }

    100% {
        stroke: rgba(193, 215, 46, 0.1);
        stroke-width: 15;
    }
}

circle[fill="#c3d833"] {
    padding: 20px;
    position: relative;
    -webkit-animation: blink 1.5s infinite ease-out;
    -moz-animation: blink 1.5s infinite ease-out;
    animation: blink 1.5s infinite ease-out;
}
