﻿.c_row{
	width:58.75em;
	margin: 0 auto 1.25em;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

[class*='c_row']:after{
	content:'';
	display:block;
	clear:both;
}

[class*='c_row']:last-child{
	margin-bottom:0;
}

[class*='c_col']{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	margin-left:1.25em;
}

[class*='c_col']:first-child{
	margin-left:0;
}

.c_col1{
	width:3.75em;
}

.c_col2{
	width:8.75em;
}

.c_col3{
	width:13.75em;
}

.c_col4{
	width:18.75em;
}

.c_col5{
	width:23.75em;
}

.c_col6{
	width:28.75em;
}

.c_col7{
	width:33.75em;
}

.c_col8{
	width:38.75em;
}

.c_col9{
	width:43.75em;
}

.c_col10{
	width:48.75em;
}

.c_col11{
	width:53.75em;
}

.c_col12{
	width:58.75em;
}

@media (max-width: 768px){
	body{
		min-width: 320px;
	}

	.c_row{
		width: 100%;
		padding:0 1.25em;
	}

	.c_row .c_row{
		padding:0;
	}

	[class*='c_col']{
		width:100%;
		margin: 0 0 1.25em 0;
	}

	[class*='c_col']:last-child{
		margin: 0;
	}

}
