@import url('https://fonts.googleapis.com/css?family=Questrial');

html,
body {
  margin: 0;
  /* width: 100%; */
  /* height: 100%; */
  overflow: hidden !important;
  background-color: #232323;
  font-family: "segoe UI", "Helvetica", "Arial", sans-serif;
  color: #424242;
}

.logo {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 25%;
}

.logo img {
  width: 100%;
  height: auto;
}

.overview {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* width: 100%; */
  /* height: 100%; */
  background-color: #ffffff;
  text-align: center;
}

/* #Layer_overview polygon {
  stroke: #379137;
  fill: rgba(0, 0, 0, .1);
  stroke-width: 1;
  stroke-linecap: butt;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
} */

/* .active, */
/* #Layer_overview polygon:hover {
  opacity: 1;
} */

#Layer_overview g.room-text {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.cover.off {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 5000ms;
  -o-transition: 5000ms;
  -webkit-transition: 5000ms;
  transition: 5000ms;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.progress-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-size: 6vmin;
  color: #8e8e8e;
  -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);
  }
}

#overview-plan .menu-bar,
#menu-bar {
  position: fixed;
  /* width: 100%; */
  height: 50px;
  bottom: 0px;
  background: rgba(45, 45, 45, 0.55);
  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(0, 0, 0, 0.29);
}

#overview-plan {
  background-color: #e1e1e1;
}

#overview-plan div.menu-bar {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

#overview-plan div.menu-bar ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  float: left;
  border-left: 3px #379137 solid;
}

#overview-plan div.menu-bar ul.menu li {
  float: left;
}

#overview-plan div.menu-bar ul.menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

#overview-plan div.menu-bar ul.menu li a:hover:not(.active) {
  /*background-color: #111;*/
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 1);
}

#overview-plan div.menu-bar ul.menu li a.menu-active {
  background-color: rgba(66, 66, 66, 0.36);
}

#overview-plan .plan {
  position: relative;
}

#overview-plan .img-plan {
  position: absolute;
  width: 70%;
  height: auto;
  left: 50%;
  margin-left: -33%;
}

#overview-plan .img-plan img {
  width: 100%;
  height: auto;
}

.poi-area {
  position: relative;
}

.poi {
  position: absolute;
  background: url(/assets/projects/bjorvika/image/location-green.png) no-repeat;
  background-size: 99%;
  width: 4%;
  height: 6%;
  opacity: 0.8;
  cursor: pointer;
}

.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 {
  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;
}

@-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 {
  width: 500px;
  max-width: 97.5%;
  /* height: 200px; */
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  font-size: 12px;
}

.notification-bottom-border {
  border-bottom: 1px solid #e6e6e6;
}

.notification-container {
  background-color: #ffffff;
  padding: 12px 20px;
  width: calc(100% - 40px);
}

.notification-footer {}

.notification-container a {
  color: #ffffff;
  text-decoration: none;
}

.notification-container a:hover {
  color: #888888;
}

.button {
  background: transparent;
  border: none;
  color: black;
  padding: 3px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.btn {
  background-color: transparent;
  border: 1px solid #a0a0a0;
}

.btn-agree:hover {
  background-color: #4CAF50;
  color: white;
}

svg image.home-marker {
  height: 80px;
  width: 80px;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  /* Safari */
  transition: transform 0.5s;
  transform-box: fill-box; 
  transform-origin: 40px 40px; 
}

image.home-marker:hover {
   transform: scale(1.5);
}

.logo {
  position: fixed;
  bottom: 102px;
  left: 207px;
  width: 600px;
}

.home {
  width: 28px;
  height: 24px;
  background-size: cover;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  display: block;
}

.box-logo {
  position: relative;
}

.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%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #ffffff;
  display: none;
  z-index: 10;
}

.box-video iframe {
  width: 100%;
  height: 56%;
}

.close-box {
  position: absolute;
  width: 50px;
  height: auto;
  top: -24px;
  left: -20px;
  cursor: pointer;
}

.close-box img {
  width: 100%;
}

.close-box:hover {
  opacity: 0.9;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 9;
  /* Specify a stack order in case you're using a different order for other elements */
  text-align: center;
}

#overlay span {
  padding: 5px;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
  position: relative;
  top: 50%;
}

/* #Layer_overview polygon {
  stroke: #f9760b;
} */

image#img-map {
  width: 100% !important;
  /* height: 100%; */
}

.mobile-logo {
  position: fixed;
  top: 0;
  width: 100%;
}

.mobile-logo img,
.mobilr-video img {
  width: 100%;
}

.mobilr-video {
  width: 50px;
  height: auto;
  position: fixed;
  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;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .overview svg {
    height: 100%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .box-video {
    width: 80%;
    top: 10%;
    padding: 3px;
  }

  .box-video iframe {
    width: 100%;
    height: 78%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .box-video {
    width: auto;
    top: 10%;
    padding: 3px;
    height: 38%;
  }

  .box-video iframe {
    width: 100%;
    height: 72%;
  }

  #menu-bar ul.menu {}

  #menu-icon {
    display: inline-block;
  }

  ul.menu-mobile {
    list-style-type: none;
    position: absolute;
    bottom: 49px;
    width: 100%;
    background: rgba(128, 128, 128, 0.8509803921568627);
    -webkit-transition: height 0.2s;
    transition: height 0.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;
  }

  a {
    color: #FFFFFF;
    text-decoration: none;
  }

  ul.dropdown li a {
    color: #ffffff;
    text-align: left;
    padding: 12px 3.8vw;
    text-decoration: none;
    color: #FFFFFF;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

/*=================================*/
/*========== Timeline =============*/
/*=================================*/
.box-timeline {
  width: 800px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}

.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #313740;
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #F6433B;
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}

.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: '';
  content: none;
}

.cd-horizontal-timeline {
  opacity: 0;
  /* margin: 2em auto; */
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: fixed;
  width: 751px;
  bottom: 0;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.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 {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 10px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  width: 750px;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  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 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  /* fix bug on Safari - text flickering while timeline translates */
  -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 {
  /* this is used to create the event spot*/
  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;
  /* border-radius: 50%; */
  /* border: 2px solid #dfdfdf; */
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.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: #f28c52;
  border-color: #f28c52;
  box-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 0px -1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0px 0 #ffffff, 1px 0px 0 #ffffff;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #313740;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  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;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  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 0 0;
}

.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);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.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 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.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: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.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 {
  /* visible event content */
  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-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -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;
  margin-bottom: 0px;
  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.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;
  }

  .cd-horizontal-timeline .events-content {
    margin: 0;
  }
}

@-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: 0px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

/*===============*/
/*====== Menu ===*/
/*===============*/
.box-menu {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}

ul.menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #589199;
}

.menu li {
  border-bottom: 1px solid #ffffff;
}

.menu li:last-child {
  border-bottom: none;
}

.menu li a {
  font-size: 24px;
  display: block;
  color: #FFFFFF;
  padding: 5px 8px;
  text-decoration: none;
}

/* Change the link color on hover */
.menu li a:hover {
  /*background-color: #0097a7;*/
  opacity: 0.8;
  /*color: #F6433B;*/
}

/*===============*/
/*=== Top bar ===*/
/*===============*/
.navbar-fixed {
  height: 64px;
  position: fixed;
  width: 100%;
}

.nv-bg {
  background-color: #ffffff;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

.top-title {
  padding-top: 4px;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #589199;
  z-index: 8;
  width: 50%;
}

.home-icon {
  padding: 10px 5px;
  position: absolute;
  left: 5px;
  cursor: pointer;
  z-index: 9;
  top: 0;
}

.question-icon {
  padding: 10px 5px;
  position: absolute;
  right: 5px;
  cursor: pointer;
  z-index: 9;
  top: 0;
  display: none;
}

.btn-to-show-info {
  width: 40px;
  position: fixed;
  right: 5px;
  top: 70px;
  background: #808080;
  padding: 0 10px;
  cursor: pointer;
}

.btn-to-show-info:hover {
  opacity: 0.8;
}

.box-info {
  width: 500px;
  height: auto;
  background: #808080;
  position: fixed;
  right: 5px;
  top: 71px;
  color: #ffffff;
  padding: 10px 10px 30px 10px;
}

.icon-show-hide {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.to-hide {
  display: none;
}

.to-show {
  display: block;
}

.icon-show-hide svg {
  cursor: pointer;
}

.info-header {
  font-size: 3em;
  margin: 0;
}

.box-info h2 {
  font-size: 2rem;
  /* font-weight: bold; */
}

.info-body {}

.info-meta {
  letter-spacing: 3px;
}

.info-meta span {
  font-size: 26px;
}

.info-body p {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.e6-col-1 {
  width: 25%;
}

.float-left {
  float: left;
}

.box-north-arrow {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 20px;
  bottom: 5px;
  -ms-transform: rotate(-133deg);
  /* IE 9 */
  -webkit-transform: rotate(-133deg);
  /* Safari prior 9.0 */
  transform: rotate(-133deg);
  /* Standard syntax */
}

.box-north-arrow img {
  width: 100%;
}

.corner-top-right-bevel {
  border-color: transparent transparent #589199 transparent;
  border-width: 0 30px 380px 0;
  /*0 71px 158px 0;*/
}

/*=====================*/
/*===  Modal custom ===*/
/*=====================*/
.modal-content {
  border-radius: 0 !important;
  background: #589199;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    /* max-width: 1600px; */
  }
}

.modal-compress {
  width: 90%;
  max-width: 1220px;
}

.container-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  /*top: 0;
    left: 0;*/
  width: 96%;
  height: 100%;
}

.carousel-item img {
  width: 100%;
}

.cd-image-container img {
  max-width: 100%;
}

.btn-modal-close {
  position: absolute;
  right: -16px;
  top: -18px;
  opacity: 1;
}

.btn-modal-close:hover {
  opacity: 0.8;
}

.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;
  /*background: #ffffff !important;*/
}

.bg-white {
  background-color: #ffffff !important;
}

#overview-map, #overview-map-1 {
  overflow: hidden !important;
}

html {
  height: 100%
}

svg#Layer_overview {
  width: 100%;
}

/*========================*/
/*===  Custom Overview ===*/
/*========================*/
.box-main-overview {
  display: block;
  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-rlt {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-max-w-100-rlt {
  max-width: 100%;
  position: relative !important;
}

.div-100-abl {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.box-img-view {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}

a#alternatives-1 {
  left: 0px;
}

a#alternatives-2 {
  right: 0px;
}

a#alternatives-3 {
  right: 80px;
}

.mobile-menu {
  position: fixed;
  width: 33px;
  top: 10px;
  right: 8px;
  display: none;
}

/*========================*/
/*===  Mobile hand guide ===*/
/*========================*/
@keyframes swipe-x {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(50px) rotateZ(10deg);
  }

  50% {
    transform: translateX(0px);
  }

  75% {
    transform: translateX(-50px) rotateZ(-10deg);
  }
}

.box-guide {
  display: none;
}

.box-guide {
  width: 100%;
  height: 100%;
  position: fixed;
  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: swipe-x 5s ease-in-out backwards;
  animation-iteration-count: infinite;
}

.guide-icon svg {
  width: 100%;
}

.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: #ffffff;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
  ;
}

.gyroscope img {
  width: 100%;
}

.gyroscope {
  position: fixed;
  bottom: 100px;
  width: 32px;
  height: 38px;
  z-index: 1;
  right: 52px;
  display: none;
}

.box-power-by {
  position: fixed;
  bottom: 0.5rem;
  right: 7rem;
  color: #ffffff
}

.box-power-by .d-desktop {}


#help-menu, #help-menu-1, #btn-help, #btn-help-1, #btn-help-close, #btn-help-1-close {
  z-index: 2;
}