.grid-box {
	/*width: 92%;
	margin-left: 4%;
	margin-right: 4%;*/
	width: 100%;
}

.box-margin {
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6,
.box-7,
.box-8,
.box-9,
.box-10,
.box-11 {
	display: inline;
	float: left;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box-12 {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*.box-first {
	padding-left: 0 !important;
}

.box-last {
	padding-right: 0 !important;
}*/

.box-12.box-margin.grid {
    margin-bottom: 25px;
    display: flex;
}

.box-1 {
	width: 8.333%;
}

.box-2 {
	width: 16.667%;
}

.box-3 {
	width: 25.0%;
        padding: 0 20px;
        min-height: 1px;
}

.box-4 {
	width: 33.333%;
        padding: 0 20px;
        min-height: 1px;
}

.box-5 {
	width: 41.667%;
}

.box-6 {
	width: 50.0%;
}

.box-7 {
	width: 58.333%;
}

.box-8 {
	width: 66.667%;
}

.box-9 {
	width: 75.0%;
}

.box-10 {
	width: 83.333%;
}

.box-11 {
	width: 91.667%;
}

.box-12 {
	width: 100.0%;
}

.prefix-1 {
	margin-left:8.333%;
}

.prefix-2 {
	margin-left:16.667%;
}

.prefix-3 {
	margin-left:25.0%;
}

.prefix-4 {
	margin-left:33.333%;
}

.prefix-5 {
	margin-left:41.667%;
}

.prefix-6 {
	margin-left:50.0%;
}

.prefix-7 {
	margin-left:58.333%;
}

.prefix-8 {
	margin-left:66.667%;
}

.prefix-9 {
	margin-left:75.0%;
}

.prefix-10 {
	margin-left:83.333%;
}

.prefix-11 {
	margin-left:91.667%;
}

.suffix-1 {
	margin-right:8.333%;
}

.suffix-2 {
	margin-right:16.667%;
}

.suffix-3 {
	margin-right:25.0%;
}

.suffix-4 {
	margin-right:33.333%;
}

.suffix-5 {
	margin-right:41.667%;
}

.suffix-6 {
	margin-right:50.0%;
}

.suffix-7 {
	margin-right:58.333%;
}

.suffix-8 {
	margin-right:66.667%;
}

.suffix-9 {
	margin-right:75.0%;
}

.suffix-10 {
	margin-right:83.333%;
}

.suffix-11 {
	margin-right:91.667%;
}

/*.push-1 {
	left:8.333%;
}

.push-2 {
	left:16.667%;
}

.push-3 {
	left:25.0%;
}

.push-4 {
	left:33.333%;
}

.push-5 {
	left:41.667%;
}

.push-6 {
	left:50.0%;
}

.push-7 {
	left:58.333%;
}

.push-8 {
	left:66.667%;
}

.push-9 {
	left:75.0%;
}

.push-10 {
	left:83.333%;
}

.push-11 {
	left:91.667%;
}

.pull-1 {
	left:-8.333%;
}

.pull-2 {
	left:-16.667%;
}

.pull-3 {
	left:-25.0%;
}

.pull-4 {
	left:-33.333%;
}

.pull-5 {
	left:-41.667%;
}

.pull-6 {
	left:-50.0%;
}

.pull-7 {
	left:-58.333%;
}

.pull-8 {
	left:-66.667%;
}

.pull-9 {
	left:-75.0%;
}

.pull-10 {
	left:-83.333%;
}

.pull-11 {
	left:-91.667%;
}*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}