/*! 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; }
@media only screen {
/*****************************************************************************/

/*

COLORS:
_ gray:		#4a4a4a (text)
_ gray:		#838e8c (text bright)
_ orange:	#e78959
_ green:		#4b7068
_ brown:		#483221

FONTS:
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
font-family: 'Roboto', sans-serif;
font-weight: 300/700;
font-family: 'Cormorant Garamond', serif;
font-weight: 300;

*/

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

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	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: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.025em;
	color: #4a4a4a;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

::selection { color: #fff; background-color: #4a4a4a; }

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

/* HEADER */

header {
	position: absolute;
	width: 100%;
	height: 120px;
	text-align: center;
	overflow: hidden;
	z-index: 21;
}

.jsOK header { position: fixed; }

header.scrolled {
	background-color: #fff;
	box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

header > div#logoLayer {
	position: absolute;
	left: calc(50% - 220px / 2);
	top: 34px;
	width: 220px;
	height: auto;
	background-image: transparent url('../images/main/alpina-lech-natural-living_gray.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 23;
}

header > div#logoLayer img {
	width: 100%;
	height: auto;
	transition: .25s ease-in-out;
}

header.scrolled > div#logoLayer { background-image: url('../images/main/alpina-lech-natural-living_gray.png'); }
header.scrolled > div#logoLayer img { opacity: 0.01; }

header > nav#main {
	position: absolute;
	left: calc(50% - 1332px / 2);
	top: 0;
	width: auto;
	height: auto;
	z-index: 23;
}

header > nav#language {
	position: absolute;
	right: calc(50% - 1332px / 2);
	top: 0;
	width: auto;
	height: auto;
	z-index: 23;
}

header.scrolled > nav#language { display: none; }

header > nav#booking {
	position: absolute;
	display: none;
	/*right: calc(50% - 1332px / 2);*/
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	z-index: 23;
}

header.scrolled > nav#booking { display: block; }

header > nav#button {
	position: absolute;
	display: none;
	right: 30px;
	top: 33px;
	z-index: 24;
}
header > nav#button > span { z-index: 24; }
header > nav#button > a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
}
.jsOK header > nav#button > a { display: none; }

header > nav#social {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 25;
}

/*header:not(.scrolled) > nav#social {
	right: calc(50% - 1332px / 2 + 105px);
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
}

header.scrolled > nav#social {
	left: calc(50% - 1332px / 2);
	top: 10px;
}*/

header > nav#social svg {
	width: 100%;
}
header > nav#social svg path {
	fill: inherit;
}
header > nav#social svg use {
	fill: #fff;
}
header.scrolled > nav#social svg use {
	fill: #4a4a4a;
}
header > nav#social:hover svg use {
	fill: #e78959;
}

/* MAIN */

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

main > section {
	position: relative;
	width: 100%;
	max-width: 2000px;
	height: auto;
	/*min-height: 100vh;*/
	padding: 68px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.63em;
	margin: 0 auto;
	text-align: left;
	z-index: 11;
}

/*.pictNO main > section:nth-of-type(1) {
	padding-top: 300px;
	background: transparent url('../images/main/bg-gradient-gray.png') scroll repeat-x 0 0;
	background-size: 1px 200px;
}*/

section.offset10p { margin-top: -10% !important; }
section.offset25p { margin-top: -25% !important; }
section.offset33p { margin-top: -33.33333% !important; }

main > section > a.anchor,
main > section > div.anchor {
	position: absolute;
	left: 0;
	top: -120px;
	width: 1px;
	height: 1px;
	border: 0 !important;
	overflow: hidden;
}

/*main > section:nth-of-type(1) { padding-top: 102px; }*/

main > div#buttonBooking {
	position: absolute;
	left: 30px;
	top: 120px;
	width: 150px;
	height: 150px;
	transform-origin: 50% 50%;
	transform: rotate(-10deg);
	transition-timing-function: ease-in-out;
	transition-duration: 0.25s;
	transition-property: transform;
	z-index: 27;
}

main > div#buttonBooking:hover {
	transform: scale(1.15) rotate(-5deg);
}

main > div#buttonBooking > div.bg,
main > div#buttonBooking > div.link,
main > div#buttonBooking > div.text {
	position: absolute;
	left: 15px;
	top: 15px;
	width: calc(100% - 2 * 15px);
	height: calc(100% - 2 * 15px);
}

main > div#buttonBooking > div.bg {
	background-color: #4b7068;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
}

main > div#buttonBooking > div.text {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	z-index: 1;
}

main > div#buttonBooking > div.link {
	z-index: 2;
}

main > div#buttonBooking > div.link > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border: 0 !important;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	max-width: 2000px;
	height: 396px;
	background-color: #fff;
	border-top: 1px solid #dedede;
	margin: 0 auto;
	text-align: left;
	z-index: 11;
}

footer > nav#footer {
	position: absolute;
	left: calc(50% - 1332px / 2);
	bottom: 80px;
	width: auto;
	height: auto;
}

footer > div#fineprintLayer {
	position: absolute;
	right: calc(50% - 1332px / 2);
	bottom: 90px;
	width: auto;
	height: auto;
}

footer > div#fineprintLayer > span,
footer > div#fineprintLayer > ul {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: middle;
}

footer > div#fineprintLayer > span {
	margin-left: 60px;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.9;
	letter-spacing: 1.1px;
	color: #838e8c;
}

footer > div#fineprintLayer > div#addressLayer {
	position: absolute;
	left: 15px;
	bottom: calc(100% + 30px);
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.63em;
	color: #838e8c;
}

footer > section.footerBooking {
	position: fixed;
	/*left: calc(50% - (1110px / 2));*/
	left: calc(50% - (1330px / 2));
	bottom: 10px;
	/*width: 1110px;*/
	width: 1330px;
	height: 40px;
	background-color: #e78959;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	z-index: 99;
}

footer > section.footerBooking > div {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}
footer > section.footerBooking > div:nth-of-type(1) {
	left: 0;
	width: 25%;
	border-right: 1px solid #fff;
}
footer > section.footerBooking > div:nth-of-type(2) {
	left: 25%;
	width: 25%;
	border-right: 1px solid #fff;
}
footer > section.footerBooking > div:nth-of-type(3) {
	left: 50%;
	width: calc(100% / 3);
}
footer > section.footerBooking > div:nth-of-type(4) {
	left: calc(50% + 100% / 3);
	width: calc(100% / 6);
}

footer > section.footerBooking > div > div.title { display: none; }

footer > section.footerBooking > div > div.input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

footer > section.footerBooking > div > div.input > input {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	padding: 5px 20px 0 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	text-align: left;
	color: #fff;
	background: #483221 url('../images/main/bg-icon-date-white.png') scroll no-repeat right 20px center;
	background-size: 14px 17px;
}

footer > section.footerBooking > div > div.input > input:hover { cursor: pointer; }

footer > section.footerBooking > div > button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #e78959;
	/*background-color: #fff;*/
	background-color: #483221;
	padding-top: 3px;
}

footer > section.footerBooking > div:nth-of-type(4) > button { color: #fff; border-left: 1px solid #fff; /*background-color: #483221;*/ }
footer > section.footerBooking > div > button:hover { cursor: pointer; }

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

/* SECTION BOOKING */

section.contentBooking {
	max-width: 1110px;
	height: 0;
	padding: 0;
	z-index: 13;
}

section.contentBooking > div {
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 120px;
	background-color: #fff;
	box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.3);
}

section.contentBooking > div > div {
	position: absolute;
	top: 0;
	height: 100%;
}
section.contentBooking > div > div:nth-of-type(1) {
	left: 0;
	width: 25%;
	border-right: 1px solid #d8d8d8;
}
section.contentBooking > div > div:nth-of-type(2) {
	left: 25%;
	width: 25%;
	border-right: 1px solid #d8d8d8;
}
section.contentBooking > div > div:nth-of-type(3) {
	left: 50%;
	width: calc(100% / 3);
}
section.contentBooking > div > div:nth-of-type(4) {
	left: calc(50% + 100% / 3);
	width: calc(100% / 6);
}

section.contentBooking > div > div > div.title {
	position: absolute;
	left: 60px;
	bottom: calc(50% + 30px / 2);
	width: auto;
	height: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	color: #ccc;
}

section.contentBooking > div > div > div.input {
	position: absolute;
	left: 60px;
	top: calc(50% - 30px / 2);
	width: calc(100% - 60px * 2);
	height: 30px;
}

section.contentBooking > div > div > div.input > input {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	color: #000;
	background: transparent url('../images/main/bg-icon-date-orange.png') scroll no-repeat right 3px;
	background-size: 14px 17px;
}

section.contentBooking > div > div > div.input > input:hover { cursor: pointer; }

section.contentBooking > div > div > button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #e78959;
	background-color: #fff;
}

section.contentBooking > div > div:nth-of-type(4) > button {
	color: #fff;
	background-color: #e78959;
}

section.contentBooking > div > div > button:hover { cursor: pointer; }

/* SECTION BOXES */

section.contentBoxes {
	max-width: 1149px;
	margin: 0 auto;
}

section.contentBoxes > div {
	display: inline-block;
	vertical-align: top;
	width: 343px;
	height: 343px;
	margin: 20px;
	overflow: hidden;
	background-color: #fff;
}
section.contentBoxes > div:nth-of-type(1) { background-color: #4b7068; }
section.contentBoxes > div:nth-of-type(3) { background-color: #e78959; }

section.contentBoxes > div.pict {
	font-size: 0;
	line-height: 0;
}

section.contentBoxes > div.pict > img {
	width: 100%;
	height: auto;
}

section.contentBoxes > div.text {
	color: #fff;
	padding: 0 !important;
}

section.contentBoxes > div.text > table { width: 100%; height: 100%; margin: 0; }
section.contentBoxes > div.text > table td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }
section.contentBoxes > div.text > table td > h2 { margin-top: 0; }

/* SECTION CONTENT TEXT-PICT 1 */

section.contentTP1 { max-width: 1110px; }

section.contentTP1 > div.text {
	position: relative;
	top: -5px;
	float: left;
	width: calc(100% * 555 / 1110);
}
section.contentTP1.v2 > div.text { float: right; }

section.contentTP1 > div.pict {
	position: relative;
	float: right;
	width: calc(100% * 444 / 1110);
	font-size: 0;
	line-height: 0;
}
section.contentTP1.v2 > div.pict { float: left; }

section.contentTP1 img {
	width: 100%;
	height: auto;
}

/* SECTION CONTENT TEXT-PICT 2 */

section.contentTP2 { max-width: none; }

section.contentTP2 > div.text {
	position: relative;
	top: -5px;
	float: left;
	width: 50%;
	padding-left: calc(50% - 444px - 111px);
	padding-right: 111px;
}
section.contentTP2.v2 > div.text {
	float: right;
	padding-left: 111px;
	padding-right: calc(50% - 444px - 111px);
}

section.contentTP2 > div.pict {
	position: relative;
	float: right;
	width: 50%;
	font-size: 0;
	line-height: 0;
}
section.contentTP2.v2 > div.pict { float: left; }

section.contentTP2 img {
	width: 100%;
	height: auto;
}

/* SECTION CONTENT TEXT-PICT 3 */

main > section.contentTP3 {
	min-height: 0;
	padding: 0;
	background-color: #e78959;
	margin: 68px 0;
}

main > section.contentTP3 > div.text {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: calc(100% / 3);
	padding-left: calc((100% - 1332px) / 2);
	padding-top: 10%;
	padding-right: 30px;
	color: #fff;
	z-index: 12;
}

main > section.contentTP3 > div.pict {
	position: relative;
	width: 100%;
	padding-left: 33.33333%;
	font-size: 0;
	line-height: 0;
	z-index: 11;
}

main > section.contentTP3 > div.pict > img {
	width: 100%;
	height: auto;
}

/* SECTION CONTENT TEXT 1 */

section.contentT1 { max-width: 1110px; }

section.contentT1 > div.text1 {
	position: relative;
	float: left;
	width: calc(100% * 555 / 1110);
}
section.contentT1.v2 > div.text1 { float: right; }

section.contentT1 > div.text2 {
	position: relative;
	float: right;
	width: calc(100% * 444 / 1110);
	padding-top: 111px;
}
section.contentT1.v2 > div.text2 { float: left; }

/* SECTION CONTENT TEXT 2 */

section.contentT2 { max-width: 888px; text-align: center; }

/* SECTION CONTENT TEXT 3 */

section.contentT3 {
	left: calc(50% - 1110px / 2);
	max-width: 777px;
	margin: 0;
}
section.contentT3.v2 { max-width: 1110px; }

/* SECTION CONTENT TEXT 4 */

section.contentT4 { text-align: center; background-color: #f9f9f9; }
section.contentT4 > div.text {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	text-align: left;
}

/* SECTION CONTENT PICT 1 */

section.contentP1 { max-width: none; font-size: 0; line-height: 0; overflow: hidden; }
main > section.contentP1:nth-of-type(1) { padding-top: 0; }
section.contentP1 + section.contentP1 { padding-top: 0; margin-top: calc(-68px + 1px); }
section.contentBooking + section.contentP1 { padding-top: 0; }
section.contentSlider + section.contentP1 { padding-top: 0; }

section.contentP1 img {
	width: 100%;
	height: auto;
}

section.contentP1 > picture { z-index: 11; }

section.contentP1 > div.shadow {
	position: absolute;
	left: 0;
	top: 68px;
	width: 100%;
	height: 300px;
	opacity: 0.25;
	background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
	z-index: 22;
}

main > section.contentP1:nth-of-type(1) > div.shadow,
section.contentSlider + section.contentP1 > div.shadow,
section.contentBooking + section.contentP1 > div.shadow,
section.contentP1.paddingTopZero > div.shadow { top: 0 !important; }

section.contentP1 > div.title {
	position: absolute;
	left: calc(50% - 1110px / 2);
	bottom: 33.33333%;
	width: calc(50% - 30px);
	max-width: 555px;
	height: auto;
	margin: auto;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 1.04;
	color: #fff;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.75);
	z-index: 23;
}

/* SECTION CONTENT OFFERS */
section.contentOffers {
	/*max-width: 1330px;*/
	max-width: 1110px;
}

div.offersWrapper {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	text-align: center;
}

div.offersWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*width: calc((100% / 3) - 40px);*/
	width: 343px;
	max-width: calc(100% - 40px);
	margin: 0 0 40px 40px;
}

div.offersWrapper > div > div {
	position: relative;
	width: 100%;
	z-index: 1;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition-duration: 0.33333s;
	transition-property: transform;
	transition-timing-function: ease-in-out;
}

div.offersWrapper > div:hover > div { transform: scale(1.05); }

div.offersWrapper > div > div.pict {
	font-size: 0;
	line-height: 0;
}

div.offersWrapper > div > div.text {
	height: 200px;
	padding: 30px 10px;
	/*
	background: #fff url('../images/main/bg-text_p50.png') scroll repeat-x 0 0;
	background-size: 10px 100%;
	*/
	background-color: #e78959;
	color: #4a4a4a;
}

div.offersWrapper > div > div.text > strong {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

div.offersWrapper > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

div.offersWrapper > div > div.link > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('../images/main/bg-link-arrow-right-white.png') scroll no-repeat center bottom 20px;
	background-size: 60px 11px;
	transition-duration: 0.33333s;
	transition-property: background-position;
	transition-timing-function: ease-in-out;
}

div.offersWrapper > div > div.link > a,
div.offersWrapper > div > div.link > a:hover,
div.offersWrapper > div > div.link > a:active,
div.offersWrapper > div > div.link > a:visited:hover,
div.offersWrapper > div > div.link > a:visited:active {
	border-bottom: 0 !important;
}

div.offersWrapper > div > div.link > a:hover {
	background-position: right 20px bottom 20px;
}

/* SECTION GRADIENT */
section.contentGradient {
	max-width: none;
	padding: 0;
	height: 250px;
	background: #fff url('../images/main/bg-text_p50.png') scroll repeat-x 0 0;
	background-size: 10px 250px;
}

section.contentGradient + section { padding-top: 34px; }

/* SECTION LIGHTBOX */

main > section.contentCollage {
	min-height: 0;
	height: 0;
	padding: 0;
	padding-bottom: calc(66.66667% + 0px);
	margin: 68px 0;
}

main > section.contentCollage > div.linksWrapper,
main > section.contentCollage > div.buttonsWrapper,
main > section.contentCollage > div.pictsWrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

main > section.contentCollage > div.linksWrapper { z-index: 11; }
main > section.contentCollage > div.pictsWrapper { z-index: 12; }
main > section.contentCollage > div.buttonsWrapper { z-index: 13; }

main > section.contentCollage > div.pictsWrapper > img {
	position: absolute;
	height: auto;
}
main > section.contentCollage > div.pictsWrapper > img:nth-child(1) { left: 0; top: 0; width: 48.61111%; }
main > section.contentCollage > div.pictsWrapper > img:nth-child(2) { left: calc(48.61111% + 2.77778%); top: 0; width: 33.33333%; }
main > section.contentCollage > div.pictsWrapper > img:nth-child(3) { right: calc(48.61111% + 2.77778%); bottom: 0; width: 33.33333%; }
main > section.contentCollage > div.pictsWrapper > img:nth-child(4) { left: calc(48.61111% + 2.77778%); bottom: 0; width: 48.61111%; }

main > section.contentCollage > div.buttonsWrapper > div {
	position: absolute;
	height: 0;
	background: transparent url('../images/main/bg-link-lightbox_p15.png') scroll no-repeat right 10px bottom 10px;
	background-size: 50px 50px;
}

main > section.contentCollage > div.buttonsWrapper > div:nth-child(1) { left: 0; top: 0; width: 48.61111%; padding-bottom: 38.75%; }
main > section.contentCollage > div.buttonsWrapper > div:nth-child(2) { left: calc(48.61111% + 2.77778%); top: 0; width: 33.33333%; padding-bottom: 24.9%; }
main > section.contentCollage > div.buttonsWrapper > div:nth-child(3) { right: calc(48.61111% + 2.77778%); bottom: 0; width: 33.33333%; padding-bottom: 24.9%; }
main > section.contentCollage > div.buttonsWrapper > div:nth-child(4) { left: calc(48.61111% + 2.77778%); bottom: 0; width: 48.61111%; padding-bottom: 38.75%; }

main > section.contentCollage > div.buttonsWrapper > div:hover { cursor: pointer; }

main > section.contentCollage > div.linksWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

main > section.contentCollage > div.linksWrapper > div > a > img {
	width: 100%;
	height: 100%;
}

/* SECTION SLIDER */

section.contentSlider {
	max-width: none;
	height: auto;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

section.contentSlider.sizecheck { height: calc(100vh - 80px); }
.jsNO section.contentSlider.sizecheck { height: auto; }

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 11;
}

.sizecheck div.sliderWrapper { height: 100%; }
.jsNO .sizecheck div.sliderWrapper { height: auto; }

div.sliderWrapper > div.itemsWrapper {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #e78959;
	z-index: 11;
}

.sizecheck div.sliderWrapper > div.itemsWrapper { height: 100%; }

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

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

div.sliderWrapper > div.itemsWrapper > div.act { z-index: 12; opacity: 1; }

div.sliderWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	/*height: 100%;*/
	margin: auto;
}

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 {
	position: absolute;
	/*left: calc(50% - 1110px / 2);*/
	left: 50%;
	/*bottom: 25%;*/
	bottom: calc(120px + 30px);
	width: calc(50% - 30px);
	max-width: 555px;
	height: auto;
	margin: auto;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 1.04;
	color: #fff;
	text-align: left;
	text-shadow: 0px 0px 6px rgba(51, 51, 51, 0.90);
	z-index: 13;
	padding: 20px;
	background: transparent url('../images/main/bg-text_p50.png') scroll repeat-x 0 0;
	background-size: 10px 250px;
	min-height: 250px;
}

/*
div.sliderWrapper > div.arrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 13;
}

div.sliderWrapper > div.arrowLeft.over {
	cursor: pointer;
	cursor: url('../images/main/cursors/gallery-arrow-left.cur'), url('images/main/cursors/gallery-arrow-left.cur'), w-resize;
	cursor: url('../images/main/cursors/gallery-arrow-left.png') 27 55, w-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/gallery-arrow-left.png') 1x, url('../images/main/cursors/gallery-arrow-left_x2.png') 2x) 27 55, w-resize;
}

div.sliderWrapper > div.arrowRight.over {
	cursor: pointer;
	cursor: url('../images/main/cursors/gallery-arrow-right.cur'), url('images/main/cursors/gallery-arrow-right.cur'), e-resize;
	cursor: url('../images/main/cursors/gallery-arrow-right.png') 27 55, e-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/gallery-arrow-right.png') 1x, url('../images/main/cursors/gallery-arrow-right_x2.png') 2x) 27 55, e-resize;
}

div.sliderWrapper > div.arrow.arrowLeft { left: 0; }
div.sliderWrapper > div.arrow.arrowRight { right: 0; }
*/

div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	left: calc(50% - 1110px / 2);
	bottom: 120px;
	width: auto;
	height: auto;
	z-index: 14;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 5px;
	border-top: 3px solid #fff;
	opacity: 0.25;
	transition-duration: 0.75s;
	transition-property: opacity, background-color;
}

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

div.sliderWrapper > div.dotsWrapper > div.over {
	cursor: pointer;
	background-color: #fff;
}

div.sliderWrapper > div.shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	opacity: 0.5;
	background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
	z-index: 12;
}

/* COLLAPSIBLE */

div.collapsible {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e3e6e5;
}

div.collapsible > div {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid #e3e6e5;
	padding: 32px 0;
}

div.collapsible > div > h3 {
	margin-bottom: 0;
	background: transparent url('../images/graphics/question-arrow-down@3x.png') scroll no-repeat right 2px;
	background-size: 18px 11px;
	padding-right: 40px;
}

.jsOK div.collapsible > div > h3:hover { cursor: pointer; }

div.collapsible > div.open > h3,
.jsNO div.collapsible > div > h3 { margin-bottom: 32px; }

div.collapsible > div.open > h3 { background-image: url('../images/graphics/question-arrow-up@3x.png'); }
.jsNO div.collapsible > div > h3 { background-image: none; }

div.collapsible > div > p { max-width: 888px; display: none; }
.jsNO div.collapsible > div > p,
div.collapsible > div.open > p { display: block; }

/* BORDER-TEXT */

div.bordertext {
	position: relative;
	width: 100%;
	padding: 40px;
	border: 3px solid #e78959;
}

/* TABLE PRICES */

div.tableWrapper {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 3em;
}

table.prices {
	width: 100%;
	min-width: 850px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}

table.prices th,
table.prices td {
	width: 25%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
}

/* TABLE PRICES */

table.prices2 {
	width: 100%;
	min-width: 900px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}

table.prices2 th,
table.prices2 td {
	width: calc(100% / 6);
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
	text-align: center;
}

table.prices2 th,
table.prices2 td:nth-of-type(1) { font-weight: 700; color: #e78959; }

table.prices2 th { vertical-align: middle; }

/* LIGHTBOX */

div.linkLightboxWrapper > div,
div.linkLightboxWrapper {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

/*div.linkLightboxWrapper > div.link { padding-bottom: 8px; }*/
div.linkLightboxWrapper > div.links { display: none; }

/* WAYPOINT ANIMATIONS */

section.contentT2.waypointOff {
	transform-origin: 50% 50%;
	transform: scale(0.80);
	opacity: 0;
}

section.contentT2.waypointOff.waypointOn {
	transform: scale(1);
	opacity: 1;
	transition-duration: 1.33333s;
	transition-property: transform, opacity;
	transition-timing-function: ease-in-out;
	/*animation: chevronAnimation 4s ease-in-out 0s 1 forwards;*/
}

section.contentOffers.waypointOff > div > div,
section.contentBoxes.waypointOff > div,
section.contentT1.waypointOff > div,
section.contentTP1.waypointOff > div,
section.contentTP2.waypointOff > div {
	transform: translate(0,20vh);
	opacity: 0;
}

section.contentOffers.waypointOff.waypointOn > div > div,
section.contentBoxes.waypointOff.waypointOn > div,
section.contentT1.waypointOff.waypointOn > div,
section.contentTP1.waypointOff.waypointOn > div,
section.contentTP2.waypointOff.waypointOn > div {
	transform: translate(0,0);
	opacity: 1;
	transition-timing-function: ease-in-out;
	transition-duration: 1.33333s;
	transition-property: transform, opacity;
}

section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(1) { transition-delay: 0.5s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(2) { transition-delay: 1.0s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(3) { transition-delay: 1.5s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(4) { transition-delay: 2.0s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(5) { transition-delay: 2.5s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(6) { transition-delay: 3.0s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(7) { transition-delay: 3.5s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(8) { transition-delay: 4.0s; }
section.contentOffers.waypointOff.waypointOn > div > div:nth-of-type(9) { transition-delay: 4.5s; }

section.contentT1.waypointOff.waypointOn > div.text2,
section.contentTP1.waypointOff.waypointOn > div.pict,
section.contentTP2.waypointOff.waypointOn > div.pict {
	transition-delay: 0.5s;
}

section.contentBoxes.waypointOff.waypointOn > div:nth-of-type(2) { transition-delay: 0.5s; }
section.contentBoxes.waypointOff.waypointOn > div:nth-of-type(3) { transition-delay: 1.0s; }

section.contentCollage.waypointOff {
	transform-origin: 50% 50%;
	transform: scale(1.1);
}

section.contentCollage.waypointOff.waypointOn {
	transform: scale(1);
	transition-duration: 0.667s;
	transition-property: transform;
	transition-timing-function: ease-in-out;
}

@keyframes chevronAnimation {
	  0% { transform: translate(0,0) scale(0.5); }
	 50% { transform: translate(0,5px) scale(0.8,0.8); }
	100% { transform: translate(0,0) scale(1.0,1.0); }
}

/* SITEMAP */

div.sitemap {
	position: relative;
	margin-bottom: 1.5em;
}

/* 3D + VIDEO */

.videoWrapper,
.vrtourWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	overflow: hidden;
}

.jsNO .videoWrapper,
.jsNO .vrtourWrapper { display: none; }

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

/* ETC */

.fontColorOrange { color: #e78959; }
.fontColorGray { color: #4a4a4a; }

.fontSizeSmall {
	font-size: 12px;
	line-height: 1.17em;
}

.fontSizeBig {
	font-size: 36px;
	line-height: 1.17em;
}

p.fontSizeBig { margin-bottom: 1.5em; }

.fontSizeBig.fontFamilySans {
	font-size: 32px;
	line-height: 1.454545em;
}

.fontFamilySerif {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
}

.fontFamilySans {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

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

h1, h2, h3 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.17em;
	text-transform: none;
	color: #4a4a4a;
	margin: 0 0 1em 0;
}

section.contentTP3 h1,
section.contentTP3 h2 {
	font-size: 48px;
	line-height: 1.17em;
	color: #fff;
	margin-bottom: .333em;
}

section.contentBoxes h1,
section.contentBoxes h2 {
	color: #fff;
	margin-bottom: .5em;
}

h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.46em;
	letter-spacing: 2px;
	color: #e78959;
	text-transform: uppercase;
	margin-bottom: 0;
}

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

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

main a,
main a:link,
main a:visited {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	/*line-height: 1em;*/
	color: #e78959;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
main a:hover,
main a:active,
main a:visited:hover,
main a:visited:active {
	border-bottom-color: #e78959;
}

main a.arrow,
main a.arrow:link,
main a.arrow:visited {
	display: inline-block !important;
	padding-right: 80px;
	background: transparent url('../images/main/bg-link-arrow-right-orange.png') scroll no-repeat right 6px;
	background-size: 60px 11px;
	border-bottom: 0;
}

main a.button,
main a.button:link,
main a.button:visited {
	display: inline-block !important;
	color: #fff !important;
	padding: 8px 100px 5px 30px;
	border-radius: 20px;
	background: #e78959 url('../images/main/bg-link-arrow-right-white.png') scroll no-repeat right 30px top 14px;
	background-size: 60px 11px;
	border-bottom: 0;
	margin-top: 10px;
}

main a.button:hover {
	background-color: #483221 !important;
}

main a.location,
main a.location:link,
main a.location:visited {
	padding-top: 3px;
	padding-right: 20px;
	background: transparent url('../images/main/bg-link-map.png') scroll no-repeat right 0;
	background-size: 12px 17px;
	border-bottom: 0;
}

main > section.contentBoxes > div.text a,
main > section.contentBoxes > div.text a:link,
main > section.contentBoxes > div.text a:visited {
	color: #fff;
}
main > section.contentBoxes > div.text a:hover,
main > section.contentBoxes > div.text a:active,
main > section.contentBoxes > div.text a:visited:hover,
main > section.contentBoxes > div.text a:visited:active {
	color: #fff;
}

main > section.contentTP3 > div.text a,
main > section.contentTP3 > div.text a:link,
main > section.contentTP3 > div.text a:visited {
	color: #fff;
}
main > section.contentTP3 > div.text a:hover,
main > section.contentTP3 > div.text a:active,
main > section.contentTP3 > div.text a:visited:hover,
main > section.contentTP3 > div.text a:visited:active {
	color: #fff;
}

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

ul, ol, dl {
	position: relative;
	margin: 0 0 3em 0;
}

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

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

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

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

ul.dotsNO > li {
	padding-left: 0 !important;
	/*background: none !important;*/
}


/* FOOTER */

footer > div#fineprintLayer > ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}
footer > div#fineprintLayer > ul > li {
	display: inline-block;
	padding: 0;
}

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

nav#footer > ul,
nav#booking > ul,
nav#language > ul,
nav#main > ul {
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	vertical-align: top;
}

nav#footer > ul > li,
nav#booking > ul > li,
nav#language > ul > li,
nav#main > ul > li {
	display: inline-block;
	width: auto;
	height: auto;
}

nav#main > ul > li { padding-right: 30px; }
nav#main > ul > li:nth-last-child(1) { padding-right: 0; }
nav#main > ul > li.footer { display: none; }
nav#main > ul > li.booking { display: none; }
nav#footer > ul > li.booking { display: none; }

nav#language > ul > li { padding-left: 30px; }
nav#language > ul > li:nth-of-type(1) { padding-left: 0; }

nav#footer > ul > li { display: block; }

nav#footer > ul > li > a,
nav#footer > ul > li > a:link,
nav#footer > ul > li > a:visited,
nav#booking > ul > li > a,
nav#booking > ul > li > a:link,
nav#booking > ul > li > a:visited,
nav#language > ul > li > a,
nav#language > ul > li > a:link,
nav#language > ul > li > a:visited,
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.05em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 52px 0 14px 0;
}

nav#booking > ul > li > a,
nav#booking > ul > li > a:link,
nav#booking > ul > li > a:visited {
	padding: 52px 40px 56px 40px;
}

nav#booking > ul > li:nth-of-type(1) > a,
nav#booking > ul > li:nth-of-type(1) > a:link,
nav#booking > ul > li:nth-of-type(1) > a:visited {
	color: #e78959;
	background-color: #fff;
}

nav#booking > ul > li:nth-of-type(2) > a,
nav#booking > ul > li:nth-of-type(2) > a:link,
nav#booking > ul > li:nth-of-type(2) > a:visited {
	color: #fff;
	background-color: #e78959;
}

header.scrolled > nav#language > ul > li > a,
header.scrolled > nav#language > ul > li > a:link,
header.scrolled > nav#language > ul > li > a:visited,
header.scrolled > nav#main > ul > li > a,
header.scrolled > nav#main > ul > li > a:link,
header.scrolled > nav#main > ul > li > a:visited {
	color: #4a4a4a;
}

nav#footer > ul > li > a,
nav#footer > ul > li > a:link,
nav#footer > ul > li > a:visited {
	color: #e78959;
	border-bottom: 2px solid #fff;
	padding: 14px 0 10px 0;
}

nav#language > ul > li > a:hover,
nav#language > ul > li > a:active,
nav#language > ul > li > a:visited:hover,
nav#language > ul > li > a:visited:active,
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active {
	border-bottom: 2px solid #fff;
}

/*
nav#booking > ul > li:nth-of-type(1) > a:hover,
nav#booking > ul > li:nth-of-type(1) > a:active,
nav#booking > ul > li:nth-of-type(1) > a:visited:hover,
nav#booking > ul > li:nth-of-type(1) > a:visited:active {
	color: #fff;
	background-color: #e78959;
}

nav#booking > ul > li:nth-of-type(2) > a:hover,
nav#booking > ul > li:nth-of-type(2) > a:active,
nav#booking > ul > li:nth-of-type(2) > a:visited:hover,
nav#booking > ul > li:nth-of-type(2) > a:visited:active {
	color: #e78959;
	background-color: #fff;
}
*/

header.scrolled > nav#language > ul > li > a:hover,
header.scrolled > nav#language > ul > li > a:active,
header.scrolled > nav#language > ul > li > a:visited:hover,
header.scrolled > nav#language > ul > li > a:visited:active,
header.scrolled > nav#main > ul > li > a:hover,
header.scrolled > nav#main > ul > li > a:active,
header.scrolled > nav#main > ul > li > a:visited:hover,
header.scrolled > nav#main > ul > li > a:visited:active {
	color: #4a4a4a;
	border-bottom: 2px solid #4a4a4a;
}

nav#language > ul > li.act > a,
nav#language > ul > li.act > a:link,
nav#language > ul > li.act > a:visited,
nav#language > ul > li.act > a:hover,
nav#language > ul > li.act > a:active,
nav#language > ul > li.act > a:visited:hover,
nav#language > ul > li.act > a:visited:active,
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active {
	border-bottom: 2px solid #fff;
}

header.scrolled > nav#language > ul > li.act > a,
header.scrolled > nav#language > ul > li.act > a:link,
header.scrolled > nav#language > ul > li.act > a:visited,
header.scrolled > nav#language > ul > li.act > a:hover,
header.scrolled > nav#language > ul > li.act > a:active,
header.scrolled > nav#language > ul > li.act > a:visited:hover,
header.scrolled > nav#language > ul > li.act > a:visited:active,
header.scrolled > nav#main > ul > li.act > a,
header.scrolled > nav#main > ul > li.act > a:link,
header.scrolled > nav#main > ul > li.act > a:visited,
header.scrolled > nav#main > ul > li.act > a:hover,
header.scrolled > nav#main > ul > li.act > a:active,
header.scrolled > nav#main > ul > li.act > a:visited:hover,
header.scrolled > nav#main > ul > li.act > a:visited:active {
	color: #e78959;
	border-bottom: 2px solid #e78959;
}

nav#footer > ul > li > a:hover,
nav#footer > ul > li > a:active,
nav#footer > ul > li > a:visited:hover,
nav#footer > ul > li > a:visited:active {
	border-bottom-color: #e78959;
}

nav#footer > ul > li.act > a,
nav#footer > ul > li.act > a:link,
nav#footer > ul > li.act > a:visited,
nav#footer > ul > li.act > a:hover,
nav#footer > ul > li.act > a:active,
nav#footer > ul > li.act > a:visited:hover,
nav#footer > ul > li.act > a:visited:active {
	border-bottom-color: #e78959;
}

footer > div#fineprintLayer > ul > li > a,
footer > div#fineprintLayer > ul > li > a:link,
footer > div#fineprintLayer > ul > li > a:visited {
	font-size: 10px;
	line-height: 1.9;
	letter-spacing: 1.1px;
	color: #4a4a4a;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
	border-left: 1px solid #e3e6e5;
}
footer > div#fineprintLayer > ul > li:nth-of-type(1) > a,
footer > div#fineprintLayer > ul > li:nth-of-type(1) > a:link,
footer > div#fineprintLayer > ul > li:nth-of-type(1) > a:visited {
	border-left: none;
}
footer > div#fineprintLayer > ul > li > a:hover,
footer > div#fineprintLayer > ul > li > a:active,
footer > div#fineprintLayer > ul > li > a:visited:hover,
footer > div#fineprintLayer > ul > li > a:visited:active {
	color: #e78959;
}

footer > div#fineprintLayer > ul > li.act > a,
footer > div#fineprintLayer > ul > li.act > a:link,
footer > div#fineprintLayer > ul > li.act > a:visited,
footer > div#fineprintLayer > ul > li.act > a:hover,
footer > div#fineprintLayer > ul > li.act > a:active,
footer > div#fineprintLayer > ul > li.act > a:visited:hover,
footer > div#fineprintLayer > ul > li.act > a:visited:active {
	color: #e78959;
}

/* ==========================================================================
   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; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 1px solid #e0e2e2;
}

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	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; }

.alert { font-weight: 700; color: #c00; }

.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 3em 0; }*/
p, .p { margin: 0 0 2em 0; }
section.contentBoxes p,
section.contentTP3 p { margin-bottom: 1.5em; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }
p.pict { margin-bottom: 20px; }

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0 !important;
}

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 3em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

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

figure { display: block; width: 100%; margin: 0; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; }
img { border: 0; height: auto; max-width: 100%; }

strong { font-weight: 700; letter-spacing: 0.025em; }
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 { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; 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: -30px;
	width: calc(100% + 30px);
	height: auto;
	margin-bottom: 1.5em;
}

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

div.subcolumns > div.col > img { margin-top: 7px; }

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

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

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

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

div.formWrapper > div.message {
	position: relative;
	display: none;
	width: 100%;
	border: 1px solid #e78959;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 3em;
}

form, select, input, textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	color: #4a4a4a;
}

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

div.inputset {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 3em;
}

div.col > div.inputset { height: 95px; }
div.col > div.inputset.heightPlus { height: 128px; }
div.col > div.inputset.heightNO { height: auto; }

div.inputset.indent { padding-left: 10px; }

label {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 5px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.46em;
	letter-spacing: 2px;
	color: #e78959;
	text-transform: uppercase;
}

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
	width: 100%;
	height: auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
	color: #000;
	text-align: left;
}

textarea { height: 100px; }

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;
	border-color: #e78959;
}

/*input.focused:required:invalid, input.focused:focus:invalid { border-color: #c00; }*/
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.focused:required:valid { border-color: #01df01; }*/
/*input:required:valid {
	background-image: url('../images/graphics/form-icon-check@3x.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 29px 25px;
}*/

/*
input:-moz-read-only { background-color: yellow; }
input:read-only { background-color: yellow; }
*/

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0px 9999px white;
}
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 { color: #4a4a4a; opacity: 1; }
textarea::placeholder { color: #4a4a4a; opacity: 1; }
input:-ms-input-placeholder { color: #4a4a4a; }
textarea:-ms-input-placeholder { color: #4a4a4a; }
input::-ms-input-placeholder { color: #4a4a4a; }
textarea::-ms-input-placeholder { color: #4a4a4a; }

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

input[type=button],
input[type=submit],
input[type=reset] {
	display: inline-block;
	width: auto;
	min-width: calc(50% - 30px / 2);
	height: auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #4a4a4a;
	border-radius: 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.46em;
	letter-spacing: 2px;
	color: #4a4a4a;
	text-transform: uppercase;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	color: #fff;
	background-color: #e78959;
	border-color: #e78959;
	cursor: pointer;
}

/* ==========================================================================
   BURGER BUTTON (https://codepen.io/designcouch/pen/Atyop)
   ========================================================================== */

nav#button {
	/*position: relative;*/
	width: 60px;
	height: 45px;
	margin: 0px auto;
	transform: scale(.5);
	transform-origin: 50% 50%;
	transition: .25s ease-in-out;
	cursor: pointer;
}
nav#button.open { transform: scale(1); }

nav#button > span {
	position: absolute;
	display: block;
	height: 3.5px;
	width: 50%;
	background: #fff;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
header.scrolled nav#button > span { background: #4a4a4a; }
nav#button:hover > span { background: #fff; }
nav#button.open > span { background: #fff !important; }

nav#button > span:nth-child(even) { left: 50%; border-radius: 0 3px 3px 0; }
nav#button > span:nth-child(odd) { left: 0px; border-radius: 3px 0 0 3px; }

nav#button > span:nth-child(1), nav#button > span:nth-child(2) { top: 0px; }
nav#button > span:nth-child(3), nav#button > span:nth-child(4) { top: 18px; }
nav#button > span:nth-child(5), nav#button > span:nth-child(6) { top: 36px; }

nav#button.open > span:nth-child(1),
nav#button.open > span:nth-child(6) {
	transform: rotate(45deg);
}

nav#button.open > span:nth-child(2),
nav#button.open > span:nth-child(5) {
	transform: rotate(-45deg);
}

nav#button.open > span:nth-child(1) { left: 5px; top: 7px; }
nav#button.open > span:nth-child(2) { left: calc(50% - 5px); top: 7px; }
nav#button.open > span:nth-child(3) { left: -50%; opacity: 0; }
nav#button.open > span:nth-child(4) { left: 100%; opacity: 0; }
nav#button.open > span:nth-child(5) { left: 5px; top: 29px; }
nav#button.open > span:nth-child(6) { left: calc(50% - 5px); top: 29px; }

/* ==========================================================================
   COOKIE BANNER
   ========================================================================== */

div.cookiebanner {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: calc(100% - (2 * 20px));
	max-width: 500px;
	background-color: #e78959;
	border: 2px solid #fff;
	padding: 40px 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	z-index: 99;
}

div.cookiebanner p {
	margin-bottom: 10px;
}

div.cookiebanner a {
	color: #fff !important;
}

div.cookiebanner button {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 150px;
	padding: 9px 20px 7px 20px;
	background-color: #483221;
	border: 2px solid #fff;
	margin: 5px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

div.cookiebanner button:hover {
	background: #fff;
	color: #e78959;
	cursor: pointer;
}

/* SVG */

div#svg {
	display: none;
}

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

/* HEADER */
header > div#shadowLayer {
	left: calc(50% - 1000px);
	width: 2000px;
}

/* SECTION LIGHTBOX */
main > section.lightbox { padding-bottom: calc(2 * 2000px / 3 + 20px); }

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

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

/* SECTION CONTENT TEXT-PICT 2 */

section.contentTP2 > div.text {
	padding-left: calc((50% - 555px) / 2);
	padding-right: calc((50% - 555px) / 2);
}
section.contentTP2.v2 > div.text {
	float: right;
	padding-left: calc((50% - 555px) / 2);
	padding-right: calc((50% - 555px) / 2);
}

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

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

header > nav#main {
	display: block !important;
	opacity: 1 !important;
	padding-top: 0 !important;
}

header:not(.scrolled) > nav#social {
	right: calc(50% - 1332px / 2 + 105px);
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
}

header.scrolled > nav#social {
	left: calc(50% - 1332px / 2);
	top: 10px;
	display: none;
}

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

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

/* HEADER */
header { overflow: visible; }

header > nav#main {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #e78959;
	opacity: .95;
}
nav#main > ul { display: block; }
nav#main > ul > li { display: block; padding: 0; }
nav#main > ul > li.footer { display: block; }
nav#main > ul > li.booking { display: block; }
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	font-size: 26px;
	line-height: 1em;
	color: #fff !important;
	padding: 20px 0 14px 0;
	border-bottom: 2px solid #e78959;
}
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active {
	border-bottom: 2px solid #fff !important;
}
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active {
	border-bottom: 2px solid #fff !important;
}

header > nav#language {
	opacity: 0.01;
	right: auto;
	left: 30px;
	transition: .25s ease-in-out;
	z-index: 22;
}
.navOK header > nav#language { opacity: 1; z-index: 23; }
header.scrolled > nav#language { display: block; }

header.scrolled > nav#language > ul > li > a,
header.scrolled > nav#language > ul > li > a:link,
header.scrolled > nav#language > ul > li > a:visited {
	color: #fff;
}
header.scrolled > nav#language > ul > li > a:hover,
header.scrolled > nav#language > ul > li > a:active,
header.scrolled > nav#language > ul > li > a:visited:hover,
header.scrolled > nav#language > ul > li > a:visited:active,
header.scrolled > nav#main > ul > li > a:hover,
header.scrolled > nav#main > ul > li > a:active,
header.scrolled > nav#main > ul > li > a:visited:hover,
header.scrolled > nav#main > ul > li > a:visited:active {
	color: #fff;
	border-bottom: 2px solid #fff;
}
header.scrolled > nav#language > ul > li.act > a,
header.scrolled > nav#language > ul > li.act > a:link,
header.scrolled > nav#language > ul > li.act > a:visited,
header.scrolled > nav#language > ul > li.act > a:hover,
header.scrolled > nav#language > ul > li.act > a:active,
header.scrolled > nav#language > ul > li.act > a:visited:hover,
header.scrolled > nav#language > ul > li.act > a:visited:active,
header.scrolled > nav#main > ul > li.act > a,
header.scrolled > nav#main > ul > li.act > a:link,
header.scrolled > nav#main > ul > li.act > a:visited,
header.scrolled > nav#main > ul > li.act > a:hover,
header.scrolled > nav#main > ul > li.act > a:active,
header.scrolled > nav#main > ul > li.act > a:visited:hover,
header.scrolled > nav#main > ul > li.act > a:visited:active {
	color: #fff;
	border-bottom: 2px solid #fff;
}

header > nav#booking { display: none !important; }
header > nav#button { display: block; }

main > div#buttonBooking { top: 100px; transform: scale(0.75); }

header > nav#social {
	right: calc(30px + 40px + 20px);
	top: 41px;
}
header.scrolled > nav#social { display: block; }

/* FOOTER */
footer > nav#footer { left: 30px; }
footer > div#fineprintLayer { right: 30px; }
footer > section.footerBooking { left: 30px; width: calc(100% - 2 * 30px); }

/* SECTION CONTENT TEXT-PICT 3 */
section.contentTP3 > div.text { padding: 30px 15px 30px 30px !important; }

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

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

/* SECTION CONTENT TEXT-PICT 2 */
section.contentTP2 > div.text {
	padding-left: 30px;
	padding-right: 15px;
}
section.contentTP2.v2 > div.text {
	padding-left: 15px;
	padding-right: 30px;
}
section.contentTP2 > div.text > p.pict { display: none; }
section.contentTP2 > div.pict {
	width: 50%;
	padding-left: 15px;
	padding-right: 0;
}
section.contentTP2.v2 > div.pict {
	padding-left: 0;
	padding-right: 15px;
}

section.contentTP2 img {
	width: 100%;
	height: auto;
}

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

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

/* SECTION BOXES */
section.contentBoxes {
	max-width: none;
	padding: 0 15px;
}
section.contentBoxes > div {
	width: calc((100vw - 15px * 2) / 3 - 15px * 2);
	height: calc((100vw - 15px * 2) / 3 - 15px * 2);
	margin: 15px;
}
section.contentBoxes > div.text { padding: 30px; }

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


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

/* SECTION BOOKING */
section.contentBooking { max-width: none; }
section.contentBooking > div {
	left: 30px;
	width: calc(100% - 30px * 2);
}

/* SECTION CONTENT TEXT-PICT 1 */
section.contentTP1 { max-width: none; }
section.contentTP1 > div.text {
	width: 50%;
	padding-left: 30px;
	padding-right: 15px;
}
section.contentTP1.v2 > div.text {
	padding-left: 15px;
	padding-right: 30px;
}
section.contentTP1 > div.pict {
	width: 50%;
	padding-left: 15px;
	padding-right: 30px;
}
section.contentTP1.v2 > div.pict {
	padding-left: 30px;
	padding-right: 15px;
}

/* SECTION CONTENT TEXT 1 */
section.contentT1 { max-width: none; }
section.contentT1 > div.text1 {
	width: 50%;
	padding-left: 30px;
	padding-right: 15px;
}
section.contentT1.v2 > div.text1 {
	padding-left: 15px;
	padding-right: 30px;
}
section.contentT1 > div.text2 {
	width: 50%;
	padding-left: 15px;
	padding-right: 30px;
}
section.contentT1.v2 > div.text2 {
	padding-left: 30px;
	padding-right: 15px;
}
section.contentT1 > div.text {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

/* SECTION CONTENT TEXT 3 */
section.contentT3 { left: 30px; width: calc(100% - 30px * 2); }

/* SECTION CONTENT TEXT 4 */
section.contentT4 > div.text {
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}

/* SECTION CONTENT PICT 1 */
section.contentP1 > div.title {
	left: 30px;
	width: calc(100% - 30px * 2);
	bottom: 20%;
}

/* SECTION SLIDER */
div.sliderWrapper > div.itemsWrapper > div > div.text {
	left: 30px;
	/*bottom: 33.33333%;*/
	width: calc(100% - 30px * 2);
}
div.sliderWrapper > div.dotsWrapper { left: 30px; }

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

@media screen and (max-width: 1169px) and (max-height: 799px) {
/*****************************************************************************/

/* SECTION SLIDER */
div.sliderWrapper > div.itemsWrapper > div > div.text { min-height: 0; }

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

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

/* SECTION BOOKING */
section.contentBooking { display: none !important; }

/* SECTION LIGHTBOX */
section.contentCollage > div.buttonsWrapper > div { background-size: 5vw 5vw; }

/* SECTION SLIDER */
div.sliderWrapper > div.itemsWrapper > div > div.text { bottom: calc(120px + 30px - 80px); }
div.sliderWrapper > div.dotsWrapper { bottom: calc(120px - 80px); }

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

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

/* SECTION CONTENT TEXT 2 */
section.contentT2 { max-width: none; padding: 0 30px; }

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

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

/* SECTION CONTENT TEXT 3 */
section.contentT3 {
	left: 0;
	width: 100%;
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}

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

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

/* FOOTER */
footer > section.footerBooking > div > button > span { display: none; }
footer > section.footerBooking > div:nth-of-type(3) { left: 50%; width: 25%; }
footer > section.footerBooking > div:nth-of-type(4) { left: 75%; width: 25%; }

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

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

/* GENERAL */
p, .p { margin: 0 0 1.5em 0; }

/* SECTION GRADIENT */
section.contentGradient {
	height: 150px;
	background-size: 10px 150px;
}

/* SECTION BOXES */
section.contentBoxes > div {
	width: calc((100vw - 15px * 2) / 2 - 15px * 2);
	height: calc((100vw - 15px * 2) / 2 - 15px * 2);
}
section.contentBoxes > div:nth-of-type(2) { display: none; }

/* SECTION CONTENT TEXT-PICT 1 */
section.contentTP1 > div.text {
	top: 0;
	float: none !important;
	width: 100%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	margin-bottom: 34px;
}
section.contentTP1 > div.pict {
	float: none !important;
	width: 100%;
	padding: 0 !important;
}

/* SECTION CONTENT TEXT-PICT 2 */
section.contentTP2 > div.text {
	top: 0;
	float: none !important;
	width: 100%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	margin-bottom: 30px;
}
section.contentTP2 > div.pict {
	float: none !important;
	width: 100%;
	padding: 0 !important;
}

/* SECTION CONTENT TEXT-PICT 3 */
section.contentTP3 > div.text { width: 250px; }
section.contentTP3 > div.pict {
	width: 100%;
	padding-left: 250px;
}

/* SECTION CONTENT TEXT 1 */

section.contentT1 > div.text1 {
	float: none !important;
	width: 100%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	margin-bottom: 34px;
}
section.contentT1 > div.text2 {
	float: none !important;
	width: 100%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 0;
}

/* FOOTER */
footer { height: auto; padding: 30px 30px 90px 30px; }

footer > nav#footer { display: none; }

footer > div#fineprintLayer {
	position: relative;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	text-align: center;
}

footer > div#fineprintLayer > span,
footer > div#fineprintLayer > ul {
	display: block;
	width: 100%;
}

footer > div#fineprintLayer > span {
	margin-left: 0;
	margin-top: 10px;
}

footer > div#fineprintLayer > div#addressLayer {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

/* FORMS */
div.inputset { margin-bottom: 1.5em; }

/* GENERAL */
.w10, .w15, .w20, .w25, .w30, .w33, .w35, .w38, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90 { width: 100% !important; }

/* SUBCOLUMNS */
div.subcolumns { left: 0; width: 100%; }
div.subcolumns > div.col {
	width: 100% !important;
	margin-left: 0;
}
div.subcolumns > div.col.left,
div.subcolumns > div.col.right { float: none; }

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

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

/* FOOTER */
footer > section.footerBooking > div:nth-of-type(1) { display: none; }
footer > section.footerBooking > div:nth-of-type(2) { display: none; }
footer > section.footerBooking > div:nth-of-type(3) { left: 0; width: 50%; }
footer > section.footerBooking > div:nth-of-type(4) { left: 50%; width: 50%; }

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

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

/* MAIN */
main > div#buttonBooking { display: none; }

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

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

/* SECTION CONTENT TEXT-PICT 3 */
section.contentTP3 > div.text {
	position: relative;
	height: auto;
	width: 100%;
	padding: 30px !important;
	text-align: center;
}
section.contentTP3 > div.pict { padding-left: 0; }

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

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

/* SECTION BOXES */
section.contentBoxes { padding: 0; }
section.contentBoxes > div {
	width: calc(100% - 30px * 2);
	height: calc(100vw - 30px * 2);
	margin: 15px 30px;
}
section.contentBoxes > div:nth-of-type(2) { display: block; }

/* FONT-SIZES */
main > section {
	font-size: 14px;
	line-height: 1.63em;
}
section.contentP1 > div.title {
	font-size: 44px;
	line-height: 1.04;
}
div.sliderWrapper > div.itemsWrapper > div > div.text {
	font-size: 44px;
	line-height: 1.04;
}
.fontSizeBig {
	font-size: 32px;
	line-height: 1.17em;
}
.fontSizeBig.fontFamilySans {
	font-size: 28px;
	line-height: 1.454545em;
}
h1, h2 {
	font-size: 32px;
	line-height: 1.17em;
}
section.contentTP3 h1,
section.contentTP3 h2 {
	font-size: 42px;
	line-height: 1.17em;
}

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

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

/* HEADER */
/*header > div#logoLayer { left: 30px; }*/
header > nav#button { right: 5px; }
header > nav#social { right: 0; left: 20px; }
body.navOK header > nav#social { display: none !important; }

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

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

/* FONT-SIZES */
section.contentP1 > div.title {
	font-size: 36px;
	line-height: 1.04;
}
div.sliderWrapper > div.itemsWrapper > div > div.text {
	font-size: 36px;
	line-height: 1.04;
}
.fontSizeBig {
	font-size: 26px;
	line-height: 1.17em;
}
.fontSizeBig.fontFamilySans {
	font-size: 22px;
	line-height: 1.454545em;
}
h1, h2 {
	font-size: 26px;
	line-height: 1.17em;
}
section.contentTP3 h1,
section.contentTP3 h2 {
	font-size: 34px;
	line-height: 1.17em;
}

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

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

/* HEADER */
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	font-size: 13px !important;
	line-height: 1em;
	color: #fff !important;
	padding: 14px 0 8px 0;
}
nav#button.open { transform: scale(.5); }

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

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

/* HEADER */
header > div#logoLayer {
	left: calc(50% - (100% - 70px * 2) / 2);
	width: calc(100% - 70px * 2);
}
header > nav#button { top: 10px; }

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-100.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-100.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-100italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-100italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-300.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-300italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-regular.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-500.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-500italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-700.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-900.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/roboto-v30-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/roboto-v30-latin-900italic.woff') format('woff');
}
*/
/*
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-100.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-100.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-100italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-100italic.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-200.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-200italic.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-300.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-300italic.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-500.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-600.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-600italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Josefin Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-700.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Josefin Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/josefin-sans-v25-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/josefin-sans-v25-latin-700italic.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-300.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-300italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-italic.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-500.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-600.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-600italic.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-700.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/cormorant-garamond-v16-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/cormorant-garamond-v16-latin-700italic.woff') format('woff');
}
*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


@media print {
/*****************************************************************************/

body > * { display: none; }

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