body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.topSection
{
	/*height: 5em;
  padding-bottom: 0;*/
  height: auto;
}

.topSection .arrowLeft,
.topSection .arrowRight {
	/*top: 37%;*/
  

}

.topSection .mainTitle {
	/*text-align: center;
  font-size: 1.4em;
  margin: 1.3em auto 0;
  max-width: 15em;
  color: #555;
  font-weight: 500;*/
}

.buttonLogo {
	width: 70px;
}

.infoSideBar .infoLogo1 {
	width: 140px;
}

.scene.active {
    color: #1f5bab;
}

.buttonFullscreen {
	display: none !important;
}

.buttonMenu,
.buttonInfo,
.buttonPlus {
  display: none !important;
}

.appTitle {
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 10;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
/*  text-shadow: 0 0px 1em rgb(0 0 0 / 40%);*/
}

.appTitle img {
  width: 12em;
}

.appMenu {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-size: 0.95em;
  z-index: 10;
}

.appMenu div {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: url('../../skin/icons/icons_more-info-icon.svg') no-repeat;
  background-size: 4em;
  cursor: pointer;
  margin-left: 1em;
  letter-spacing: 0.05em;
}

.appMenu div:hover {
  opacity: 0.7;
}

.appMenu div.floorPlanButton {
  background-image: url('../../skin/icons/floorplan-icon.svg');
}

.fullScreenButton {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 4em;
  height: 4em;
  font-size: 0.95em;
  background: url('../../skin/icons/full-screen-icon.svg') no-repeat;
  background-size: 4em;
  z-index: 10;
  cursor: pointer;
}

.fullScreenButton:hover {
  opacity: 0.7;
}

.debugText {
  position: absolute;
  left: 2rem;
  bottom: 10%;
  z-index: 100;
}

.darkOverlay {
  position: absolute;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}

.darkOverlay.active {
  display: block;
}

.appPlans {
  position: absolute;
  width: 49vw;
  height: 40.3974719vw;
  max-width: 750px;
  max-height: 618px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: transparent;
  z-index: 15;
  border-radius: 0.2em;
  display: none;
}

.appPlans.active {
  display: block;
}

.appPlans img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.appPlans .title {
  position: absolute;
  width: 100%;
  bottom: 1.5vh;
  line-height: 1.5vh;
  text-align: center;
  color: #333;
}

.appPlans .nav {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -3.5em;
  transform: translateX(-50%);
}

.appPlans .nav > div {
  background: url('../../skin/icons/left-arrow-icon.svg') center no-repeat;
  background-size: 3em;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 1em;
  cursor: pointer;
  border-radius: 0.2em;
}

.appPlans .nav > div:hover {
  opacity: 0.7;
}

.appPlans .nav > div.next {
  background-image: url('../../skin/icons/right-arrow-icon.svg');
}

.appPlans .planTitle {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translateX(-50%);
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

.pin {
  background: rgba(255,255,255,0.2);
  width: 0.9em;
  height: 0.9em;
  margin-left: -0.45em;
  margin-top: -0.45em;
}

.appInfo {
  color: #333;
  position: absolute;
  width: 40vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  z-index: 15;
  border-radius: 0.2em;
  text-align: left;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  display: none;
}

.appInfo.active {
  display: block;
}

.appInfo .inner {
  padding: 2em;
}

.roomTitle {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 10;
  letter-spacing: 0.1em;
  font-size: 1.2em;
}




@media (max-width: 768px) {
	
  .appTitle img {
    width: 15em;
  }
  
  .appMenu {
    right: 1rem;
    bottom: 1rem;
  }
  
  .appMenu div {
    width: 3em;
    height: 3em;
    background-size: 3em;
  }
  
  .fullScreenButton {
    right: 1rem;
    top: 1rem;
    width: 3em;
    height: 3em;
    background-size: 3em;
  }
  
  .appPlans {
    width: 49vh;
    height: 40.3974719vh; 
  }
  
  .appInfo {
    width: 49vh;
    height: 70vh; 
    overflow: auto;
  }
	
	
	
}

@media (max-width: 350px) {
	
  .appTitle,
  .appMenu .floorPlanButton,
  .darkOverlay,
  .appPlans {
    display: none !important;
  }


}	

@media (max-height: 600px) {
  
  .pin {
    border: 1px solid #fff;
  }
  
}  

@media (max-width: 700px) {
  
  .pin {
    border: 1px solid #fff;
  }
  
}  

	

