@import url(https://fonts.googleapis.com/css?family=Questrial);

.overview, body, html {
    background-color: #232323;
    margin: 0;
    font-family: "segoe UI", Helvetica, Arial, sans-serif;
    color: #424242;
    background-color: #fff !important;
}

a {
    color: #ffffff !important;
    cursor: pointer;
    user-select: none;
}

#container canvas {
    width: 100% !important;
    height: auto !important;
}

.button,
.close-box,
.home,
.poi,
svg image.svgicon {
    cursor: pointer
}

.button,
.menu li a,
.notification-container a,
a {
    text-decoration: none
}

.menu li a:hover {
    background: rgba(255, 255, 255, 0.267) !important;
}

.menu li a.active {
    background: rgba(255, 255, 255, 0.267) !important;
}

.info-body p,
.info-meta {
    letter-spacing: 3px
}

.alternatives:hover {
    opacity: 0.8;
}

.items-name.active {
    background: #23275c !important;
    color: #ffffff !important;
}

.items-name.nav-link {
    padding-left: 2rem !important;
}

#overview-plan .img-plan img,
.logo img {
    width: 100%;
    height: auto
}

#overview-map {
    background-color: #fff !important;
}

.overview {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.button,
.wobble {
    display: inline-block
}

#Layer_overview polygon {
    stroke: #379137;
    fill: rgba(0, 0, 0, .1);
    stroke-width: 1;
    stroke-linecap: butt;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    cursor: pointer;
    stroke: #f9760b
}

#Layer_overview polygon:hover,
.active,
.cd-horizontal-timeline.loaded {
    opacity: 1
}

#Layer_overview g.room-text {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.cover.off {
    opacity: 0;
    -moz-transition: 5s;
    -o-transition: 5s;
    -webkit-transition: 5s;
    transition: 5s
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e2e2e2;
    z-index: 5;
    opacity: 1
}

.progress-loading,
.ring {
    position: absolute;
    left: 50%
}

.progress-loading {
    top: 50%;
    padding: 0;
    margin: 0;
    font-size: 6vmin;
    color: #8e8e8e;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ask-cookies,
.button {
    font-size: 12px;
    color: #000
}

.ring {
    top: 50%;
    border: 1px solid rgba(255, 255, 255, .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:first-child {
    -moz-animation: 5s linear 1s infinite ripple;
    -webkit-animation: 5s linear 1s infinite ripple
}

.ring:nth-child(2) {
    -moz-animation: 5s linear 2s infinite ripple;
    -webkit-animation: 5s linear 2s infinite ripple
}

.ring:nth-child(3) {
    -moz-animation: 5s linear 3s infinite ripple;
    -webkit-animation: 5s linear 3s infinite ripple
}

.ring:nth-child(4) {
    -moz-animation: 5s linear 4s infinite ripple;
    -webkit-animation: 5s linear 4s infinite ripple
}

.ring:nth-child(5) {
    -moz-animation: 5s linear 5s infinite ripple;
    -webkit-animation: 5s linear 5s infinite ripple
}

@-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, .8)
    }

    40% {
        width: 30vmin;
        height: 30vmin;
        border-color: rgba(255, 255, 255, .6)
    }

    60% {
        width: 40vmin;
        height: 40vmin;
        border-color: rgba(255, 255, 255, .4)
    }

    80% {
        width: 50vmin;
        height: 50vmin;
        border-color: rgba(255, 255, 255, .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, .8)
    }

    40% {
        width: 30vmin;
        height: 30vmin;
        border-color: rgba(255, 255, 255, .6)
    }

    60% {
        width: 40vmin;
        height: 40vmin;
        border-color: rgba(255, 255, 255, .4)
    }

    80% {
        width: 50vmin;
        height: 50vmin;
        border-color: rgba(255, 255, 255, .2)
    }

    100% {
        width: 60vmin;
        height: 60vmin;
        border-color: rgba(255, 255, 255, 0)
    }
}

#menu-bar ul.menu,
#overview-plan div.menu-bar ul.menu {
    padding: 0;
    float: left;
    border-left: 5px solid #23275c;
    margin: 0;
    list-style-type: none;
    /*overflow: hidden*/
}

#menu-bar,
#overview-plan .menu-bar {
    position: fixed;
    height: 54px;
    top: 0;
    /* background: rgba(45, 45, 45, .55); */
    border: 0;
    user-select: none;
    z-index: 1;
    display: block;
    opacity: 0;
    overflow: hidden;
    -moz-transition: max-height .4s;
    -o-transition: max-height .4s;
    -webkit-transition: max-height .4s;
    transition: max-height .4s
}

#menu-bar ul.menu {
    /* background-color: transparent */
}

#menu-bar ul.menu li,
#overview-plan div.menu-bar ul.menu li,
.float-left,
ul.power-by li {
    float: left
}

#menu-bar ul.menu li a,
#overview-plan div.menu-bar ul.menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none
}

#menu-bar ul.menu li a:hover:not(.active),
#overview-plan div.menu-bar ul.menu li a:hover:not(.active) {
    text-shadow: 1px 1px 8px #fff
}

#menu-bar ul.menu li a.menu-active {
    background-color: rgba(0, 0, 0, .29)
}

#overview-plan {
    background-color: #e1e1e1
}

#overview-plan div.menu-bar {
    opacity: 1;
    background: rgba(0, 0, 0, .2)
}

#overview-plan div.menu-bar ul.menu {
    background: 0 0
}

#overview-plan div.menu-bar ul.menu li a.menu-active {
    background-color: rgba(66, 66, 66, .36)
}

#overview-plan .plan,
.box-logo,
.poi-area {
    position: relative
}

.ask-cookies,
.poi {
    position: absolute
}

#overview-plan .img-plan {
    position: absolute;
    width: 70%;
    height: auto;
    left: 50%;
    margin-left: -33%
}

.poi {
    background: url(/assets/projects/bjorvika/image/location-green.png) 0 0/99% no-repeat;
    width: 4%;
    height: 6%;
    opacity: .8
}

.poi-1 {
    top: 25%;
    left: 60%
}

.poi-2 {
    top: 53%;
    left: 64%
}

.poi-3 {
    top: 36%;
    left: 52%
}

.poi-4 {
    top: 53%;
    left: 47%
}

.poi-5 {
    top: 36%;
    left: 38%
}

.poi-6 {
    top: 52%;
    left: 37%
}

.poi-7 {
    top: 23%;
    left: 38%
}

.poi-8 {
    top: 36%;
    left: 26%
}

.poi-9 {
    top: 53%;
    left: 19%
}

.poi-10 {
    top: 21%;
    left: 27%
}

.poi-11 {
    top: 28%;
    left: 16%
}

.wobble {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.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
}

@-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)
    }
}

.ask-cookies,
.box-video {
    transform: translateX(-50%)
}

.ask-cookies {
    width: 500px;
    max-width: 97.5%;
    bottom: 50px;
    left: 50%
}

.notification-bottom-border {
    border-bottom: 1px solid #e6e6e6
}

.notification-container {
    background-color: #fff;
    padding: 12px 20px;
    width: calc(100% - 40px)
}

.notification-container a {
    color: #fff
}

.notification-container a:hover {
    color: #888
}

.button {
    background: 0 0;
    border: none;
    padding: 3px 9px;
    text-align: center;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.btn,
.home {
    background-color: transparent
}

.btn {
    border: 1px solid #a0a0a0
}

.btn-agree:hover {
    background-color: #4caf50;
    color: #fff
}

svg image.svgicon {
    height: 100px;
    width: 80px;
    -webkit-transition: width .5s;
    transition: width .5s
}

image.svgicon:hover {
    width: 101px;
}

.logo {
    position: fixed;
    bottom: 102px;
    left: 207px;
    width: 600px
}

.home {
    width: 30px;
    height: 38px;
    background-size: cover;
    z-index: 2;
    display: block
}

.play-vdeo {
    position: fixed;
    bottom: 105px;
    left: 281px;
    width: 60px
}

.box-video {
    width: 50%;
    max-width: 90%;
    min-width: 260px;
    position: absolute;
    left: 50%;
    top: 25%;
    padding: 10px;
    background-color: #fff;
    display: none;
    z-index: 10
}

.box-video iframe {
    width: 100%;
    height: 56%
}

.close-box {
    position: absolute;
    width: 50px;
    height: auto;
    top: -24px;
    left: -20px
}

.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: rgb(255 255 255 / 80%) !important;

}

.navbar a {
    color: #23275c !important;
}

#overlay,
.box-menu,
.mobile-logo,
.mobilr-video,
.navbar-fixed {
    position: fixed
}

#overlay,
.box-north-arrow img,
.carousel-item img,
.close-box img,
.guide-icon svg,
.gyroscope img,
.mobile-logo,
.mobile-logo img,
.mobilr-video img,
svg#Layer_overview {
    width: 100%
}

.close-box:hover {
    opacity: .9
}

#overlay {
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    text-align: center
}

#overlay span {
    padding: 5px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    position: relative;
    top: 50%
}

image#img-map {
    width: 100% !important
}

.mobile-logo {
    top: 0
}

.mobilr-video {
    width: 50px;
    height: auto;
    bottom: 5px;
    left: 5px;
    z-index: 8;
    display: none;
    background: #d8dbde
}

#menu-icon {
    display: hidden;
    margin: 6px;
    width: 40px;
    height: 40px;
    background: url(/assets/projects/bjorvika-v2/image/menu-icon.png) center
}

.navbar-toggler{
    opacity: 1;
}

@media only screen and (max-width : 1200px) {

    /* .overview svg {
        height:100%
    } */
    .navbar-nav {
        /* height: 90vh; */

    }
}

@media only screen and (max-width : 768px) {
    svg image.svgicon {
        height: 60px;
        width: 60px;
        cursor: pointer
    }

    .box-video {
        width: 80%;
        top: 10%;
        padding: 3px
    }

    .box-video iframe {
        width: 100%;
        height: 78%
    }

    #menu-bar,
    #overview-plan .menu-bar {
        height: 48px;
    }

    .navbar-nav {
        height: 88vh;
    }
}

@media only screen and (max-width : 480px) {
    .navbar-nav {
        height: 100vh;
    }

    a,
    ul.dropdown li a {
        text-decoration: none;
        color: #fff
    }

    .box-video {
        width: auto;
        top: 10%;
        padding: 3px;
        height: 38%
    }

    .box-video iframe {
        width: 100%;
        height: 72%
    }

    #menu-icon {
        display: inline-block
    }

    ul.menu-mobile {
        list-style-type: none;
        position: absolute;
        bottom: 49px;
        width: 100%;
        background: rgba(128, 128, 128, .8509803921568627);
        -webkit-transition: height .2s;
        transition: height .2s;
        display: none;
        margin: 0;
        padding: 0 1rem
    }

    ul.menu-mobile.opent {
        display: block
    }

    ul.menu-mobile li {
        float: unset;
        clear: both;
        width: 100%;
        border-bottom: 1px solid #949494;
        padding: 15px 0
    }

    ul.dropdown li a {
        text-align: left;
        padding: 12px 3.8vw
    }
}

.box-timeline {
    width: 800px;
    margin: 0 auto
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
    list-style: none
}

.cd-horizontal-timeline .events a.older-event::after,
.cd-timeline-navigation a:focus,
.cd-timeline-navigation a:hover {
    border-color: #313740
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:focus,
.cd-horizontal-timeline a:hover {
    color: #f6433b
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
    quotes: none
}

.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline q:after,
.cd-horizontal-timeline q:before {
    content: '';
    content: none
}

.cd-horizontal-timeline {
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    position: fixed;
    width: 751px;
    bottom: 0
}

.cd-horizontal-timeline::before {
    content: 'mobile';
    display: none
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px
}

.cd-horizontal-timeline .events-wrapper::before,
a#alternatives-1 {
    left: 0
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-timeline-navigation a.next,
a#alternatives-2 {
    right: 0
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    height: 10px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    width: 750px
}

.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #589199;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 25px;
    width: 10px;
    background-color: #f8f8f8;
    -webkit-transition: background-color .3s, border-color .3s;
    -moz-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #313740;
    border-color: #313740
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #f6433b;
    border-color: #f6433b
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        content: 'desktop'
    }
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s
}

.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-left,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse
}

.cd-horizontal-timeline .events-content li>* {
    max-width: 800px;
    margin: 0 auto
}

.cd-horizontal-timeline .events-content h4 {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px
}

.cd-horizontal-timeline .events-content h4 small {
    font-weight: 400;
    line-height: normal;
    font-size: 15px
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto
}

.cd-horizontal-timeline .events-content em::before {
    content: '- '
}

.cd-horizontal-timeline .events-content p {
    font-size: 16px;
    margin-top: 15px
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content em {
        font-size: 1rem
    }
}

@media only screen and (max-width: 767px) {

    .cd-horizontal-timeline .events-content,
    .cd-horizontal-timeline.loaded {
        margin: 0
    }

    .cd-horizontal-timeline .timeline {
        width: 100%
    }

    .cd-horizontal-timeline ol,
    .cd-horizontal-timeline ul {
        padding: 0;
        margin: 0
    }

    .cd-horizontal-timeline .events-content h4 {
        font-size: 16px
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.timeline:before {
    content: " ";
    display: none;
    bottom: 0;
    left: 0;
    width: 0;
    margin-left: -1.5px;
    background-color: #eee
}

.box-menu {
    bottom: 10px;
    left: 10px;
    z-index: 3
}

ul.menu {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: unset;
}

.menu li {
    border-bottom: 1px solid #fff
}

.menu li:last-child {
    border-bottom: none
}

.menu li a {
    font-size: 18px;
    display: block;
    color: #fff;
    padding: 5px 8px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.btn-modal-close:hover,
.btn-to-show-info:hover,
.menu li a:hover {
    opacity: .8
}

.navbar-fixed {
    height: 64px;
    width: 100%
}

.nv-bg {
    background-color: #fff
}

nav .nav-wrapper {
    position: relative;
    height: 100%
}

.top-title {
    padding-top: 4px;
    margin: 0 auto;
    font-size: 2.5rem;
    color: #589199;
    z-index: 8;
}

.home-icon,
.question-icon {
    padding: 10px 5px;
    position: absolute;
    z-index: 9;
    top: 0;
    cursor: pointer
}

.home-icon {
    left: 5px
}

.question-icon {
    right: 5px;
    display: none
}

.box-info,
.btn-to-show-info {
    background: grey;
    position: fixed;
    right: 5px
}

.btn-to-show-info {
    width: 40px;
    top: 70px;
    padding: 0 10px;
    cursor: pointer
}

.box-info {
    width: 500px;
    height: auto;
    top: 71px;
    color: #fff;
    padding: 10px 10px 30px
}

.icon-show-hide {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer
}

.mobile,
.to-hide {
    display: none
}

.desktop,
.to-show {
    display: block
}

.icon-show-hide svg {
    cursor: pointer
}

.info-header {
    font-size: 3em;
    margin: 0
}

.box-info h2 {
    font-size: 2rem
}

.info-meta span {
    font-size: 26px
}

.info-body p {
    text-transform: uppercase;
    font-size: 11px
}

.e6-col-1 {
    width: 25%
}

.box-north-arrow {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 5px;
    -ms-transform: rotate(-133deg);
    -webkit-transform: rotate(-133deg);
    transform: rotate(-133deg)
}

.corner-top-right-bevel {
    border-color: transparent transparent #23275c;
    border-width: 0px 34px 572px 0px;
}


.modal {
    padding: 0 10px 0 10px !important;
}

.modal-content {
    border-radius: 0 !important;
    background: #fff;
    /* color: #fff; */
}

.modal-body {
    padding: 9px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }

    .modal-xl {
        width: 60%;
        max-width: 1600px
    }
}

.modal-compress {
    width: 90%;
    max-width: 1220px
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.video,
html {
    height: 100%
}

.video {
    position: absolute;
    width: 96%
}

.cd-image-container img {
    max-width: 100%
}

.btn-modal-close {
    position: absolute;
    right: -16px;
    top: -18px;
    opacity: 1
}

.modal-body-custom {
    padding: 0 !important
}

.row-custom {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.box-for-gallery {
    padding: 1rem 0 1rem 1rem !important
}

.bg-white {
    background-color: #fff !important
}

.box-main-overview {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.box-preview-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.div-100-abl,
.div-100-rlt {
    display: block;
    width: 100%;
    height: 100%
}

.div-100-rlt {
    position: relative
}

.div-max-w-100-rlt {
    max-width: 100%;
    position: relative !important
}

.div-100-abl {
    position: absolute
}

.box-img-view {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.box-guide,
.mobile-menu {
    position: fixed;
    display: none
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 20px;
    height: 20px
}

a#alternatives-3 {
    right: 80px
}

.mobile-menu {
    width: 33px;
    top: 10px;
    right: 8px
}

@keyframes swipe-x {

    0%,
    50% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(50px) rotateZ(10deg)
    }

    75% {
        transform: translateX(-50px) rotateZ(-10deg)
    }
}

.box-guide {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.guide {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.guide-icon {
    animation: 5s ease-in-out infinite backwards swipe-x
}

.box-timeline-mobile {
    position: fixed;
    bottom: 0;
    z-index: 2
}

.box-timeline-mobile ul {
    list-style-type: none;
    padding: 0 5px;
    margin: 0
}

.box-timeline-mobile ul li {
    color: #fff
}

.gyroscope {
    position: absolute;
    bottom: 100px;
    width: 25px;
    height: 25px;
    z-index: 1;
    top: 4px;
    right: 118px;
    margin: 8px;
    display: none
}

.box-power-by {
    position: fixed;
    bottom: 0;
    right: 1rem;
    color: #fff
}

ul.power-by {
    list-style-type: none;
    margin: 10px 8px;
    padding: 0;
    overflow: hidden;
    position: relative
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent;
    padding: 0;
    width: 5%;
}

button,
button:active {
    border: none !important;
}

.mlmb {
    margin-left: 60px;
    margin-bottom: 60px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(7,87,143,1)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(7,87,143,1)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.bottom-alternatives {
    position: fixed !important;
    bottom: 30px !important;
    width: 100%;

}

.bottom-alternatives li.nav-item {
    width: 60px;
}

.bottom-alternatives li:first-child {
    margin-right: 1rem;
}

.bottom-alternatives li a {
    padding: 0;
}

.bottom-alternatives li img {
    width: 100%;
}

.tooltip {
    font-size: 1.3rem !important;

}

.tooltip-inner {
    background-color: #23275c !important;
    max-width: unset !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #23275c !important;
}

.navbar-dark .navbar-toggler {
    color: #000 !important;
}

.ctrl-top-right {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    top: 10px;
    right: 10px;
}

.ctrl-top-right li {
    display: inline-block;
    margin-right: 5px;
    /* width: 50px; */

}

.ctrl-top-right li img {
    width: 30px;
}

.ctrl-top-right li img:hover {
    opacity: .5;
}