/* =========================================================================== */
/* RETINA SCREEN ============================================================= */
/* =========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}
/* =========================================================================== */
/* LARGE DESKTOP ============================================================= */
/* =========================================================================== */
@media screen and (min-width : 1920px) {
}
/* =========================================================================== */
/* VERY LARGE DESKTOP ======================================================== */
/* =========================================================================== */
@media screen and (min-width : 1600px) {
}
/* =========================================================================== */
/* SMALL DESKTOP ============================================================= */
/* =========================================================================== */
@media screen and (max-width : 1200px) {
}
@media screen and (max-width : 1024px) {
}
/* =========================================================================== */
/* IPAD XOAY NGANG =========================================================== */
/* =========================================================================== */
@media screen and (max-width : 1024px) {
}
/* =========================================================================== */
/* TABLET ==================================================================== */
/* =========================================================================== */
@media screen and (max-width : 820px) {
}
/* =========================================================================== */
/* SMARTPHONE ================================================================ */
/* =========================================================================== */
@media screen and (max-width : 768px) {
	.wrapper, BODY.home .wrapper {
		width:calc(100% - 100px);
	}
	.narrow {
		width: 75%;
	}
	#divScene div span {
		top:1px;
		left:1px;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
	}
	div.halfcolumn .bigbutton,
	div.halfcolumn INPUT[type='reset'],
	div.halfcolumn INPUT[type='button'],
	div.halfcolumn INPUT[type='submit'] {
		width:100%;
	}
	div.halfcolumn .fileinput {
		width:calc(100% - 58px);
	}
}
/* =========================================================================== */
/* MOBILE ==================================================================== */
/* =========================================================================== */
@media screen and (max-width : 480px) {
	.wrapper, BODY.home .wrapper {
		width:calc(100% - 60px);
	}
	.narrow {
		width: 100%;
	}
}
/* =========================================================================== */
/* IPHONE 5 ================================================================== */
/* =========================================================================== */
@media screen and (max-width : 320px) {
}
