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

.grid-container {
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* devices larger than 768px : desktops and laptops */
	
/* columns are 112px wide, no gutters*/


.grid-1{
	width:8.33%;
}
.grid-2{
	width:16.67%;
}
.grid-3{
	width:25%;
}
.grid-4{
	width:33.33%;
}
.grid-5{
	width:41.66%;
}
.grid-6{
	width:50%;
}
.grid-7{
	width:58.33%;
}
.grid-8{
	width:66.66%;
}
.grid-9{
	width:75%;
}
.grid-10{
	width:83.33%;
}
.grid-11{
	width:91.66%;
}
.grid-12{
	width:100%;
}






/* devices -b/t 701px to 1000px : iPads, tablets, compact laptops */

	

.grid-1-medium{
	width:12.5%;
}
.grid-2-medium{
	width:25%;
}
.grid-3-medium{
	width:37.5%;
}
.grid-4-medium{
	width:50%;
}
.grid-5-medium{
	width:62.5%;
}
.grid-6-medium{
	width:75%;
}
.grid-7-medium{
	width:87.5%;
}
.grid-8-medium{
	width:100%;
}





