
.desktop-hidden {
	display: none;
}

@media screen and (max-width: 1200px) {
	#layout #main-right {
	    display: none;
	}
}


@media screen and (max-width: 700px) {
	.desktop-hidden {
		display: block;
	}

	#layout #main-center{
		width: 100%;
		overflow: hidden;
		margin: 0 !important;
	}
	
	.mobile-hidden
	{
		display: none !important;
	}

	.col-m-20p {
		width: 20%;
	}

	.px0-m {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px10-m {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.mx0-m {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mx10-m {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.col-m-25p {
		width: 25%;
	}

	.col-m-33p {
		width: 33.3%;
	}

	.col-m-50p {
		width: 50%;
	}

	.col-m-100p {
		width: 100%;
	}

	.mo11 {
		order: 11;
	}

	.mo12 {
		order: 12;
	}

	.mo13 {
		order: 13;
	}

	.mfl1 {
		font-size: 21px;
	}

	.mfs1 {
		font-size: 14px;
	}

	.mfs2 {
		font-size: 12px;
	}

	.mfs3 {
		font-size: 11px;
	}

	.mfwn {
		font-weight: normal;
	}
}