/* Boxed Layout */
body.body-boxed #wrapper  {
	background-color:rgba(255,255,255,0.95) !important;
}
@media (min-width:768px) {

	body.body-boxed #wrapper {
		margin:auto;
		width:768px;
		box-shadow:0 0 40px rgba(0, 0, 0, 0.3);
		overflow:hidden;
	}
}

@media (min-width:992px) {
	body.body-boxed #wrapper { width:992px; }
	body.body-boxed .menu-fixed .main-header,
	body.body-boxed .header-transparent .main-header {
        width:992px; 
        left:auto;
        margin:0 auto;
    }
    body.body-boxed.vertical-menu-fixed #wrapper {
    	width:calc(90% - 350px);
    	margin-left: 350px;
    }
    .vertical-menu-fixed.body-boxed .content-fixed {
		padding-left:0;
	}
	.vertical-menu-fixed.body-boxed .content-fixed.right {
		padding-left:0;
		padding-right:0;
	}
	.vertical-menu-fixed.body-boxed .content-fixed .container {
		width:90%;
	}

}
@media (min-width:1200px) {
	body.body-boxed #wrapper,
	body.body-boxed .menu-fixed .main-header,
	body.body-boxed .header-transparent .main-header  {
		width:1200px;
	}
	body.body-boxed.vertical-menu-fixed #wrapper {
    	width:calc(85% - 350px);
    	margin-left: 350px;
    }
}