@import url(css/fonts/mensura-slab-black.css);
@import url(css/fonts/mensura-slab-light.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);
@import url(css/swiper.css);
/*
Theme Name: Idrotthalsalivsstil.se
Author: Robin Overgaard
Author URI: robinovergaard.com
Version: 1.0
Description: Byggt med hjälp av http://html5blank.com/
*/

body {
	background-image: url("./img/page/page_bgl.png");
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 24px;
}

@media all and (max-width: 500px) {
	body {
		background-image: url("./img/page/page_bgs.png");
	}
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*region COLORS*/

.lightblue {
	background-color: #8ECED1 !important;
	color: black !important;
}

.blue {
	background-color: #00697C !important;
	color: white !important;
}

.darkblue {
	background-color: #004C5A;
}

.yellow {
	background-color: #E7D300 !important;
	color: black !important;
}

.darkyellow {
	background-color: #AF9700;
}

.orange {
	background-color: #DC4F0B !important;
	color: white !important;
}

.red {
	background-color: #AE0F09;
}

.gray {
	background-color: #1e1e1e;
}

.lightgrey {
	background-color: #323232;
}

.border {
	background-color: #282828;
}
/*endregion*/
/*region TEXTS*/

h1 {
	font-family: 'MensuraSlabLight';
	/*font-size: 4.375em;*/
	
	font-size: 3.700em;
	line-height: 80px;
	/*margin-bottom: 80px;*/
	
	margin-bottom: 60px;
	font-weight: 400;
}

h2 {
	font-family: 'MensuraSlabLight';
	font-size: 1.875em;
	line-height: 40px;
	margin-bottom: 30px;
}

h3 {
	font-family: 'MensuraSlabLight';
	font-size: 1.300em;
	line-height: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.ingress {
	font-size: 1.500em;
	line-height: 40px;
	margin-top: 60px;
	margin-bottom: 80px;
	max-width: 720px;
}

a.mailto {
	color: inherit;
	border-bottom: 1px solid #DC4F0B;
	padding: 0 2px;
}

a.sitelink {
	color: inherit;
	border-bottom: 1px solid #00697C;
	padding: 0 2px;
}

.blue a.sitelink {
	border-bottom: 1px solid #8ECED1;
}

a.sitelink:hover,
a.mailto:hover {
	border-bottom: 2px solid black;
}

a.button,
input[type="submit"] {
	font-weight: 700;
	color: white !important;
	font-size: 0.8em;
	line-height: 14px;
	text-transform: uppercase;
	padding: 10px 16px;
	border-radius: 4px;
	box-shadow: 0px 4px 0px 0px #ae0f09;
	background-color: #ed7218;
	display: inline-block;
	width: auto;
	border: 0 !important;
}

a.button:hover,
input[type="submit"]:hover {
	box-shadow: 0px 4px 0px 0px #dc4f0b;
}

@media all and (max-width: 500px) {
	h1 {
		font-size: 2.0em;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.ingress {
		font-size: 1em;
		line-height: 20px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	a.button {
		font-size: 0.750em;
		line-height: 14px;
		padding: 10px 15px;
	}
}
/*endregion*/
/*region SITEHEAD*/

#sitehead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1e1e1e;
	color: white;
	font-weight: 700;
	border-bottom: 4px solid black;
	font-size: 0.75em;
}

#sitehead #sitenav {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#sitehead #logo {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 10px;
	margin: 20px;
}

#sitehead .social {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	padding: 0 10px;
}

#sitehead a.social {
	height: 20px;
	width: 20px;
	display: inline-block;
}

#sitehead .social:last-of-type {
	margin-right: 20px;
}

@media all and (max-width: 800px) {
	#sitehead .social {
		display: none !important;
	}
}

#sitehead #sitenav li a {
	padding: 35px 20px 30px 20px;
	display: block;
	color: white;
}

#sitehead #sitenav li {
	position: relative;
	border-right: 1px solid #1e1e1e;
	border-left: 1px solid #1e1e1e;
}
/* WP ACTIVE MENU STYLE*/

#sitehead #sitenav li.current_page_item {
	background-color: #323232;
}

#sitehead #sitenav li:hover {
	background-color: #323232;
	border-right: 1px solid #282828;
	border-left: 1px solid #282828;
}

#sitehead #sitenav li:after {
	-webkit-transition: all .2s;
	transition: all .2s;
	height: 0px;
	width: 100%;
	display: block;
	content: "";
	background-color: black;
	position: absolute;
	bottom: -4px;
	left: -1px;
	border-right: 1px solid #282828;
	border-left: 1px solid #282828;
}

#sitehead #sitenav li.current_page_item:after {
	background-color: #282828;
	height: 4px;
}

#sitehead #sitenav li:hover:after {
	height: 4px;
	width: 100%;
	display: block;
	background-color: #282828;
	text-align: center;
	position: absolute;
	bottom: -4px;
}

#sitehead #sitenav ul {
	width: 100%;
	max-width: 1110px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* SUBMENU */

#sitehead #sitenav ul li ul {
	position: absolute;
	top: 100%;
	left: -2px;
	width: 250px;
	background-color: #323232;
	z-index: 100;
	margin-top: 4px;
	visibility: hidden;
	opacity: 0;
	border-right: 1px solid #282828;
	border-left: 1px solid #282828;
	display: inline-block;
}

#sitehead #sitenav ul li ul li a {
	padding: 11px 20px 10px 20px;
	font-size: 0.9em;
}

#sitehead #sitenav ul li:hover ul {
	visibility: visible !important;
	opacity: 1 !important;
}

#sitehead #sitenav li ul li {
	width: 100%;
	border-bottom: 5px solid #282828;
}

#sitehead #sitenav li ul li:hover {
	background-color: #1e1e1e;
}

#sitehead #sitenav li ul li.current_page_item {
	background-color: #1e1e1e;
}

#sitehead #sitenav li ul li:after {
	display: none !important;
}

@media all and (max-width: 750px) {
	#sitehead #logo {
		margin: 25px 5%;
	}
}

.ltie10 li,
.ltie10 ul,
.ltie10 #sitehead,
.ltie10 #sitenav,
.ltie10 .social,
.ltie10 #logo {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.ltie10 li,
.ltie10 ul {
	float: left;
}

.ltie10 #sitehead {
	width: 100%;
}

.ltie10 #sitenav {
	margin: 0 50px;
}
/*endregion*/
/*region SITEFOOT*/

#sitefoot {
	background-color: #1e1e1e;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 50px 0;
	color: gray;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#sitefoot #inner {
	max-width: 1100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 25px;
}

#sitefoot #inner #left {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

#sitefoot #inner #left div.image {
	width: 200px;
	height: auto;
}

#sitefoot #inner #left div img {
	max-width: 100%;
}

#sitefoot #inner #right {
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#sitefoot #inner #left #info {
	padding: 25px;
	border-left: 1px solid gray;
	margin-left: 25px;
	text-transform: uppercase;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#sitefoot #inner #right p {
	padding: 0px 0;
}

#sitefoot #inner #right a {
	margin-top: 10px;
}

#sitefoot #inner #right #follow {
	margin-bottom: 20px;
}

#sitefoot #inner #right #follow a {
	text-align: center;
	width: 175px;
}

#sitefoot #inner #right #follow a.fb {
	background-color: #3b5998;
	box-shadow: 0px 4px 0px 0px #1a2742;
	margin-right: 10px;
}

#sitefoot #inner #right #follow a.fb:hover {
	box-shadow: 0px 4px 0px 0px #2d4473;
}

#sitefoot #inner #right #follow a.ig {
	background-color: #517fa4;
	box-shadow: 0px 4px 0px 0px #2a4154;
}

#sitefoot #inner #right #follow a.ig:hover {
	box-shadow: 0px 4px 0px 0px #406582;
}

@media all and (max-width: 850px) {
	#sitefoot {
		padding: 40px 25px;
	}
	#sitefoot #inner {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		width: 100% !important;
	}
	#sitefoot #inner #left {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	#sitefoot #inner #left div.image {
		width: 250px;
		height: auto;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		max-height: 250px;
	}
	#sitefoot #inner #left div.image img {}
	#sitefoot #inner #left #info {
		padding: 25px;
		border-top: 1px solid gray;
		border-bottom: 1px solid gray;
		border-left: 0;
		margin: 25px 0;
		text-transform: uppercase;
	}
	#sitefoot #inner #right #follow,
	#sitefoot #inner #right #newsletter {
		text-align: center;
	}
	#sitefoot #inner #right a.fb {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#sitefoot #inner #right {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	#sitefoot #inner #right a {
		margin-right: 0 !important;
		width: 85% !important;
	}
	#sitefoot #inner #right #newsletter {
		border-top: 1px solid gray;
		padding-top: 25px;
		margin-top: 10px;
	}
}

@media all and (max-width: 500px) {
	#sitefoot #inner {
		margin: 0;
	}
	#sitefoot #inner #left img {
		width: 150px;
		height: 150px;
	}
}

.ltie10 #sitefoot {
	width: 100%;
	text-align: center;
	float: left;
}

.ltie10 #sitefoot #inner #left {
	margin-right: 100px;
}

.ltie10 #sitefoot #inner #left #info,
.ltie10 #sitefoot #inner #left .image,
.ltie10 #sitefoot #inner #left,
.ltie10 #sitefoot #inner,
.ltie10 #sitefoot #inner #right {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
/*endregion*/
/*region NEWSLETTER*/

.newsletter table,
.newsletter td,
.newsletter tr {
	margin-bottom: 10px;
}

.newsletter tbody,
.newsletter form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter th {
	display: none;
}

.newsletter input[type="email"] {
	border: 0;
	padding: 5px;
	border: 1px solid lightgray;
	border-radius: 5px;
	color: black;
	resize: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
/*endregion*/
/*region SECTION.FULLIMAGE*/

section.fullimage {
	background-size: cover;
	height: 450px;
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

section.fullimage div#img {
	height: 200px;
	width: 200px;
	background-size: contain;
	background-image: url(./img/page/page_logo.png);
	animation: animatedBackground ease-in-out 2s infinite alternate;
	-moz-animation: animatedBackground ease-in-out 2s infinite alternate;
	-webkit-animation: animatedBackground ease-in-out 2s infinite alternate;
	-ms-animation: animatedBackground ease-in-out 2s infinite alternate;
	-o-animation: animatedBackground ease-in-out 2s infinite alternate;
}

section.fullimage div#img_white {
	height: 200px;
	width: 200px;
	background-size: contain;
	background-image: url(./img/page/page_logo_white.png);
	animation: animatedBackground ease-in-out 2s infinite alternate;
	-moz-animation: animatedBackground ease-in-out 2s infinite alternate;
	-webkit-animation: animatedBackground ease-in-out 2s infinite alternate;
	-ms-animation: animatedBackground ease-in-out 2s infinite alternate;
	-o-animation: animatedBackground ease-in-out 2s infinite alternate;
}

@keyframes animatedBackground {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@-webkit-keyframes animatedBackground {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

section.fullimage#girl {
	background-image: url(./img/full/full_girl.jpg);
}

section.fullimage#fruits {
	background-image: url(./img/full/full_fruits.jpg);
}

section.fullimage#dancers {
	background-image: url(./img/full/full_dancers.jpg);
}

section.fullimage#lift {
	background-image: url(./img/full/full_lift.jpg);
}

section.fullimage#school {
	background-image: url(./img/full/full_school.jpg);
}

section.fullimage#kontakt{
	background-image: url(http://idrotthalsalivsstil.se/wp-content/uploads/full_kontakt.jpg);
}

section.fullimage#om{
	background-image: url(http://idrotthalsalivsstil.se/wp-content/uploads/full_om.jpg);
}

section.fullimage#gymnasium{
	background-image: url(http://idrotthalsalivsstil.se/wp-content/uploads/full_gymnasium.jpg);
}

section.fullimage#hlr {
	background-image: url(./img/full/full_hlr.jpg);
}

section.fullimage#students {
	background-image: url(./img/full/full_students.jpg);
}

@media all and (min-width: 1500px) {
	section.fullimage {
		padding-bottom: 100px;
	}
	section.fullimage div#img,
	section.fullimage div#img_white {
		margin-top: 100px;
	}
}

@media all and (max-width: 500px) {
	section.fullimage {
		height: 350px;
	}
	section.fullimage#girl {
		background-image: url(./img/mobile/mobile_girl.jpg);
	}
	section.fullimage div#img,
	section.fullimage div#img_white {
		height: 150px;
		width: 150px;
	}
}

.ltie10 section.fullimage {
	text-align: center;
	vertical-align: middle;
}

.ltie10 section.fullimage div#img,
.ltie10 section.fullimage div#img_white {
	margin-top: 100px;
	display: inline-block;
}
/*endregion*/
/*region SECTION.QUOTE*/
/*region RADIALS*/

section.quote.radial_yellow {
	background-color: #E7D300;
	background: -webkit-radial-gradient(#E7D300, #AF9700);
	background: radial-gradient(#E7D300, #AF9700);
	background: -webkit-radial-gradient(#E7D300, #AF9700);
	background: -o-radial-gradient(#E7D300, #AF9700);
}

section.quote.radial_yellow * {
	color: black !important;
}

section.quote.radial_blue {
	background-color: #00697C;
	background: -webkit-radial-gradient(#00697C, #004C5A);
	background: radial-gradient(#00697C, #004C5A);
	background: -webkit-radial-gradient(#00697C, #004C5A);
	background: -o-radial-gradient(#00697C, #004C5A);
}

section.quote.radial_red {
	background-color: #DC4F0B;
	background: -webkit-radial-gradient(#DC4F0B, #AE0F09);
	background: radial-gradient(#DC4F0B, #AE0F09);
	background: -webkit-radial-gradient(#DC4F0B, #AE0F09);
	background: -o-radial-gradient(#DC4F0B, #AE0F09);
}

section.quote.radial_red *,
section.quote.radial_blue * {
	color: white !important;
}
/*endregion*/

.swiper-pagination-bullet {
	/* Stylize pagination button: */
	
	cursor: pointer;
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px white solid;
	z-index: 1000;
}

.dark .swiper-pagination-bullet {
	/* Stylize pagination button: */
	
	border: 1px black solid;
}

.dark .swiper-pagination-bullet {
	/* Stylize pagination button: */
	
	border: 1px black solid;
}

.swiper-pagination,
.swiper-pagination-clickable {
	bottom: 60px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.dark .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000 !important;
}

.dark .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

section.quote {
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'MensuraSlabBlack';
	text-align: center;
	height: auto;
}

section.quote .inner {
	max-width: 75%;
}

section.quote p.quote {
	padding: 75px 75px 15px 75px;
	font-size: 2.000em;
	line-height: 40px;
}

section.quote p.quotename {
	padding: 15px 75px 110px 75px;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #DC4F0B;
	letter-spacing: 3px;
}

@media all and (max-width: 750px) {
	section.quote .inner {
		max-width: 100%;
	}
}

@media all and (max-width: 500px) {
	section.quote p.quote {
		font-size: 1.000em;
		line-height: 20px;
	}
	section.quote p.quotename {
		text-transform: uppercase;
		font-size: 0.6em;
		color: #DC4F0B;
		line-height: 16px;
		letter-spacing: 2px;
	}
}

.ltie10 section.quote {
	text-align: center;
}

.ltie10 section.quote .inner {
	margin: 0 auto;
}

.ltie10 section.quote h1,
.ltie10 section.quote p {
	margin: 0 auto;
}

.ltie10 section.quote h1 {
	margin-bottom: 20px;
}
/*endregion*/
/*region SECTION.TEXT*/

.nohr hr {
	display: none !important;
}

section.text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}

section.text .inner {
	max-width: 720px;
	padding: 60px 0 90px 0;
	width: 100%;
}

section.text .inner hr {
	height: 3px;
	background-color: black;
	width: 5%;
	text-align: center;
	margin: 0 auto;
	border: 0;
}

@media all and (max-width: 500px) {
	section.text .inner {
		padding: 30px 0 45px 0;
	}
	section.text {
		padding: 0 25px;
	}
}

.ltie10 section.text {
	text-align: center;
}

.ltie10 section.text .inner {
	margin: 0 auto;
}
/*endregion*/
/*region SECTION.HALF*/

section.half {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

section.half .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	background-position: right;
	background-size: cover;
	color: white;
	padding: 50px;
	overflow: hidden;
}

section.half .inner#img {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

section.half .fruits {
	background-image: url('./img/half/half_fruits.jpg');
}

section.half .inner p {
	margin-bottom: 40px;
	margin-top: 0px;
	max-width: 720px;
}

section.half .inner a {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media all and (max-width: 750px) {
	section.half {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	section.half .inner#text {
		height: auto;
	}
	section.half .inner#img {
		-webkit-box-flex: 0;
		-webkit-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
	section.half .inner#img {
		height: 400px;
		min-height: 400px;
	}
}

@media all and (max-width: 500px) {
	section.half .inner {
		padding: 50px 20px;
	}
	section.half .inner#img {
		height: 200px;
		min-height: 200px;
	}
}

.ltie10 section.half {
	display: table;
	width: 100%;
}

.ltie10 section.half .inner {
	display: table-cell;
	height: 100%;
	width: 50%;
}
/*endregion*/
/*region SECTION.TREEBOX*/

section.treebox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
}

section.treebox .box {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 30%;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	padding: 60px 0;
	color: white;
	overflow: hidden;
}

section.treebox .box p {
	padding: 0 60px;
	font-size: 0.85em;
}

section.treebox .box h3 {}

section.treebox .box.yellow {
	color: black;
}

@media all and (max-width: 750px) {
	section.treebox {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	section.treebox .box {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	section.treebox .box p {
		padding: 0 80px;
	}
}

.ltie10 section.treebox .box {
	width: 33.3%;
	float: left;
}

.ltie10 section.treebox {
	display: inline-block;
	width: 100%;
}
/*endregion*/
/*region SECTION.THREETEXT*/

section.treetext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #efefef;
}

section.treetext .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	max-width: 1100px;
	width: 100%;
}

section.treetext .textbox {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 30%;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	padding: 100px 30px;
	color: black;
	overflow: hidden;
}

section.treetext .textbox p {
	font-size: 0.8em;
}

@media all and (max-width: 750px) {
	section.treetext .inner {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		padding: 60px 0;
	}
	section.treetext .textbox {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 30px;
	}
}

.ltie10 section.treetext .textbox {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}

.ltie10 section.treetext {
	display: inline-block;
	width: 100%;
}

.ltie10 section.treetext .inner {
	margin: 0 auto;
}
/*endregion*/
/*region SECTION.TWOTEXT*/

section.twotext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #00697C;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
}

section.twotext .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	max-width: 1100px;
	width: 100%;
}

section.twotext .textbox {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: 100px 30px 80px 30px;
	;
	overflow: hidden;
}

section.twotext .textbox p {
	font-size: 0.8em;
}

section.twotext a {
	margin-bottom: 80px;
}

@media all and (max-width: 750px) {
	section.twotext .inner {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		padding: 60px 0 30px 0;
	}
	section.twotext .textbox {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 30px;
	}
}

.ltie10 section.twotext .textbox {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.ltie10 section.twotext .inner {
	margin: 0 auto;
	text-align: left;
	display: table;
	clear: both;
}

.ltie10 section.twotext {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.ltie10 section.twotext a.button {}
/*endregion*/
/*region SECTION.ABOUT*/

section.about {
	background-color: #323232;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

section.about .inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 75px 0;
	max-width: 1110px;
}

section.about .inner article {
	background-color: white;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 34%;
	-ms-flex: 1 1 34%;
	flex: 1 1 34%;
	margin: 20px;
	box-sizing: border-box;
}

section.about .inner article img {
	width: 100%;
	height: auto;
	display: block;
}

section.about .inner article div {
	padding: 50px;
}

section.about .inner article div.colorbox {
	font-weight: 700;
	text-transform: uppercase;
}

article div.colorbox p.name {
	font-size: 1.25em;
	line-height: 24px;
	font-family: 'MensuraSlabBlack';
	margin-bottom: 10px;
}

article div.colorbox p.title {
	font-size: 0.75em;
	line-height: 24px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid;
}

section.about .inner article div.textbox {
	padding-top: 0;
}

section.about .inner article:nth-of-type(3n+1) div.colorbox {
	background-color: #E7D300 !important;
	color: black !important;
	border-color: black !important;
}

section.about .inner article:nth-of-type(3n+2) div.colorbox {
	background-color: #DC4F0B !important;
	color: white !important;
	border-color: white !important;
}

section.about .inner article:nth-of-type(3n+3) div.colorbox {
	background-color: #00697C !important;
	color: white !important;
	border-color: white !important;
}

section.about .inner article div.textbox {
	line-height: 35px;
}

section.about .inner article div.textbox h3 {
	margin-top: 50px;
}

@media all and (max-width: 1000px) {
	section.about .inner article div.textbox {
		font-size: 0.75em;
		line-height: 24px;
	}
	section.about .inner article div.textbox h3 {
		font-size: 1.25em;
	}
	article div.colorbox p.name {
		font-size: 1.25em;
		margin-bottom: 5px;
	}
	article div.colorbox p.title {
		font-size: 0.65em;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid black;
	}
	article div.colorbox p.desc {
		font-size: 0.75em;
	}
}

@media all and (max-width: 750px) {
	section.about .inner {
		display: block;
	}
}
/*endregion*/
/*region SECTION.CONTACT*/

section.contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

section.contact .inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 75px 0;
	max-width: 1110px;
}

section.contact .inner div {
	padding: 25px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 40%;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	box-sizing: border-box;
}

section.contact .inner input[type="text"],
section.contact .inner input[type="email"],
section.contact .inner textarea {
	border: 0;
	padding: 5px;
	border: 1px solid lightgray;
	border-radius: 5px;
	color: black;
	resize: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

section.contact .inner form input[type="submit"] {
	width: 100%;
}

section.contact .inner form > p {
	margin: 10px 0;
}

@media all and (max-width: 750px) {
	section.contact .inner {
		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	section.contact .inner div {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

@media all and (max-width: 500px) {
	section.contact .inner div {
		min-width: 251px;
	}
}
/*endregion*/