 @charset "utf-8";
/* CSS Document */


.hamburger {
	background: none;
	position: fixed;
	top: 20px;
	right: 5px;
	background-color: #fff;
	opacity: 0.8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}

.cross {
	background: none;
	position: fixed;
	top: 20px;
	right: 5px;
	background-color: #fff;
	opacity: 0.8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}

.menu3 {
	z-index: 1000000;
	font-weight: bold;
	font-size: 0.8em;
	width: 100%;
	background: #313131;
	position: fixed;
	top: 20px;
	right: 0;
	text-align: center;
}

.menu3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.menu3 li {
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: #838383 1px solid;
	font-size: 120%;
}

.menu3 li:hover {
	display: block;
	background: #333;
}

.menu3 ul li a {
	text-decoration: none;
	margin: 0px;
	color: #121212;
}

.menu3 ul li a:hover {
	color: #000;
	text-decoration: none;
}

.menu3 a {
	text-decoration: none;
	color: #fff;
}

.menu3 a:hover {
	text-decoration: none;
	color: white;
}

.glyphicon-home {
	color: white;
	font-size: 1.5em;
	margin-top: 5px;
	margin: 0 auto;
}
