/* Always set the map height explicitly to define the size of the div
        * element that contains the map. */
#map {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#container {
    position: relative;
}

#logo{
    position: absolute;
    float: left;
   /* padding: 0 0 5px 5px; */
    top: 5%;
    left: 4%; 
    z-index: 5;
    border: 0px solid #999;
   /* line-height: 30px;
    padding-left: 10px;
    margin-left: -100px;
	opacity:1; */
}

#h1textpopup{
    color: #eb1757;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-weight: bold;
    font-size: 1.25em;
    word-wrap: break-word;
    padding-left:30px;
     padding-top:40px;
     margin:0px;
}

#h2textpopup{
    color: #eb1757 !important;
    font-family: "Open Sans", sans-serif  !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-size: 1em !important;
    word-wrap: break-word !important;
  /*  padding-left:30px !important; */
    padding-top:20px !important;
    margin:0px !important;
}


#ptextpopup{
   /*   margin-right:20px; */
    font-size:14px;
    font-family: "Open Sans", sans-serif;

     padding-left:30px;
   overflow-y: scroll;
  height: 260px; 
  margin-right: 25px;
}

#textpopup{
    position: absolute;
    float: left;
    background-color: white;
   /* padding: 0 0 5px 5px; */
    top: 25%;
    left: 4%; 
    z-index: 4;
    border: 0px solid #999;
    border-radius: 100px 0px 100px;
    width: 300px;
    height: 450px;
   /* overflow-y: scroll;
  padding: 20px; 
    width: 200px;
    height: 150px;    
   line-height: 30px;
    padding-left: 10px;
    margin-left: -100px;*/
    opacity:0.8;
}
#endofpath{
    position: absolute;
    float: right;
    background-color: white;
   /* padding: 0 0 5px 5px; */
    top: 25%;
    left: 70%; 
    z-index: 4;
    border: 0px solid #999;
    border-radius: 100px 0px 100px;
    width: 350px;
    height: 300px;
   /* overflow-y: scroll;
  padding: 20px; 
    width: 200px;
    height: 150px;    
   line-height: 30px;
    padding-left: 10px;
    margin-left: -100px;*/
    opacity:0.8;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#floating-panel {
    margin-left: -100px;
}

#hud {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mO0dHKqAgACsgE5nUSVRwAAAABJRU5ErkJggg==);
    text-align: center;
    width: 100%;
    height: 100%;
}

#hudbody{
	background-color: white;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -9em;
    margin-left: -15em;
   /* border: 1px solid #ccc; */
    position:fixed;
	margin: 20px auto;
	width: 960px;
    height: 540px;
    transform: translate(-50%, -50%);
}
#hudbodysmall{
	background-color: transparent;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -9em;
    margin-left: -15em;
   /* border: 1px solid #ccc; */
    position:fixed;
	margin: 20px auto;
    transform: translate(-50%, -50%);
}
#hudbodyquit {
position: absolute;
    float: right;
}

#vidiframe{
margin: 0;
padding: 0;
display: block;
border: none;
width:100%;
height:100%;
}
iframe { overflow:hidden; }

.plyr {
 height: 100vh; min-height: 100%;
}

.gm-iv-container {
       border-right: 0px solid #666 !important;
       background-color: transparent !important;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none !important;
}
.gmnoprint div {
    background:none !important;
}

.gm-iv-small-container {
    display: none !important;
    }

.sidenav {

  height: 100%;
    width: 41px;
   position: fixed; 
    z-index: 2;
    top: 0;
    left: 0;    
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    transition: 0.5s;
    padding-top: 15px;
}

.sidenav a {
color: #151515;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline;
    z-index: 2;
}

.sidenav .closebtn {
margin: 0;
height: 100%; /* if uncomment menu is not centered */
position: absolute;
left: 100%;
text-decoration: none;
text-align: center;
/*height: calc(100% - 2px);  if uncomment menu is not centered */
display: block;
font-size: 1.1em;
writing-mode: vertical-lr; 
writing-mode: sideways-lr; 
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
/*transform: rotate(180deg); */
font-weight: 700;
color: #4d4d4d;
padding-right: 10px;
top: 50%;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.linkslist {
width: 310px;
}

.linkslist ul{
padding-left: 20px;
width:310px;
}
.linkslist li:hover {
    background-color: rgb(79, 153, 198);
}

.linkslist li{
height: 423px;
height: 80%;
width:300px;
overflow-y: auto;
list-style: none;
border-bottom: 1px solid #8d8d8d;
display: block;
padding: 12px 0px;
text-decoration: none;
position: relative;
color: #1C2327;
margin: 2px;
min-height: 14px;
font-size: 0.95em;
top:calc(100% / 2px);
}

.menulogo{
text-align: center;
width:310px;
padding-left: 41px;
}


.openclose{
    top: 351px;
    height: calc(100% / 2px);
}


#menulinks{
overflow-y: scroll;
width: 360px;
max-height: 380px;
overflow-x: hidden;
}
