* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "NestleTextLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}

.mobile html, .mobile body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "NestleTextLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

/*
#loadingScreen{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}

#loadingScreen .content{
  margin-top: 50vh;
  text-align: center;
}
*/

.bordertop{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 5px;
  background: #485CC7;
  z-index: 2;
}

.interface-links{
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  z-index: 1;
}

.mobile .interface-links ul li{
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
}

.interface-links ul li{
  display: inline;
  list-style-type: none;
  margin-right: 10px;
}

.interface-links ul li img{
  width: auto;
  height: 25px;
  transition: opacity .3s ease;
  filter: opacity(alpha=80);
  opacity: 0.8;
}

.interface-links ul li img:hover{
  filter: opacity(alpha=100);
  opacity: 1;
}

.btn{
  display: inline-block;
  margin-top: 20px;
  background: #485CC7;
  border: 1px solid transparent;
  color: white;
  padding: 15px 30px;
  cursor: pointer;
  -moz-border-radius: 999px;
  border-radius: 999px;
  transition: background .3s ease;
}

.btn.secondary{
  background: none;
  border: 1px solid #485CC7;
}

.btn:hover{
  background: #171C8F;
  border: 1px solid #171C8F;
}

h1{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 4px;
}

.mobile h1{
  font-size: 0.9em;
}

.logo{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 2em;
  transition: .3s ease;
  z-index: 2;
}

.logo img{
  width: 100%;
  height: auto;
}

.desktop .logo:hover{
  transform: scale(1.1);
}

.mobile .logo{
  width: 60px;
  height: 60px;
  margin: 20px;
}

.show-tutorial-button{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  opacity: 0.8;
  transition:  opacity .3s ease;
  z-index: 2;
}
.show-tutorial-button:hover{
  opacity: 1;
  transform: scale(1.1);
}

/* Tutorial slider theme */
.slick-slider{
  width: 80vw;
  height: 100%;
  margin: 0 auto;
  margin-top: 7vh;
}

.slick-dots{
  margin-top: 15px;
  width: 100%;
  height: auto;
  text-align: center;
}

.slick-dots li{
  display: inline-block;
  padding: 0 10px;
  list-style-type: none;
}

.slider-nav{
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 20;
}

.slider-nav .slick-prev,
.slider-nav .slick-next{
  margin: 0 2.5em;
  background: none;
  border: none;
  color: #fff;
  font-size: 6em;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.slider-nav .slick-prev:hover,
.slider-nav .slick-next:hover{
  opacity: 1;
  filter: alpha(opacity=100);
}

.slider-nav .slick-prev{
  float: left;
}

.slider-nav .slick-next{
  float: right;
}

.mobile .slick-dots li{
  padding: 0 9px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button{
  background: #485CC7;
  color: #485CC7;
}

.slick-dots li button{
  width: 20px;
  height: 20px;
  border-radius: 150px;
  border: none;
  background: #fff;
  color: transparent;
  cursor: pointer;
  transition: .2s ease;
  outline:none;
  font-size: 0;
  padding:0;
}


.mobile .slick-dots li button{
  width: 14px;
  height: 14px;
}


/* Social share button bar */

.addthis_inline_share_toolbox{
  display: none;
  opacity: 0;
  margin-top: 10px;
  transform: translateX(-100px);
  transition: .3s ease;
}

.addthis_inline_share_toolbox.visible{
  display: block;
  transform: translateX(0);
  opacity: 1;
}

.zoomBar{
  position: absolute;
  top: 30vh;
  right: 15px;
  z-index: 2;
  text-align: center;
}

/* Radar */
.radar-outer{
  width: 35px;
  height: 35px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  transform: rotate(0);
  transition: all .3s ease;
}

.radar-inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/radar-inner.png);
  background-size: 100%;
}

.zoomBar ul li{
  font-family: 'NestleTextBold', Helvetica, Arial, "sans-serif";
  padding: 10px 0;
}

.mobile .zoomBar{
  display: none;
}

.progressionBar{
  position: absolute;
  top: 30vh;
  left: 15px;
  z-index: 2;
}

.progressionBarOuter{
  width: 15px;
  height: 250px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
}

.progressionBarInner{
  position: absolute;
  width: 15px;
  bottom: 0;
  height: 0;
  transition: height .3s ease;
  background: #485CC7;
}

.progressionBar p{
  font-family: 'NestleTextBold', Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  /*writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  */
  height: 115px;
  white-space: nowrap;

  /* For non modern browsers that doesn't support writing-mode */
    -webkit-transform: translate(0,7em) rotate(270deg);
       -moz-transform: translate(0,7em) rotate(270deg);
         -o-transform: translate(0,7em) rotate(270deg);
            transform: translate(0,7em) rotate(270deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   /* -ms-transform: none; */
   -ms-transform-origin: none;
   /* IE8+ */
   /* -ms-writing-mode: tb-rl; */
   /* IE7 and below */
   *writing-mode: tb-rl;
}

#welcome{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  margin: 0;
  line-height: 1.5;
}

#welcome .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35vh 10px 0 10px;
  text-align: center;
  z-index: 100;
  opacity: 1;
}

.mobile #welcome .content{
  padding: 15vh 35px 0 35px;
}

.mobile #welcome .btn{
  display: block;
  width: 100%;
}

#welcome #close-tutorial-button{
  position: absolute;
  top: 0;
  right: 0;
  margin: 11px;
  z-index: 15;
}

#close-tutorial{
  position: absolute;
  top: 0;
  right: 0;
  margin: 11px;
  z-index: 15;
}

#welcome h1{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em 0;
  white-space: normal;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

#welcome p{
  font-family: "NestleTextLight", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

#welcome .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #040d1e;
  opacity: 0.8;*/
  background: rgba(15,18,50, 0.65);
}

#nest-map{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  margin: 0;
  line-height: 1.5;
  display: none;
}

#nest-map .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18vh 10px 0 10px;
  text-align: center;
  z-index: 100;
  opacity: 1;
}

#nest-map ul{
  margin-bottom: 1em;
}

#nest-map .map-slide{
  width: 60%;
  margin: 0 auto;
}

.map-content{
  width: 50%;
  float: left;
  padding-top: 10em;
  text-align: left;
}

.map-image{
  width: 50%;
  float: right;
}

#nest-map li{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1.1em;
  font-weight: 600;
  display: inline-block;
}

#nest-map li:after{
  content: "|";
  display: inline-block;
  margin: 0 1em;
}

#nest-map li:last-child:after{
  content: "";
  margin: 0;
}

.mobile #nest-map .content{
  padding: 2vh 40px 0 40px;
}

.mobile #nest-map .btn{
  display: block;
  width: 100%;
}

.mobile .map-content,
.mobile .map-image,
.mobile #nest-map .map-slide{
  width: 100%;
  float: none;
  padding-top: 1em;
}

.mobile .map-image img{
  max-width: 65%;
  height: auto;
}

.mobile #nest-map h2{
  margin-top: 0;
  padding-top: 0;
}

#nest-map .map-slide .map-image img{
  width: 100%;
  height: auto;
}

#nest-map #close-map-button{
  position: absolute;
  top: 0;
  right: 0;
  margin: 11px;
  z-index: 15;
}

#nest-map h1{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em 0;
  white-space: normal;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

#nest-map h2{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em 0;
  letter-spacing: 2px;
  padding-top: 30px;
}

#nest-map p{
  font-family: "NestleTextLight", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

#nest-map .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #040d1e;
  opacity: 0.8;*/
  background: rgba(15,18,50, 0.65);
}

.tutorial{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  /* background: rgba(4,13,30,0.8); */
  background: rgba(15,18,50, 0.65);
}

#contentOverlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  margin: 0;
  padding-top: 40vh;
  background: #040d1e;
  opacity: 0.8;
}

#contentOverlay .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40vh;
  text-align: center;
  z-index: 100;
  opacity: 1;
}

#contentOverlay .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #040d1e;
  opacity: 0.8; */
  background: rgba(15,18,50, 0.65);
}

/* Gradients on the edges of the screen */
.gradient-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 5vw;
  height: 100%;
  background: rgb(4,13,30);
  background: linear-gradient(90deg, rgba(4,13,30,1) 0%, rgba(4,13,30,0) 100%);
}

.gradient-right{
  position: absolute;
  top: 0;
  right: 0;
  width: 5vw;
  height: 100%;
  background: rgb(4,13,30);
  background: linear-gradient(90deg, rgba(4,13,30,0) 0%, rgba(4,13,30,1) 100%);
}

.mobile .gradient-left,
.mobile .gradient-right {
  width: 15vw;
}

#pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#titleBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 40px;
  text-align: center;
  text-shadow: 0px 0px 4px #666;
}

.mobile #titleBar {
  height: 50px;
  right: 50px;
}

/* If there is a fullscreen button the title bar must make space for it */
body.fullscreen-enabled #titleBar {
  right: 80px;
}

body.fullscreen-enabled.mobile #titleBar {
  right: 100px;
}

/* If there are multiple scenes the title bar must make space for the scene list toggle */
body.multiple-scenes #titleBar {
  left: 40px;
}

body.multiple-scenes.mobile #titleBar {
  left: 50px;
}

#titleBar .sceneName {
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 10px;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.mobile #titleBar .sceneName {
  line-height: 25px;
}

#fullscreenToggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103,115,131);
  background-color: rgba(103,115,131,0.8);
}

.mobile #fullscreenToggle {
  width: 50px;
  height: 50px;
}

body.fullscreen-enabled #fullscreenToggle {
  display: block;
}

#fullscreenToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #fullscreenToggle .icon {
  top: 10px;
  right: 10px;
}

#fullscreenToggle .icon.on {
  display: none;
}

#fullscreenToggle .icon.off {
  display: block;
}

#fullscreenToggle.enabled .icon.on {
  display: block;
}

#fullscreenToggle.enabled .icon.off {
  display: none;
}

#autorotateToggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.mobile #autorotateToggle {
  top: 0;
  right: 0;
}

/* If there is a fullscreen button, autorotate must placed a bit to the left */
body.fullscreen-enabled #autorotateToggle {
  right: 40px;
}

body.fullscreen-enabled.mobile #autorotateToggle {
  right: 50px;
}

#autorotateToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #autorotateToggle .icon {
  top: 10px;
  right: 10px;
}

#autorotateToggle .icon.on {
  display: none;
}

#autorotateToggle .icon.off {
  display: block;
}

#autorotateToggle.enabled .icon.on {
  display: block;
}

#autorotateToggle.enabled .icon.off {
  display: none;
}

#sceneListToggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103,115,131);
  background-color: rgba(103,115,131,0.8);
  /* A enlever en prod */
  z-index: 1;
  display: none;
}

.mobile #sceneListToggle {
  width: 50px;
  height: 50px;
}

#sceneListToggle .text {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 100%;
  line-height: 30px;
}

#sceneListToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #sceneListToggle .icon {
  top: 10px;
  right: 10px;
}

#sceneListToggle .icon.on {
  display: none;
}

#sceneListToggle .icon.off {
  display: block;
}

#sceneListToggle.enabled .icon.on {
  display: block;
}

#sceneListToggle.enabled .icon.off {
  display: none;
}

#sceneList {
  position: absolute;
  top: 0;
  left: -220px;
  padding-top: 40px;
  width: 220px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
  -webkit-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  /* A enlever en prod */
  z-index: 1;
  display: none;
}

.mobile #sceneList {
  padding-top: 50px;
}

#sceneList .scenes {
  width: 100%;
  background-color: rgb(58,68,84);
  background-color: rgba(58,68,84,0.8);
}

.mobile #sceneList {
  width: 100%;
  height: 100%;
  left: -100%;
}

.mobile #sceneList.enabled {
  margin-left: 100%;
}

.mobile #sceneList .scenes {
  height: 100%;
}

#sceneList.enabled {
  margin-left: 220px;
}

#sceneList .scene {
  display: block;
  width: 100%;
  height: 30px;
}

.mobile #sceneList .scene {
  height: 40px;
}

#sceneList .scene .text {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile #sceneList .scene .text {
  line-height: 40px;
}

.no-touch #sceneList .scene:hover {
  background-color: rgb(103,115,131);
  background-color: rgba(103,115,131,0.8);
}

#sceneList .scene.current {
  background-color: rgb(103,115,131);
  background-color: rgba(103,115,131,0.8);
}

/* Hide scene list when only a single scene exists */
body.single-scene #sceneList, body.single-scene #sceneListToggle {
  display: none;
}

/* Link hotspot */

.link-hotspot {
  width: 150px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  opacity: 0.9;
  border-radius: 9999px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touch .link-hotspot:hover {
  opacity: 1;
}

.mobile .link-hotspot {
  width: 130px;
  height: 25px;
}

.link-hotspot-icon {
  width: 100%;
  height: 100%;
  border: none;

}

.link-hotspot-tooltip {
  position: absolute;
  left: 100%;
  top: 14px; /* ( 60 - (16 + 2*8) ) / 2 */

  margin-left: 3px;

  font-size: 16px;

  max-width: 300px;

  padding: 8px 10px;

  border-radius: 5px;
  /*
  background-color: rgb(58,68,84);
  background-color: rgba(58,68,84,0.8);
  */
  background: #485CC7;

  color: #fff;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  cursor: pointer;

  opacity: 0;

  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);

  -webkit-transition: -ms-transform 0.3s,
                      -webkit-transform 0.3s,
                      transform 0.3s,
                      opacity 0.3s;
  transition: -ms-transform 0.3s,
              -webkit-transform 0.3s,
              transform 0.3s,
              opacity 0.3s;
}

.mobile .link-hotspot {
  top: 19px; /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Prevent tooltip from triggering */
.link-hotspot-tooltip {
  pointer-events: none;
}
.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .link-hotspot-tooltip {
  display: none;
}
.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
  display: block;
}

/* Arrow hotspot */

.arrow-hotspot {
  width: 60px;
  height: 50px;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touch .arrow-hotspot:hover {
  opacity: 1;
}

.mobile .arrow-hotspot {
  width: 40px;
  height: 40px;
}

.arrow-hotspot-icon {
  width: 100%;
  height: 100%;
  border: none;
}

.arrow-hotspot-tooltip {
  position: absolute;
  left: 100%;
  top: 14px; /* ( 60 - (16 + 2*8) ) / 2 */

  margin-left: 3px;

  font-size: 16px;

  max-width: 300px;

  padding: 8px 10px;

  border-radius: 5px;
  /*
  background-color: rgb(58,68,84);
  background-color: rgba(58,68,84,0.8);
  */
  background: #485CC7;

  color: #fff;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  cursor: pointer;

  opacity: 0;

  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);

  -webkit-transition: -ms-transform 0.3s,
                      -webkit-transform 0.3s,
                      transform 0.3s,
                      opacity 0.3s;
  transition: -ms-transform 0.3s,
              -webkit-transform 0.3s,
              transform 0.3s,
              opacity 0.3s;
}

.mobile .arrow-hotspot {
  top: 19px; /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .arrow-hotspot:hover .arrow-hotspot-tooltip {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Prevent tooltip from triggering */
.arrow-hotspot-tooltip {
  pointer-events: none;
}
.no-touch .arrow-hotspot:hover .arrow-hotspot-tooltip {
  pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .arrow-hotspot-tooltip {
  display: none;
}
.no-touch .tooltip-fallback .arrow-hotspot:hover .arrow-hotspot-tooltip {
  display: block;
}

/* Info hotspot */
.info-hotspot {
  line-height: 1.2em;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.info-hotspot h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 10px 0;
}

.info-hotspot img{
  float: left;
}

.info-hotspot img,
.info-hotspot iframe,
.info-hotspot p{
  margin: 5px;
}

.no-touch .info-hotspot:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.info-hotspot.visible {
  opacity: 1;
}

.info-hotspot .info-hotspot-header {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  /*background-color: rgb(103,115,131);*/
  cursor: pointer;
  -webkit-transition: width 0.3s ease-in-out 0.5s,
                      border-radius 0.3s ease-in-out 0.5s;
  transition: width 0.3s ease-in-out 0.5s,
              border-radius 0.3s ease-in-out 0.5s;
}

.mobile .info-hotspot .info-hotspot-header {
  width: auto;
  height: auto;
  border-radius: none;
}

.desktop.no-touch .info-hotspot .info-hotspot-header:hover {
  width: 800px;
  border-radius: 5px;
  -webkit-transition: width 0.3s ease-in-out,
                      border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
              border-radius 0.3s ease-in-out;
}

.desktop .info-hotspot.visible .info-hotspot-header,
.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover {
  /*width: 800px;*/
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: width 0.3s ease-in-out,
                      border-radius 0.3s ease-in-out;
  transition: width 0.3s ease-in-out,
  border-radius 0.3s ease-in-out;
}

.info-hotspot .info-hotspot-icon-wrapper {
  width: 80px;
  height: 80px;
}

.mobile .info-hotspot .info-hotspot-icon-wrapper {
  width: auto;
  height: auto;
}

.info-hotspot .info-hotspot-icon {
  width: 80px;
  height: 80px;
  margin: 0;
}

.info-hotspot .info-hotspot-title-wrapper {
/*
  position: absolute;
  left: 40px;
  top: 0;
  padding: 0 50px;
  left: -15%;
  top: -2em;
  */

  position: relative;
  top: -4em;
  left: 6em;
  width: 100%;
  opacity: 0;
  height: 40px;
  /* min-width: 380px; */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mobile .info-hotspot-title-wrapper{
  display: none;
}

.desktop .info-hotspot.visible .info-hotspot-title-wrapper{
  /* display: none; */
}

.desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.info-hotspot .info-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.info-hotspot .info-hotspot-title {
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1em;
  text-transform: uppercase;

  line-height: 1.2;

  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;

  -moz-text-shadow: 0 0 10px #333;
  -webkit-text-shadow: 0 0 10px #333;
  text-shadow: 0 0 10px #333;
}

.info-hotspot .info-hotspot-close-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 5px;
  /* background-color: rgb(78,88,104); */
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition: -ms-transform 0.3s 0.3s,
                      -webkit-transform 0.3s 0.3s,
                      transform 0.3s 0.3s,
                      visibility 0s 0.6s;
  transition: -ms-transform 0.3s 0.3s,
              -webkit-transform 0.3s 0.3s,
              transform 0.3s 0.3s,
              visibility 0s 0.6s;
}

.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  -webkit-transition: -ms-transform 0.3s,
                      -webkit-transform 0.3s,
                      transform 0.3s,
                      visibility 0s 0s;
  transition: -ms-transform 0.3s,
              -webkit-transform 0.3s,
              transform 0.3s,
              visibility 0s 0s;
              display: none;
}

.info-hotspot .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.info-hotspot .info-hotspot-text {
  position: absolute;
  width: 800px;
  height: auto;
  top: 40px;
  left: 0;
  padding: 10px;
  /* background-color: rgba(4,13,30, 0.8); */
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow-y: auto;
  visibility: hidden;
  /* rotate(90deg) causes transition flicker on Firefox 58 */
  -ms-transform: perspective(200px) rotateX(-89.999deg);
  -webkit-transform: perspective(200px) rotateX(-89.999deg);
  transform: perspective(200px) rotateX(-89.999deg);
  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: -ms-transform 0.3s,
                      -webkit-transform 0.3s,
                      transform 0.3s,
                      visibility 0s 0.3s;
  transition: -ms-transform 0.3s,
              -webkit-transform 0.3s,
              transform 0.3s,
              visibility 0s 0.3s;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .info-hotspot.visible .info-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  -webkit-transition: -ms-transform 0.3s 0.3s,
                      -webkit-transform 0.3s 0.3s,
                      transform 0.3s 0.3s,
                      visibility 0s 0s;
  transition: -ms-transform 0.3s 0.3s,
              -webkit-transform 0.3s 0.3s,
              transform 0.3s 0.3s,
              visibility 0s 0s;
              display: none;
}

/* Info hotspot modal */
.desktop .info-hotspot-modal {
  /* display: none; */
}

.info-hotspot-modal {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11000 !important;
  /*background: rgba(4,13,30, 0.8); OLD */
  background: rgba(15,18,50, 0.65);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s,
                      visibility 0s 0.7s;
  transition: opacity 0.2s ease-in-out 0.5s,
              visibility 0s 0.7s;
}

.info-hotspot-modal i{
  font-style: italic;
}

.info-hotspot-modal sup{
  vertical-align: super;
  font-size: smaller;
}

.info-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out,
                      visibility 0s 0s;
  transition: opacity 0.2s ease-in-out,
              visibility 0s 0s;
}

.info-hotspot-modal .info-hotspot-header {
  position: absolute;
  top: 20vh;
  left: 0;
  width: 75%;
  height: 50px;
  opacity: 0;
  padding-left: 22vw;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.mobile .info-hotspot-modal .info-hotspot-header {
  top: 0;
  width: 100%;
  padding-left: 0;
}

.info-hotspot-modal.visible .info-hotspot-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal .info-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
  display: none;
}

.info-hotspot-modal .info-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  width: auto;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  display: none;
}

.info-hotspot-modal .modal-content-wrapper {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20vh;
  margin-bottom: 10px;
}

.info-hotspot-modal .modal-content-wrapper h2,
.info-hotspot-modal .modal-content-wrapper p{
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}

.mobile .info-hotspot-modal .modal-content-wrapper {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 0;
}

.mobile .info-hotspot-modal .modal-content-wrapper img {
  float: none;
  max-width: 200px;
  margin-right: 0;
}

.info-hotspot-modal .modal-content-wrapper img {
  float: left;
  max-width: 350px;
  margin-right: 50px;
  background: url('img/modal-img-border.png') no-repeat;
  background-size: 120%;
  background-position: center;
  border: 30px solid transparent;
  margin-bottom: 100px;
}

.mobile .info-hotspot-modal .modal-content-wrapper img{
  margin-bottom: 0;
}

.info-hotspot-modal .modal-content-wrapper iframe {
  float: left;
  max-width: 350px;
  margin-right: 50px;
  margin-bottom: 100px;
}

.mobile .info-hotspot-modal .modal-content-wrapper iframe {
  float: none;
  width: 250px;
  height: 250px;
  margin-right: 0;
  margin-bottom: 10px;
}

.info-hotspot-modal .modal-content-wrapper img.round{
  clip-path: circle(122px at center);
}

.info-hotspot-modal .modal-content-wrapper .go-to-roots-btn{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  transition: border .3s ease;
}

.info-hotspot-modal .modal-content-wrapper .go-to-roots-btn:hover{
  border-color: #485CC7;
}

.info-hotspot-modal .modal-content-wrapper h2{
  font-family: "NestleTextBold", Helvetica, Arial, "sans-serif";
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em 0;
  letter-spacing: 2px;
  padding-top: 30px;
}

.mobile .info-hotspot-modal .modal-content-wrapper h2 {
  font-size: 1em;
  letter-spacing: 1px;
  padding-top: 0;
  margin: 0.5em 0;
}

.info-hotspot-modal .modal-content-wrapper p{
  font-family: "NestleTextLight", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  margin-bottom: 1.2em;
}

.mobile .info-hotspot-modal .modal-content-wrapper p{
  margin-bottom: 1em;
}

/* Previous and Next buttons to switch between modal contents */
a.modal-left-arrow,
a.modal-right-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 15px;
  margin-left: 20px;
  border-radius: 999px;
  font-size: 1.1em;
  background: #485CC7;
  color: #fff;
  border: 1px solid #485CC7;
  opacity: 0.8;
  filter:Alpha(opacity=80).
  transition: .3s ease-in-out;
}

a.modal-left-arrow{
  margin-left: 0;
}

a.modal-left-arrow:hover,
a.modal-right-arrow:hover{
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #485CC7;
  filter:Alpha(opacity=100).
  opacity: 1;
}

i.fab{
  font-size: 1.5em;
  margin-right: 10px;
  opacity: 0.5;
  transition: opacity .3s ease;
  cursor: pointer;
}

.mobile i.fab{
  margin-right: 20px;
}

i.fab:hover{
  opacity: 1;
}

.info-hotspot-modal .info-hotspot-title-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.info-hotspot-modal .info-hotspot-title {
  display: inline-block;
  vertical-align: middle;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot-modal .info-hotspot-close-wrapper {
  position: relative;
  top: 0;
  left: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

.mobile .info-hotspot-modal .info-hotspot-close-wrapper {
  margin-left: -50px;
}

.info-hotspot-modal .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.info-hotspot-modal .info-hotspot-text {
  position: absolute;
  top: 110px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.mobile .info-hotspot-modal .info-hotspot-text {
  top: 0;
  text-align: center;
}

.mobile .info-hotspot-modal .info-hotspot-text h2,
.mobile .info-hotspot-modal .info-hotspot-text p{
  text-align: left;
}

.info-hotspot-modal.visible .info-hotspot-text {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}

/* Social Media zone in modals */
.social-media-area{
    text-align: center;
    padding-top: 15px;
}

/* View control buttons */
.viewControlButton {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103,115,131);
  background-color: rgba(103,115,131,0.8);
}

body.view-control-buttons .viewControlButton {
  display: block;
}

/* Hide controls when width is too small */
@media (max-width: 600px) {
  body.view-control-buttons .viewControlButton {
    display: none;
  }
}

.viewControlButton .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

/* Center is at margin-left: -20px */
.viewControlButton-1 {
  margin-left: -145px;
}
.viewControlButton-2 {
  margin-left: -95px;
}
.viewControlButton-3 {
  margin-left: -45px;
}
.viewControlButton-4 {
  margin-left: 5px;
}
.viewControlButton-5 {
  margin-left: 55px;
}
.viewControlButton-6 {
  margin-left: 105px;
}

/* Responsive design */
@media only screen and (max-width: 1680px){
  .slider-nav{
    top: 37%;
  }

  .slider-nav .slick-prev,
  .slider-nav .slick-next{
    margin: 0 2em;
  }
}

@media only screen and (max-width: 1500px){
  .info-hotspot-modal .modal-content-wrapper{
    margin-top: 15vh;
  }

  .slider-nav{
    top: 40%;
  }

  .slider-nav .slick-prev,
  .slider-nav .slick-next{
    margin: 0 1.75em;
  }

  #nest-map .content{
    padding-top: 10vh;
  }
}

/* Responsive design */
@media only screen and (max-width: 1024px){
  .slick-slider{
    margin-top: 22vh;
  }

  .slider-nav{
    top: 41%;
  }

  .slider-nav .slick-prev,
  .slider-nav .slick-next{
    margin: 0 1.3em;
  }

  .info-hotspot-modal .modal-content-wrapper{
    width: 75%;
    margin-top: 15vh;
  }

  .info-hotspot-modal .modal-content-wrapper h2{
    padding-top: 0;
  }

  .info-hotspot-modal .info-hotspot-close-wrapper{
    left: 115%;
  }

  #nest-map .map-slide{
    width: 93%;
  }

  #nest-map .map-slide .map-content{
    padding-top: 7vh;
  }
}

@media only screen and (max-width: 750px){
  .info-hotspot-modal .modal-content-wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .info-hotspot-modal .info-hotspot-close-wrapper{
    left: 100%;
  }

  .info-hotspot-modal .modal-content-wrapper img {
    float: none;
    max-width: 250px;
    margin-right: 0;
  }

  .progressionBarOuter{
    height: 150px;
    width: 10px;
  }

  .progressionBarInner{
    width: 10px;
  }

}

@media only screen and (max-width: 750px) and (orientation: landscape){
body{
  font-size: 14px;
}
  .progressionBarOuter{
    height: 80px;
  }
}

@media only screen and (max-width: 500px){
  .info-hotspot-modal .modal-content-wrapper{
    width: 75%;
    margin-top: 15vh;
  }

  .info-hotspot-modal .info-hotspot-close-wrapper{
    left: 100%;
  }

  .zoomBar{
    top: 22vh;
  }

  .slick-slider{
    margin-top: 3vh;
  }
}
