


/* =================================================================================
smaller than 1024 
================================================================================= */
/*@media screen and (max-width: 1024px) {

	.content-page {
		margin-left: 0px;
	}

	.navbar-custom {
		margin-left: 0px;
	}

	.left-sidebar {
		display: none;
	}

	.left-sidebar.lyear-aside-open {
		position: absolute;
	}
}
*/

@media (max-width: 1024px) {
	.left-sidebar {
		transform: translateX(-100%);
	}
	.nav-header,
	.content-page,
	.footer{
		padding-left: 0;
	}
	.left-sidebar {
		-webkit-box-shadow: none;
		-moz-webkit-box-shadow: none;
		box-shadow: none;
	}
	.left-sidebar.lyear-aside-open {
		transform: translateX(0);
	}


	/* 遮罩层 */
	.lyear-mask-modal {
		background-color: rgba(0, 0, 0, 0.5);
		height: 100%;
		left: 0;
		opacity: 1;
		top: 0;
		visibility: visible;
		width: 100%;
		z-index: 5;
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}


@media screen and (max-width: 420px) {

	.navbar-page-title {
		display: none;
	}

}


@media screen and (max-width: 700px) {

    .navbar-page-company {
        display: none;
    }
}




