/*! 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; }
/* kaushan-script-regular - latin */
@font-face {
	font-family: 'Kaushan Script';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/kaushan-script-v8-latin-regular.eot');
	src: local('Kaushan Script'), local('KaushanScript-Regular'),
		 url('../_fonts/kaushan-script-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/kaushan-script-v8-latin-regular.woff2') format('woff2'),
		 url('../_fonts/kaushan-script-v8-latin-regular.woff') format('woff'),
		 url('../_fonts/kaushan-script-v8-latin-regular.ttf') format('truetype'),
		 url('../_fonts/kaushan-script-v8-latin-regular.svg#KaushanScript') format('svg');
}
/* slabo-27px-regular - latin */
@font-face {
	font-family: 'Slabo 27px';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/slabo-27px-v6-latin-regular.eot');
	src: local('Slabo 27px'), local('Slabo27px-Regular'),
			 url('../_fonts/slabo-27px-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/slabo-27px-v6-latin-regular.woff2') format('woff2'),
			 url('../_fonts/slabo-27px-v6-latin-regular.woff') format('woff'),
			 url('../_fonts/slabo-27px-v6-latin-regular.ttf') format('truetype'),
			 url('../_fonts/slabo-27px-v6-latin-regular.svg#Slabo27px') format('svg');
}
/* yrsa-300 - latin */
@font-face {
	font-family: 'Yrsa';
	font-style: normal;
	font-weight: 300;
	src: url('../_fonts/yrsa-v5-latin-300.eot');
	src: local('Yrsa Light'), local('Yrsa-Light'),
			 url('../_fonts/yrsa-v5-latin-300.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/yrsa-v5-latin-300.woff2') format('woff2'),
			 url('../_fonts/yrsa-v5-latin-300.woff') format('woff'),
			 url('../_fonts/yrsa-v5-latin-300.ttf') format('truetype'),
			 url('../_fonts/yrsa-v5-latin-300.svg#Yrsa') format('svg');
}
/* yrsa-regular - latin */
@font-face {
	font-family: 'Yrsa';
	font-style: normal;
	font-weight: 400;
	src: url('../_fonts/yrsa-v5-latin-regular.eot');
	src: local('Yrsa Regular'), local('Yrsa-Regular'),
			 url('../_fonts/yrsa-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/yrsa-v5-latin-regular.woff2') format('woff2'),
			 url('../_fonts/yrsa-v5-latin-regular.woff') format('woff'),
			 url('../_fonts/yrsa-v5-latin-regular.ttf') format('truetype'),
			 url('../_fonts/yrsa-v5-latin-regular.svg#Yrsa') format('svg');
}
/* yrsa-500 - latin */
@font-face {
	font-family: 'Yrsa';
	font-style: normal;
	font-weight: 500;
	src: url('../_fonts/yrsa-v5-latin-500.eot');
	src: local('Yrsa Medium'), local('Yrsa-Medium'),
			 url('../_fonts/yrsa-v5-latin-500.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/yrsa-v5-latin-500.woff2') format('woff2'),
			 url('../_fonts/yrsa-v5-latin-500.woff') format('woff'),
			 url('../_fonts/yrsa-v5-latin-500.ttf') format('truetype'),
			 url('../_fonts/yrsa-v5-latin-500.svg#Yrsa') format('svg');
}
/* yrsa-600 - latin */
@font-face {
	font-family: 'Yrsa';
	font-style: normal;
	font-weight: 600;
	src: url('../_fonts/yrsa-v5-latin-600.eot');
	src: local('Yrsa SemiBold'), local('Yrsa-SemiBold'),
			 url('../_fonts/yrsa-v5-latin-600.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/yrsa-v5-latin-600.woff2') format('woff2'),
			 url('../_fonts/yrsa-v5-latin-600.woff') format('woff'),
			 url('../_fonts/yrsa-v5-latin-600.ttf') format('truetype'),
			 url('../_fonts/yrsa-v5-latin-600.svg#Yrsa') format('svg');
}
/* yrsa-700 - latin */
@font-face {
	font-family: 'Yrsa';
	font-style: normal;
	font-weight: 700;
	src: url('../_fonts/yrsa-v5-latin-700.eot');
	src: local('Yrsa Bold'), local('Yrsa-Bold'),
			 url('../_fonts/yrsa-v5-latin-700.eot?#iefix') format('embedded-opentype'),
			 url('../_fonts/yrsa-v5-latin-700.woff2') format('woff2'),
			 url('../_fonts/yrsa-v5-latin-700.woff') format('woff'),
			 url('../_fonts/yrsa-v5-latin-700.ttf') format('truetype'),
			 url('../_fonts/yrsa-v5-latin-700.svg#Yrsa') format('svg');
}

@media only screen {
/*****************************************************************************/

/*
COLORS:
_ #9c162b ... red
_ #452228 ... ruby
_ #272525 ... gray

FONTS:
font-family: 'Kaushan Script', cursive;
font-weight: 400;
font-family: 'Slabo 27px', serif;
font-weight: 400;
font-family: 'Yrsa', serif;
font-weight: 300/400/500/600/700;
*/

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

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: 'Yrsa', serif;
	font-weight: 400;
	color: #000;
	font-size: 0;
	line-height: 0;
	/*
	letter-spacing: 0.05em;
	word-spacing: -0.05em;
	*/
	/*
	font-variant-numeric: proportional-nums;
	-webkit-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum" 1;
	-moz-font-feature-settings: "onum=1";
	-ms-font-feature-settings: "onum" 1;
	-o-font-feature-settings: "onum" 1;
	font-feature-settings: "onum" 1;
	*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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


::selection { color: #9c162b; background-color: #e4ded9; }

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

/* HEADER */

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 33.33333%;
	height: 100%;
	/*background-color: #9c162b;*/
	background-color: #452228;
	border-right: 5px solid #fff;
	z-index: 12;
}

.pageIntroOK > header { display: none; }

header > div#logo {
	position: absolute;
	left: calc(50% - 120px + 5px);
	top: 25px;
	width: 240px;
	height: 240px;
	z-index: 3;
}

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

header > nav#main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

header > nav#main > ul { z-index: 4; }

/* MAIN */

main {
	position: absolute;
	left: 33.33333%;
	top: 0;
	width: 66.66667%;
	height: 100%;
	background-color: #e4ded9;
	border-left: 5px solid #fff;
	padding: 0 120px;
	overflow: auto;
	z-index: 11;
}

.pageIntroOK > main {
	position: fixed !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background-color: #fff;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 750px;
	height: auto;
	/*padding: 90px 120px;*/
	padding: 90px 0;
	font-size: 19px;
	line-height: 1.5em;
	z-index: 1;
}

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

/* INTRO LOGO */

div#introLogo {
	position: fixed;
	left: calc(100% / 3);
	top: calc(100% * (2 / 3));
	width: 240px;
	height: 240px;
	margin-left: -120px;
	margin-top: -120px;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: transform;
	z-index: 2;
}

div#introLogo:hover { transform: scale(1.075); }

div#introLogo > a > img {
	width: 100%;
	height: auto;
}

/* INTRO PICTS */

div#introPicts {
	position: absolute;
	left: -10px;
	top: -10px;
	width: calc(100% + 10px);
	max-width: none;
	height: calc(100% + 10px);
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	text-align: left;
	z-index: 1;
}

div#introPicts > div {
	position: relative;
	display: inline-block;
	width: calc(33.33333% - 10px);
	height: calc(33.33333% - 10px);
	margin: 10px 0 0 10px;
	background-color: #272525;
	background-color: #9c162b;
	overflow: hidden;
	z-index: 1;
}

div#introPicts > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	opacity: 0.80;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: opacity;
	z-index: 1;
}

div#introPicts > div:hover > div.pict,
div#introPicts > div.hover > div.pict { opacity: 1; }

div#introPicts > div > div.text {
	position: absolute;
	bottom: 20px;
	opacity: 0;
	transition-duration: 0.25s;
	transition-property: opacity;
	z-index: 2;
}
div#introPicts > div:hover > div.text,
div#introPicts > div.hover > div.text { opacity: 1; }

div#introPicts > div > div.text > span {
	display: inline-block;
	padding: 5px 40px 3px 20px;
	background-color: #9c162b;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 1px;
}

div#introPicts > div:nth-child(1) > div.text,
div#introPicts > div:nth-child(4) > div.text,
div#introPicts > div:nth-child(7) > div.text { left: 0; text-align: left; }

div#introPicts > div:nth-child(2) > div.text,
div#introPicts > div:nth-child(3) > div.text,
div#introPicts > div:nth-child(5) > div.text,
div#introPicts > div:nth-child(6) > div.text,
div#introPicts > div:nth-child(8) > div.text,
div#introPicts > div:nth-child(9) > div.text { right: 0; text-align: right; }

div#introPicts > div:nth-child(1) > div.text > span,
div#introPicts > div:nth-child(4) > div.text > span,
div#introPicts > div:nth-child(7) > div.text > span { text-align: left; }

div#introPicts > div:nth-child(2) > div.text > span,
div#introPicts > div:nth-child(3) > div.text > span,
div#introPicts > div:nth-child(5) > div.text > span,
div#introPicts > div:nth-child(6) > div.text > span,
div#introPicts > div:nth-child(8) > div.text > span,
div#introPicts > div:nth-child(9) > div.text > span { text-align: right; }

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

div#introPicts > div > div.link > a > img {
	width: 100%;
	height: 100%;
}

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

h1, .h1, h2, .h2 {
	/*font-family: 'Kaushan Script', cursive;*/
	font-family: 'Yrsa', serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1em;
	color: #9c162b;
	margin: 0 0 0.5em 0;
	text-align: left;
	text-transform: none;
}

h2, .h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2em;
	color: #9c162b;
	margin-bottom: 0.75em;
}

h1 > span,
h2 > span {
	display: block;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-top: -5px;
}

h2 > span {
	line-height: 1.2em;
	margin-top: 0;
}

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

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

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

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

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

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

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

div#introPicts a,
div#introPicts a:link,
div#introPicts a:visited,
div#introLogo > a,
div#introLogo > a:link,
div#introLogo > a:visited {
	text-decoration: none;
	border-bottom: 0;
}

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

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

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

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 */

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

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

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

/* NAVIGATION VERTICAL */

header > nav#main > ul {
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	margin-top: 290px;
	background: transparent url('../images/main/nav-line.png') scroll no-repeat center top;
	background-size: 280px 1px;
}

header > nav#main > ul > li {
	display: block;
	width: 100%;
	margin: 0;
	background: transparent url('../images/main/nav-line.png') scroll no-repeat center bottom;
	background-size: 280px 1px;
}

header > nav#main > ul > li:nth-of-type(1) { display: none; }
.pageSitemapOK > main > section > ul > li:nth-of-type(1) { display: none; }

header > nav#main > ul > li > a,
header > nav#main > ul > li > a:link,
header > nav#main > ul > li > a:visited {
	display: block;
	width: auto;
	font-weight: 300;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	opacity: 0.5;
	padding: 17px 20px 15px 20px;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: transform, opacity;
}
header > nav#main > ul > li > a:hover,
header > nav#main > ul > li > a:active,
header > nav#main > ul > li > a:visited:hover,
header > nav#main > ul > li > a:visited:active { transform: scale(1.125); }
header > nav#main > ul > li.act a,
header > nav#main > ul > li.act a:link,
header > nav#main > ul > li.act a:visited,
header > nav#main > ul > li.act a:hover,
header > nav#main > ul > li.act a:active,
header > nav#main > ul > li.act a:visited:hover,
header > nav#main > ul > li.act a:visited:active { opacity: 1; }

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

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

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

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

hr {
	width: 100%;
	height: 0;
	margin: 40px auto;
	border: 0;
	border-top: 0.5px solid #8f8a84;
	opacity: 1;
}
body[data-pixelratio='1'] hr { border-top-width: 1px; }

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

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

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

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

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*****************************************************************************/
}

@media only screen and (min-aspect-ratio: 2/1) {
/*****************************************************************************/

/* INTRO LOGO */
div#introLogo { top: 50%; }

/* INTRO PICTS */
div#introPicts > div { height: calc(50% - 10px); }
div#introPicts > div:nth-child(7),
div#introPicts > div:nth-child(8),
div#introPicts > div:nth-child(9) {
	display: none;
}

div#introPicts > div:nth-child(1) > div.text,
div#introPicts > div:nth-child(4) > div.text { right: auto; left: 0; text-align: left; }

div#introPicts > div:nth-child(2) > div.text,
div#introPicts > div:nth-child(3) > div.text,
div#introPicts > div:nth-child(5) > div.text,
div#introPicts > div:nth-child(6) > div.text { left: auto; right: 0; text-align: right; }

div#introPicts > div:nth-child(1) > div.text > span,
div#introPicts > div:nth-child(4) > div.text > span { text-align: left; }

div#introPicts > div:nth-child(2) > div.text > span,
div#introPicts > div:nth-child(3) > div.text > span,
div#introPicts > div:nth-child(5) > div.text > span,
div#introPicts > div:nth-child(6) > div.text > span { text-align: right; }

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

@media only screen and (min-aspect-ratio: 2/1) and (max-width: 899px) {
/*****************************************************************************/

/* INTRO LOGO */
/*div#introLogo { top: calc(50% - 90px); border: 1px solid lightgreen; }*/

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

@media only screen and (max-aspect-ratio: 1/1) {
/*****************************************************************************/

/* INTRO LOGO */
div#introLogo { left: 50%; }

/* INTRO PICTS */
div#introPicts > div { width: calc(50% - 10px); }
div#introPicts > div:nth-child(7),
div#introPicts > div:nth-child(8),
div#introPicts > div:nth-child(9) {
	display: none;
}

div#introPicts > div:nth-child(1) > div.text,
div#introPicts > div:nth-child(3) > div.text,
div#introPicts > div:nth-child(5) > div.text { right: auto; left: 0; text-align: left; }

div#introPicts > div:nth-child(2) > div.text,
div#introPicts > div:nth-child(4) > div.text,
div#introPicts > div:nth-child(6) > div.text { left: auto; right: 0; text-align: right; }

div#introPicts > div:nth-child(1) > div.text > span,
div#introPicts > div:nth-child(3) > div.text > span,
div#introPicts > div:nth-child(5) > div.text > span { text-align: left; }

div#introPicts > div:nth-child(2) > div.text > span,
div#introPicts > div:nth-child(4) > div.text > span,
div#introPicts > div:nth-child(6) > div.text > span { text-align: right; }

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

@media only screen and (max-aspect-ratio: 1/1) and (max-width: 899px) {
/*****************************************************************************/

/* INTRO LOGO */
/*div#introLogo { left: calc(50% - 90px); border: 1px solid lightgreen; }*/

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

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

/* MAIN */
main { padding: 0 calc((100% * (2 / 3) - 750px) / 2); }

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

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

/* MAIN */
main { padding: 0 60px; }

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

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

/* HEADER */
header {
	position: relative;
	width: 100%;
	height: auto;
	border-right: 0;
	border-bottom: 5px solid #fff;
	padding: 30px 0;
}
header > div#logo {
	position: relative;
	left: 10px;
	top: 0;
	width: 240px;
	height: auto;
}
header > nav#main {
	position: absolute;
	left: 260px;
	top: 0;
	width: calc(100% - 260px);
	height: 100%;
}
header > nav#main > div.bg { display: none; }
header > nav#main > ul { margin-top: 60px; }
header > nav#main > ul > li { display: inline-block; width: calc(100% / 2); background-size: calc(100% - 30px * 2) 1px; }
header > nav#main > ul > li > a,
header > nav#main > ul > li > a:link,
header > nav#main > ul > li > a:visited {
	padding: 17px 0 15px 0;
}

/* MAIN */
main {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	border-left: 0;
	border-top: 5px solid #fff;
	border-bottom: 30px solid #fff;
	padding: 0 30px;
}
main > section { max-width: none; padding: 60px 0; }

/* INTRO */
div#introLogo {
	width: 180px;
	height: 180px;
	margin-left: -90px;
	margin-top: -90px;
}

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

@media only screen and (max-width: 899px) and (min-width: 650px) {
/*****************************************************************************/

/* HEADER */
header > nav#main > ul { background-image: none; }
header > nav#main > ul > li:nth-last-of-type(1),
header > nav#main > ul > li:nth-last-of-type(2) {
	background-image: none;
}

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

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

/* HEADER */
header > div#logo { left: 0; width: 100%; text-align: center; }
header > div#logo img { max-width: 180px; }
header > nav#main { position: relative; left: 0; width: 100%; padding: 0 0; }
header > nav#main > ul { margin-top: 0; background-image: none; }
header > nav#main > ul > li { display: inline-block; width: calc(100% / 3); }
/*
header > nav#main > ul > li:nth-last-of-type(1),
header > nav#main > ul > li:nth-last-of-type(2),
header > nav#main > ul > li:nth-last-of-type(3) {
	background-image: none;
}
*/
header > nav#main > ul > li > a,
header > nav#main > ul > li > a:link,
header > nav#main > ul > li > a:visited {
	padding: 12px 0 10px 0;
}

/* INTRO */
div#introPicts > div > div.text > span:nth-of-type(2) { display: none; }

/* FONT-SIZE */
main > section {
	font-size: 16px;
	line-height: 1.5em;
}
h1, .h1 {
	font-size: 36px;
	line-height: 1em;
}
h2, .h2 {
	font-size: 24px;
	line-height: 1.2em;
}
h1 > span, h2 > span {
	font-size: 19px;
	line-height: 1.2em;
}
h1 > span {
	margin-top: 0;
}
header > nav#main > ul > li > a,
header > nav#main > ul > li > a:link,
header > nav#main > ul > li > a:visited {
	font-size: 16px;
	line-height: 1em;
}

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

@media only screen and (max-width: 649px) and (min-width: 375px) {
/*****************************************************************************/

/* HEADER */
header > nav#main > ul > li:nth-last-of-type(1),
header > nav#main > ul > li:nth-last-of-type(2),
header > nav#main > ul > li:nth-last-of-type(3) {
	background-image: none;
}

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

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

/* HEADER */
header > nav#main > ul > li { width: calc(100% / 2); }
header > nav#main > ul > li:nth-last-of-type(1),
header > nav#main > ul > li:nth-last-of-type(2) {
	background-image: none;
}

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

@media only screen and (max-width: 499px), screen and (max-height: 399px) {
/*****************************************************************************/

/* INTRO */
div#introLogo {
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
}

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

@media only screen and (min-width: 900px) and (max-height: 699px) {
/*****************************************************************************/

/* HEADER */
header > nav#main > ul > li { display: none; }
header > nav#main > ul > li:nth-of-type(1) { display: block; }

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

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

/* CAR and EVENT GALLERY */

div.eventsWrapper,
div.carsWrapper {
	position: relative;
	left: -50px;
	width: calc(100% + 50px);
	height: auto;
	z-index: 1;
}

div.eventsWrapper > div,
div.carsWrapper > div {
	position: relative;
	display: inline-block;
	width: calc((100% / 3) - 50px);
	/*max-width: 200px;*/
	height: auto;
	margin: 0 0 50px 50px;
	background-color: #272525;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	transition-duration: 0.25s;
	transition-property: transform;
	z-index: 1;
}

/*div.eventsWrapper > div {
	width: calc(50% - 25px);
	max-width: 300px;
}*/

div.eventsWrapper > div:hover,
div.carsWrapper > div:hover { transform: scale(1.075); }

div.eventsWrapper > div > div.pict,
div.carsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	/*
	background: transparent url() scroll no-repeat center center;
	background-size: cover;
	*/
	opacity: 1;
	transition-duration: 0.25s;
	transition-property: opacity;
	z-index: 1;
}

div.eventsWrapper > div:hover > div.pict,
div.eventsWrapper > div.hover > div.pict,
div.carsWrapper > div:hover > div.pict,
div.carsWrapper > div.hover > div.pict {
	opacity: 0.5;
}

div.eventsWrapper > div > div.pict > img,
div.carsWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

div.eventsWrapper > div > div.text,
div.carsWrapper > div > div.text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	opacity: 0;
	transition-duration: 0.25s;
	transition-property: opacity;
	z-index: 2;
}

div.eventsWrapper > div:hover > div.text,
div.eventsWrapper > div.hover > div.text,
div.carsWrapper > div:hover > div.text,
div.carsWrapper > div.hover > div.text {
	opacity: 1;
}

div.eventsWrapper > div > div.text > table td > span,
div.carsWrapper > div > div.text > table td > span {
	display: inline-block;
	background-color: #9c162b;
	padding: 4px 8px 2px 8px;
	margin-bottom: 1px;
}

div.eventsWrapper > div > div.button,
div.carsWrapper > div > div.button {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	z-index: 3;
}

div.eventsWrapper > div > div.button img,
div.carsWrapper > div > div.button img {
	width: 100%;
	height: auto;
}

/* CARS FACTS */

table.facts {
	width: 100%;
	margin: 2.5em 0;
	border-top: 1px solid #fff;
}

table.facts > tbody > tr > td {
	width: 50%;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

table.facts > tbody > tr > td:nth-child(1) {
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

table.facts > tbody > tr > td:nth-child(2) {
	font-weight: 400;
	text-align: right;
}

/* FANCYBOX */

ul.fancybox {
	position: relative;
	left: -50px;
	width: calc(100% + 50px);
	height: auto;
	margin: 0;
}

ul.fancybox > li {
	position: relative;
	display: inline-block;
	width: calc((100% / 3) - 50px);
	/*max-width: 200px;*/
	height: auto;
	margin: 0 0 50px 50px;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	transition-duration: 0.25s;
	transition-property: transform;
	z-index: 1;
}

ul.fancybox > li:hover,
ul.fancybox > li.hover { transform: scale(1.075); }

ul.fancybox > li > a > img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	opacity: 1;
	transition-duration: 0.25s;
	transition-property: opacity;
}

ul.fancybox > li:hover > a > img,
ul.fancybox > li.hover > a > img { opacity: 0.5; }

/* ETC */

p.picts { margin-bottom: 20px; }
p.picts > img { margin-bottom: 1px; }

p.intro {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5em;
	color: #333;
}

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

/* CAR and EVENT GALLERY */
div.eventsWrapper,
div.carsWrapper {
	left: -30px;
	width: calc(100% + 30px);
}
div.eventsWrapper > div,
div.carsWrapper > div {
	width: calc((100% / 3) - 30px);
	margin: 0 0 30px 30px;
}

/* FANCYBOX */
ul.fancybox {
	left: -30px;
	width: calc(100% + 30px);
}
ul.fancybox > li {
	width: calc((100% / 3) - 30px);
	margin: 0 0 30px 30px;
}

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

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

/* FONT-SIZE */
p.intro {
	font-size: 19px;
	line-height: 1.5em;
}

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

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

/* CAR and EVENT GALLERY */
div.eventsWrapper > div,
div.carsWrapper > div {
	width: calc((100% / 2) - 30px);
}

/* FANCYBOX */
ul.fancybox > li {
	width: calc((100% / 2) - 30px);
}

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

/* HTML AND BODY */

html, body {
	position: relative;
	min-width: 0;
	min-height: 0;
	background-color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #000 !important;
}

/* HEADER */

body > header { display: none; }

/* FOOTER */

body > footer { display: none; }

/* CONTENT */

body > main {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

body > main > section > div.content {
	padding: 40px;
}

body > main > section > div.content > h1,
body > main > section > div.content > h2 {
	font-size: 24px;
	line-height: 1.5em;
	text-align: left;
}

div.buttonsWrapper { display: none; }

/* HEADLINES AND LINKS */

h1, h2, h3 { color: #000; }
h1 { page-break-before: always; }
h1:first-child { page-break-before: auto; }

a, a:link, a:visited { color: #000; text-decoration: none; }
a:after, a:link:after, a:visited:after { content:" [" attr(href) "] "; }

a.back, a.back:link, a.back:visited { display: none; }

/* GENERAL */

hr { page-break-after: always; }

/*****************************************************************************/
}

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;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;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;*/background:#fff;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{/*opacity:.9;*/opacity:1;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 ease,visibility 0s ease .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 ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{/*color:#ccc;*/color:#000;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;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;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-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:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle;border:20px solid #fff;}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;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}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.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);*/background:transparent;border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{/*color:#ccc;*/color:#666;}.fancybox-button:hover{/*color:#fff;*/color:#000;}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{/*color:#888;*/color:#000;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;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;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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:#ddd;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:rgba(0,0,0,0);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__list{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 .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;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__list a:before{border:6px solid #ff5268;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__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
