/*! 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:
brown: #79412c

FONTS:
font-family: 'Playfair Display', serif; (HEADLINES)
font-weight: 700;
font-family: 'PT Sans', sans-serif; (TEXT)
font-weight: 400/700;

*/

/* ==========================================================================
   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: #ccc;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	color: #000;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: center;
}

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

::selection { color: #fff; background-color: #363636; }

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

/* HEADER */

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding-top: calc(100vw * 95 / 1900);
	text-align: center;
	z-index: 21;
}

header > div.logo {
	position: relative;
	width: calc(100vw * 250 / 1900);
	height: auto;
	margin: auto;
	z-index: 11;
}

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

header > nav#language {
	position: absolute;
	right: 0;
	top: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25em;
	text-transform: uppercase;
	z-index: 11;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 1.667em;
	text-align: left;
	z-index: 11;
}

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

/* STANDARD PAGE */

/*
section.text {
	padding: 100px 0;
}

section.text > div.content {
	position: relative;
	left: calc(50% - 480px);
	width: 960px;
	height: auto;
}
*/

/* SLIDER GALLERY */

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

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

div.sliderWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	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.fadeOut { z-index: 13 !important; }

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

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

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

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

div.sliderWrapper > div.itemsWrapper > div > div.text {
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	width: auto;
	height: auto;
	margin: auto;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
	color: #fff;
}

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/arrow-left_fff.png') 25 12, w-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-left_fff.png') 1x, url('../images/main/cursors/arrow-left_fff@2x.png') 2x) 25 12, 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/arrow-right_fff.png') 25 12, e-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-right_fff.png') 1x, url('../images/main/cursors/arrow-right_fff@2x.png') 2x) 25 12, e-resize;
}

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

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

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

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

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

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

h1, h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1em;
	text-transform: uppercase;
	color: #79412c;
	/*letter-spacing: 0.5px;*/
	margin: 0 0 0.667em 0;
	text-align: center;
}

h1 > span { position: relative; display: inline-block; }
h1 > span.border { border-bottom: 1px solid #79412c; padding-bottom: 3px; }
h1 > span.sub { top: -8px; font-family: 'PT Sans', sans-serif; font-weight: 400; font-size: 20px; line-height: 1em; text-transform: uppercase; }

h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.333em;
	color: #000;
	text-align: left;
}

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

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

main a,
main a:link,
main a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 0.5px solid #000;
}
main a:hover,
main a:active,
main a:visited:hover,
main a:visited:active {
	color: #79412c;
	border-bottom-width: 1px;
	border-bottom-color: #79412c;
}

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

nav#language a,
nav#language a:link,
nav#language a:visited {
	position: relative;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 60px 10px 30px !important;
}
nav#language a:hover,
nav#language a:active,
nav#language a:visited:hover,
nav#language a:visited:active {
	background-color: #79412c;
	color: #fff;
}

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

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

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}

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

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

/* NO BULLETS */

nav#language > ul,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

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

/* ==========================================================================
   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: 2em auto;
	border: 0;
	border-top: 1px solid #666;
	opacity: 0.25;
}
/*body[data-pixelratio='1'] hr { border-top-width: 1px; }*/

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 1.667em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }
p.pict { margin-bottom: 40px; }

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

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 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.center { width: 100%; height: 100%; margin: 0; }
table.center td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

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

picture { display: block; }

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

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { 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; }

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

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

header { padding-top: 95px; }
header > div.logo { width: 250px; }

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

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

header { padding-top: 80px; }
header > div.logo { width: 210px; }

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

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

header {
	position: relative;
	padding: 40px 0;
	background-color: #fff;
}

main > section {
	font-size: 16px;
	line-height: 1.667em;
}

/*****************************************************************************/
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/pt-sans-v17-latin-regular.woff2') format('woff2'),
			 url('../_fonts/pt-sans-v17-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/pt-sans-v17-latin-italic.woff2') format('woff2'),
			 url('../_fonts/pt-sans-v17-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/pt-sans-v17-latin-700.woff2') format('woff2'),
			 url('../_fonts/pt-sans-v17-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/pt-sans-v17-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-regular.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-italic.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-500.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-500italic.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-600.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-600italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-700.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-800.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-800italic.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-900.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/playfair-display-v30-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/playfair-display-v30-latin-900italic.woff') format('woff');
}
*/
@media print {
/*****************************************************************************/

body > * { display: none; }

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

section#intro {
	color: #000;
	z-index: 12;
}

section#intro > picture {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 11;
}

section#intro > picture img {
	width: 100%;
	height: auto;
}

section#intro > div.phone {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	/*
	padding: 1.05263em 7.36842em 1.05263em 3.68421em;
	font-size: 1.31579vw;
	*/
	padding: 20px 140px 20px 70px;
	font-size: 25px;
	line-height: 1em;
	color: #fff;
	background-color: #000;
	z-index: 13;
}

section#intro > div.phone > a,
section#intro > div.phone > a:link,
section#intro > div.phone > a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
section#intro > div.phone > a:hover,
section#intro > div.phone > a:active,
section#intro > div.phone > a:visited:hover,
section#intro > div.phone > a:visited:active {
	color: #79412c;
	border-bottom-width: 0;
}

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

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

section#intro > div.phone {
	bottom: auto;
	top: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	border-bottom: 1px solid #fff;
}

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

section#welcome {
	background-color: #fff;
	padding: 150px 0;
	text-align: center;
}

section#welcome > div.text {
	position: relative;
	width: 550px;
	margin: 0 auto;
	text-align: left;
}

section#welcome > div.text > div.logo {
	position: absolute;
	right: 100%;
	bottom: 0;
	width: calc((100vw - 550px) / 2);
	height: 100%;
	text-align: center;
}

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

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

section#welcome > div.text > div.logo {
	position: relative;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px 0 40px 0;
}

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

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

section#welcome {
	padding: 80px 30px;
}

section#welcome > div.text {
	width: 100%;
}

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

section#gallery1 {
	background-color: #000;
	overflow: hidden;
}

section#gallery1 > div.logo {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - (100% * 1125 / 1900));
	height: 100%;
}

section#gallery1 > div.sliderWrapper {
	position: relative;
	width: calc(100% * 1125 / 1900);
	height: 0;
	padding-bottom: calc(54.7826087% * 1125 / 1900);
}

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

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

section#gallery1 > div.sliderWrapper > div.dotsWrapper {
	left: calc(100% + 10px);
	bottom: -2px;
	width: auto;
}

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

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

section#gallery1 {
	padding-bottom: 20px;
}

section#gallery1 > div.logo {
	position: relative;
	right: auto;
	left: 0;
	width: 100%;
	height: auto;
	padding: 80px;
}

section#gallery1 > div.sliderWrapper {
	width: 100%;
	padding-bottom: 54.7826087%;
}

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

section#gallery2 {
	background-color: #000;
	padding-bottom: 10%;
}

section#gallery2 > div.picts {
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	font-size: 0;
	line-height: 0;
}

section#gallery2 > div.picts > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-left: 20px;
}

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

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

section#gallery2 > div.picts {
	text-align: center;
	padding: 0 30px;
}

section#gallery2 > div.picts > div {
	display: block;
	width: 100%;
	max-width: 475px;
	margin: 30px auto 0 auto;
}

section#gallery2 > div.picts > div:nth-of-type(1) {
	margin-top: 0;
}

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

section#gallery3 {
	color: #000;
	overflow: hidden;
}

/*
section#gallery3 > picture {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}

section#gallery3 > picture img {
	width: 100%;
	height: auto;
}
*/

section#gallery3 > div.sliderWrapper > div.dotsWrapper {
	bottom: 10px;
}

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

section#hours {
	background-color: #000;
	padding: 7.89474% 0; /* 150px @ 1900px */
	text-align: center;
}

section#hours > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 30px;
	color: #fff;
	text-align: left;
}

section#hours > div > h2 {
	color: #fff;
}

main section#hours a,
main section#hours a:link,
main section#hours a:visited {
	color: #fff;
	border-bottom-color: #fff;
}
main section#hours a:hover,
main section#hours a:active,
main section#hours a:visited:hover,
main section#hours a:visited:active {
	color: #79412c;
	border-bottom-color: #79412c;
}

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

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

section#hours {
	padding: 80px 30px;
}

section#hours > div {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	padding-top: 60px;
}

section#hours > div:nth-of-type(1) { padding-top: 0; }

section#hours > div > h2 {
	text-align: center;
}

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

section#contact {
	background-color: #fff;
	padding: 7.89474% 0; /* 150px @ 1900px */
	text-align: center;
}

section#contact > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 30px;
	text-align: left;
}

section#contact > div > h2 {
	position: absolute;
	left: 30px;
	bottom: 100%;
	width: auto;
	height: auto;
}

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


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

section#contact {
	padding: 80px 30px;
}

section#contact > div {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	padding-top: 60px;
}

section#contact > div:nth-of-type(1) { padding-top: 0; }

section#contact > div > h2 {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	text-align: center;
}

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

section#map {
	color: #000;
}

section#map > picture {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}

.jsOK section#map > picture:hover {
	cursor: pointer;
}

section#map > picture img {
	width: 100%;
	height: auto;
}

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