/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

body {background: white;}

.zone {

}

.section-header .zone {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2);background: transparent;border:none;}
	
