body {
	overflow:hidden;
}
#menu-container {
	width:100%;
	height:200px;
	position:fixed;
	bottom:-150px;
	left:0px;
	background-color:transparent;
	color:white;
	z-index: 99999;
	display:none;
}
#menu-toggle-bar {
	width: 100%;
	height:50px;
	top:0px;
	left:0px;
	position:relative;
}
#menu-toggle-bar-left {
	width: 50%;
	height:50px;
	float:left;
	position:relative;
    border-top-left-radius: 100%;
	background-color:black;
	z-index:98;
}
#menu-toggle-bar-right {
	width: 50%;
	height:50px;
	float:left;
	position:relative;
	border-top-right-radius: 100%;
	background-color:black;
	z-index:98;
}
#menu-toggle-btn {
  position: absolute;
  /*padding-left: 1.25em;*/
  z-index:99;
  /*margin-left:50%;
  left:-25px;*/
  background:url(../images/index_btn.png);
  width: 26px;
    height: 26px;
    left: 50%;
    margin-left: -13px;
    margin-top: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}
#menu-toggle-btn:before {
  /*content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 50px;
  height: 0.25em;
  background: #7F7F7F;
  box-shadow: 
    0 0.5em 0 0 #7F7F7F,
    0 1.0em 0 0 #7F7F7F;*/
}
#menu-box {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height: 150px;
	background-color:black;
	color: white;
	padding:50px;
}