#hamburger{
	display: none;
}

@media (max-width: 767px) {
	#content {
		width: 100%;
	}
	#body, body{
		padding: 0;
	}
	.headercontainer {
		width: 100%;
		min-width: 0px;
	}
	.header{
		min-width: 0;
	}
	.navbar-inner {
		border: 0;
		border-radius: 0;
		background-image: none !important;
		width: 100%;
		min-width: 0;
	}
	
	#hamburger{
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 5px;
		background-color: rgba(0,0,0,0.5);
		z-index: 5000;
	}
	#hamburger img{
		width: 40px;
	}
	
	#menu.menu-visible{
		z-index: 2500;
		top: 0px !important;
		bottom: auto !important;
		left: 0px !important;
		right: 0px !important;
		position: absolute !important;
		display: block !important;
		width: 100% !important;
	}
	
	.black-overlay{
		z-index: 2000;

		top: 0px !important;
		bottom: 0px !important;
		left: 0px !important;
		right: 0px !important;
		position: fixed !important;
		display: block !important;
		background-color: rgba(0,0,0,0.8) !important;
	}
	
	.userinfo{
		width: 100%;
	}
}

