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

/*

COLORS:
_ blue: 		#134487
_ blue soft: 	#aabcd2 (background)

FONTS:
font-family: 'Titillium Web', sans-serif;
font-weight: 400/600;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400/600;

*/

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

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

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

body {
	background: #aabcd2 url('../images/main/bg.jpg') fixed no-repeat center top;
	background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	color: #000;
}

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

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

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

/* HEADER */

header {
	position: fixed;
	left: calc(50% - 1280px / 2);
	top: 0;
	width: 310px;
	height: 100%;
	margin: auto;
	z-index: 21;
}

header > div#logoLayer {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	/*padding: 117px 0 67px 0;*/
	z-index: 21;
}

header > div#logoLayer img {
	position: absolute;
	left: 0;
	bottom: 67px;
	width: 100%;
	height: auto;
}

header > nav#button {
	position: absolute;
	display: none;
	right: 15px;
	top: 15px;
	z-index: 23;
}

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

header > nav#button > a > img {
	width: 100%;
	height: 100%;
}

header > nav#main {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -10px;
	z-index: 23;
}

header > div#line1Layer,
header > div#line2Layer {
	position: absolute;
	right: -40px;
	width: 20px;
	background-color: #134487;
	z-index: 21;
}

header > div#line1Layer {
	top: 0;
	height: 50px;
}

header > div#line2Layer {
	bottom: 0;
	height: calc(100% - 250px - 50px);
}

/* MAIN */

main {
	position: relative;
	left: calc(50% - 1280px / 2 + 310px + 20px + 20px + 20px);
	margin-top: 300px;
	width: 100%;
	max-width: 910px;
	height: auto;
	z-index: 11;
}

main > section {
	position: relative;
	width: auto;
	margin-top: 20px;
	z-index: 11;
}

body.jsNO > main > section { background-color: #fff; opacity: 0.9; }

main > section:nth-child(1) { margin-top: 0; }

main > section > div.content {
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	padding: 40px 40px 50px 40px;
	z-index: 12;
}

main > section > * { z-index: 11; }

main > section > div.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.75;
	z-index: 10;
}

/* FOOTER */

footer {
	position: fixed;
	left: calc(50% - 1280px / 2);
	bottom: 0;
	width: 310px;
	height: auto;
	z-index: 31;
}

footer > div#addressLayer {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 0;
	font-size: 14px;
	line-height: 1.5em;
	text-align: right;
	color: #134487;
	z-index: 31;
}

footer > div#buttonFacebookLayer {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/main/button-facebook-134487.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 33;
}

footer > div#buttonFacebookLayer:hover { background-image: url('../images/main/button-facebook-ffffff.png'); }

footer > div#buttonFacebookLayer img {
	width: 100%;
	height: 100%;
}

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

/* HOME DIVISIONS */

div.divisionsWrapper {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	top: 10px;
}

div.divisionsWrapper > article {
	position: relative;
	display: inline-block;
	width: calc(25% - 20px);
	margin: 0 0 0 20px;
	/*
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: transform;
	*/
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 11;
}

/*div.divisionsWrapper > article:hover {
	transform: scale(1.05);
}*/

div.divisionsWrapper > article > div.pict {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #134487;
	z-index: 11;
}

div.divisionsWrapper > article > div.pict > img {
	width: 100%;
	height: auto;
	opacity: 0.5;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: opacity;
}

div.divisionsWrapper > article:hover > div.pict img {
	opacity: 0.75;
	/*transform: scale(1.05);*/
}

div.divisionsWrapper > article > div.title {
	position: absolute;
	left: 100%;
	bottom: 0;
	width: auto;
	height: auto;
	padding: 20px;
	font-weight: 600;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	transform-origin: 0 100%;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	white-space: nowrap;
	z-index: 12;
}

div.divisionsWrapper > article > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 13;
}

div.divisionsWrapper > article > div.link img {
	width: 100%;
	height: 100%;
}

/* ARTICLES NEWS */

div.newsWrapper {
	position: relative;
	width: calc(100% + 40px);
	height: auto;
}

div.newsWrapper > article {
	position: relative;
	width: 100%;
	height: auto;
	margin: 125px 0 20px 0;
	text-align: right;
}

div.newsWrapper > article > div.pict {
	position: absolute;
	left: 0;
	top: -100px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 12;
}

div.newsWrapper > article > div.pict > img {
	width: 100%;
	height: 100%;
}

div.newsWrapper > article > div.text {
	position: relative;
	display: inline-block;
	width: calc(100% - 100px);
	height: auto;
	min-height: 200px;
	padding: 40px 20px 40px 125px;
	background-color: #aabcd2;
	text-align: left;
	z-index: 11;
}

div.newsWrapper > article > div.text > p,
div.newsWrapper > article > div.text > h2 { color: #333; }
div.newsWrapper > article > div.text > h2 { margin-bottom: 0.25em; }

div.newsWrapper > article > div.picts {
	position: relative;
	display: inline-block;
	width: calc(100% - 100px);
	height: auto;
	padding: 0 20px 40px 125px;
	background-color: #aabcd2;
	text-align: left;
	z-index: 11;
}

div.newsWrapper > article > div.picts > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

div.newsWrapper > article > div.picts > ul > li {
	width: 100px;
	height: auto;
	box-sizing: border-box;
}

div.newsWrapper > article > div.picts > ul > li img {
	border-radius: 50%;
}

/* ARTICLES PEOPLE */

div.peopleWrapper {
	position: relative;
	left: -20px;
	width: calc(100% + 40px + 20px);
	height: auto;
}

div.peopleWrapper > article {
	position: relative;
	display: inline-block;
	width: calc(50% - 20px);
	height: auto;
	margin: 50px 0 20px 20px;
	text-align: right;
	vertical-align: top;
}

div.peopleWrapper > article > div.pict {
	position: absolute;
	left: 0;
	top: -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: 12;
}

div.peopleWrapper > article > div.pict > img {
	width: 100%;
	height: 100%;
}

div.peopleWrapper > article > div.text {
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
	height: auto;
	min-height: 200px;
	padding: 40px 20px 40px 75px;
	background-color: #aabcd2;
	background: #aabcd2 url('../images/main/bg.jpg') scroll no-repeat left top;
	background-size: 1200px 800px;
	text-align: left;
	z-index: 11;
}

div.peopleWrapper > article > div.text > p,
div.peopleWrapper > article > div.text > h2 { color: #333; }
div.peopleWrapper > article > div.text > h2 { text-transform: uppercase; margin-bottom: 0.25em; }

/* COLLAGE */

div.collageWrapper {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

div.collageWrapper > div {
	position: relative;
	display: inline-block;
	width: calc(50% - 20px);
	height: auto;
	margin: 20px 0 0 20px;
	vertical-align: top;
}

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

/* REFERENCES */

div.referencesWrapper {
	position: relative;
	left: -20px;
	width: calc(100% + 20px);
	height: auto;
	font-size: 0;
	line-height: 0;
}

div.referencesWrapper > div {
	position: relative;
	display: inline-block;
	width: calc(20% - 20px);
	height: auto;
	margin: 20px 0 0 20px;
	background-color: #134487;
}

div.referencesWrapper > div > a > img {
	width: 100%;
	height: auto;
	opacity: 1;
	transform-origin: 50% 50%;
	transition-duration: 0.25s;
	transition-property: opacity;
}

div.referencesWrapper > div:hover > a > img {
	opacity: 0.5;
}

/* MACHINE LIST */

table.machines {
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid #aabcd2;
}

table.machines > tbody > tr > td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	border-bottom: 1px solid #aabcd2;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
}

table.machines > tbody > tr > td:nth-child(1) { width: 43.33333%; }
table.machines > tbody > tr > td:nth-child(2) { width: 33.33333%; color: #666; }
table.machines > tbody > tr > td:nth-child(3) { width: 23.33333%; color: #666; }

/* SITEMAP */

nav#sitemap {
	position: relative;
	width: 100%;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
	/*border: 1px solid #fff;*/
}

.jsNO .mapWrapper { display: none; }

.mapWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	/*pointer-events: none;*/
}

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	background-color: #333;
	overflow: hidden;
}

.jsNO .videoWrapper { display: none; }

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

/* ETC */

.fontColorBlue { color: #134487 !important; }

img.logo { width: 100%; }

.jsOK img.grayscale {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

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

h1, h2, h2.h1, h1 > span {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1em;
	text-transform: uppercase;
	color: #134487;
	margin: 0 0 0.5em 0;
}

h1 > span { font-weight: 600; }

h2, h1.h2 {
	font-weight: 600;
	font-size: 27px;
	line-height: 1em;
	text-transform: none;
	margin-bottom: 0.75em;
}

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

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

a,
a:link,
a:visited { color: #000; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #134487; text-decoration: none; }

div.peopleWrapper > article > div.text > p > a,
div.peopleWrapper > article > div.text > p > a:link,
div.peopleWrapper > article > div.text > p > a:visited { color: #333; text-decoration: none; }
div.peopleWrapper > article > div.text > p > a:hover,
div.peopleWrapper > article > div.text > p > a:active,
div.peopleWrapper > article > div.text > p > a:visited:hover,
div.peopleWrapper > article > div.text > p > a:visited:active { text-decoration: none; }

footer a,
footer a:link,
footer a:visited {
	color: #134487;
	text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:visited:hover,
footer a:visited:active {
	color: #134487;
	text-decoration: underline;
}

/*
nav#button > a,
nav#button > a:link,
nav#button > a:visited {
	opacity: 0.50;
}

nav#button > a:hover,
nav#button > a:active,
nav#button > a:visited:hover,
nav#button > a:visited:active {
	opacity: 1;
}
*/

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

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

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

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

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

/* NO BULLETS */

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

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

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

/* LIST NAVIGATION VERTICAL */

nav#sitemap > ul {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#main > ul {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	text-align: right;
}

nav#main > ul > li {
	display: block;
	width: auto;
	text-align: right;
}

nav#main > ul > li:nth-child(4) { padding-bottom: 20px; }

nav#main > ul > li > a > span,
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.333em;
	color: #666;
	letter-spacing: 0.025em;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 0;
}

nav#main > ul > li:nth-child(1) > a > span,
nav#main > ul > li:nth-child(1) > a,
nav#main > ul > li:nth-child(1) > a:link,
nav#main > ul > li:nth-child(1) > a:visited,
nav#main > ul > li:nth-child(2) > a > span,
nav#main > ul > li:nth-child(2) > a,
nav#main > ul > li:nth-child(2) > a:link,
nav#main > ul > li:nth-child(2) > a:visited,
nav#main > ul > li:nth-child(3) > a > span,
nav#main > ul > li:nth-child(3) > a,
nav#main > ul > li:nth-child(3) > a:link,
nav#main > ul > li:nth-child(3) > a:visited,
nav#main > ul > li:nth-child(4) > a > span,
nav#main > ul > li:nth-child(4) > a,
nav#main > ul > li:nth-child(4) > a:link,
nav#main > ul > li:nth-child(4) > a:visited {
	font-size: 24px;
	line-height: 1.25em;
	color: #000;
	text-transform: none;
	letter-spacing: 0.0125em;
}

nav#main > ul > li > a > span { color: #666 !important; }

nav#main > ul > li > a:hover > span,
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active,
nav#main > ul > li.act > a > span,
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active { color: #fff !important; }

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

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

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

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

main > hr {
	width: 100%;
	height: 0;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #9c8a70;
	opacity: 0.5;
}

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-color: transparent;
}
div.space5 { height: 5px; }
div.space10 { height: 10px; }
div.space15 { height: 15px; }
div.space20 { height: 20px; }
div.space25 { height: 25px; }
div.space30 { height: 30px; }
div.space35 { height: 35px; }
div.space40 { height: 40px; }
div.space45 { height: 45px; }
div.space50 { height: 50px; }

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

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

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

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

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

.w10 { width: 9.999% !important; }
.w15 { width: 14.999% !important; }
.w20 { width: 19.999% !important; }
.w25 { width: 24.999% !important; }
.w30 { width: 29.999% !important; }
.w33 { width: 33.333% !important; }
.w35 { width: 34.999% !important; }
.w38 { width: 37.999% !important; }
.w40 { width: 39.999% !important; }
.w45 { width: 44.999% !important; }
.w50 { width: 49.999% !important; }
.w55 { width: 54.999% !important; }
.w60 { width: 59.999% !important; }
.w65 { width: 55.999% !important; }
.w66 { width: 66.666% !important; }
.w70 { width: 69.999% !important; }
.w75 { width: 74.999% !important; }
.w80 { width: 79.999% !important; }
.w85 { width: 84.999% !important; }
.w90 { width: 89.999% !important; }

p, .p { margin: 0 0 1em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 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.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

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

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

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

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

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

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

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

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

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

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

div.subcolumns > div.col.c1 { width: 8.33333%; }
div.subcolumns > div.col.c2 { width: 16.66667%; }
div.subcolumns > div.col.c3 { width: 25%; }
div.subcolumns > div.col.c4 { width: 33.33333%; }
div.subcolumns > div.col.c5 { width: 41.66667%; }
div.subcolumns > div.col.c6 { width: 50%; }
div.subcolumns > div.col.c7 { width: 58.33333%; }
div.subcolumns > div.col.c8 { width: 66.66667%; }
div.subcolumns > div.col.c9 { width: 75%; }
div.subcolumns > div.col.c10 { width: 83.33333%; }
div.subcolumns > div.col.c11 { width: 91.66667%; }
div.subcolumns > div.col.c12 { width: 100%; }

div.subcolumns > div.col.marginLeft1 { margin-left: 8.33333%; }
div.subcolumns > div.col.marginLeft2 { margin-left: 16.66667%; }
div.subcolumns > div.col.marginLeft3 { margin-left: 25%; }
div.subcolumns > div.col.marginLeft4 { margin-left: 33.33333%; }
div.subcolumns > div.col.marginLeft5 { margin-left: 41.66667%; }
div.subcolumns > div.col.marginLeft6 { margin-left: 50%; }
div.subcolumns > div.col.marginLeft7 { margin-left: 58.33333%; }
div.subcolumns > div.col.marginLeft8 { margin-left: 66.66667%; }
div.subcolumns > div.col.marginLeft9 { margin-left: 75%; }
div.subcolumns > div.col.marginLeft10 { margin-left: 83.33333%; }
div.subcolumns > div.col.marginLeft11 { margin-left: 91.66667%; }
div.subcolumns > div.col.marginLeft12 { margin-left: 100%; }

div.subcolumns > div.col.marginRight1 { margin-right: 8.33333%; }
div.subcolumns > div.col.marginRight2 { margin-right: 16.66667%; }
div.subcolumns > div.col.marginRight3 { margin-right: 25%; }
div.subcolumns > div.col.marginRight4 { margin-right: 33.33333%; }
div.subcolumns > div.col.marginRight5 { margin-right: 41.66667%; }
div.subcolumns > div.col.marginRight6 { margin-right: 50%; }
div.subcolumns > div.col.marginRight7 { margin-right: 58.33333%; }
div.subcolumns > div.col.marginRight8 { margin-right: 66.66667%; }
div.subcolumns > div.col.marginRight9 { margin-right: 75%; }
div.subcolumns > div.col.marginRight10 { margin-right: 83.33333%; }
div.subcolumns > div.col.marginRight11 { margin-right: 91.66667%; }
div.subcolumns > div.col.marginRight12 { margin-right: 100%; }

div.subcolumns > div.col.paddingLeft1 { padding-left: 8.33333%; }
div.subcolumns > div.col.paddingLeft2 { padding-left: 16.66667%; }
div.subcolumns > div.col.paddingLeft3 { padding-left: 25%; }
div.subcolumns > div.col.paddingLeft4 { padding-left: 33.33333%; }
div.subcolumns > div.col.paddingLeft5 { padding-left: 41.66667%; }
div.subcolumns > div.col.paddingLeft6 { padding-left: 50%; }
div.subcolumns > div.col.paddingLeft7 { padding-left: 58.33333%; }
div.subcolumns > div.col.paddingLeft8 { padding-left: 66.66667%; }
div.subcolumns > div.col.paddingLeft9 { padding-left: 75%; }
div.subcolumns > div.col.paddingLeft10 { padding-left: 83.33333%; }
div.subcolumns > div.col.paddingLeft11 { padding-left: 91.66667%; }
div.subcolumns > div.col.paddingLeft12 { padding-left: 100%; }

div.subcolumns > div.col.paddingRight1 { padding-right: 8.33333%; }
div.subcolumns > div.col.paddingRight2 { padding-right: 16.66667%; }
div.subcolumns > div.col.paddingRight3 { padding-right: 25%; }
div.subcolumns > div.col.paddingRight4 { padding-right: 33.33333%; }
div.subcolumns > div.col.paddingRight5 { padding-right: 41.66667%; }
div.subcolumns > div.col.paddingRight6 { padding-right: 50%; }
div.subcolumns > div.col.paddingRight7 { padding-right: 58.33333%; }
div.subcolumns > div.col.paddingRight8 { padding-right: 66.66667%; }
div.subcolumns > div.col.paddingRight9 { padding-right: 75%; }
div.subcolumns > div.col.paddingRight10 { padding-right: 83.33333%; }
div.subcolumns > div.col.paddingRight11 { padding-right: 91.66667%; }
div.subcolumns > div.col.paddingRight12 { padding-right: 100%; }

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

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

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

nav#button {
	/*position: relative;*/
	width: 60px;
	height: 45px;
	margin: 0px auto;
	/*
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	*/
	-webkit-transform: scale(0.667);
	   -moz-transform: scale(0.667);
	     -o-transform: scale(0.667);
	        transform: scale(0.667);
	cursor: pointer;
}

nav#button > span {
	position: absolute;
	display: block;
	height: 9px;
	width: 50%;
	background: #134487;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	   -moz-transition: .25s ease-in-out;
	     -o-transition: .25s ease-in-out;
	        transition: .25s ease-in-out;
}
nav#button:hover > span,
nav#button.open > span { background: #000; }

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

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

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

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

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

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

/*body > * { display: none; }*/

header {
	left: 20px;
	width: calc((100% - 20px - 20px * 3 - 20px) * 0.254098361);
}

main {
	left: calc(20px + (100% - 20px - 20px * 3 - 20px) * 0.254098361 + 20px * 3);
	width: calc((100% - 20px - 20px * 3 - 20px) * 0.745901639);
}

footer {
	left: 20px;
	width: calc((100% - 20px - 20px * 3 - 20px) * 0.254098361);
}

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

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

body { text-align: center; }

/* HEADER */

header {
	position: relative;
	left: 0;
	width: 100%;
	height: 200px;
}

header > div#logoLayer {
	position: absolute;
	left: calc(50% - 910px / 2);
	bottom: 0;
	width: 310px;
	height: auto;
}

header > div#logoLayer img {
	position: relative;
	bottom: auto;
	top: 0;
}

header > nav#button { display: block; }
header > nav#button.open { position: fixed; }

header > nav#main {
	position: fixed;
	display: none;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	margin-top: 0;
	padding: 90px 50px;
	background-color: #fff;
	-webkit-box-shadow: -10px 0px 10px 0px rgba(102,102,102,0.5);
	   -moz-box-shadow: -10px 0px 10px 0px rgba(102,102,102,0.5);
	        box-shadow: -10px 0px 10px 0px rgba(102,102,102,0.5);
}

nav#main > ul > li > a:hover > span,
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active,
nav#main > ul > li.act > a > span,
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active { color: #134487 !important; }

header > div#line1Layer,
header > div#line2Layer {
	top: auto;
	bottom: 0 !important;
	height: 20px !important;
}

header > div#line1Layer {
	right: auto;
	left: 0;
	width: calc((100% - 910px) / 2 - 20px);
}

header > div#line2Layer {
	right: 0;
	width: calc(100% - (100% - 910px) / 2 - 310px - 20px);
}

/* MAIN */

main {
	left: calc(50% - 910px / 2);
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

/* FOOTER */

footer {
	position: relative;
	left: 0;
	bottom: auto;
	top: 0;
	width: 100%;
	background-color: #134487;
	z-index: 11;
}

footer > div#addressLayer {
	padding-right: calc(50% - 910px / 2);
	color: #fff;
	z-index: 11;
}

footer > div#buttonFacebookLayer {
	left: calc(50% - 910px / 2);
	bottom: auto;
	top: 20px;
	background-image: url('../images/main/button-facebook-ffffff.png');
	opacity: 0.75;
	z-index: 13;
}
footer > div#buttonFacebookLayer:hover {
	background-image: url('../images/main/button-facebook-ffffff.png');
	opacity: 1;
}

footer a,
footer a:link,
footer a:visited {
	color: #fff;
}
footer a:hover,
footer a:active,
footer a:visited:hover,
footer a:visited:active {
	color: #fff;
}

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

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

/* HEADER */

header > div#logoLayer { left: 20px; }
header > div#line1Layer { display: none; }
header > div#line2Layer { width: calc(100% - 310px - 20px * 2); }

/* MAIN */

main {
	left: 0;
	padding: 0 20px;
	max-width: none;
}

/* FOOTER */

footer > div#addressLayer { padding-right: 20px; }
footer > div#buttonFacebookLayer { left: 20px; }

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

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

/* HOME DIVISIONS */
div.divisionsWrapper > article > div.title {
	font-size: 24px;
	line-height: 1em;
}

/* ARTICLES NEWS */
div.newsWrapper { width: 100%; }
div.newsWrapper > article > div.text {
	left: 0;
	margin-left: -40px;
	width: calc(100% + 40px + 40px);
	padding: 125px 20px 40px 40px;
}

/* ARTICLES PEOPLE */
div.peopleWrapper > article { width: calc(100% - 20px); }

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

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

/* MAIN */
main { padding: 0; }
main > section > div.content { padding: 40px 30px; }

/* ARTICLES NEWS */
div.newsWrapper { width: calc(100% + 30px); }
div.newsWrapper > article > div.text {
	margin-left: -30px;
	width: calc(100% + 30px);
	padding: 125px 20px 40px 40px;
}

/* ARTICLES PEOPLE */
div.peopleWrapper { left: 0; width: calc(100% + 30px); }
div.peopleWrapper > article { margin-left: 0; width: 100%; }

/* COLLAGE */
div.collageWrapper > div { width: calc(100% - 20px); }

/* REFERENCES */
div.referencesWrapper > div { width: calc(33.33333% - 20px); }

/* MACHINE LIST */
table.machines > tbody > tr > td {
	display: block;
	width: 100% !important;
	border-bottom-width: 0 !important;
	padding: 0 !important;
}
table.machines > tbody > tr > td:nth-child(1) { padding-top: 10px !important; }
table.machines > tbody > tr > td:nth-child(3) { padding-bottom: 10px !important; border-bottom-width: 1px !important; }

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

/* ETC */
img.logo { display: block; max-width: 200px; margin-top: 30px !important; }

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

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

/* FONT SIZES */
main > section > div.content { font-size: 16px; line-height: 1.5em; }
div.divisionsWrapper > article > div.title { font-size: 36px; line-height: 1em; }
h1, h2, h2.h1, h1 > span { font-size: 36px; line-height: 1em; }
h2, h1.h2 { font-size: 21px; line-height: 1em; }

/* HOME DIVISIONS */
div.divisionsWrapper > article {
	width: calc(50% - 20px);
	margin: 0 0 20px 20px;
}

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

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

body { background-image: none; }

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

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

/* HEADER */
header { position: relative; height: auto; }
header > div#logoLayer { position: relative; top: 0; width: calc(100% - 40px); padding-top: 75px; }
header > div#line2Layer { display: none; }

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

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

/*
footer > div#addressLayer a[href^='tel']:hover,
footer > div#addressLayer a[href^='tel']:active,
footer > div#addressLayer a[href^='tel']:visited:hover,
footer > div#addressLayer a[href^='tel']:visited:active {
	cursor: default;
	color: #80a0b0;
}
*/

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

@media screen and (min-width: 1200px) and (max-height: 759px) {
/*****************************************************************************/

footer {
	position: absolute;
	left: auto;
	right: calc(50% - 1280px / 2);
	bottom: auto;
	top: 20px;
	padding-top: 10px;
}

footer > div#buttonFacebookLayer {
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}

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

/* HTML AND BODY */

html, body {
	position: relative;
	min-width: 0;
	min-height: 0;
	background-color: #fff;
	font-family: 'Source Sans Pro', 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; }

div.divisionsWrapper { 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; }

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-200italic.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-300italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-600italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-700italic.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/source-sans-pro-v21-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/source-sans-pro-v21-latin-900italic.woff') format('woff');
}
*/
/*
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-200.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-200italic.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-300.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-300italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-regular.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-600.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-600italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-700.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-700italic.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-900.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-900.woff') format('woff');
}
*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.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{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.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{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
