@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------- HIDING MOBILE STYLES ---------------------------------------------------------- */
#mheader, #mfooter, #mdisplay, .mdisplay, #mnav, #mnavcontainer, #msub, .secondary, hr.mdivide, .mfloatfix, .mcustomblock, .mdisplay640 {
	display: none;
}

/* --------------------------------------------------------------- PRE-MOBILE STYLES ---------------------------------------------------------- */

@media all and (max-width: 1117px) {
	#showcaselimit {
		width: 1000px;
		left: 0px;
		padding: 0px;
	}
	#showcase {
		position: relative;
		overflow: hidden;
	}
	#wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	#asklocation {
		left: 0px;
	}
}