/* Preserve some sanity */
.row, .col { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Set up some rules to govern the grid */
.row { display: block; clear: both; margin: 0 auto; }
.row .col { float: left; }

/* Clearfix after every .row */
.row { *zoom: 1; }
.row:before, .row:after { display: table; content: ""; line-height: 0; }
.row:after { clear: both; }

/* Default gutter */
.row .col .content { padding: 20px; overflow: hidden; }

/* Additional gutters outside .content when using .bg */
section.bg .row,
header.bg .row,
footer.bg .row { padding-top: 20px; padding-bottom: 20px; }
section.bg .row .col,
header.bg .row .col,
footer.bg .row .col { padding: 20px; }

/* Remove additional gutters on a .col-container */
section.bg .row .col.col-container,
header.bg .row .col.col-container,
footer.bg .row .col.col-container { padding: 0px; }

/* Wrap */
.row { max-width: 1280px; }

/* Columns */
.row .col-lg-8			{ width: 100%; }
.row .col-lg-7			{ width: 77.5%; }
.row .col-lg-6			{ width: 75%; } 
.row .col-lg-5			{ width: 62.5%; } 
.row .col-lg-4			{ width: 50%; }
.row .col-lg-3			{ width: 37.5%; } 
.row .col-lg-2			{ width: 25%; }
.row .col-lg-1			{ width: 12.5%; }

.row .col-lg-33p 		{ width: 33.3332%; }
.row .col-lg-66p 		{ width: 66.6667%; }
.row .col-lg-sixth 		{ width: 16.6666%; }

/* Hide */
.hideon-lg { display: none; }

section, header, footer { max-width: 1920px; margin: 0px auto; }
