header{
	width:100%; 
	/*background:#363636;*/
	background:#ed941e;	
	height:50px; 
	line-height:50px;
	position:fixed;
	top:0;
	z-index:100000000000000;
	
}
.hamburger{
  background:none;
  position:absolute;
  top:0;
  left:0;
  line-height:45px;
  padding:0px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:0px;
  left:0;
  padding:0px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{z-index:1000000; font-weight:bold; font-size:1.2em; width:100%; background:#404040;  position:fixed; top:50px; text-align:left;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:15px 0 15px 30px; border-bottom:#333 1px solid;}
.menu li:hover{display: block;    background:#262626; padding:15px 0 15px 30px; border-bottom:#333 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#d9d9d9;}
.menu ul li a:hover {  color: #ed941e; text-decoration:none;}
.menu a{text-decoration:none; color:#d9d9d9;}
.menu a:hover{text-decoration:none; color:#ed941e;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}