/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.span_2_of_2_blockMargin {
	width: 100%;
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.span_1_of_2_blockMargin {
	width: 49.2%;
    margin-top:0px;
    margin-bottom:0px;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 840px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
    .span_2_of_2_blockMargin {
		width: 100%; 
        margin-top:5px !important;
        margin-bottom:5px !important;
	}
	.span_1_of_2_blockMargin {
		width: 100%; 
        margin-top:5px !important;
        margin-bottom:5px !important;
	}
}