
/*--RESET--*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	font-size: 62.5%;

}

/*--SETTINGS--*/
*#pagewrap {
	width: 100%;
	background: transparent;
	height: 100%;
}

section {
	width: 100%;
	height: auto;
}

*.container {
	width: 940px;
	height: auto;
	background: transparent;
	margin: 0 auto;
}

*.relative {
	position: relative;
}

*.manualAir {
	height: 3000px;
}
*.FullManualAir {
	height: 5200px;
}

*.autoAir {
	padding: 200px 0;
}

*.center {
	right: 97px;
}

strong {
	font-weight: 700;
}

/*--DETAIL--*/
*.yellow {
	background: #ffff64;
}

*.brown {
	background: #555245;
}

*.yellowType {
	color: #ffff64;
}

*.brownType {
	color: #555245;
}

/*--TITLE--*/
h1 {
	font-size: 11.4rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

h1 strong.sizePlus {
	display: block;
	font-size: 20rem;
	font-weight: 700;
	margin: -30px auto 0 auto;
}
h1 span {
	display: inline-block;
}

/*--ITEMS & SUBITEMS--*/
ul {
	list-style: none;
	padding: 0;
	list-style-image: none;
	display: flex;
	height: auto;
}

ul.item {
	flex-direction: row;
}
ul.subItems {
	flex-direction: column;
	position: relative;
}

ul + ul {
	margin: 150px 0 0;
}

ul.item li {
	flex: 1;
	align-items: stretch;
	text-align: center;
}

ul.item li > h3{
	font-size: 6.2rem;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
	margin: 66px 0;
}
*.noMargin {
	margin: 0 !important;
}

ul.item li svg path {
	stroke-linecap: round;
	stroke-linejoin: round;
}

ul.subItems li {
	width: 100%;
}

ul.subItems li + li {
	margin: 80px 0 0;
}

ul.subItems li p {
	font-size: 3.2rem;
	text-align: center;
	text-transform: uppercase;
}
ul.subItems li h3 {
	font-size: 6.2rem;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
}

/*--TRANSITION--*/
h1.transitionType {
	line-height: 150%;
	position: relative;
	font-weight: 400;
}

/*--FOOTER--*/
footer {
	position: absolute;
	bottom: -150px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}