/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {max-width:1140px; min-width:760px; margin:0 auto;}
.row {width:100%; margin:0 auto; overflow:hidden;}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol
{margin-right:0; float:left; min-height:1px; /* outline:1px red dotted; */}

.row .onecol {width:8.333333333333%;} 		/* 95px */
.row .twocol {width:16.666666666667%;} 		/* 190px */
.row .threecol {width:25%;}  				/* 285px */
.row .fourcol {width:33.333333333333%;}  	/* 380px */
.row .fivecol {width:41.666666666667%;}  	/* 475px */
.row .sixcol {width:50%;}					/* 570px */
.row .sevencol {width:58.333333333333%;}  	/* 665px */
.row .eightcol {width:66.666666666667%;}  	/* 760px */
.row .ninecol {width:75%;}  				/* 855px */
.row .tencol {width:83.333333333333%;}  	/* 950px */
.row .elevencol {width:91.666666666667%;}	/* 1045px */
.row .twelvecol {width:100%; float:left;}	/* 1140px */

.last {margin-right:0;}

img, object, embed {max-width:100%;}
img {height:auto;}


/* Larger screens */

@media only screen and (min-width: 1441px) {
	.container {/*max-width:1280px; margin:0 auto;*/}
}

/* Smaller screens */

@media only screen and (max-width: 1023px) {
	
}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

}


/*

.container {max-width:1140px; margin:0 auto;}
.row {width:100%; margin:0 auto; overflow:hidden;}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol
{margin-right:3.8%; float:left; min-height:1px;}

.row .onecol {width:4.85%;}
.row .twocol {width:13.45%;}
.row .threecol {width:22.05%;}
.row .fourcol {width:30.75%;}
.row .fivecol {width:39.45%;}
.row .sixcol {width:48%;}
.row .sevencol {width:56.75%;}
.row .eightcol {width:65.4%;}
.row .ninecol {width:74.05%;}
.row .tencol {width:82.7%;}
.row .elevencol {width:91.35%;}
.row .twelvecol {width:100%; float:left;}

*/