
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.center {
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	/*padding: 1em 0px;*/
	position: relative;
	width:90%; 
	
}

.center_narrow {
	width:85%;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	position:relative;
	display: block;
	float:left;
	margin:0;
}

.guttered .col {
	/*margin: 1% 0 1% 1.6%;*/
	margin: 1% 0 1% 2%;

}

.col.centered, 
.guttered .col.centered {
	float:none;
	display:inline-block;
}

.page_title .col {
	margin-bottom:0 !important;
}

.page_title .col .inner {
	padding-bottom:0px;
}

.col:first-child, .col_first { margin-left: 0 !important; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

.full, 
.span_1_of_1 {
	width: 100%;
}				

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 50%;
}

/* GUTTERED =====================*/

.guttered .span_1_of_2 {
	width: 49%; /*2% gutter*/
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.66%; 
}

.span_1_of_3 {
	width: 33.33%; 
}

/* GUTTERED =====================*/


.guttered .span_2_of_3 {
	width: 66.1%; 
	width: 66%; /*2% gutter*/

}

.guttered .span_1_of_3 {
	width: 32%; /*2% gutter*/	
}

.guttered .col.centered.span_2_of_3 {
	margin-left:17% !important;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}

}


/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 75%; 
}

.span_2_of_4 {
	width: 50%; 
}

.span_1_of_4 {
	width: 25%; 
}


/* GUTTERED =====================*/

/*Based on 2% margin*/

.guttered .span_3_of_4 {
	width: 74.5%; 
}

.guttered .span_2_of_4 {
	width: 49%;
}

.guttered .span_1_of_4 {
	width: 23.5%;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 80%; 
}

.span_3_of_5 {
  	width: 60%; 
}

.span_2_of_5 {
  	width: 40%;
}

.span_1_of_5 {
  	width: 20%;
}

/* GUTTERED =====================*/


.guttered .span_4_of_5 {
  	width: 79.68%; 
	width: 79.72%;

}

.guttered .span_3_of_5 {
  	width: 59.36%; 
	width: 59.44%;

}

.guttered .span_2_of_5 {
  	width: 39.04%;
	width: 39.16%;

}

.guttered .span_1_of_5 {
  	width: 18.72%;
	width: 18.88%;

}




/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.33%;
}

.span_4_of_6 {
  	width: 66.66%;
}

.span_3_of_6 {
  	width: 50%;
}

.span_2_of_6 {
  	width: 33.33%;
}

.span_1_of_6 {
  	width: 16.66%;
}

/* GUTTERED =====================*/

.guttered .span_5_of_6 {
  	width: 83%;
}

.guttered .span_4_of_6 {
  	width: 66%;
}

.guttered .span_3_of_6 {
  	width: 49%;
}

.guttered .span_2_of_6 {
  	width: 32%;
}

.guttered .span_1_of_6 {
  	width: 15%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}

/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.71%;
}

.span_5_of_7 {
  	width: 71.425%;
}

.span_4_of_7 {
  	width: 57.14%;
}

.span_3_of_7 {
  	width: 41.92%;
  	width:42.855%;
}

.span_2_of_7 {
  	width: 28.57%;
}

.span_1_of_7 {
  	width: 14.285%;
}


/* GUTTERED =====================*/

.guttered .span_6_of_7 {
  	width: 85.42%;
}

.guttered .span_5_of_7 {
  	width: 70.85%;
}

.guttered .span_4_of_7 {
  	width: 56.28%;
}

.guttered .span_3_of_7 {
  	width: 41.71%;
}

.guttered .span_2_of_7 {
  	width: 27.14%;
}

.guttered .span_1_of_7 {
  	width: 12.57%;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}


/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.5%; 
}

.span_6_of_8 {
	width: 75%;
}

.span_5_of_8 {
	width: 62.5%;
}

.span_4_of_8 {
	width: 50%; 
}

.span_3_of_8 {
	width: 37.5%;
}

.span_2_of_8 {
	width: 25%; 
}

.span_1_of_8 {
	width: 12.5%; 
}


.guttered .span_8_of_8 {
	width: 100%;
}

.guttered .span_7_of_8 {
	width: 87.3%; 
}

.guttered .span_6_of_8 {
	width: 74.6%; 
}

.guttered .span_5_of_8 {
	width: 61.9%; 
}

.guttered .span_4_of_8 {
	width: 49.2%; 
}

.guttered .span_3_of_8 {
	width: 36.5%;
}

.guttered .span_2_of_8 {
	width: 23.8%; 
}

.guttered .span_1_of_8 {
	width: 11.1%; 
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}
/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.88%;
}

.span_7_of_9 {
	width: 77.77%;
}

.span_6_of_9 {
	width: 66.66%;
}

.span_5_of_9 {
	width: 55.55%;
}

.span_4_of_9 {
	width: 44.44%;
}

.span_3_of_9 {
	width: 33.33%;
}

.span_2_of_9 {
	width: 22.22%;
}

.span_1_of_9 {
	width: 11.11%;
}


/*  GUTTERED   ============================================================================= */


.guttered .span_8_of_9 {
	width: 88.71%;
}

.guttered .span_7_of_9 {
	width: 77.42%; 
}

.guttered .span_6_of_9 {
	width: 66.13%; 
}

.guttered  .span_5_of_9 {
	width: 54.84%; 
}

.guttered  .span_4_of_9 {
	width: 43.55%; 
}

.guttered  .span_3_of_9 {
	width: 32.26%;
}

.guttered  .span_2_of_9 {
	width: 20.97%; 
}

.guttered .span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}

/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 90%;
}

.span_8_of_10 {
	width: 80%;
}

.span_7_of_10 {
	width: 70%;
}

.span_6_of_10 {
	width: 60%;
}

.span_5_of_10 {
	width: 50%;
}

.span_4_of_10 {
	width: 40%;
}

.span_3_of_10 {
	width: 30%;
}

.span_2_of_10 {
	width: 20%;
}

.span_1_of_10 {
	width: 10%;
}

/* GUTTERED =====================*/



.guttered .span_9_of_10 {
	width: 89.84%;
}

.guttered .span_8_of_10 {
	width: 79.68%;
}

.guttered .span_7_of_10 {
	width: 69.52%; 
}

.guttered .span_6_of_10 {
	width: 59.36%; 
}

.guttered .span_5_of_10 {
	width: 49.2%; 
}

.guttered .span_4_of_10 {
	width: 39.04%; 
}

.guttered .span_3_of_10 {
	width: 28.88%;
}

.guttered .span_2_of_10 {
	width: 18.72%; 
}

.guttered .span_1_of_10 {
	width: 8.56%; 
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}

/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.9%;
}

.span_9_of_11 {
	width: 81.81%;
}

.span_8_of_11 {
	width: 72.72%;
}

.span_7_of_11 {
	width: 63.63%;
}

.span_6_of_11 {
	width: 54.54%;
}

.span_5_of_11 {
	width: 45.45%;
}

.span_4_of_11 {
	width: 36.26%;
}

.span_3_of_11 {
	width: 27.27%
}

.span_2_of_11 {
	width: 18.18%;
}

.span_1_of_11 {
	width: 9.09%
}


/*  GUTTERED   ============================================================================= */

.guttered .span_10_of_11 {
	width: 90.7%;
}

.guttered .span_9_of_11 {
	width: 81.47%;
}

.guttered  .span_8_of_11 {
	width: 72.24%;
}

.guttered  .span_7_of_11 {
	width: 63.01%; 
}

.guttered  .span_6_of_11 {
	width: 53.78%; 
}

.guttered  .span_5_of_11 {
	width: 44.55%; 
}

.guttered  .span_4_of_11 {
	width: 35.32%; 
}

.guttered  .span_3_of_11 {
	width: 26.09%;
}

.guttered  .span_2_of_11 {
	width: 16.86%; 
}

.guttered  .span_1_of_11 {
	width: 7.63%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_11_of_11 {
		width: 100%; 
	}
	.span_10_of_11 {
		width: 100%; 
	}
	.span_9_of_11 {
		width: 100%; 
	}
	.span_8_of_11 {
		width: 100%; 
	}
	.span_7_of_11 {
		width: 100%; 
	}
	.span_6_of_11 {
		width: 100%; 
	}
	.span_5_of_11 {
		width: 100%; 
	}
	.span_4_of_11 {
		width: 100%; 
	}
	.span_3_of_11 {
		width: 100%; 
	}
	.span_2_of_11 {
		width: 100%; 
	}
	.span_1_of_11 {
		width: 100%; 
	}
}
/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.46%;
}

.span_10_of_12 {
	width: 83%;
}

.span_9_of_12 {
	width: 74.54%;
}

.span_8_of_12 {
	width: 66.08%;
}

.span_7_of_12 {
	width: 57.62%; 
}

.span_6_of_12 {
	width: 49.16%; 
}

.span_5_of_12 {
	width: 40.7%; 
}

.span_4_of_12 {
	width: 32.24%; 
}

.span_3_of_12 {
	width: 23.78%;
}

.span_2_of_12 {
	width: 15.32%; 
}

.span_1_of_12 {
	width: 6.86%; 
}

/*  GUTTERED   ============================================================================= */


.guttered .span_11_of_12 {
  	width: 91.5%;
}

.guttered .span_10_of_12 {
  	width: 83%;
}

.guttered .span_9_of_12 {
  	width: 74.5%;
}

.guttered .span_8_of_12 {
  	width: 66%;
}

.guttered .span_7_of_12 {
  	width: 57.5%;
}

.guttered .span_6_of_12 {
  	width: 49%;
}

.guttered .span_5_of_12 {
  	width: 40.5%;
}

.guttered .span_4_of_12 {
  	width: 32%;
}

.guttered .span_3_of_12 {
  	width: 23.5%;
}

.guttered .span_2_of_12 {
  	width: 15%;
}

.guttered .span_1_of_12 {
  	width: 6.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}