/*! 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: 400;
	src: url('../_fonts/montserrat-v14-latin-regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
			url('../_fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
			url('../_fonts/montserrat-v14-latin-regular.woff2') format('woff2'),
			url('../_fonts/montserrat-v14-latin-regular.woff') format('woff'),
			url('../_fonts/montserrat-v14-latin-regular.ttf') format('truetype'),
			url('../_fonts/montserrat-v14-latin-regular.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');
}

@media only screen {
/*****************************************************************************/

/*

COLORS:
_ #2d7372 ... green 100%
_ #619695 ... green 75%
_ #7aa6a6 ... green 50%
_ #cadcdb ... green 25%
_ #eaf1f1 ... green 10%
_ #f4f8f8 ... green 5%
_ #696969 ... gray (green match)

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

*/

/* ==========================================================================
   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-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	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: #2d7372; background-color: #fff; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: 280px;
	z-index: 13;
}

header > div#border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #cadcdb;
	z-index: 1;
}

header > div#logo {
	position: absolute;
	right: calc(50% - 1400px / 2);
	bottom: calc(60px - 17px);
	width: 200px;
	height: auto;
	z-index: 3;
}

header > div#logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

header > nav#main {
	position: absolute;
	left: calc(50% - 1400px / 2);
	bottom: 60px;
	width: auto;
	height: auto;
	z-index: 2;
}

header > nav#button { display: none; }

header > nav#sub {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	background-color: #cadcdb;
	padding-bottom: 60px;
	z-index: 3;
}

header > div#house {
	position: absolute;
	display: none;
	left: calc(50% - 1400px / 2);
	top: 20px;
	width: 16px;
	height: 15px;
	background: transparent url('../images/main/nav/home-black@3x.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 4;
}

header > div#house:hover { background-image: url('../images/main/nav/home-green@3x.png'); }

.jsOK header > div#house { display: block; }
.jsOK header > div#house:hover { cursor: pointer; }

/* MAIN */

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

main > section {
	position: relative;
	width: 100%;
	max-width: 2000px;
	height: auto;
	padding: 0 0;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: calc(1em * (27 / 18));
	color: #000;
	text-align: center;
	overflow: hidden;
}

main > section.bgWood { background: transparent url('../images/main/bg-wood-structure.png') scroll repeat center center; background-size: 752px 186px; }

main > section.bgColorGreen5 { background-color: #f4f8f8; }
main > section.bgColorGreen10 { background-color: #eaf1f1; }
main > section.bgColorGreen25 { background-color: #cadcdb; }
main > section.bgColorGreen50 { background-color: #7aa6a6; }
main > section.bgColorGreen75 { background-color: #619695; }
main > section.bgColorGreen100, main > section.bgColorGreen { background-color: #2d7372; }

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 12;
}

footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

footer > nav#legal {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

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

/* MAP */

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

.jsNO section.map { display: none; }

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

/* ETC */

.fontSizeBig { font-size: 125%; }
.fontSizeSmall { font-size: 75%; }

.fontColorGreen, .fontColorGreen h1 { color: #2d7372; }
.fontColorGray, .fontColorGray h1 { color: #696969; }
.fontColorBlack, .fontColorBlack h1 { color: #000; }
.fontColorWhite, .fontColorWhite h1 { color: #fff; }

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

h1, .h1, h2, .h2 {
	font-weight: 300;
	font-size: 100px;
	line-height: 0.9em;
	color: #000;
	text-transform: none;
	margin: 0 0 0.6em 0;
}

h1, .h1 { margin-left: -3px; }
main > section > div.content > h1 { margin-top: -20px; }

h2, .h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.5em;
}

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: #2d7372;
	border-bottom-width: 1px;
	border-bottom-color: #2d7372;
}

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;
}

/* ==========================================================================
   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: 20px;
}

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

/* 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;
	margin-left: 40px;
}

header > nav#main > ul > li:nth-of-type(1) { margin-left: 0; }

header > nav#button > a,
header > nav#button > a:link,
header > nav#button > a:visited,
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;
	font-weight: 400;
	font-size: 14px;
	line-height: calc(1em * (19 / 14));
	color: #000;
	text-transform: uppercase;
	padding: 5px 0;
	opacity: 0.5;
}

header > nav#button a > span,
header > nav#main > ul > li > a > span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: calc(1em * (19 / 18));
}

.pageHomeOK header > nav#button > a,
.pageHomeOK header > nav#button > a:link,
.pageHomeOK header > nav#button > a:visited,
.pageHomeOK header > nav#main > ul > li > a,
.pageHomeOK header > nav#main > ul > li > a:link,
.pageHomeOK header > nav#main > ul > li > a:visited {
	opacity: 1;
}

header > nav#button > a:hover,
header > nav#button > a:focus,
header > nav#button > a:active,
header > nav#button > a:visited:hover,
header > nav#button > a:visited:focus,
header > nav#button > a:visited:active,
/*
header > nav#main > ul > li:hover > a,
header > nav#main > ul > li:focus > a,
*/
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 {
	opacity: 1;
}

.pageHomeOK header > nav#button > a:hover,
.pageHomeOK header > nav#button > a:focus,
.pageHomeOK header > nav#button > a:active,
.pageHomeOK header > nav#button > a:visited:hover,
.pageHomeOK header > nav#button > a:visited:focus,
.pageHomeOK header > nav#button > a:visited:active,
/*
.pageHomeOK header > nav#main > ul > li:hover > a,
.pageHomeOK header > nav#main > ul > li:focus > a,
*/
.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: #2d7372;
}

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 {
	opacity: 1;
}

/* HEADER > SUB */

header > nav#sub > ul {
	position: relative;
	display: block;
	left: calc(50% - (1400px / 2));
	width: auto;
	max-width: 1160px;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

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

header > nav#sub > ul > li.title {
	font-weight: 600;
	font-size: 16px;
	line-height: calc(1em * (28 / 18));
	color: #2d7372;
	text-transform: uppercase;
	padding-right: 10px;
}

header > nav#sub > ul > li > a,
header > nav#sub > ul > li > a:link,
header > nav#sub > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: calc(1em * (32 / 16));
	color: #000;
	text-transform: none;
	background: transparent url('../images/main/nav/arrow-right-black@3x.png') scroll no-repeat left center;
	background-size: 6px 10px;
	padding: 0 12px 0 10px;
}

header > nav#sub > ul > li > a:hover,
header > nav#sub > ul > li > a:focus,
header > nav#sub > ul > li > a:active,
header > nav#sub > ul > li > a:visited:hover,
header > nav#sub > ul > li > a:visited:focus,
header > nav#sub > ul > li > a:visited:active {
	color: #2d7372;
	background-image: url('../images/main/nav/arrow-right-green@3x.png');
}

/* FOOTER > LEGAL */

footer > nav#legal > ul {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 auto;
}

footer > nav#legal > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
}

footer > nav#legal > ul > li > a,
footer > nav#legal > ul > li > a:link,
footer > nav#legal > ul > li > a:visited {
	display: block;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1em;
	color: #000;
	text-transform: uppercase;
	padding: 20px 10px;
	opacity: 0.5;
}

footer > nav#legal > ul > li:hover > a,
footer > nav#legal > ul > li:focus > a,
footer > nav#legal > ul > li > a:hover,
footer > nav#legal > ul > li > a:focus,
footer > nav#legal > ul > li > a:active,
footer > nav#legal > ul > li > a:visited:hover,
footer > nav#legal > ul > li > a:visited:focus,
footer > nav#legal > ul > li > a:visited:active {
	opacity: 1;
}

/* BUTTON */

/*
header > nav#button > a,
header > nav#button > a:link,
header > nav#button > a:visited {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 300;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 16px 40px;
	opacity: 0.5;
}
header > nav#button > a:hover,
header > nav#button > a:focus,
header > nav#button > a:active,
header > nav#button > a:visited:hover,
header > nav#button > a:visited:focus,
header > nav#button > a:visited:active {
	opacity: 1;
}
*/

/* ==========================================================================
   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%;
	height: 0;
	margin: 60px auto;
	border: 0;
	border-top: 0.5px solid #ccc;
	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; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.width10p { width: 9.999% !important; }
.width15p { width: 14.999% !important; }
.width20p { width: 19.999% !important; }
.width25p { width: 24.999% !important; }
.width30p { width: 29.999% !important; }
.width33p { width: 33.333% !important; }
.width35p { width: 34.999% !important; }
.width38p { width: 37.999% !important; }
.width40p { width: 39.999% !important; }
.width45p { width: 44.999% !important; }
.width50p { width: 49.999% !important; }
.width55p { width: 54.999% !important; }
.width60p { width: 59.999% !important; }
.width65p { width: 55.999% !important; }
.width66p { width: 66.666% !important; }
.width70p { width: 69.999% !important; }
.width75p { width: 74.999% !important; }
.width80p { width: 79.999% !important; }
.width85p { width: 84.999% !important; }
.width90p { width: 89.999% !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; margin-bottom: 40px; 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%; }

strong { font-weight: 700; }
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: -40px;
	width: calc(100% + 40px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

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

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

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

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

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

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

/*****************************************************************************/
}

@media screen and (min-width: 2000px) {
/*****************************************************************************/

/* HEADER */
header > div#border {
	left: calc(50% - (2000px / 2));
	width: 2000px;
}
header > nav#sub {
	left: calc(50% - (2000px / 2));
	width: 2000px;
}

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

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

/* HEADER */
header > div#logo { right: 40px; }
header > nav#main { left: 40px; }
header > nav#sub > ul { left: 40px; }
header > div#house { left: 40px; }

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

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

header > nav#sub > ul { width: calc(100% - (2 * 40px)); }

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

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

/* HEADER */
header > div#house { left: auto; right: 40px; }
/*header > nav#main { bottom: auto; top: 40px; }*/
header > nav#main { bottom: auto; top: 0; width: calc(100% - (2 * 40px)); }
header > nav#main > ul { width: 100%; }
header > nav#main > ul > li { width: calc(100% / 3); margin-left: 0; margin-top: 18px; }
header > nav#button > a,
header > nav#button > a:link,
header > nav#button > a:visited,
header > nav#main > ul > li > a,
header > nav#main > ul > li > a:link,
header > nav#main > ul > li > a:visited {
	padding-left: 20px;
	border-left: 2px solid #000;
}
.pageHomeOK header > nav#button > a:hover,
.pageHomeOK header > nav#button > a:focus,
.pageHomeOK header > nav#button > a:active,
.pageHomeOK header > nav#button > a:visited:hover,
.pageHomeOK header > nav#button > a:visited:focus,
.pageHomeOK header > nav#button > a:visited:active,
.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 {
	border-left: 2px solid #2d7372;
}
header > nav#sub { background-color: #7aa6a6; }
header > nav#sub > ul > li { display: block; width: 100%; }
header > nav#sub > ul > li > a,
header > nav#sub > ul > li > a:link,
header > nav#sub > ul > li > a:visited {
	display: inline-block;
}
header > nav#sub > ul > li.title {
	font-weight: 300;
	font-size: 36px;
	line-height: 1em;
	text-transform: none;
	color: #fff;
	padding: 60px 0 20px 0;
}

/* FONT SIZES */
/*
h1, .h1 { font-size: 75px; line-height: 0.9em; }
h2, .h2 { font-size: 30px; line-height: 1.5em; }
*/
h1, .h1 { font-size: calc(100vw * (100 / 1150)); line-height: 0.9em; }
h2, .h2 { font-size: calc(100vw * (40 / 1150)); line-height: 1.5em; }

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

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

/* HEADER */
header > nav#main > ul > li { width: calc(100% / 2); }
/*
header > nav#sub { background-color: #7aa6a6; }
header > nav#sub > ul > li { display: block; width: 100%; }
header > nav#sub > ul > li > a,
header > nav#sub > ul > li > a:link,
header > nav#sub > ul > li > a:visited {
	display: inline-block;
}
header > nav#sub > ul > li.title {
	font-weight: 300;
	font-size: 36px;
	line-height: 1em;
	text-transform: none;
	color: #fff;
	padding: 60px 0 20px 0;
}
*/

/* MAIN */
main { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; }

/* CONTENT MAP */
section.map { padding-bottom: 100% !important; }

/* FONT SIZES */
h2, .h2 { font-size: 24px; line-height: 1.5em; }
main > section { font-size: 16px; line-height: calc(1em * (27 / 18)); }

/* GENERAL */
hr { margin: 40px auto; }

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

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

/* HEADER (40px --> 20px) */
header { height: 180px; }
header > div#logo { right: 20px; }
header > div#house { right: 20px; }
header > nav#main { display: none; }
.pageSitemapOK header > nav#main { display: block; left: 20px; top: 100%; width: calc(100% - (2 * 20px)); padding: 40px 0 60px 0; }
.pageSitemapOK header > nav#main > ul { position: relative; left: 0; top: 0; }
header > nav#sub > ul { left: 20px; }
header > nav#sub > ul { width: calc(100% - (2 * 20px)); }
header > nav#button {
	position: absolute;
	display: block;
	left: 20px;
	top: 20px;
	width: auto;
	height: auto;
}
.pageSitemapOK header > nav#button { display: none; }

/* MAIN */
.pageSitemapOK main { display: none; }

/* FOOTER */
.pageSitemapOK footer { display: none; }

/* FONT SIZES */
h1, .h1 { font-size: 44px; line-height: 0.9em; }
/*h2, .h2 { font-size: 18px; line-height: 1.5em; }*/
main > section { font-size: 14px; line-height: calc(1em * (27 / 18)); }

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

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

/* HEADER */
.pageSitemapOK header > nav#main > ul > li { width: calc(100% / 1); }

/* FONT SIZES */
h1, .h1 { font-size: 36px; line-height: 0.9em; }

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

/* ETC */

p.rounded > img {
	border-radius: 50%;
}

div.subcolumns > div.col > p.rounded > img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

/* PICTURE GENEREAL */

main > section div.pict {
	position: relative;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

main > section div.pict picture,
main > section div.pict img {
	width: 100%;
	height: auto;
	margin: 0 !important;
	z-index: 1;
}

/* PICTURE */

main > section > div.content.pict > h1 {
	position: absolute;
	left: calc(50% - 1400px / 2);
	bottom: 10%;
	width: auto;
	height: auto;
	color: #fff !important;
	text-shadow: 1px 1px 10px #696969;
	text-align: left;
	margin-bottom: 0;
	z-index: 2;
}

/* TEXT – SIMPLE/CENTERED/COLS */

main > section > div.content.textSimple,
main > section > div.content.textCols,
main > section > div.content.textCentered {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: left;
}

main > section > div.content.textSimple { max-width: 1400px; }
main > section > div.content.textCols { max-width: 1400px; }
main > section > div.content.textCentered { max-width: 1050px; text-align: center; }

main > section > div.content.textCols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

main > section > div.content.textCols > div:nth-of-type(1) { width: calc((100% - 40px) * (920 / 1360)); }
main > section > div.content.textCols > div:nth-of-type(2) { width: calc((100% - 40px) * (440 / 1360)); margin-left: 40px; }

/* TREATMENT */

main > section > div.content.treatment {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	z-index: 1;
}

main > section > div.content.treatment > h1 {
	position: absolute;
	left: calc(50% - 1400px / 2 + 40px - 3px);
	/*bottom: calc(50% + (520px / 2) - 40px);*/
	bottom: calc(100% - 145px + 0px);
	width: 1080px;
	height: auto;
	font-weight: 300;
	font-size: 54px;
	line-height: 1em;
	color: #fff;
	z-index: 2;
}

main > section > div.content.treatment > div.boxes {
	position: absolute;
	left: calc(50% - 1400px / 2);
	/*top: calc(50% - (520px / 2) + 30px);*/
	top: 145px;
	width: 1040px;
	height: 500px;
	z-index: 2;
}

main > section > div.content.treatment > div.boxes > div {
	position: absolute;
	/*display: none;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 120px 50px 40px;
	background: transparent url('../images/main/pixels/fff_p80.png') scroll repeat 0 0;
	border-radius: 20px;
	transform: translate(0,10vh);
	opacity: 0;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: transform, opacity;
	z-index: 1;
}

main > section > div.content.treatment > div.boxes > div.act {
	/*display: block;*/
	transform: translate(0,0);
	opacity: 1;
	z-index: 2;
}

main > section > div.content.treatment > div.buttons {
	position: absolute;
	display: none;
	left: calc(50% - (1400px / 2) + 1040px + 10px);
	/*top: calc(50% - (520px / 2) + 80px);*/
	top: calc(145px + 80px);
	z-index: 3;
}

.jsOK main > section > div.content.treatment > div.buttons { display: block; }

main > section > div.content.treatment > div.buttons > div {
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

main > section > div.content.treatment > div.buttons > div:hover { cursor: pointer; }

main > section > div.content.treatment > div.buttons > div > div.icon {
	position: relative;
	width: 30px;
	height: 30px;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	z-index: 2;
}

main > section > div.content.treatment > div.buttons > div:nth-of-type(1) > div.icon { background-image: url('../images/main/nav/icon-info@3x.png'); }
main > section > div.content.treatment > div.buttons > div:nth-of-type(2) > div.icon { background-image: url('../images/main/nav/icon-consultation@3x.png'); }
main > section > div.content.treatment > div.buttons > div:nth-of-type(3) > div.icon { background-image: url('../images/main/nav/icon-contact@3x.png'); }

main > section > div.content.treatment > div.buttons > div > div.title {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	background-color: #a0c0bf;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 40px;
	border-radius: 15px;
	overflow: hidden;
	z-index: 1;
}

main > section > div.content.treatment > div.buttons > div.act > div.title,
main > section > div.content.treatment > div.buttons > div:hover > div.title,
main > section > div.content.treatment > div.buttons > div.hover > div.title {
	display: block;
}

main > section > div.content.treatment > div.pict { z-index: 1; }

/* SLIDER GALLERY */

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	background-color: #fff;
	margin-bottom: 80px;
	/*overflow: hidden;*/
	z-index: 1;
}

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

div.sliderWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) { position: relative; }

div.sliderWrapper > div.itemsWrapper > div.act { z-index: 2; opacity: 1; }
div.sliderWrapper > div.itemsWrapper > div.fadeOut { z-index: 3 !important; }

div.sliderWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 1;
}

/*div.sliderWrapper:hover > div.itemsWrapper > div > div.pict { opacity: 0.5; }*/

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) > div.pict { position: relative; }

div.sliderWrapper > div.itemsWrapper > div > div.pict > picture > img {
	width: 100%;
	height: auto;
}

/* div.sliderWrapper > div.itemsWrapper > div > div.text {} */

div.sliderWrapper > div.arrow {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: 60px 60px;
	z-index: 3;
}

div.sliderWrapper > div.arrowLeft.over {
	cursor: pointer;
	/*
	cursor: w-resize;
	cursor: url('../images/main/cursors/arrow-left_000_50x50.png') 25 25, w-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-left_000_50x50.png') 1x, url('../images/main/cursors/arrow-left_000_100x100.png') 2x) 25 25, w-resize;
	*/
}
div.sliderWrapper > div.arrowRight.over {
	cursor: pointer;
	/*
	cursor: e-resize;
	cursor: url('../images/main/cursors/arrow-right_000_50x50.png') 25 25, e-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-right_000_50x50.png') 1x, url('../images/main/cursors/arrow-right_000_100x100.png') 2x) 25 25, e-resize;
	*/
}

div.sliderWrapper > div.arrow.arrowLeft { left: 0; }
.jsOK div.sliderWrapper > div.arrow.arrowLeft { background-image: url('../images/main/gallery/arrow-left@3x.png'); background-position: left 40px center; }
div.sliderWrapper > div.arrow.arrowRight { right: 0; }
.jsOK div.sliderWrapper > div.arrow.arrowRight { background-image: url('../images/main/gallery/arrow-right@3x.png'); background-position: right 40px center; }

div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 20px;
	z-index: 4;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border-radius: 5px;
	background-color: #2d7372;
	opacity: 0.25;
	transition-duration: 1s;
	transition-property: opacity;
}

.bgWood div.sliderWrapper > div.dotsWrapper > div {
	background-color: #fff;
	opacity: 0.5;
}

div.sliderWrapper > div.dotsWrapper > div.over,
div.sliderWrapper > div.dotsWrapper > div.act {
	opacity: 1;
}

div.sliderWrapper > div.dotsWrapper > div.over { cursor: pointer; }

/*****************************************************************************/
}

/* TEXT – SIMPLE/CENTERED/COLS */
@media screen and (max-width: 1479px) {
	main > section > div.content.textSimple,
	main > section > div.content.textCols,
	main > section > div.content.textCentered {
		padding: 80px 40px;
	}
	main > section > div.content.textSimple { max-width: none; }
	main > section > div.content.textCols { max-width: none; }
	main > section > div.content.textCentered { max-width: calc(1050px + (2 * 40px)); }
}
@media screen and (max-width: 1199px) {
	main > section > div.content.textCols > div { display: block; }
	main > section > div.content.textCols > div:nth-of-type(1) { width: 100%; }
	main > section > div.content.textCols > div:nth-of-type(2) { width: 100%; margin-left: 0; margin-top: 20px; }
}
@media screen and (max-width: 699px) {
	main > section > div.content.textSimple,
	main > section > div.content.textCols,
	main > section > div.content.textCentered {
		padding: 80px 40px;
	}
}
@media screen and (max-width: 499px) {
	main > section > div.content.textSimple,
	main > section > div.content.textCols,
	main > section > div.content.textCentered {
		padding: 60px 20px;
	}
}



/* PICTURE */
@media screen and (max-width: 1479px) {
	main > section > div.content.pict > h1 { left: 40px; }
}
@media screen and (max-width: 499px) {
	main > section > div.content.pict > h1 { left: 20px; }
}
@media screen and (max-width: 413px) {
	main > section > div.content.pict > h1 {
		position: relative;
		left: 0;
		bottom: auto;
		top: 0;
		color: #000 !important;
		text-shadow: none;
		margin: 0 !important;
		padding: 40px 20px 20px 20px;
	}
	/*
	main > section.fontColorBlack > div.content.pict > h1 { color: #000 !important; }
	main > section.fontColorWhite > div.content.pict > h1 { color: #fff !important; }
	*/
	div.content.pict.headline + div.content.textCols,
	div.content.pict.headline + div.content.textCentered {
		padding-top: 30px;
	}
}



/* TREATMENT */
@media screen and (max-width: 1479px) {
	main > section > div.content.treatment > h1 { left: 0; padding-left: calc(80px - 3px); padding-right: 40px; }
	main > section > div.content.treatment > div.boxes { left: 40px; }
	main > section > div.content.treatment > div.buttons { left: calc(40px + 1040px + 10px); }
}
@media screen and (max-width: 1149px) {
	main > section > div.content.treatment { background-color: #7aa6a6; padding: 60px 0 40px 0; }
	main > section > div.content.treatment > h1 { position: relative; bottom: auto; top: 0; width: 100%; margin: 0; margin-bottom: 0.9em; }
	main > section > div.content.treatment > h1 { font-size: calc(100vw * (54 / 1150)); line-height: 1em; }
	main > section > div.content.treatment > div.boxes {
		position: relative;
		left: 40px;
		top: 0;
		width: calc(100% - (2 * 40px));
		height: auto;
	}
	main > section > div.content.treatment > div.boxes > div {
		position: relative;
		display: block !important;
		width: 100%;
		height: auto;
		padding: 50px 40px;
		margin-top: 40px;
		opacity: 1 !important;
		transform: translate(0,0);
		transition-property: none;
	}
	main > section > div.content.treatment > div.boxes > div:nth-of-type(1) { margin-top: 0; }
	main > section > div.content.treatment > div.buttons { display: none !important; }
	main > section > div.content.treatment > div.pict { display: none; }
}
@media screen and (max-width: 749px) {
	main > section > div.content.treatment > h1 { font-size: 600 !important; font-size: 36px; line-height: 1em; }
	div.subcolumns { width: 100%; left: 0; }
	div.subcolumns > div.col { float: none; !important; width: 100% !important; margin: 0 !important; }
	div.subcolumns > div.col:nth-of-type(1) { text-align: center; padding-bottom: 20px; }
	div.subcolumns > div.col:nth-of-type(2) { text-align: left; }
	main > section > div.content.treatment > div.boxes > div:nth-of-type(3) div.subcolumns > div.col:nth-of-type(2) { text-align: center; }
	div.subcolumns > div.col > p.pict.rounded > img { max-width: 280px; }
}
@media screen and (max-width: 699px) {
	main > section > div.content.treatment > h1 { padding-left: 40px; }
}
@media screen and (max-width: 499px) {
	main > section > div.content.treatment { padding-bottom: 20px; }
	main > section > div.content.treatment > div.boxes { left: 10px; width: calc(100% - (2 * 10px)); }
	main > section > div.content.treatment > div.boxes > div { padding: 40px 20px; margin-top: 20px; }
	main > section > div.content.treatment > h1 { padding-left: calc(30px - 3px); padding-right: 20px; }
}



/* SLIDER GALLERY */
@media screen and (max-width: 749px) {
	div.sliderWrapper > div.arrow { background-size: 30px 30px; }
}
@media screen and (max-width: 413px) {
	div.sliderWrapper + div.content.textCols,
	div.sliderWrapper + div.content.textCentered {
		padding-top: 60px !important;
	}
	div.sliderWrapper > div.arrow {
		height: 0;
		padding-top: calc(100% * (1200 / 2000));
	}
}

@media print {
/*****************************************************************************/

body > * { display: none; }

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