/* =========================================================================== */
/* 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 : 1024px) {
	._bottom {
		position: static;
		width:auto;
		bottom:auto;
		left:auto;
	}
}
/* =========================================================================== */
/* 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 {
		width:calc(100% - 60px);
	}
	.wrapperwide {
		width:100%;
	}
	#divScene div span {
		top:1px;
		left:1px;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
	}
	div.halfcolumn INPUT[type='reset'],
	div.halfcolumn INPUT[type='button'],
	div.onethreecolumn INPUT[type='button'],
	div.twothreecolumn INPUT[type='button'],
	div.halfcolumn INPUT[type='submit'] {
		padding-left:5px;
		padding-right:5px;
		width: calc(100% - 10px);
	}
	div.halfcolumn INPUT[type='reset'].solid,
	div.halfcolumn INPUT[type='button'].solid,
	div.onethreecolumn INPUT[type='button'].solid,
	div.twothreecolumn INPUT[type='button'].solid,
	div.halfcolumn INPUT[type='submit'].solid {
		width: 100%;
	}
}
/* =========================================================================== */
/* MOBILE ==================================================================== */
/* =========================================================================== */
@media screen and (max-width : 480px) {
	.wrapper, BODY.home .wrapper {
		width:calc(100% - 40px);
	}
}
/* =========================================================================== */
/* IPHONE 5 ================================================================== */
/* =========================================================================== */
@media screen and (max-width : 320px) {
}
