
@import url('https://fonts.googleapis.com/css?family=Questrial');



html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #19385a;
    font-family: 'Questrial', sans-serif;
}
#viewer {
    position: absolute;
    width: 300px;
    height: 150px;
    right: 0;
    top: 100px;
}
#viewer:-webkit-full-screen{
    left: 0;
    top: 0;
}
#viewer:-moz-full-screen{
    left: 0;
    top: 0;
}
#viewer:-ms-fullscreen{
    left: 0;
    top: 0;
}
#viewer:fullscreen {
    left: 0;
    top: 0;
}

#map-menu{
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #254175;
}

#map-menu div.map-menu-content{
    position: relative;
}


#map-menu div.map-menu-content.active{
    display: block;
}

#map-menu div.map-menu-content img{
    width: 100%;
    height: auto;
}

#recomment{
    position: absolute;
    left: 23%;
    top: 5%;
    z-index: 99999;
    width: 50%;
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
    display: none;
}

#recomment img{
    width: 100%;
}

.marker{
    position: absolute;
    background: url(/assets/projects/ulriken/img/location.png) no-repeat ;
    background-size: 99%;
    width: 5%;
    height: 9%;
    opacity: 0.8;
    cursor: pointer;
}

.marker-1{
    top: 41%;
    left: 4%;
}
.marker-2 {
    top: 31%;
    left: 16%;
}
.marker-3 {
    top: 35.6%;
    left: 29%;
}
.marker-4 {
    top: 35%;
    left: 39.6%;
}
.marker-5 {
    top: 35%;
    left: 49.57%;
}
.marker-6 {
    top: 41%;
    left: 55.4%;
}
.marker-7 {
    top: 65%;
    left: 66%;
}



#menu-bar{
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    user-select: none;
    z-index: 1;
    display: block;
    opacity: 0;
    max-height: 50px;
    overflow: hidden;
    -moz-transition: max-height 0.4s ease 0s;
    -o-transition: max-height 0.4s ease 0s;
    -webkit-transition: max-height 0.4s ease 0s;
    transition: max-height 0.4s ease 0s;

}

#menu-bar ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    float: left;
    border-left: 3px #379137 solid;
}

#menu-bar ul.menu li {
    float: left;
}

#menu-bar ul.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
}

#menu-bar ul.menu li a:hover:not(.active) {
    /*background-color: #111;*/
    text-shadow: 1px 1px 8px rgba(255, 255, 255, 1);
}

#menu-bar ul.menu li a.menu-active {
    background-color:  rgba(66, 66, 66, 0.36);
}

.active {
    background-color:  rgba(66, 66, 66, 0.36);
}


@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble:hover {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.cover.off {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 5000ms;
    -o-transition: 5000ms;
    -webkit-transition: 5000ms;
    transition: 5000ms;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.progress {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-size: 6vmin;
    color: #DDD;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 20vmin;
    height: 20vmin;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ring:nth-child(1) {
    -moz-animation: ripple 5000ms linear 1000ms infinite;
    -webkit-animation: ripple 5000ms linear 1000ms infinite;
}

.ring:nth-child(2) {
    -moz-animation: ripple 5000ms linear 2000ms infinite;
    -webkit-animation: ripple 5000ms linear 2000ms infinite;
}
.ring:nth-child(3) {
    -moz-animation: ripple 5000ms linear 3000ms infinite;
    -webkit-animation: ripple 5000ms linear 3000ms infinite;
}
.ring:nth-child(4) {
    -moz-animation: ripple 5000ms linear 4000ms infinite;
    -webkit-animation: ripple 5000ms linear 4000ms infinite;
}
.ring:nth-child(5) {
    -moz-animation: ripple 5000ms linear 5000ms infinite;
    -webkit-animation: ripple 5000ms linear 5000ms infinite;
}

@-moz-keyframes ripple {
    0% {
        width: 20vmin; height: 20vmin;
        border-color: rgba(255, 255, 255, 0);
    }

    20% {
        width: 20vmin; height: 20vmin;
        border-color: rgba(255, 255, 255, 0.8);
    }

    40% {
        width: 30vmin; height: 30vmin;
        border-color: rgba(255, 255, 255, 0.6);
    }

    60% {
        width: 40vmin; height: 40vmin;
        border-color: rgba(255, 255, 255, 0.4);
    }

    80% {
        width: 50vmin; height: 50vmin;
        border-color: rgba(255, 255, 255, 0.2);
    }

    100% {
        width: 60vmin; height: 60vmin;
        border-color: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple {
    0% {
        width: 20vmin; height: 20vmin;
        border-color: rgba(255, 255, 255, 0);
    }

    20% {
        width: 20vmin; height: 20vmin;
        border-color: rgba(255, 255, 255, 0.8);
    }

    40% {
        width: 30vmin; height: 30vmin;
        border-color: rgba(255, 255, 255, 0.6);
    }

    60% {
        width: 40vmin; height: 40vmin;
        border-color: rgba(255, 255, 255, 0.4);
    }

    80% {
        width: 50vmin; height: 50vmin;
        border-color: rgba(255, 255, 255, 0.2);
    }

    100% {
        width: 60vmin; height: 60vmin;
        border-color: rgba(255, 255, 255, 0);
    }
}