@media screen and (max-width: 800px){
	html{
		position: relative;
	}
	body>div.top{
		margin-left: 0;
	}
	body>div.top>div.container-fluid:first-child{
		padding-left: 40px;
	}
	body>div.main>div.left div.menu-button{
		width: 40px;
		height: 40px;
		position: absolute;
		right: -40px;
		top: 0;
		background: #4c505d;
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		line-height: 40px;
		font-size: 25px;
		display: block;
		cursor: pointer;
	}
	body>div.main>div.left.show{
		left: 0;
	}
	body>div.main>div.left{
		position: absolute;
		left: -200px;
		border: 0;
		top: 54px;
		bottom: 0;
		
	}
}