

/*	.bis-side{
		width: 250px;
	}

	#claim{
		background-image: none;
		height: auto;
	}*/

/* main */
/*
#side-menu{
	width: 250px;
	float: left;
}
#main-content{
	margin-left: 300px;
}
*/
#side-menu{
	position: fixed;
	width: 250px;
	left: 0px;
	top:0px;
	bottom: 0px;
	z-index: 1001;
}
#main-content{
	position: absolute;
	left: 300px;
	right: 15px;
	top:0px;
	bottom: 0px;
}


/* --- */
#overlay{
	    position: absolute; /* Stay in place */
	    top: 0px; /* Stay at the top */
	    left: 0px;
	    right: 0px;
	    bottom: 0px;
	    background-color: #333;
	    opacity: 0.7;
	    z-index: 1000;
}
@media (max-width: 992px) {
	#main-content{
	left: 15px;
	}

	.side-overlay {
	    height: 100%; /* 100% Full-height */
	    width: 0px; /* 0 width - change this with JavaScript */
	    width: 250px; /* 0 width - change this with JavaScript */
		margin-left: -250px;

	    position: fixed; /* Stay in place */
	    z-index: 1001; /* Stay on top */
	    top: 0; /* Stay at the top */
	    left: 0;
/*	    overflow-x: hidden;*/ /* Disable horizontal scroll */
	 /*   padding-top: 60px;*/ /* Place content 60px from the top */
	    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
	    
	}
}