/* Artfully Masterminded by ZURB */

/* --------------------------------------------------
	:: Grid
	
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
	
	-------------------------------------------------- */

	.container { /*padding: 0 20px;*/ }
	
	.row { width: 100%; max-width: 980px; min-width: 980px; margin: 0 auto; }
	/* To fix the grid into a certain size, set max-width to width */
	.row .row { min-width: 0; }
	
	.column, .columns { margin-left: 1.25%; float: left; min-height: 1px; position: relative; }
	.column:first-child, .columns:first-child { margin-left: 0; }
	[class*="column"] + [class*="column"]:last-child { float: right; }
	[class*="column"] + [class*="column"].end { float: left; }
	
	.row .one { width: 7.1875%; }
	.row .two { width: 15.6250%; }
	.row .three { width: 24.0625%; }
	.row .four { width: 32.5000%; }
	.row .five { width: 40.9375%; }
	.row .six { width: 49.3750%; }
	.row .seven { width: 57.8125%; }
	.row .eight { width: 66.2500%; }
	.row .nine { width: 74.6875%; }
	.row .ten { width: 83.1250%; }
	.row .eleven { width: 91.5625%; }
	.row .twelve { width: 100%; }
	
	.row .offset-by-one { margin-left: 8.4375%; }
	.row .offset-by-two { margin-left: 16.8750%; }
	.row .offset-by-three { margin-left: 25.3125%; }
	.row .offset-by-four { margin-left: 33.7500%; }
	.row .offset-by-five { margin-left: 42.1875%; }
	.row .offset-by-six { margin-left: 50.6250%; }
	.row .offset-by-seven { margin-left: 59.0625%; }
	.row .offset-by-eight { margin-left: 67.5000%; }
	.row .offset-by-nine { margin-left: 75.9375%; }
	.row .offset-by-ten { margin-left: 84.3750%; }
	
	.row .centered { float: none; margin: 0 auto; }
	
	.row .offset-by-one:first-child { margin-left: 8.4375%; }
	.row .offset-by-two:first-child { margin-left: 16.8750%; }
	.row .offset-by-three:first-child { margin-left: 25.3125%; }
	.row .offset-by-four:first-child { margin-left: 33.7500%; }
	.row .offset-by-five:first-child { margin-left: 42.1875%; }
	.row .offset-by-six:first-child { margin-left: 50.6250%; }
	.row .offset-by-seven:first-child { margin-left: 59.0625%; }
	.row .offset-by-eight:first-child { margin-left: 67.5000%; }
	.row .offset-by-nine:first-child { margin-left: 75.9375%; }
	.row .offset-by-ten:first-child { margin-left: 84.3750%; }
	.row .offset-by-eleven:first-child { margin-left: 92.8125%; }
	
	/* Source Ordering */
	.push-two { left: 16.8750%; }
	.push-three { left: 25.3125%; }
	.push-four { left: 33.7500%; }
	.push-five { left: 42.1875%; }
	.push-six { left: 50.6250%; }
	.push-seven { left: 59.0625%; }
	.push-eight { left: 67.5000%; }
	.push-nine { left: 75.9375%; }
	.push-ten { left: 84.3750%; }
	
	.pull-two { right: 16.8750%; }
	.pull-three { right: 25.3125%; }
	.pull-four { right: 33.7500%; }
	.pull-five { right: 42.1875%; }
	.pull-six { right: 50.6250%; }
	.pull-seven { right: 59.0625%; }
	.pull-eight { right: 67.5000%; }
	.pull-nine { right: 78.244325%; }
	.pull-ten { right: 84.3750%; }
	
	
	
	img{ height: auto; } /*max-width: 100%;  , object, embed */
	img { -ms-interpolation-mode: bicubic; }
	#map_canvas img, .map_canvas img { max-width: none!important; }
	 
	 /* Nicolas Gallagher's micro clearfix */
	 .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
	 .row:after, .clearfix:after { clear: both; }
	 .row, .clearfix { zoom: 1; }
	 
	 
	
	
/*	--------------------------------------------------
	:: Block grids
	
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	
	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */
	
	.block-grid { display: block; overflow: hidden; }
	.block-grid>li { display: block; height: auto; float: left; }
	
	.block-grid.two-up { margin-left: -4% }
	.block-grid.two-up>li { margin-left: 4%; width: 46%; margin-bottom: 4%;}
/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
	
	.block-grid.three-up { margin-left: -2% }
	.block-grid.three-up>li { margin-left: 2%; width: 31.2%; margin-bottom: 2%;}
/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
	
	.block-grid.four-up { margin-left: -2% }
	.block-grid.four-up>li { margin-left: 2%; width: 23%; margin-bottom: 2%;}
/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
	
	.block-grid.five-up { margin-left: -1.5% }
	.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%;}
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

