:root {
	--web-width: 1170px;
}

html {
	background: #6BC027;
}

body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	margin: 0;
}

body * {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body > header {
	display: flex;
	flex-wrap: wrap;
}

body > header > div {
	flex: 1;
}

body > header > div:first-child {
	flex-basis: 45%;
	position: relative;
	z-index: 2;
}

body > header > div:first-child > div {
	color: #FFF;
	background: #358922;
	background-image: linear-gradient(90deg,#6BC027,#358922);
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 20px 0 20px 30px;
	position: relative;
}

body > header > div:first-child > div:after {
	content: '';
	border-top: none;
	border-left: none;
	border-right: 5em solid transparent;
	border-bottom: 10em solid #358922;
	position: absolute;
	right: -5em;
	bottom: 0;
	z-index: 1;
}

body > header > div:first-child > div > i {
	font-size: 200%;
	vertical-align: -20%;
	margin: 5px .4em 5px 0;
}

body > header > div:nth-child(2) {
	flex-basis: 55%;
}

body > header > div:nth-child(2) > div {
	color: #FFF;
	background: #000;
	letter-spacing: .05em;
	padding: 10px 30px 10px 100px;
	position: relative;
}

body > header > div:nth-child(2) > div:before {
	content: '';
	border-top: 8em solid #000;
	border-left: 4em solid transparent;
	border-right: none;
	border-bottom: none;
	position: absolute;
	left: -4em;
	bottom: 0;
	z-index: 1;
}

body > header > div:nth-child(2) > div strong {
	font-weight: 700;
}

body > header > div:nth-child(2) > div a {
	color: #CCC;
}

body > header > div:nth-child(2) > div a:hover {
	color: #FFF;
}

body > header > div:last-child {
	text-align: center;
	padding: 30px;
	flex-basis: 100%;
}

body > header > div:last-child > div {
	margin: 0 auto;
	max-width: var(--web-width);
}

body > header > div > div > span {
	display: inline-block;
}

body > header > div > div > .logo {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

body > header > div > div > .logo img {
	vertical-align: middle;
	max-width: 100%;
}

body > header > div > div > .logo a:last-child img {
	filter: grayscale(1);
	opacity: .25;
}

body > header > div > div > .logo > .shine {
	background: url('images/shine.png') no-repeat;
	background-position: -100% center;
	background-size: contain;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: overlay;
	animation: logoShineAnim 3s ease-in 500ms 1 forwards;
}

@keyframes logoShineAnim {
	0% {
		background-position: -50% center;
		right: 0;
		bottom: 0;
	}
	99% {
		background-position: 150% center;
		right: 0;
		bottom: 0;
	}
	100% {
		background-position: 150% center;
		top: -100%;
		bottom: 100%;
	}
}

@media (max-width: 520px) {

	body > header > div:first-child,
	body > header > div:nth-child(2) {
		flex-basis: 100%;
	}

	body > header > div:first-child > div,
	body > header > div:nth-child(2) > div {
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}

	body > header > div:first-child > div:after,
	body > header > div:nth-child(2) > div:before {
		display: none;
	}

}

body > section.title {
	background: #CA0 url('images/bg.jpg') no-repeat center center;
	background-size: cover;
	background-blend-mode: soft-light;
	border-bottom: 90px solid #FFF;
	padding-top: 90px;
}

body > section.title > div {
	background: #FFF;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	max-width: var(--web-width);
}

body > section.title > div > div {
	font-size: 10.5pt;
	flex: 1;
	margin-bottom: -30px;
	padding: 30px 15px 0 15px;
}

body > section.title img {
	vertical-align: top;
	margin: 0 30px 30px 0;
	max-width: 50%;
	float: left;
}

body > section.title h1 {
	font-family: 'Microsoft PhagsPa', 'Open Sans', sans-serif;
	font-size: 36pt;
	font-weight: 700;
	text-transform: uppercase;
}

body > section.title p {
	text-align: justify;
	margin-top: 25px;
}

body > section.content {
	background: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

body > section.content.contact {
	padding-top: 30px;
	padding-bottom: 30px;
}

body > section.content.green {
	background: #6BC027;
}

body > section.content h2 {
	font-family: 'Microsoft PhagsPa', 'Open Sans', sans-serif;
	font-size: 24pt;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 60px;
}

body > section.content h2 span {
	border-bottom: 4px solid #000;
}

body > section.content h3 {
	font-family: 'Microsoft PhagsPa', 'Open Sans', sans-serif;
	font-size: 13.5pt;
	font-weight: 700;
	text-transform: uppercase;
}

body > section.content > div > p {
	font-size: 10.5pt;
	text-align: justify;
	margin: 15px 60px;
}

body > section.content.contact > div > p {
	text-align: center;
	margin: 15px 30px;
}

body > section.content > div {
	margin: 0 auto;
	padding: 15px 30px;
	max-width: var(--web-width);
}

body > section.content > div div.flex {
	display: flex;
	flex-wrap: wrap;
}

body > section.content > div div.flex > div {
	font-size: 10.5pt;
	text-align: justify;
	padding: 30px 60px;
	flex: 1 0 50%;
	position: relative;
}

body > section.content > div div.flex > div:nth-child(odd) > h3:before {
	content: '';
	border-right: 4px solid #000;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-25deg);
}

body > section.content > div div.flex > div:nth-child(even) {
	text-align-last: right;
}

body > section.content > div div.flex > div:nth-child(even) > h3 {
	text-align: right;
}

body > section.content > div div.flex > div > p {
	margin-top: 15px;
}

body > section.photos {
	overflow: hidden;
	padding-top: 30px;
	min-height: 75vh;
	position: relative;
	transition: height 1s;
}

body > section.photos > .list {
	display: flex;
	align-items: end;
}

body > section.photos > .list > div {
	display: inline-flex;
	align-items: flex-end;
	flex: 0 1 50vw;
	max-width: 100vw;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	transition: transform 1s;
}

body > section.photos > .list > div.left {
	transform: translateX(-125%);
}

body > section.photos > .list > div.right {
	transform: translateX(25%);
}

body > section.photos > .list > div.center {
	z-index: 2;
	transform: translateX(-50%);
}

body > section.photos > .list > div.neighbour {
	z-index: 1;
}

body > section.photos > .list > div > img {
	background: #000;
	border: 4px solid #FFF;
	border-bottom: none;
	vertical-align: bottom;
	margin: 0 auto;
	max-width: 100vw;
	max-height: 75vh;
	transition: max-height 1s;
}

body > section.photos > .list > div.left > img,
body > section.photos > .list > div.right > img {
	max-height: 50vh;
}

body > section.photos > div.control {
	margin: 0 auto;
	width: 100%;
	max-width: var(--web-width);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%,-50%);
}

body > section.photos > div.control > a {
	color: #FFF;
	font-size: 60pt;
	padding: 8px;
	display: block;
	position: absolute;
}

body > section.photos > div.control > a:first-child {
	left: 0;
	text-shadow: 4px 4px 0 rgba(0,0,0,.25);
}

body > section.photos > div.control > a:last-child {
	right: 0;
	text-shadow: -4px 4px 0 rgba(0,0,0,.25);
}

body > section:last-child a {
	font-weight: 700;
	text-decoration: underline;
}

body > section:last-child a:hover {
	text-decoration: none;
}

@media (max-width: 900px) {

	body > section.content > div div.flex > div {
		flex-basis: 100%;
	}

	body > section.content > div div.flex > div:nth-child(odd) > h3:before {
		display: none;
	}

}

@media (max-width: 500px) {

	body > section.title img {
		max-width: 100%;
		float: none;
	}

	body > section.title > div > div {
		margin-bottom: 0;
	}

	body > section.content > div div.flex > div {
		padding-left: 0;
		padding-right: 0;
	}

	body > section.content > div > p,
	body > section.content.contact > div > p {
		margin-left: 0;
		margin-right: 0;
	}

}