.col{
	float:left;
	padding:0 15px;
}
.col.one{
	width:8.33%;
}
.col.two{
	width:16.66%;
}
.col.three{
	width:25%;
}
.col.four{
	width:33.33%;
}
.col.five{
	width:41.66%;
}
.col.six{
	width:50%;
}
.col.seven{
	width:58.33%;
}
.col.eight{
	width:66.66%;
}
.col.nine{
	width:75%;
}
.col.ten{
	width:83.33%;
}
.col.eleven{
	width:91.66%;
}
.col.twelve{
	width:100%;
}
.container{
	margin:0 auto;
	width:1440px;
}

/*********** RESPONSIVE ************/
@media screen and (max-width: 1480px){
	.container{
		width:1200px;
	}
}
@media screen and (max-width: 1260px){
	.container{
		width:984px;
	}
}

@media screen and (max-width: 1024px){
	.container{
		width:100%;
	}
}

@media screen and (max-width: 768px){
	.col.one,
	.col.two,
	.col.three,
	.col.four,
	.col.five,
	.col.six,
	.col.seven,
	.col.eight,
	.col.nine,
	.col.ten,
	.col.eleven,
	.col.twelve{
		width:100%;
	}
}
