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

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

/*  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 {
	display: block;
	float:left;
	margin: 1% 0 1% 6%;
}

.listAdmin .col{
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}

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


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

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

/*  GRID OF TWO  */
.listAdmin .span_2_of_2 {
	width: 100%;
}
.listAdmin .span_1_of_2 {
	width: 49.5%;
}

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

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 47%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 960px) {
	 .listAdmin .span_2_of_2,  .span_2_of_2:not(.imageArticle) {
		width: 100%; 
	}
	 .listAdmin .span_1_of_2, .span_1_of_2:not(.imageArticle) {
		width: 100%; 
	}
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 64.66%; }
.span_1_of_3 { width: 29.33%; }

.listAdmin .span_3_of_3 { width: 100%; }
.listAdmin .span_2_of_3 { width: 66.33%; }
.listAdmin .span_1_of_3 { width: 32.66%; }


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

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

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 73.5%;
}
.span_2_of_4 {
	width: 47%;
}
.span_1_of_4 {
	width: 20.5%;
}

.listAdmin .span_4_of_4 {
	width: 100%;
}
.listAdmin .span_3_of_4 {
	width: 74.75%;
}
.listAdmin .span_2_of_4 {
	width: 49.5%;
}
.listAdmin .span_1_of_4 {
	width: 24.25%;
}

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

@media only screen and (max-width: 960px) {
	.listAdmin .span_4_of_4, .span_4_of_4 {
		width: 100%; 
	}
	.listAdmin .span_3_of_4, .span_3_of_4 {
		width: 100%; 
	}
	.listAdmin .span_2_of_4, .span_2_of_4 {
		width: 100%; 
	}
	.listAdmin .span_1_of_4, .span_1_of_4 {
		width: 100%; 
	}
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 78.8%;
}
.span_3_of_5 {
	width: 57.6%;
}
.span_2_of_5 {
	width: 36.4%;
}
.span_1_of_5 {
	width: 15.2%;
}

.listAdmin .span_5_of_5 {
	width: 100%;
}
.listAdmin .span_4_of_5 {
	width: 79.8%;
}
.listAdmin .span_3_of_5 {
	width: 59.6%;
}
.listAdmin .span_2_of_5 {
	width: 39.4%;
}
.listAdmin .span_1_of_5 {
	width: 19.2%;
}

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

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