@charset "utf-8";
/* CSS Document */

.columns{ float:left;}
.feadcol{ float:left;}
.one{ width:8.3333%;}
.two{ width:16.6667%;}
.three{ width:25%;}
.four{ width:33.3333%;}
.five{ width:41.6667%;}
.six{ width:50%;}
.seven{ width:58.3333%;}
.eight{ width:66.6667%;}
.nine{ width:75%;}
.ten{ width:83.3333%;}
.elevan{ width:91.6667%;}
.twelve{ width:100%;}

.grid-fed1{ width:25%;}
.grid-fed2{ width:50%;}
.grid-fed3{ width:33.3333%;}
.grid-fed4{ width:66.6667%;}

@media only screen and (max-width: 780px) {
.columns{ float:none;}
.one,.two,.three,.four,.five,.six,.seven,.eight,.nine,.ten,.elevan,.twelve{ width:100%;}

}