/* 
*
*
Vancbook Grid  /*100/12*2*/
/*
*
*/
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}


.container{
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

.row{
	position: relative;
	overflow: hidden; /* force the row to expand the height*/
}

.column, .columns{
	float: left;
	border: 5px;
	padding: 0px;
}

.one { width: 8.333333333%; }
.two { width: 16.666666666%; }
.three { width: 25%; }
.four { width: 33.33333333%; }
.five { width: 41.666666667%; }
.six { width: 50%; }
.seven { width: 58.333333333%; }
.eight { width: 66.666666667%; }
.nine { width: 75%; }
.ten { width: 83.333333333%; }
.eleven { width: 91.666666667%; }
.twelve { width: 100%; }
