#navigation {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 170px;
  border-radius: 3px;
  color: #fff;
  z-index: 2147483648;

  font-family: sans-serif;
}
#navigation a, #navigation a:hover, #navigation a:visited, #navigation a:active {
  color: #fff;
  text-decoration: none;
}
#options a, #options a:hover, #options a:visited, #options a:active {
  color: #fff;
  text-decoration: none;
}

#navigation ul li {
  list-style: none;
  border: 2px solid #FFFFFF;
  width: inherit;
  border-radius: 7px;
  margin-bottom: 5px;
  margin: 10px;
  background-color: transparent;
}
#navigation ul li:hover {
  background-color: #5A5A5A;
}

#options {
  border-radius: 3px;
  color: #fff;
  z-index: 2147483648;
}

#options ul li {
  list-style: none;
  color: #fff;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3E3838;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 33px;
  width: 33px;
  left: -40px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(128px);
  -ms-transform: translateX(128px);
  transform: translateX(128px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.tooltip span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
.tooltip span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltip span {
  visibility: visible;
  opacity: 0.8;
  bottom: 50px;
  left: 50%;
  margin-left: -71px;
  z-index: 0;
}
.active {
  background: rgba(0,30,58,0.7) !important;
  border: 2px solid #FFFFFF !important;
  color: white;
  box-shadow: 0px 0px 17px 0px black;
}
.active a {
  color: #ffffff !important;
}
#myDiv {
    background-color: red;
    width: 200px;
    height: 100px;
    display: block;
}
#menubutton {
	background-color:#1c1f1d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:-1px 1px 0px #000000;
}
.elem-hide {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.elem-show {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  z-index: 2147483648;
}
canvas {
  height: 100vh !important;
  width: 100vw !important;
  display: block;
}
input{
  display:none;
}
.lower label{
  background-color: #272B2D;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:-1px 1px 0px #000000;
  margin-top: 20px;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1, 49, 81, 0.8);
}

.overlay label{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
  cursor:pointer;
  font-size: 30px;
}

.overlay nav {
	text-align: left;
	position: relative;
	top: 10px;
  clear: both;
  text-align: center;
}

.overlay ul {
	list-style: none;
	padding: 10px;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
}

.overlay ul li {
	display: inline-block;
  vertical-align: top;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: white;
  text-decoration:none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
  text-align: center;
  font-size: 20px;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #849368;
}

.lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-moz-perspective: 300px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#op:checked~.overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#op:not(:checked)~.overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

.layout-information {
  float: right;
  width: 45%;
  top: 10px;
  padding-left: 10px;
  position: relative;
  height: 95%;
  border-left: 1px solid white;
  text-align: center;
  padding-top: 100px;
}
.layout-icon {
  padding-top: 5px;
      padding: 20px;
      background: rgba(0,0,0,0.4);
      height: 30px;
      margin-top: 10px;
      padding-left: 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: 2px solid white;
      padding-right: 20px;
}
.layout-icon:hover {
  background: rgba(0,30,58,0.7);
  box-shadow: 0px 0px 17px 0px black;
}
.no-webgl-bg {
  background: #000000;
}
.no-webgl {
  text-align: center;
  margin-top: 10%;
}
.visrez-logo h2 {
  color: white;
  font-size: 21px;
  font-weight: 300;
}
.webgl-button {
  background-color:#89AB23;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:8px 14px;
	text-decoration:none;
}
.capacity {
  padding: 3px;
  color: white;
  font-size: 15px;
  border-radius: 0px 0px 7px 7px;
}
#forcefontsize {
    font-size: 15px !important;
}
.light-switch {
  width: 37px;
  height: 37px;
}
#options {
  position: absolute;
    right: 0px;
    bottom: 0px;
}
.style-icon {
  width: 35px;
  float: right;
}

.icons {
  color: white;
  font-size: 26px;
  z-index: 999999999;
}
.light-button:hover {
  color: #00a8e1;
}
.share-button:hover {
  color: #00a8e1;
}
.fullscreen-button:hover {
  color: #00a8e1;
}
.capacity-switch:hover {
  color: #00a8e1;
}
.fullscreen-button {
  margin-left: 20px;
}
.share-button {
  margin-left: 0px;
}
.styles-icon {
  cursor: pointer;
  height: 30px;
  left: 20px;
  float: left;
  background: rgba(0,0,0,0.6);
  margin-bottom: 32px;
  padding: 6px;
  margin-left: 20px;
  border-radius: 8px 8px 0px 0px;
}
.close-menu {
  cursor: pointer;
  height: 28px;
  left: 20px;
  float: left;
  background: rgba(0,0,0,0.6);
  margin-bottom: 30px;
  padding: 6px;
  margin-left: 20px;
  border-radius: 8px 8px 0px 0px;
}
#options {
  width: 100%;
  background: #1D1B1B;
  opacity: 0.6;
}
.floorplan-icon {
  transform: scale(1, -1);
width: 1.5em;
height: 1.5em;
display: inline-flex;
align-self: center;
position: relative;
height: 0.9em;
width: 1em;
fill: #fff;
}
.modal-fp {
  position: fixed !IMPORTANT;
  top: 2% !important;
  left: 15% !important;
  background: rgba(0, 0, 0, 0.8);
  cursor: default;
  border-radius: 12px;
  right: 15%;
  z-index: 999 !important;
  display: block;
  width: initial !important;
  margin-left: auto !important;
}
#floorplan-image {
  width: 50%;
}
