﻿/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	width: 91.53%;
}
.span_10_of_12 {
	width: 83.06%;
}
.span_9_of_12 {
	width: 74.6%;
}
.span_8_of_12 {
	width: 66.13%;
}
.span_7_of_12 {
	width: 57.66%; 
}
.span_6_of_12 {
	width: 49.2%; 
}
.span_5_of_12 {
	width: 40.73%; 
}
.span_4_of_12 {
	width: 32.26%; 
}
.span_3_of_12 {
	width: 23.8%;
}
.span_2_of_12 {
	width: 15.33%; 
}
.span_1_of_12 {
	width: 6.86%; 
}
.span_1_of_5{
	width:18.72%;
}

.span_12_of_12i{
	width: 100%;
}
.span_11_of_12i{
	width: 91.53%;
}
.span_10_of_12i{
	width: 83.06%;
}
.span_9_of_12i{
	width: 74.6%;
}
.span_8_of_12i{
	width: 66.13%;
}
.span_7_of_12i{
	width: 57.66%; 
}
.span_6_of_12i{
	width: 49.2%; 
}
.span_5_of_12i{
	width: 40.73%; 
}
.span_4_of_12i{
	width: 32.26%; 
}
.span_3_of_12i{
	width: 23.8%;
}
.span_2_of_12i{
	width: 15.33%; 
}
.span_1_of_12i{
	width: 6.86%; 
}
.span_1_of_5i{
	width:18.72%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col.span_12_of_12,.col_nm.span_12_of_12,.col_hm.span_12_of_12{
		width: 100%; 
	}
	.col.span_11_of_12,.col_nm.span_11_of_12,.col_hm.span_11_of_12{
		width: 100%; 
	}
	.col.span_10_of_12,.col_nm.span_10_of_12,.col_hm.span_10_of_12{
		width: 100%; 
	}
	.col.span_9_of_12,.col_nm.span_9_of_12,.col_hm.span_9_of_12{
		width: 100%; 
	}
	.col.span_8_of_12,.col_nm.span_8_of_12,.col_hm.span_8_of_12{
		width: 100%; 
	}
	.col.span_7_of_12,.col_nm.span_7_of_12,.col_hm.span_7_of_12{
		width: 100%; 
	}
	.col.span_6_of_12,.col_nm.span_6_of_12,.col_hm.span_6_of_12{
		width: 100%; 
	}
	.col.span_5_of_12,.col_nm.span_5_of_12,.col_hm.span_5_of_12{
		width: 100%; 
	}
	.col.span_4_of_12,.col_nm.span_4_of_12,.col_hm.span_4_of_12{
		width: 100%; 
	}
	.col.span_3_of_12,.col_nm.span_3_of_12,.col_hm.span_3_of_12{
		width: 100%; 
	}
	.col.span_2_of_12,.col_nm.span_2_of_12,.col_hm.span_2_of_12{
		width: 100%; 
	}
	.col.span_1_of_12,.col_nm.span_1_of_12,.col_hm.span_1_of_12{
		width: 100%; 
	}
	.col.span_1_of_5,.col_nm.span_1_of_5,.col_hm.span_1_of_5{
		width:100%;		
	}
}
@media only screen and (max-width: 660px) {
	.col_med{
		width:100%!important;
	}
}