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

/*

COLORS:

_ #aa2d29 ... red
_ #6a6442 ... gray


FONTS:

font-family: 'Crimson Text', serif;
font-weight: 400/600;
font-style: normal/italic

font-family: 'Dosis', sans-serif;
font-weight: 600;

font-family: 'DM Serif Display', serif;
font-weight: 400;

*/

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

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

body {
	background-color: #fff;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	/*letter-spacing: 0.3px;*/
	letter-spacing: 0;
	color: #6a6442;
	/*
	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: #aa2d29; background-color: #fff; }

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

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: calc(9 * 78px);
	z-index: 11;
}

header > div.logo {
	position: absolute;
	left: calc(50% + 260px);
	top: 236px;
	width: auto;
	height: auto;
	text-align: left;
	z-index: 1;
}

header > div.logo img {
	width: 356px;
	height: 67px;
}

header > nav.main {
	position: absolute;
	left: calc(50% - (1300px / 2));
	top: calc(2 * 78px);
	width: 630px;
	height: auto;
	z-index: 1;
}

header > div.line {
	position: absolute;
	height: 1px;
	border-top: 1px solid #aa2d29;
	z-index: 1;
}

header > div.line.l1 { left: calc(50% - (1300px / 2)); top: calc(1 * 78px); width: 630px; }
header > div.line.l2 { left: calc(50% - (1300px / 2)); top: calc(2 * 78px); width: 630px; }
header > div.line.l3 { left: calc(50% - (1300px / 2)); top: calc(3 * 78px); width: 630px; }
header > div.line.l4 { left: calc(50% - (1300px / 2)); top: calc(4 * 78px); width: 630px; }
header > div.line.l5 { left: calc(50% - (1300px / 2)); top: calc(5 * 78px); width: 630px; }
header > div.line.l6 { left: calc(50% - (1300px / 2)); top: calc(8 * 78px); width: 630px; }
header > div.line.l7 { left: calc(50% - (1300px / 2)); top: calc(9 * 78px); width: 630px; }

header > div.line.r1 { left: calc(50% + 260px); top: calc(1 * 78px); width: 110px; }
header > div.line.r2 { left: calc(50% + 260px); top: calc(2 * 78px); width: 110px; }
header > div.line.r3 { left: calc(50% + 260px); top: calc(5 * 78px); width: calc(100% - 50% - 260px); }
header > div.line.r4 { left: calc(50% + 260px); top: calc(6 * 78px); width: calc(100% - 50% - 260px); }

header > div.bookshelf { display: none; }

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 80px;
	text-align: center;
	z-index: 12;
}

main > section {
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 22px;
	line-height: calc(1em * (26 / 22));
}

main > section:nth-of-type(1) { padding-top: 80px; }
main > section:nth-last-of-type(1) { padding-bottom: 80px; }

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: calc(3 * 78px) 80px 78px 80px;
	text-align: center;
	z-index: 11;
}

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

footer > div.cols {
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

footer > div.cols > div > div.cols > div,
footer > div.cols > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	font-size: 22px;
	line-height: calc(1em * (26 / 22));
}

footer > div.cols > div:nth-of-type(1) { width: 30%; }
footer > div.cols > div:nth-of-type(2) { width: 70%; }

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

footer > div.cols > div > div.cols > div:nth-of-type(1) { width: calc(50% - 20px); margin-right: 40px; }
footer > div.cols > div > div.cols > div:nth-of-type(2) { width: calc(50% - 20px); }

footer > div.cols > div > nav.footer { margin-bottom: 40px; }

footer > div.cols > div > nav.footer > ul:nth-last-of-type(1) > li:nth-last-of-type(1) { display: none; }

footer > div.line {
	position: absolute;
	height: 1px;
	border-top: 1px solid #aa2d29;
	z-index: 1;
}

footer > div.line.l1 { left: calc(50% - (1300px / 2)); top: calc(1 * 78px); width: 630px; }
footer > div.line.l2 { left: calc(50% - (1300px / 2)); top: calc(2 * 78px); width: 630px; }
footer > div.line.r1 { left: calc(50% + 20px); top: calc(2 * 78px); width: 630px; }

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

/* ETC */
.fontColorRed, .fontColorRed h1 { color: #aa2d29 !important; }
.fontColorGray, .fontColorGray h1 { color: #6a6442 !important; }
.fontSizeBig { font-size: 36px; line-height: calc(1em * (38 / 36)); }

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

h1, .h1, h2, .h2 {
	position: relative;
	display: block;
	width: 100%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 22px;
	line-height: calc(1em * (26 / 22));
	color: #aa2d29;
	text-transform: none;
	margin: 0 0 0 0;
}

h1.img, h2.img { margin-bottom: 48px; }

h1.line, h2.line {
	border-bottom: 1px solid #aa2d29;
	padding-bottom: 26px;
	margin-bottom: 26px;
}

/*
div.cols:nth-of-type(1) > div.right.shiftToTop > h1:nth-of-type(1),
div.cols:nth-of-type(1) > div.right.shiftToTop > h2:nth-of-type(1) { border-bottom: 0; }
*/

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

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

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

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

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

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

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

footer a,
footer a:link,
footer a:visited {
	color: #6a6442;
	text-decoration: none;
}

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

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

ul, ol, dl { position: relative; margin: 0 0 calc(1em * (26 / 22)) 0; }
ul > li, ol > li, dl > li { position: relative; }

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

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

/* NO BULLETS */

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

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

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

/* HEADER > MAIN */

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

nav.main > ul:nth-of-type(2) { margin-top: 50px; }

nav.main > ul > li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: calc(1em * (38 / 36));
	text-align: left;
	color: #aa2d29;
}

nav.main > ul:nth-of-type(1) > li > a,
nav.main > ul:nth-of-type(1) > li > a:link,
nav.main > ul:nth-of-type(1) > li > a:visited {
	height: 78px;
	overflow: hidden;
}

nav.main > ul:nth-of-type(1) > li:nth-of-type(1) > a,
nav.main > ul:nth-of-type(1) > li:nth-of-type(1) > a:link,
nav.main > ul:nth-of-type(1) > li:nth-of-type(1) > a:visited {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 64px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 12px;
	padding: 7px 0;
}

nav.main > ul:nth-of-type(1) > li:nth-of-type(2) > a,
nav.main > ul:nth-of-type(1) > li:nth-of-type(2) > a:link,
nav.main > ul:nth-of-type(1) > li:nth-of-type(2) > a:visited {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 82px;
	line-height: 1em;
	font-style: italic;
	padding: 1px 0;
}

nav.main > ul:nth-of-type(1) > li:nth-of-type(3) > a,
nav.main > ul:nth-of-type(1) > li:nth-of-type(3) > a:link,
nav.main > ul:nth-of-type(1) > li:nth-of-type(3) > a:visited {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	font-size: 68px;
	line-height: 1em;
	letter-spacing: 3px;
	padding: 6px 0;
}

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

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:focus,
nav.main > ul > li.act > a:active,
nav.main > ul > li.act > a:visited:hover,
nav.main > ul > li.act > a:visited:focus,
nav.main > ul > li.act > a:visited:active {
	color: #6a6442;
}

/* FOOTER > NAV */

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

nav.footer > ul > li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

nav.footer > ul > li > a,
nav.footer > ul > li > a:link,
nav.footer > ul > li > a:visited {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: calc(1em * (38 / 36));
	text-align: left;
	color: #aa2d29;
}

nav.footer > ul > li > a:hover,
nav.footer > ul > li > a:focus,
nav.footer > ul > li > a:active,
nav.footer > ul > li > a:visited:hover,
nav.footer > ul > li > a:visited:focus,
nav.footer > ul > li > a:visited:active {
	color: #6a6442;
}

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:focus,
nav.footer > ul > li.act > a:active,
nav.footer > ul > li.act > a:visited:hover,
nav.footer > ul > li.act > a:visited:focus,
nav.footer > ul > li.act > a:visited:active {
	color: #6a6442;
}

/* ==========================================================================
   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, .fontSize0 { 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: 26px auto;
	border: 0;
	border-top: 1px solid #aa2d29;
	opacity: 1;
}
hr.big { margin: 60px auto; }
/*body[data-pixelratio='1'] hr { border-top-width: 1px; }*/

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

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

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

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

p, .p { margin: 0 0 calc(1em * (26 / 22)) 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.5em 0; border-collapse: collapse; empty-cells: hide; }
th, td { background-color: transparent; vertical-align: top; }

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

picture, figure { position: relative; display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; padding: 0; opacity: 1; font-size: 50%; line-height: 1.5em; text-transform: uppercase; }
img { border: 0; height: auto; max-width: 100%; }

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

strong { font-weight: 400; }
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); }

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

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



/* @1.5x */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and ( min-device-pixel-ratio: 1.5),
only screen and ( min-resolution: 144dpi),
only screen and ( min-resolution: 1.5dppx) {
/*****************************************************************************/

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



/* @2x */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
/*****************************************************************************/

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



/* IE 10/11 */
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {

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

/* HEADER */
.pageHomeOK header { height: 857px; background: transparent url('../images/main/etc/bg-lines.png') scroll no-repeat center top; background-size: 3000px 857px; }
.pageHomeOK header > div.logo { display: none; }
.pageHomeOK header > nav.main { display: none; }
.pageHomeOK header > div.line { display: none; }

.pageHomeOK header > div.bookshelf {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

header > div.bookshelf > div.logo {
	position: absolute;
	left: calc(50% + 270px);
	top: 114px;
	width: auto;
	height: auto;
	z-index: 1;
}

header > div.bookshelf > div.logo img {
	width: 356px;
	height: 67px;
}

header > div.bookshelf > div.link {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

header > div.bookshelf > div.link.n1 { right: calc(50% + 0px); top: 208px; width: 650px; height: 103px; }
header > div.bookshelf > div.link.n2 { left: calc(50% + 0px); top: 364px; width: 650px; height: 103px; }
header > div.bookshelf > div.link.n3 { right: calc(50% + 0px); top: 572px; width: 520px; height: 103px; }
header > div.bookshelf > div.link.n4 { right: calc(50% + 390px); top: 364px; width: 260px; height: 181px; }
header > div.bookshelf > div.link.n5 { left: calc(50% + 260px); top: 520px; width: 260px; height: 155px; }

header > div.bookshelf > div.link > a,
header > div.bookshelf > div.link > a:link,
header > div.bookshelf > div.link > a:visited {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: calc(1em * (38 / 36));
	text-align: center;
	color: #aa2d29;
}

header > div.bookshelf > div.link > a:hover,
header > div.bookshelf > div.link > a:focus,
header > div.bookshelf > div.link > a:active,
header > div.bookshelf > div.link > a:visited:hover,
header > div.bookshelf > div.link > a:visited:focus,
header > div.bookshelf > div.link > a:visited:active {
	color: #6a6442;
}

header > div.bookshelf > div.link.n1 > a,
header > div.bookshelf > div.link.n1 > a:link,
header > div.bookshelf > div.link.n1 > a:visited {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 64px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 12px;
	padding: 17px 0;
}

header > div.bookshelf > div.link.n2 > a,
header > div.bookshelf > div.link.n2 > a:link,
header > div.bookshelf > div.link.n2 > a:visited {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 82px;
	line-height: 1em;
	font-style: italic;
	padding: 12px 0;
}

header > div.bookshelf > div.link.n3 > a,
header > div.bookshelf > div.link.n3 > a:link,
header > div.bookshelf > div.link.n3 > a:visited {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	font-size: 68px;
	line-height: 1em;
	letter-spacing: 3px;
	padding: 18px 0;
}

header > div.bookshelf > div.link.n4 > a,
header > div.bookshelf > div.link.n4 > a:link,
header > div.bookshelf > div.link.n4 > a:visited {
	padding: 70px 0;
}

header > div.bookshelf > div.link.n5 > a,
header > div.bookshelf > div.link.n5 > a:link,
header > div.bookshelf > div.link.n5 > a:visited {
	padding: 55px 0;
}

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



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

/* HEADER */
header > div.logo { left: calc(50% + 20px); }
header > nav.main { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); min-width: 250px; }
header > div.line.l1 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
header > div.line.l2 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
header > div.line.l3 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
header > div.line.l4 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
header > div.line.l5 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
header > div.line.l6 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
header > div.line.l7 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }

/* FOOTER */
footer > div.line.l1 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
footer > div.line.l2 { left: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }
footer > div.line.r1 { left: auto; right: 80px; width: calc((100% - (2 * 80px) - 40px) / 2); }

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



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

/* FOOTER */
footer > div.cols > div:nth-of-type(1) { width: calc(50% + 20px); }
footer > div.cols > div:nth-of-type(2) { width: calc(50% - 20px); }
footer > div.cols > div > div.cols > div:nth-of-type(1) { width: 100%; margin-right: 0; margin-bottom: 1.5em; }
footer > div.cols > div > div.cols > div:nth-of-type(2) { width: 100%; }

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



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

/* HEADER */
header > div.line.r1 { left: calc(50% + 20px); width: calc(50% - 80px - 87px - 80px); }
header > div.line.r2 { left: calc(50% + 20px); width: calc(50% - 80px - 87px - 80px); }
header > div.line.r3 { left: calc(50% + 20px); width: calc(100% - 50% - 20px); }
header > div.line.r4 { left: calc(50% + 20px); width: calc(100% - 50% - 20px); }

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



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

/* FONT-SIZES */
h1, .h1, h2, .h2 { font-size: 20px; line-height: calc(1em * (26 / 22)); }
h1.line, h2.line { padding-bottom: 29px; margin-bottom: 29px; }
main > section { font-size: 20px; line-height: calc(1em * (26 / 22)); }
footer > div.cols > div, footer > div.cols > div > div.cols > div { font-size: 20px; line-height: calc(1em * (26 / 22)); }
.fontSizeBig { font-size: 32px; line-height: calc(1em * (38 / 36)); }

nav.main > ul:nth-of-type(2) { margin-top: 60px; }
nav.main > ul:nth-of-type(1) > li:nth-of-type(1) > a,
nav.main > ul:nth-of-type(1) > li:nth-of-type(1) > a:link,
nav.main > ul:nth-of-type(1) > li:nth-of-type(1) > a:visited {
	font-size: 58px;
	line-height: 1em;
	padding: 9px 0;
}
nav.main > ul:nth-of-type(1) > li:nth-of-type(2) > a,
nav.main > ul:nth-of-type(1) > li:nth-of-type(2) > a:link,
nav.main > ul:nth-of-type(1) > li:nth-of-type(2) > a:visited {
	font-size: 74px;
	line-height: 1em;
	padding: 3px 0;
}
nav.main > ul:nth-of-type(1) > li:nth-of-type(3) > a,
nav.main > ul:nth-of-type(1) > li:nth-of-type(3) > a:link,
nav.main > ul:nth-of-type(1) > li:nth-of-type(3) > a:visited {
	font-size: 62px;
	line-height: 1em;
	padding: 9px 0;
}
nav.main > ul > li > a,
nav.main > ul > li > a:link,
nav.main > ul > li > a:visited {
	font-size: 32px;
	line-height: calc(1em * (38 / 36));
}
nav.footer > ul > li > a,
nav.footer > ul > li > a:link,
nav.footer > ul > li > a:visited {
	font-size: 32px;
	line-height: calc(1em * (38 / 36));
}

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



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

/* HEADER */
header > div.logo { left: auto; right: calc(250px - 80px); top: 80px; }
header > nav.main { width: calc(100% - (80px * 2)); }
header > div.line.l1 { width: calc(100% - 80px - 80px - 87px - 80px); }
header > div.line.l2 { width: calc(100% - 80px - 80px - 87px - 80px); }
header > div.line.l3 { width: calc(100% - 80px - 80px - 87px - 80px); }
header > div.line.l4 { width: calc(100% - 80px - 80px - 87px - 80px); }
header > div.line.l5 { width: calc(100% - 80px - 80px - 87px - 80px); }
header > div.line.l6 { width: calc(100% - 80px - 80px); }
header > div.line.l7 { width: calc(100% - 80px - 80px); }
header > div.line.r1 { display: none; }
header > div.line.r2 { display: none; }
header > div.line.r3 { left: calc(100% - 80px - 87px - 80px + 40px); width: calc(40px + 87px + 80px); }
header > div.line.r4 { left: calc(100% - 80px - 87px - 80px + 40px); width: calc(40px + 87px + 80px); }

/* FOOTER */
footer > div.cols > div:nth-of-type(1) { width: 100%; margin-bottom: 60px; }
footer > div.cols > div:nth-of-type(2) { width: 100%; }

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



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

/* HEADER */
header > div.logo { right: 30px; }

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



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

/* HEADER */
header > div.logo { top: 24px; }
header > div.logo img { width: calc(356px / 2); height: auto; }

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



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

/* HEADER */
/*
header > div.logo { top: 24px; }
header > div.logo img { width: calc(356px / 2); height: auto; }
*/
header > nav.main { left: 30px; width: calc(100% - (30px * 2)); }
header > div.line.l1 { left: 30px; width: calc(100% - 30px - 30px - 87px - 30px); }
header > div.line.l2 { left: 30px; width: calc(100% - 30px - 30px - 87px - 30px); }
header > div.line.l3 { left: 30px; width: calc(100% - 30px - 30px - 87px - 30px); }
header > div.line.l4 { left: 30px; width: calc(100% - 30px - 30px - 87px - 30px); }
header > div.line.l5 { left: 30px; width: calc(100% - 30px - 30px - 87px - 30px); }
header > div.line.l6 { left: 30px; width: calc(100% - 30px - 30px); }
header > div.line.l7 { left: 30px; width: calc(100% - 30px - 30px); }
header > div.line.r3 { left: calc(100% - 30px - 87px - 30px + 40px); width: calc(87px + 20px); }
header > div.line.r4 { left: calc(100% - 30px - 87px - 30px + 40px); width: calc(87px + 20px); }

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

/* FOOTER */
footer { padding: calc(3 * 78px) 30px 78px 30px; }
footer > div.line.l1 { left: 30px; width: calc((100% - (2 * 30px) - 30px) / 2); }
footer > div.line.l2 { left: 30px; width: calc((100% - (2 * 30px) - 30px) / 2); }
footer > div.line.r1 { right: 30px; width: calc((100% - (2 * 30px) - 30px) / 2); }

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



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

/* FONT-SIZES */
h1, .h1, h2, .h2 { font-size: 16px; line-height: calc(1em * (26 / 22)); }
/*h1.line, h2.line { padding-bottom: 29px; margin-bottom: 29px; }*/
main > section { font-size: 16px; line-height: calc(1em * (26 / 22)); }
footer > div.cols > div, footer > div.cols > div > div.cols > div { font-size: 16px; line-height: calc(1em * (26 / 22)); }
.fontSizeBig { font-size: 26px; line-height: calc(1em * (38 / 36)); }

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



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

/* HEADER */
/*header > div.logo { top: 27px; }*/
header > div.line.r4 { display: none; }

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

/* COLS */

div.cols {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
}

div.cols:nth-of-type(1) { margin-top: 0; }

div.cols > div.col {
	position: relative;
	width: calc(50% - (40px / 2));
	height: auto;
}

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

div.cols > div.col.shiftToTop { margin-top: -132px; }
div.cols > div.col.shiftToTopPict { margin-top: -78px; }

/*****************************************************************************/
}

/* COLS */
@media screen and (max-width: 789px) {
	div.cols > div.col { width: 100%; }
	div.cols > div.col.left { float: none; }
	div.cols > div.col.right { float: none; }
	div.cols > div.col:nth-of-type(1) { margin-bottom: 40px; }
	div.cols > div.col.shiftToTop { margin-top: 0; }
	div.cols > div.col.shiftToTopPict { margin-top: 0; }
}

@media print {
/*****************************************************************************/

body > * { display: none; }

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