@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff2') format('woff2'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff2') format('woff2'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Black.woff2') format('woff2'),
		url('../fonts/Roboto-Black.woff') format('woff'),
		url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

a,
a:visited {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover {
	color: inherit;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

a.no-hover {
	color: inherit !important;
}

p em a,
p em a:hover {
	text-decoration: underline;
}

html,
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;

	background-color: #fff;
	color: #343434;
	text-align: left;
	-webkit-overflow-scrolling: touch;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1439px) {

	html,
	body {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {

	html,
	body {
		font-size: 15px;
	}
}

@media (max-width: 767px) {

	html,
	body {
		font-size: 14px;
	}
}

html {
	height: -webkit-fill-available;
}

body {
	overflow-y: scroll;
	min-height: -webkit-fill-available;
}

/*@-moz-document url-prefix() {
  body {
	font-weight: lighter !important;
  }
}*/



h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	padding: 0 0 0.25em 0;
	margin: 0;
	color: #343434;
}


b,
strong {
	font-weight: 700;
}

p {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
}

em {
	font-style: normal;
}


::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}


/* PRELOAD */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 200;
}


/* PACE */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #867360;
	position: fixed;
	z-index: 2000;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 1px;
}



/* PAGE */
#page {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* NAV */
#nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	z-index: 250;
	background: transparent;
	color: #fff;
	padding: 10px 50px 10px 25px;
	border-bottom: 1px solid #fff;
}

#nav.belowheader {
	background: #5e6362;
	border-bottom: none;
}

#nav-logo {
	display: inline-block;
}

#nav-logo {
	display: inline-block;
	width: 250px;
	height: 55px;
}

.navigation {
	display: inline-block;
	float: right;
	font-size: 15px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -25px 0 0;
	overflow: hidden;
}

#nav li {
	display: inline-block;
	padding: 0 25px 0 0;
	margin: 0;
}

#nav li a {
	display: block;
	line-height: 55px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

#nav li a.active {
	color: #c0a99a;
}

@media (max-width: 991px) {
	#nav {
		height: 60px;
		padding: 10px 25px;
	}

	#nav-logo {
		width: 185px;
		height: 40px;
	}

	.navigation {
		font-size: 12px;
	}

	#nav ul {
		margin: 0 -10px 0 0;
	}

	#nav li {
		padding: 0 10px 0 0;
	}

	#nav li a {
		line-height: 40px;
	}

}

@media (max-width: 991px) {
	#nav {
		height: 50px;
		padding: 5px 10px;
	}

	#nav ul {
		margin: 0 -10px 0 0;
	}

	#nav li {
		padding: 0 10px 0 0;
	}

	#nav li a {
		line-height: 40px;
	}

}

@media (max-width: 767px) {
	#nav-logo {
		position: relative;
		z-index: 50;
	}

	.navigation {
		display: flex;
		align-items: center;
		position: absolute;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #5e6362;
		float: none;
		font-size: 14px;
		overflow: hidden;
		-webkit-transition: top 0.25s;
		-moz-transition: top 0.25s;
		-o-transition: top 0.25s;
		transition: top 0.25s;
	}

	.navopen .navigation {
		top: 0;
	}

	.nav,
	#nav ul {
		width: 100%;
		margin: 0;
	}

	#nav li {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	#nav li a {
		display: block;
		text-align: center;
	}
}




#hamburger {
	display: none;
}

@media (max-width: 767px) {
	#hamburger {
		display: block;
		position: fixed;
		width: 60px;
		height: 50px;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 325;
	}

	#hamburger .line {
		position: absolute;
		left: 17px;
		height: 2px;
		background: #fff;
		-webkit-transition: 0.5s ease all;
		-moz-transition: 0.5s ease all;
		-o-transition: 0.5s ease all;
		transition: 0.5s ease all;
		opacity: 1;
	}

	#hamburger .lineA {
		top: 21px;
		width: 26px;
	}

	#hamburger .lineB {
		bottom: 21px;
		width: 20px;
	}

	.navopen #hamburger .lineA {
		left: 20px;
		width: 20px;
		top: 24px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.navopen #hamburger .lineB {
		left: 20px;
		width: 20px;
		bottom: 24px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/* HEADER */
#header {
	display: block;
	width: 100%;
	height: auto;

	background: #867360;
	color: #fff;
	position: relative;
}

.header-slider:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 25;
}

.header-slider .uk-slidenav {
	z-index: 50;
}

.header-overlay {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	pointer-events: none;

}

.header-text {
	width: 100%;
	height: auto;
	padding: 50px;
	text-align: center;
}

#header h1 {
	font-size: 5em;
	font-weight: 900;
	color: #fff;
	padding: 0;
	margin: 0;
}

#header h1 img {
	width: 2em;
	position: relative;
	top: -0.125em;
}

@media (min-width: 1720px) {
	.header-text {
		font-size: 1.5em;
	}
}

@media (min-width: 2000px) {
	.header-text {
		font-size: 1.75em;
	}
}

@media (min-width: 2250px) {
	.header-text {
		font-size: 2em;
	}
}

@media (max-width: 1024px) {
	.header-text {
		font-size: 0.75em;
	}
}

@media (max-width: 767px) {
	.header-text {
		font-size: 6px;
	}
}


/* SECTIONS */
.limit {
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

.nav-limit,
.partner-limit {
	max-width: 1440px;
}

.content-limit,
.hr-limit {
	max-width: 760px;
}

.hr-limit-wide {
	max-width: 1080px;
}

#header img,
.section img,
.section-hr img {
	width: 300px;
}

/* SECTIONS */
.section {
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}

.references-content {
	margin: 0 -50px;
}

.textalign-center {
	text-align: center;
}

.before150px {
	padding-top: 150px;
}

.before100px {
	padding-top: 100px;
}

.before75px {
	padding-top: 75px;
}

.before50px {
	padding-top: 50px;
}

.before25px {
	padding-top: 20px;
}

.before0px {
	padding-top: 0;
}

.after150px {
	padding-bottom: 150px;
}

.after100px {
	padding-bottom: 100px;
}

.after75px {
	padding-bottom: 75px;
}

.after50px {
	padding-bottom: 50px;
}

.after25px {
	padding-bottom: 20px;
}

.after0px {
	padding-bottom: 0;
}

.bgwhite {
	background-color: #fff;
}

.bggrey {
	background-color: #d7d8d7;
}



@media (max-width: 1024px) {
	.before150px {
		padding-top: 100px;
	}

	.before100px {
		padding-top: 75px;
	}

	.before75px {
		padding-top: 75px;
	}

	.before50px {
		padding-top: 50px;
	}

	.before25px {
		padding-top: 20px;
	}

	.after150px {
		padding-bottom: 100px;
	}

	.after100px {
		padding-bottom: 75px;
	}

	.after75px {
		padding-bottom: 75px;
	}

	.after50px {
		padding-bottom: 50px;
	}

	.after25px {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.section {
		padding-left: 25px;
		padding-right: 25px;
	}

	.references-content {
		margin: 0 -25px;
	}

	.before150px {
		padding-top: 75px;
	}

	.before100px {
		padding-top: 50px;
	}

	.before75px {
		padding-top: 50px;
	}

	.before50px {
		padding-top: 40px;
	}

	.before25px {
		padding-top: 20px;
	}

	.after150px {
		padding-bottom: 75px;
	}

	.after100px {
		padding-bottom: 50px;
	}

	.after75px {
		padding-bottom: 50px;
	}

	.after50px {
		padding-bottom: 40px;
	}

	.after25px {
		padding-bottom: 20px;
	}
}



/* INTRO */
#intro {
	text-align: center;
}

#intro h2 {
	font-size: 2em;
	font-weight: 900;
	line-height: 1.75;
	text-transform: uppercase;
	padding: 0 0 25px 0;
	margin: 0;
}

#intro p {
	font-size: 1em;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	#intro h2 {
		font-size: 20px;
	}
}



/* HR */
.hr-limit {
	position: relative;
}

.section-hr {
	padding: 0 50px;
}

.section-hr hr {
	width: 100%;
	height: 1px;
	background: #ae9989;
	padding: 0;
	margin: 0;
	border: none;
}

.section-hr img {
	position: absolute;
	left: calc(100% + 25px);
	width: auto;
	height: 10em;
	top: -5.5em;
}

@media (min-width: 1440px) {
	.section-hr img {
		height: 14em;
		top: -8em;
	}
}

@media (max-width: 1199px) {
	.section-hr hr {
		width: 75%;
	}

	.section-hr img {
		left: calc(75% + 25px);
		height: 10em;
		top: -5.5em;
	}
}

@media (max-width: 767px) {
	.section-hr {
		padding: 0 25px;
	}

	.section-hr hr {
		width: 85%;
	}

	.section-hr img {
		left: calc(85% + 10px);
		height: 5em;
		top: -2.75em;
	}
}



/* ABOUT */
.about-row {
	height: auto;
	margin: -25px;
	overflow: hidden;
}

.about-col {
	display: inline-block;
	height: auto;
	padding: 25px;
	vertical-align: top;
}

.about-image {
	width: 35%;
}

.about-image img {
	width: 100%;
	height: auto;
}

.about-image p {
	text-transform: uppercase;
	padding: 25px 0 0 0;
	margin: 0;
	color: #5e6362;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.about-image p strong {
	color: #343434;
}

.about-text {
	width: 65%;
	margin: 0 0 -1.5em 0;
	overflow: hidden;
}

.about-text p {
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0 1.5em 0;
	margin: 0;
	text-align: left;
}

@media (max-width: 767px) {
	.about-row {
		text-align: center;
	}

	.about-image {
		width: 100%;
		max-width: 300px;
	}

	.about-text {
		width: 100%;
	}
}


/* REFERENCES */
.references-content {
	background: #fff;
	height: auto;
	overflow: hidden;
}

#references h3 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 25px 0;
	margin: 0;
	text-align: center;
}

@media (max-width: 767px) {
	#references h3 {
		font-size: 16px;
	}
}

#filters {
	padding: 25px;
	text-align: center;
}

#filters ul {
	display: block;
	text-align: center;
	margin: 0;
}

#filters li {
	display: inline-block;
	padding: 0;
	border-left: 1px solid #343434;
}

#filters li.resetfilter {
	border-left: none;
}

#filters li a {
	color: #5e6362;
	padding: 5px 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#filters li a:hover {
	background: transparent;
	color: #343434;
}

#filters li.uk-active a {
	background: transparent;
	color: #343434;
	font-weight: 700;
}

#galerie {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.galerie-cutter {
	margin: 0 -1px -1px 0;
	height: auto;
	overflow: hidden;
}

.galerie {
	background: #fff;
	padding: 0 1px 1px 0;
	position: relative;
}

.galerie:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 1px;
	bottom: 1px;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.galerie:hover:after {
	background: rgba(0, 0, 0, 0.25);
}

.galerie,
.galerie img {
	display: block;
	width: 100%;
	max-width: none !important;
	height: auto;
}


/* QUOTE */
.quote {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 50px;
	margin: 0;
	text-align: center;
	position: relative;
}

.quote:before {
	content: '\201D';
	position: absolute;
	top: -0.125em;
	left: 0;
	font-size: 10em;
	line-height: 1;
	color: #be996f;
}

.quote:after {
	content: '\201C';
	position: absolute;
	bottom: -0.725em;
	right: 0;
	font-size: 10em;
	line-height: 1;
	color: #be996f;
}

.quote-text {
	position: relative;
	z-index: 10;
}


/* PARTNER */
.partners {
	height: auto;
	overflow: hidden;
}

.partner-row {
	height: auto;
	margin: 0 -10px;
	padding: 0;
	overflow: hidden;
}

.partner-col {
	display: inline-block;
	width: 16.6666%;
	height: auto;
	padding: 0 10px;
	margin: 0;
	float: left;
}

.partner-col img {
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.partner-col {
		width: 25%;
	}
}

@media (max-width: 600px) {
	.partner-col {
		width: 33.3333%;
	}
}




/* REQUEST */
#request {}

#request h2 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 25px 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#request h2 {
		font-size: 16px;
	}
}


.form-row {
	height: auto;
	margin: -15px -10px;
	padding: 0;
	overflow: hidden;
}

.form-col {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 15px 10px;
	float: left;
}

.form-col-35 {
	width: 35%;
}

.form-col-65 {
	width: 65%;
}

.form-col-max {
	width: 100%;
}

.form-box {
	width: 100%;
	height: auto;
	position: relative;
}

.form-box input {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 0 5px 4.125em;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom: 1px solid #8a8c8b;
	color: #343434;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
	background: transparent;
}

.form-box input.notvalid {
	background: #e6e6e6;
}

.form-col-max .form-box input {
	padding: 5px 0 5px 6em;
}

.form-box label {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 0 5px 5px;
	margin: 0;
	font-size: 1em;
	line-height: 1.25;
	font-weight: 400;
	color: #8a8c8b;
}



.customcheck {
	padding: 30px 0 0 0;
}

.customcheck p {
	padding: 0.15em 0 0 0;
}

.customcheck p a {
	text-decoration: underline;
}

.customdata {
	padding: 0 0 0 42px;
	margin: 0;
	position: relative;
	min-height: 30px;
}

input.dsgvocheck {
	position: absolute;
	left: 0;
	top: 0;
}

.customdata label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.customdata input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.customdata .check {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #8a8c8b;
}

.customdata .check.notvalid {
	background-color: #e6e6e6;
}

.customdata .check:after {
	content: '';
	position: absolute;
	display: none;
	left: 10px;
	top: 2px;
	width: 10px;
	height: 20px;
	border: solid #343434;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: inherit;
}

.customdata input:checked~.check:after {
	display: block;
}

.form-button-wrap {
	padding: 50px 0 0 0;
	text-align: center;
}

#send {
	display: inline-block;
	color: #343434;
	background: #fff;
	padding: 5px 50px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #343434;
	border-radius: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#send:hover {
	background: #d7d8d7;
}

.response {
	display: none;
	padding: 15px 0 0 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.response.error,
.response.neutral {
	display: block;
}

@media (max-width: 500px) {
	.form-col {
		width: 100% !important;
	}
}


/* MAP CONTACT */
#contact {
	padding: 0;
}

.contact-row {
	height: auto;
	overflow: hidden;
	padding: 0 0 0 65%;
	position: relative;
}

.contact-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 100%;
	background: #343434;
}

.contact-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 10;
}


@media (max-width: 1199px) {
	.contact-row {
		padding: 0 0 0 50%;
	}

	.contact-map {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact-row {
		padding: 0;
	}

	.contact-map {
		position: relative;
		width: 100%;
		height: 250px;
		display: none;
	}
}

.contact-text {
	height: auto;
	padding: 50px;
}

@media (max-width: 767px) {
	.contact-text {
		padding: 50px 25px;
	}
}

.contact-text img {
	width: 15em;
	height: auto;
	margin: 0 0 25px 0;
}

.contact-text-content {
	height: auto;
	overflow: hidden;
	padding: 0 0 0 2.75em;
}

.contact-text-content h2 {}

.contact-text-content h2 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.contact-text-content h3 {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 25px 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.contact-textblock {
	height: auto;
	margin: 0 0 -25px 0;
	overflow: hidden;
}

.contact-textblock p {
	padding: 0 0 25px 0;
	margin: 0;
}

.contact-textblock p a:hover {
	text-decoration: underline;
}

.contact-textblock strong.tabs {
	display: inline-block;
	width: 1em;
}

@media (max-width: 767px) {
	.contact-text-content h2 {
		font-size: 16px;
	}
}




/* FOOTER */
#footer {
	width: 100%;
	height: auto;
	padding: 25px 50px;
	background: #5e6261;
	color: #fff;
	position: relative;
}

.footer-limit {
	position: relative;
}

#footer ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 -1em 0 0;
}

#footer li {
	display: inline-block;
	padding: 0 1em 0 0;
	margin: 0;
}

#footer a {
	color: #fff;
	font-size: 0.75em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#footer a:hover {
	text-decoration: underline;
}

.redfloor {
	position: absolute;
	top: -12px;
	right: 0;
	width: 34px;
	height: auto;
}

@media (max-width: 767px) {
	#footer {
		padding: 25px;
	}
}

/* LEGAL */
#hiddencontent {
	display: none;
}

#hiddencontent.shown {
	display: block;
}

#hiddencontent ul {
	padding: 0 0 0.5em 0;
	margin: 0 0 0 1.25em;
}

#hiddencontent ul li {
	padding: 0;
	margin: 0;
}