/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../_fonts/montserrat-v14-latin-300.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
			 url('../_fonts/montserrat-v14-latin-300.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/montserrat-v14-latin-300.woff2') format('woff2'),
			 url('../_fonts/montserrat-v14-latin-300.woff') format('woff'),
			 url('../_fonts/montserrat-v14-latin-300.ttf') format('truetype'),
			 url('../_fonts/montserrat-v14-latin-300.svg#Montserrat') format('svg');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/montserrat-v14-latin-600.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
			 url('../_fonts/montserrat-v14-latin-600.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/montserrat-v14-latin-600.woff2') format('woff2'),
			 url('../_fonts/montserrat-v14-latin-600.woff') format('woff'),
			 url('../_fonts/montserrat-v14-latin-600.ttf') format('truetype'),
			 url('../_fonts/montserrat-v14-latin-600.svg#Montserrat') format('svg');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/montserrat-v14-latin-700.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
			 url('../_fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/montserrat-v14-latin-700.woff2') format('woff2'),
			 url('../_fonts/montserrat-v14-latin-700.woff') format('woff'),
			 url('../_fonts/montserrat-v14-latin-700.ttf') format('truetype'),
			 url('../_fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg');
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ #ff0000 ... red
_ #1c8400 ... green
_ #ffa000 ... orange
_ #009dff ... blue
_ #1cd2bc ... turquoise
_ #ffa001 ... yellow

FONTS:
_ font-family: 'Montserrat', sans-serif;
_ font-weight: 300/600/700;
_ font-style: normal;

*/

/* ==========================================================================
   BASICS
   ========================================================================== */

html, body {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background: #fff url('../images/main/grid_80p.png') scroll repeat center top;
	background-size: 1932px 1359px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	/*letter-spacing: 0.01em;*/
	color: #000;
	text-align: center;
	/*
	font-variant-numeric: proportional-nums;
	-webkit-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum=1";
	-ms-font-feature-settings: "onum" 1;
	-o-font-feature-settings: "onum" 1;
	font-feature-settings: "onum" 1;
	*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #1cd2bc; background-color: #fff; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 38px;
	z-index: 13;
}

.pageHomeOK header {
	padding-top: 0;
	z-index: 12;
}

header > div.logo {
	position: absolute;
	right: 50px;
	top: 80px;
	width: 250px;
	height: auto;
	z-index: 4;
}

header > div.logo img {
	width: 100%;
	height: auto;
}

header > nav.main {
	position: absolute;
	left: calc(50% - (1290px / 2));
	top: 0;
	width: 1290px;
	height: 38px;
	background-color: #fff;
	overflow: hidden;
	z-index: 3;
}

.pageHomeOK header > nav.main {
	left: 0;
	width: 100%;
}

header > div.picture {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.pageHomeOK header > div.picture {
	height: 100vh;
	background: transparent url('../images/content/2000x1000/home@2x.jpg') scroll no-repeat center center;
	background-size: cover;
}

header > div.picture > picture,
header > div.picture > picture > img {
	width: 100%;
	height: auto;
}

header > div.colors {
	position: absolute;
	left: calc(50% - (1290px / 2));
	top: 38px;
	width: 1290px;
	height: 8px;
	z-index: 2;
}

/*.pageHomeOK header > div.colors {
	top: calc(50% - 20px);
}*/

header > div.colors > span {
	position: absolute;
	top: 0;
	height: 100%;
}

header > div.colors > span:nth-of-type(1) { background-color: #009dff; left: calc(100% * (0 / 1045)); width: calc(100% * (238 / 1045)); }
header > div.colors > span:nth-of-type(2) { background-color: #000000; left: calc(100% * ((0 + 238) / 1045)); width: calc(100% * (82 / 1045)); }
header > div.colors > span:nth-of-type(3) { background-color: #006200; left: calc(100% * ((0 + 238 + 82) / 1045)); width: calc(100% * (38 / 1045)); }
header > div.colors > span:nth-of-type(4) { background-color: #ffa001; left: calc(100% * ((0 + 238 + 82 + 38) / 1045)); width: calc(100% * (150 / 1045)); }
header > div.colors > span:nth-of-type(5) { background-color: #1c8400; left: calc(100% * ((0 + 238 + 82 + 38 + 150) / 1045)); width: calc(100% * (26 / 1045)); }
header > div.colors > span:nth-of-type(6) { background-color: #1b0000; left: calc(100% * ((0 + 238 + 82 + 38 + 150 + 26) / 1045)); width: calc(100% * (46 / 1045)); }
header > div.colors > span:nth-of-type(7) { background-color: #1cd2bc; left: calc(100% * ((0 + 238 + 82 + 38 + 150 + 26 + 46) / 1045)); width: calc(100% * (189 / 1045)); }
header > div.colors > span:nth-of-type(8) { background-color: #1b0000; left: calc(100% * ((0 + 238 + 82 + 38 + 150 + 26 + 46 + 189) / 1045)); width: calc(100% * (88 / 1045)); }
header > div.colors > span:nth-of-type(9) { background-color: #ff0000; left: calc(100% * ((0 + 238 + 82 + 38 + 150 + 26 + 46 + 189 + 88) / 1045)); width: calc(100% * (188 / 1045)); }

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 11;
}

.pageHomeOK main { z-index: 12; }
.pageHomeOK.jsNO main { display: none; }

main > section {
	position: relative;
	width: 100%;
	max-width: 1290px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
}

.pageHomeOK main > section {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	background-color: #ffa000;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	max-width: 1290px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;
	z-index: 12;
}

.pageHomeOK footer { display: none; z-index: 11; }

footer.fixed {
	position: fixed;
	left: calc(50% - (1290px / 2));
	bottom: 0;
}

footer > div.address,
footer > div.legal {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}

footer > div.address {
	position: relative;
	left: calc(50% - 1290px / 2 + 100px);
	width: 300px;
	height: auto;
	text-align: left;
	z-index: 1;
}

footer > div.legal {
	position: absolute;
	right: calc(50% - 1290px / 2 + 100px);
	top: 50px;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 2;
}

footer > div.line {
	position: absolute;
	top: 0;
	left: calc(50% - (1090px / 2));
	width: 100%;
	max-width: 1090px;
	height: 1px;
	border-top: 1px solid #000;
	z-index: 2;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

/* VIDEO 16:9 */

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.jsNO .video { display: none; }

.video > video,
.video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* MAP */

div.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100% !important;
	padding-bottom: 56.25% !important;
	overflow: hidden;
}

.jsNO div.map { display: none; }

div.map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

/* ETC */

.fontColorTurquoise, .fontColorTurquoise h1 { color: #1cd2bc; }

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, .h1, h2, .h2 {
	position: relative;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 2em 0;
}

h2, .h2 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}

h1 > span, .h1 > span, h2 > span, .h2 > span {
	display: block;
	text-transform: none;
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.25em;
}

/*
h2 > span, .h2 > span {
	font-size: 16px;
	line-height: 1.25em;
}
*/

div + h2, p + h2, ul + h2, ol + h2, h1 + h2,
div + h1, p + h1, ul + h1, ol + h1 { margin-top: 40px !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

a,
a:link,
a:visited {
	text-decoration: none;
	border-bottom: 0;
}

main a,
main a:link,
main a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 0.5px solid #000;
}

main a.borderNO,
main a.borderNO:link,
main a.borderNO:visited {
	border-bottom: 0 !important;
}

body[data-pixelratio='1'] main a,
body[data-pixelratio='1'] main a:link,
body[data-pixelratio='1'] main a:visited {
	border-bottom-width: 1px;
}

main a:hover,
main a:focus,
main a:active,
main a:visited:hover,
main a:visited:focus,
main a:visited:active {
	color: #1cd2bc;
	border-bottom-width: 1px;
	border-bottom-color: #1cd2bc;
}

body[data-pixelratio='1'] main a:hover,
body[data-pixelratio='1'] main a:focus,
body[data-pixelratio='1'] main a:active,
body[data-pixelratio='1'] main a:visited:hover,
body[data-pixelratio='1'] main a:visited:focus,
body[data-pixelratio='1'] main a:visited:active {
	border-bottom-width: 2px;
}

footer a,
footer a:link,
footer a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 0 !important;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #1cd2bc;
}

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl { position: relative; margin: 0 0 40px 0; }
ul > li, ol > li, dl > li { position: relative; }

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 21px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 21px;
}

/* NO BULLETS */

ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.dotsNO > li {
	padding-left: 0 !important;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* HEADER > MAIN */

header > nav.main > ul {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

header > nav.main > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
}

header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	padding: 12px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: left;
	color: #999;
}

.pageHomeOK header > nav.main > ul > li > a,
.pageHomeOK header > nav.main > ul > li > a:link,
.pageHomeOK header > nav.main > ul > li > a:visited {
	color: #000;
}

header > nav.main > ul > li > a:hover,
header > nav.main > ul > li > a:focus,
header > nav.main > ul > li > a:active,
header > nav.main > ul > li > a:visited:hover,
header > nav.main > ul > li > a:visited:focus,
header > nav.main > ul > li > a:visited:active {
	color: #000;
}

.pageHomeOK header > nav.main > ul > li > a:hover,
.pageHomeOK header > nav.main > ul > li > a:focus,
.pageHomeOK header > nav.main > ul > li > a:active,
.pageHomeOK header > nav.main > ul > li > a:visited:hover,
.pageHomeOK header > nav.main > ul > li > a:visited:focus,
.pageHomeOK header > nav.main > ul > li > a:visited:active {
	color: #ffa000;
}

header > nav.main > ul > li.act > a,
header > nav.main > ul > li.act > a:link,
header > nav.main > ul > li.act > a:visited,
header > nav.main > ul > li.act > a:hover,
header > nav.main > ul > li.act > a:focus,
header > nav.main > ul > li.act > a:active,
header > nav.main > ul > li.act > a:visited:hover,
header > nav.main > ul > li.act > a:visited:focus,
header > nav.main > ul > li.act > a:visited:active {
	color: #1cd2bc;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO { font-size: 0; line-height: 0; }
.hyphenOK { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	max-width: 570px;
	height: 57px;
	margin: 75px auto;
	border: 0;
	background: transparent url('../images/main/hr@3x.png') scroll no-repeat center center;
	background-size: 1000px 57px;
	opacity: 1;
}
/*body[data-pixelratio='1'] hr { border-top-width: 1px; }*/

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }
.marginTopZero { margin-top: 0 !important; }
.marginBottomZero { margin-bottom: 0 !important; }

p, .p { margin: 0 0 1.5em 0; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

table { position: relative; width: 100%; border-width: 0; margin: 0 0 1.667em 0; border-collapse: collapse; empty-cells: hide; }
th, td { background-color: transparent; vertical-align: top; }

table.center { width: 100%; height: 100%; margin: 0; }
table.center > tbody > tr > td { width: 100%; height: 100% !important; text-align: center; vertical-align: middle; }

picture, figure { position: relative; display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; opacity: 1; font-size: 12px; line-height: 1.667em; text-transform: uppercase; padding-top: 7px; padding-right: 25%; }
img { border: 0; height: auto; max-width: 100%; }

video {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-appearance: none;
}

strong { font-weight: 600; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 0; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -50px;
	width: calc(100% + 50px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

div.subcolumns > div.col {
	position: relative;
	margin-left: 50px;
}

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 50px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 50px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 50px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 50px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 50px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 50px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 50px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 50px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 50px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 50px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 50px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 50px); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; padding-top: 7px; }

.columns-2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
}

.columns-3 {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
}

/* ==========================================================================
   FORMS
   ========================================================================== */

div.formWrapper {
	position: relative;
	width: 100%;
	height: auto;
	/*margin-bottom: 1.5em;*/
	text-align: left;
}

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	margin-bottom: 1.5em;
	font-weight: 700;
	color: #ffa000;
}

form { position: relative; overflow: hidden; margin: 0; }

select, input, textarea, label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.333em;
	color: #000;
	text-align: left;
}

div.inputset {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.333em;
}

label {
	position: absolute;
	left: 10px;
	top: 5px;
	width: auto;
	height: auto;
	/*
	padding-top: 10px;
	padding-left: 0;
	*/
	font-weight: 700;
	font-size: 12px;
	color: #999;
	z-index: 2;
}

/*
div.inputset > label,
div.inputset > input {
	display: inline-block;
	vertical-align: top;
}
*/

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #f0f0f0;
	border: 0;
	border-radius: 3px;
	z-index: 1;
}

textarea { height: 150px; }

input[type='date']:focus, input[type='date']:active,
input[type='email']:focus, input[type='email']:active,
input[type='number']:focus, input[type='number']:active,
input[type='password']:focus, input[type='password']:active,
input[type='tel']:focus, input[type='tel']:active,
input[type='text']:focus, input[type='text']:active,
input[type='url']:focus, input[type='url']:active,
textarea:focus, textarea:active {
	outline: none !important;
	background-color: #1cd2bc;
	color: #fff;
	z-index: 3;
}

/*
input[type='date']:not(:placeholder-shown),
input[type='email']:not(:placeholder-shown),
input[type='number']:not(:placeholder-shown),
input[type='password']:not(:placeholder-shown),
input[type='tel']:not(:placeholder-shown),
input[type='text']:not(:placeholder-shown),
input[type='url']:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
	z-index: 3;
}
*/

input[type='date'].filled,
input[type='email'].filled,
input[type='number'].filled,
input[type='password'].filled,
input[type='tel'].filled,
input[type='text'].filled,
input[type='url'].filled,
textarea.filled {
	z-index: 3;
}

input#ff_captchaCode {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% 100%;
	margin-bottom: 3px;
}

/*
input:required:invalid,
input:focus:invalid {
	background-image: url('../images/graphics/form-icon-exclamation@3x.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 29px 25px;
}
*/

/*
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0px 9999px #fff;
}
*/

/*
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type='number'],
input[type='date'] { -moz-appearance: textfield; }
*/

/*
input:placeholder-shown { border: 1px solid red; padding: 0; }
input::placeholder { border: 1px solid green; }
*/

/*
input::placeholder { opacity: 0.25; color: #000; padding-top: 3px; }
textarea::placeholder { opacity: 0.25; color: #000; padding-top: 3px; }
input:-ms-input-placeholder { opacity: 0.25; color: #000; padding-top: 3px; }
textarea:-ms-input-placeholder { opacity: 0.25; color: #000; padding-top: 3px; }
input::-ms-input-placeholder { opacity: 0.25; color: #000; padding-top: 3px; }
textarea::-ms-input-placeholder { opacity: 0.25; color: #000; padding-top: 3px; }
*/

input[type=checkbox] { margin-right: 10px; margin-top: 6px; }

input[type=button],
input[type=submit],
input[type=reset] {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	background-color: #1cd2bc;
	border: 0;
	border-radius: 3px;
	color: #000;
	text-align: center;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	color: #1cd2bc;
	background-color: #000;
	cursor: pointer;
}

/*****************************************************************************/
}

@media screen and (max-width: 1289px) {
/*****************************************************************************/

/* BODY */
body { background-image: none; }

/* HEADER */
/*
header { padding-top: 0; }
header > div.colors { position: relative; left: 0; top: 0; width: 100%; }
*/
header > nav.main { left: 0; width: 100%; }
header > div.colors { left: 0; width: 100%; }

/*
.pageHomeOK header > nav.main { position: absolute; }
.pageHomeOK header > div.colors { position: relative; left: 0; top: 0; width: 100%; }
*/

/* FOOTER */
footer.fixed { left: 0; }

/*****************************************************************************/
}



@media screen and (max-width: 1189px) {
/*****************************************************************************/

/* HEADER */
header > div.logo { /*top: auto; bottom: 50px;*/ width: calc(100vw * (250 / 1190)); }

/* FOOTER */
footer > div.address { left: 50px; }
footer > div.legal { right: 50px; }
footer > div.line { left: 50px; width: calc(100% - (2 * 50px)); }

/*****************************************************************************/
}



@media screen and (max-width: 999px) {
/*****************************************************************************/

/* SUBCOLUMNS */
div.subcolumns { left: 0; width: 100%; }
div.subcolumns > div.col { width: 100% !important; float: none !important; margin-left: 0; padding-top: 0 !important; }
div.subcolumns > div.col { margin-top: 50px; }
form div.subcolumns > div.col { margin-top: 0; }
div.subcolumns > div.col:nth-of-type(1) { margin-top: 0; }

/* FORM */
input[type=submit] { margin-top: 40px; }

/*****************************************************************************/
}



@media screen and (max-width: 857px) {
/*****************************************************************************/

/* HEADER */
header > div.logo { width: 180px; }
header > div.logo img { width: 180px; height: auto; }

/*****************************************************************************/
}



@media screen and (max-width: 749px) {
/*****************************************************************************/

/* HEADER */

header { padding-top: 0; }
header > nav.main { position: relative; left: 0; width: 100%; height: auto; }
header > div.colors { position: relative; left: 0; top: 0; width: 100%; }

header { border-top: 1px solid #fff; }
header > div.logo { top: 38px; }
header > nav.main { margin: 28px 0; }
header > nav.main > ul > li { width: 100%; }
header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	text-align: left;
	padding: 4px 50px;
}

/*****************************************************************************/
}



@media screen and (max-width: 599px) {
/*****************************************************************************/

/* FOOTER */
footer > div.address { left: 0; width: 100%; max-width: none; text-align: left; margin-bottom: 50px; padding: 0 50px; }
footer > div.legal { position: relative; right: auto; left: 0; top: 0; width: 100%; text-align: left; padding: 0 50px; }

/*****************************************************************************/
}



@media screen and (max-width: 499px) {
/*****************************************************************************/

/* HEADER */
header > div.logo { position: relative; width: 100%; left: 0; top: 0; padding: 25px; text-align: left; }
header > nav.main { margin-top: 0; }
header > nav.main > ul > li > a,
header > nav.main > ul > li > a:link,
header > nav.main > ul > li > a:visited {
	text-align: left;
	padding: 4px 25px;
}

/* FOOTER */
footer > div.address { padding: 0 25px; }
footer > div.legal { padding: 0 25px; }
footer > div.line { left: 25px; width: calc(100% - (2 * 25px)); }

/* SUBCOLUMNS */
div.subcolumns > div.col { margin-top: 25px; }

/*****************************************************************************/
}



@media screen and (max-width: 413px) {
/*****************************************************************************/

/* FONT-SIZES */
main > section { font-size: 14px; line-height: 1.5em; }
footer > div.address, footer > div.legal { font-size: 12px; line-height: 1.5em; }
h1, .h1 { font-size: 21px; line-height: 1.25em; }
h2, .h2 { font-size: 14px; line-height: 1.5em; }
h1 > span, .h1 > span, h2 > span, .h2 > span { font-size: 14px; line-height: 1.25em; }
select, input, textarea, label { font-size: 14px; line-height: 1.333em; }
div.inputset { font-size: 12px; line-height: 1.333em; }

/*****************************************************************************/
}

@media only screen {
/*****************************************************************************/

/* TEXT */

main > section > div.text {
	display: inline-block;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: left;
}

/* TEAM */

/*
main > section > div.team {
	display: inline-block;
	width: 100%;
	padding: 100px 0;
	text-align: left;
}
*/

/* PEOPLE */

div.people {
	position: relative;
	left: -50px;
	width: calc(100% + 50px);
	height: auto;
}

div.people > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 50px);
	height: auto;
	margin-left: 50px;
	margin-bottom: 50px;
}

div.people > div > div {
	position: relative;
	width: 100%;
	height: auto;
}

div.people > div > div.pict { margin-bottom: 10px; }

div.people > div > div.pict > img {
	width: 100%;
	max-width: 620px;
	height: auto;
}

/* TICKER */

@-webkit-keyframes ticker {
	  0% {
		/*
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		*/
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
		visibility: visible;
	}
	100% {
		/*
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		*/
		-webkit-transform: translate(-100%, 0);
		   -moz-transform: translate(-100%, 0);
		    -ms-transform: translate(-100%, 0);
		     -o-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
}

@keyframes ticker {
	  0% {
		/*
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		*/
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
		visibility: visible;
	}
	100% {
		/*
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		*/
		-webkit-transform: translate(-100%, 0);
		   -moz-transform: translate(-100%, 0);
		    -ms-transform: translate(-100%, 0);
		     -o-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
}

div.ticker {
	position: fixed;
	display: block;
	box-sizing: content-box;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	background-color: #fff;
	padding-left: 100%;
	overflow: hidden;
	z-index: 99;
}

div.ticker > div.items {
		display: inline-block;
		height: 100%;
		white-space: nowrap;
		padding-right: 100%;
		box-sizing: content-box;
		-webkit-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
				animation-timing-function: linear;
	 -webkit-animation-name: ticker;
				animation-name: ticker;
		-webkit-animation-duration: 30s;
				animation-duration: 30s;
}

div.ticker > div.items > div {
	display: inline-block;
	padding: 12px 38px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	color: #000;
}

/*****************************************************************************/
}

/* TEXT */
@media screen and (max-width: 1189px) {
	main > section > div.text { max-width: none; padding: 100px 50px; }
}
@media screen and (max-width: 499px) {
	main > section > div.text { padding: 50px 25px; }
}



/* PEOPLE */
@media screen and (max-width: 749px) {
	div.people { left: 0; width: 100%; /*text-align: center;*/ }
	div.people > div { display: block; width: 100%; max-width: 520px; margin: 0 auto; margin-top: 50px; }
	div.people > div:nth-of-type(1) { margin-top: 0; }
}

@media print {
/*****************************************************************************/

body > * { display: none; }

/*****************************************************************************/
}

