@charset "UTF-8";

.box-include {
	box-sizing: border-box;
}

.box-exclude {
	box-sizing: content-box;
}

.grid {
	border: none;
}

.grid::before, .grid::after {
  content: " ";
  display: table;
}

.grid::after {
  clear: both;
}

.unit {
	float:left;
}

.unit-r {
	float:right;
}

.gutter {
	overflow:hidden;
}

.wrap {
	display:block;
	overflow:hidden;
}

.center-item {
	display:block;
	overflow:hidden;
	margin: 0 auto;
}

.vertical-center {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-moz-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	-o-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}
/*
.vertical-center2 {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: perspective(1px) translateY(-50%);
	-moz-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}

.vertical-85 {
	display: block;
	position: relative;
	top: 85%;
	-webkit-transform: perspective(1px) translateY(-15%);
	-moz-transform: perspective(1px) translateY(-15%);
	-ms-transform: perspective(1px) translateY(-15%);
	transform: perspective(1px) translateY(-15%);
} */

.padding-2 {
	padding: 0 2%;
}

.mgn-bottom-2 {
	margin-bottom: 1rem;
}

.mgn-bottom-5 {
	margin-bottom: 3rem;
}

.bottom {
	padding-bottom: 1.5rem;
}

/* === general widths === */

.unit-0 {
	width: 0%;
}

.unit-10 {
	width: 10%;
}

.unit-20 {
	width: 20%;
}

.unit-25 {
	width: 25%;
}

.unit-50 {
	width: 50%;
}

.unit-75 {
	width: 75%;
}

.unit-100 {
	width: 100%;
}

.unit-33 {
	width: 33.3333%;
}

.unit-66 {
	width: 66.6666%;
}

.boxy {
	display: block;
	height: 100px;
	margin-bottom: .5rem;
	background-color: orange;
}

.op-75 {
	opacity: .75;
}

.op-50 {
	opacity: .50;
}

.op-25 {
	opacity: .25;
}

.grid-id {
	position: relative;
	color: #807970;
	display: block;
	width: 100%;
	overflow: hidden;
}

/* === small screen widths === */ /* Mobile Devices */
.unit-s-1-16{
	width: 6.25%;
}

.unit-s-1-8 {
	width: 12.5%;
}

.unit-s-2-8 {
	width: 25%;
}

.unit-s-3-8 {
	width: 37.5%;
}

.unit-s-4-8 {
	width: 50%;
}

.unit-s-5-8  {
	width: 62.5%;
}

.unit-s-6-8 {
	width: 75%;
}

.unit-s-7-8 {
	width: 87.5%;
}

.unit-s-1 {
	width: 100%;
}

.unit-s-33 {
	width: 33.3333%;
}

.unit-s-66 {
	width: 66.6666%;
}

.unit-s-80 {
	width: 80%;
}

@media only screen and (max-width: 20em) { /* Extra Small Mobile Devices */
	.unit-xs-1-16{
		width: 6.25%;
	}

	.unit-xs-1-8 {
		width: 12.5%;
	}

	.unit-xs-2-8 {
		width: 25%;
	}

	.unit-xs-3-8 {
		width: 37.5%;
	}

	.unit-xs-4-8 {
		width: 50%;
	}

	.unit-xs-5-8 {
		width: 62.5%;
	}

	.unit-xs-6-8 {
		width: 75%;
	}

	.unit-xs-7-8 {
		width: 87.5%;
	}

	.unit-xs-1 {
		width: 100%;
	}

	.unit-xs-33 {
		width: 33.3333%;
	}

	.unit-xs-66 {
		width: 66.6666%;
	}
}

@media only screen and (min-width: 30em) { /* Mobile & Tablet Devices */
	.unit-m-1-16 {
		width: 6.25%;
	}
	
	.unit-m-1-8 {
		width: 12.5%;
	}
	
	.unit-m-2-8 {
		width: 25%;
	}
	
	.unit-m-3-8 {
		width: 37.5%;
	}
	
	.unit-m-4-8 {
		width: 50%;
	}
	
	.unit-m-5-8 {
		width: 62.5%;
	}
	
	.unit-m-6-8 {
		width: 75%;
	}
	
	.unit-m-7-8 {
		width: 87.5%;
	}
	
	.unit-m-1 {
		width: 100%;
	}
	
	.unit-m-33 {
		width: 33.3333%;
	}

	.unit-m-66 {
		width: 66.6666%;
	}	
	
	.unit-m-10 {
		width: 10%;
	}
}

@media only screen and (min-width: 50em) { /* Larger Tablet Devices, Laptops */

	.unit-l-1-12 {
		width: 8.3333%;
	}
	
	.unit-l-2-12 {
		width: 16.6666%;
	}
	
	.unit-l-20 {
		width: 20%;
	}
	
	.unit-l-3-12 {
		width: 25%;
	}
	
	.unit-l-4-12 {
		width: 33.3333%;
	}
	
	.unit-l-5-12 {
		width: 41.6666%;
	}
	
	.unit-l-6-12 {
		width: 50%;
	}
	
	.unit-l-7-12 {
		width: 58.3333%;
	}
	
	.unit-l-8-12 {
		width: 66.6666%;
	}
	
	.unit-l-9-12 {
		width: 75%;
	}
	
	.unit-l-10-12 {
		width: 83.3333%;
	}
	
	.unit-l-11-12 {
		width: 91.6666%;
	}
	.unit-l-1 {
		width: 100%;
	}
}

@media only screen and (min-width: 70em) { /* Retina Screens, Desktops */
	.unit-xl-1-5 {
		width: 20%;
	}
	
	.unit-xl-1-10 {
		width: 10%;
	}
	
	.unit-xl-1-12 {
		width: 8.3333%;
	}
	
	.unit-xl-1-8 {
		width: 12.5%;
	}
	
	.unit-xl-2-12 {
		width: 16.6666%;
	}
	
	.unit-xl-20 {
		width: 20%;
	}
	
	.unit-xl-3-12 {
		width: 25%;
	}
	
	.unit-xl-4-12 {
		width: 33.3333%;
	}
	
	.unit-xl-5-12 {
		width: 41.6666%;
	}
	
	.unit-xl-6-12 {
		width: 50%;
	}
	
	.unit-xl-7-12 {
		width: 58.3333%;
	}
	
	.unit-xl-8-12 {
		width: 66.6666%;
	}
	
	.unit-xl-9-12 {
		width: 75%;
	}
	
	.unit-xl-10-12 {
		width: 83.3333%;
	}
	
	.unit-xl-11-12 {
		width: 91.6666%;
	}
	.unit-xl-1 {
		width: 100%;
	}
}

@media only screen and (min-width: 100em) { /* Retina Desktops, TVs */
	.unit-xxl-1-10 {
		width: 10%;
	}
	
	.unit-xxl-1-12 {
		width: 8.3333%;
	}
	
	.unit-xxl-2-12 {
		width: 16.6666%;
	}
	
	.unit-xxl-3-12 {
		width: 25%;
	}
	
	.unit-xxl-4-12 {
		width: 33.3333%;
	}
	
	.unit-xxl-5-12 {
		width: 41.6666%;
	}
	
	.unit-xxl-6-12 {
		width: 50%;
	}
	
	.unit-xxl-7-12 {
		width: 58.3333%;
	}
	
	.unit-xxl-8-12 {
		width: 66.6666%;
	}
	
	.unit-xxl-9-12 {
		width: 75%;
	}
	
	.unit-xxl-10-12 {
		width: 83.3333%;
	}
	
	.unit-xxl-11-12 {
		width: 91.6666%;
	}
	.unit-xxl-1 {
		width: 100%;
	}
}
