html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  background-color: #fff;
}

#progress {
  position: absolute;
  width: 100%;
  height: 3px;
}

#bar {
  background-color: #fff;
  height: 100%;
  transition: width 0.1s ease;
}

#bar.hide {
  opacity: 0;
  transition: opacity 1s ease;
}

#container {
  width: 100%;
  height: 100%;
}
.text_shadow {
  text-shadow: 2px 2px 8px #000;
}

      #desc-container {
        max-width: 500px;
        max-height: 500px;
        min-width: 200px;
        min-height: 250px;
        background: #fff;
        color: #000;
        border-radius: 3px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }

      #desc-container > iframe {
        border: none;
        width:100%;
      }

      .title {
        font-size: 1.5em;
        text-align: center;
        padding: 5px;
      }

      .text {
        padding: 0 20px 20px 20px;
      }
.dropdown-menu{
background-color: rgba(0,0,0,0.5);	
border: 0px;
	}
.dropdown-item{
color:#fff;
font-size:1.3em;
	}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-toggle::after {
    display: none;
}

#navbar {
    width: 100%;
    position: fixed;
	background-color: rgba(0,0,0,0.5);	
}
.menu {
	z-index:100;
	position: fixed;
	display:none;
	margin-left: 0px;
	background-color: rgba(0,0,0,0.6);
	margin-top:42px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-radius: 0px 5px 5px 0px;
	
	}
.menu a {
	font-size: 1.1em;
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;	
	}
.menu a:hover {
	color: #000;
	background-color: rgba(255,255,255,0.8);
	}
#showmenu{
	padding-left:5px;
	
	}
#showmenu img{
	height:40px;
	width:40px;
	}
#fullscreen{
	position:absolute;
	top:0px;
	right:0px;
	}
#fullscreen img{
	height:40px;
	width:40px;
	}
#main_title{
	margin-left:40px;
	margin-right:40px;	
	text-align:center;
	color:#fff;
	}
.viewpoint_label{
	background-color: rgba(0,0,0,0.6);
	font-size: 1.1em;
	color: #fff;
	border-radius: 5px;	
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;	
	}