@media screen and (max-width: 1280px) {
	.main_content{
		width:100%;
	}
}
@media screen and (max-width: 550px) {
	.menu_box{
		width: calc(50% - 10px);
		margin: 0px 10px 20px 0px;
		float: left;
		height: 150px;
	}
	.menu_box:nth-child(2n){
		margin: 0px 0px 20px 10px;
		float: right;
	}
	.menu_icon{
		height: 65px;
	}
	.noicon{
		float:none;
		width:100%;
		margin: 0 auto;
		height: auto;
	}
	.menu_link{
		font-size: 16px;
	}
}

/* 9.0 Print */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}