/*! 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 dark: 		#002d62
_ orange dark:		#ffa400 (komplimentär)
_ blue bright: 		#4f91cd
_ orange bright:	#ff9e00 (komplimentär)
_ blue forms:		#3f7db8

FONTS:
font-family: 'Michroma', sans-serif;
font-weight: 400;
font-family: 'Work Sans', sans-serif;
font-weight: 400/600/700;
*/

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

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

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

body {
	background-color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	color: #002d62;
	font-size: 0;
	line-height: 0;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*text-align: center;*/
}

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

::selection { color: #fff; background-color: #4f91cd; }
::-moz-selection { color: #fff; background-color: #4f91cd; }

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

/* HEADER */

body > header {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 21;
}

body > header > div#logoNavLayer,
body > header > div#logoLayer {
	position: absolute;
	left: 50%;
	margin-left: 310px;
	top: 24px;
	width: 242px;
	height: 52px;
	z-index: 21;
}

body > header > div#logoNavLayer {
	display: none;
	z-index: 25;
}

body.navMainOK > header > div#logoNavLayer { display: block; }

body > header > div#logoNavLayer img,
body > header > div#logoLayer img {
	width: 100%;
	height: auto;
}

body > header > nav#button {
	position: absolute;
	left: 50%;
	margin-left: -590px;
	/*top: 35px;*/
	top: 24px;
	width: 39px;
	height: 31px;
	background: transparent url('../images/main/nav-icon-list.png') scroll no-repeat center center;
	background-size: cover;
	z-index: 25;
}

body.navMainOK header > nav#button { background-image: url('../images/main/nav-icon-cross.png'); }

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

body > header > nav#main {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #002d62;
	z-index: 23;
}

body > header > nav#main > ul {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 200px;
	width: 400px;
	overflow: visible;
}

body > header > nav#main > ul > li > ul {
	position: absolute;
	display: none;
	left: 410px;
	top: 4px;
}

body > header > nav#main > ul > li.act > ul { display: block; }

/* CONTENT */

body > main {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 110px;
	z-index: 11;
}

body > main > section {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff url() scroll no-repeat center top;
	background-size: cover;
	z-index: 12;
}

body > main > section.bgColor1 { background-color: #fff; }
body > main > section.bgColor2 { background-color: #4f91cd; }

/*body > main > section.line {
	max-width: 1180px;
	height: 0;
	margin: auto;
	border-top: 1px solid #002d62;
	opacity: 0.5;
}*/

body > main > section.pict {
	/*
	position: fixed;
	left: 0;
	top: 110px;
	*/
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 28%;
	text-align: center;
	z-index: 11;
}

body > main > section.pict > div#logosWrapper {
	position: relative;
	width: auto;
	height: auto;
	margin: auto;
	padding: 60px 30px;
	z-index: 12;
}

body > main > section.pict > div#logosWrapper > div {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
}

body > main > section.pict > div#logosWrapper > div > img {
	width: 180px;
	height: 80px;
}

body > main > section.pict > div#headlinesWrapper,
body > main > section.pict > div#quotesWrapper {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	z-index: 13;
}

body.jsOK > main > section.pict > div#headlinesWrapper,
body.jsOK > main > section.pict > div#quotesWrapper { display: block; }

body > main > section.pict > div#headlinesWrapper > div,
body > main > section.pict > div#quotesWrapper > div {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
}

body > main > section.pict > div#headlinesWrapper > div:nth-child(1),
body > main > section.pict > div#quotesWrapper > div:nth-child(1) { display: block; }

body > main > section.pict > div#headlinesWrapper > div > table,
body > main > section.pict > div#quotesWrapper > div > table {
	position: relative;
	width: 100%;
	max-width: 1180px;
	height: 100%;
	margin: auto;
}

body > main > section.pict > div#headlinesWrapper > div > table > tbody > tr > td,
body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: 'Michroma', serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1em;
	text-transform: lowercase;
	text-align: center;
    text-shadow: 2px 2px 4px rgba(51,51,51,0.667);
}

body > main > section.pict.logosOK > div#headlinesWrapper > div > table > tbody > tr > td,
body > main > section.pict.logosOK > div#quotesWrapper > div > table > tbody > tr > td {
	vertical-align: bottom;
	padding-bottom: 75px;
}

body > main > section.pict > div#headlinesWrapper > div > table > tbody > tr > td > span,
body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td > span {
	display: block;
	font-size: 19px;
	line-height: 1.5em;
}

body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td > img {
	position: relative;
	width: 10px;
	height: 16px;
	vertical-align: center;
}

body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td > img.sign1 {
	top: 8px;
	margin-right: 5px;
}

body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td > img.sign2 {
	top: -14px;
	margin-left: 5px;
}

body > main > section > div.content {
	width: 100%;
	max-width: 780px;
	margin: auto;
	padding: 40px 0 55px 0;
	font-size: 16px;
	line-height: 1.667em;
	text-align: center;
	color: #002d62;
}

body > main > section > div.content.widthMin { max-width: 400px; }
body > main > section > div.content.widthMax { max-width: 1180px; }

body > main > section.bgColor2 > div.content { color: #fff; }

body > main > section > div.content > p:last-child,
body > main > section > div.content > ul:last-child {
	margin-bottom: 0;
}

body > main > section[data-cID="7"] { display: none; }

/* FOOTER */

body > footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 30px 0 40px 0;
	background-color: #002d62;
	text-align: center;
	z-index: 31;
}

body.navMainOK > footer,
body > footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

body.navMainOK > footer { border-top: 1px solid #325781; }

body > footer > div#addressWrapper {
	position: relative;
	width: 100%;
	max-width: 1180px;
	height: auto;
	margin: auto;
	font-size: 16px;
	line-height: 1.667em;
	color: #fff;
	text-align: left;
	z-index: 31;
}

body > footer > div#addressWrapper > div {
	position: relative;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	padding-right: 40px;
}

body > footer > div#addressWrapper > div.icons {
	font-size: 0;
	line-height: 0;
}

body > footer > div#addressWrapper > div.icons img {
	width: 37px;
	height: 30px;
}

body > footer > div#addressWrapper > div.icons > a,
body > footer > div#addressWrapper > div.icons > a:link {
	display: inline-block;
	padding-right: 10px;
}

body > footer > div#addressWrapper > div.icons > a:hover {
	opacity: 0.5;
}

body > footer > nav#extra {
	position: absolute;
	right: 50%;
	margin-right: -490px;
	top: 30px;
	width: auto;
	height: auto;
	z-index: 33;
}

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

/* PRODUCTS */

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

div.companyInfoWrapper > div.item {
	position: relative;
	float: left;
	width: 25%;
	height: auto;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
}

div.companyInfoWrapper > div.item.pict {
	width: 120px;
	font-size: 0;
	line-height: 0;
}

div.companyInfoWrapper > div.item.pict > img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

div.companyInfoWrapper > div.item.contact { width: calc((100% - 120px) / 3); }
div.companyInfoWrapper > div.item.facts { width: calc((100% - 120px) / 3); }
div.companyInfoWrapper > div.item.software { width: calc((100% - 120px) / 3); }

div.companyInfoWrapper > div.item > p:last-child,
div.companyInfoWrapper > div.item > ul:last-child {
	margin-bottom: 0;
}

/* REFERENCES SELECTION */

div.selectionWrapper {
	position: relative;
	left: -30px;
	width: calc(100% + 30px);
	height: auto;
	margin-top: 40px;
}

div.selectionWrapper > div {
	position: relative;
	float: left;
	width: calc(33.33333% - 30px);
	height: auto;
	margin-left: 30px;
}

div.selectionWrapper > div:hover { cursor: pointer; }

div.selectionWrapper > div > div.selection {
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 40px;
	border: 1px solid #fff;
	font-family: 'Michroma', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
}

div.selectionWrapper > div:hover > div.selection { background-color: #002d62; }

div.selectionWrapper > div > div.optionsWrapper {
	position: absolute;
	display: none;
	right: 0;
	top: calc(100% - 1px);
	width: 100%;
	height: auto;
}

/*div.selectionWrapper > div:hover > div.optionsWrapper { display: block !important; }*/

div.selectionWrapper > div > div.optionsWrapper > div {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #3f7db8;
	padding: 5px;
	border-top: 1px solid #fff;
	font-size: 14px;
	line-height: 1.5em;
}

div.selectionWrapper > div > div.optionsWrapper > div:nth-child(1) { display: none; }
div.selectionWrapper > div > div.optionsWrapper > div.act { background-color: #002d62 !important; }
div.selectionWrapper > div > div.optionsWrapper > div:hover { background-color: #002d62; }

/* VIDEOS */

div.videosWrapper {
	position: relative;
	left: -30px;
	width: calc(100% + 30px);
	height: auto;
	text-align: left;
	margin-top: 40px;
}

div.videosWrapper > div.item {
	position: relative;
	display: inline-block;
	width: 33.33333%;
	height: auto;
	padding-left: 30px;
	padding-bottom: 40px;
	vertical-align: top;
	text-align: left;
}

div.videosWrapper > div.item > div.video { border: 1px solid #4f91cd; margin-bottom: 10px !important; }
div.videosWrapper > div.item > h2 { margin-bottom: 0.25em; }
div.videosWrapper > div.item > div.text > p { margin-bottom: 0; }

/* BUTTON */

p.button { margin-top: 20px; }

/* SITEMAP */

div#sitemapLayer {
	position: relative;
	width: 100%;
	height: auto;
}

/* GOOGLE MAPS */

.mapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}

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

div.videosWrapper > div.item > div.video,
.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; }

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

/* ETC */

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

.textColorOrange { color: #ffa400; }

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

h1, h2 {
	font-family: 'Michroma', serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1em;
	text-transform: lowercase;
	margin: 0 0 0.667em 0;
}

h1 > span {
	display: inline-block;
	font-size: 19px;
	line-height: 1.667em;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-size: 19px;
	line-height: 1.5em;
	text-transform: none;
}

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

a,
a:link,
a:visited { color: #002d62; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #ffa400; }

ul.links > li > a,
ul.links > li > a:link,
ul.links > li > a:visited {
	color: #002d62;
	text-decoration: none;
	background: transparent url('../images/main/arrow-link-blue.png') scroll no-repeat left 4px;
	background-size: 6px 11px;
	padding-left: 20px;
}
ul.links > li > a:hover,
ul.links > li > a:active,
ul.links > li > a:visited:hover,
ul.links > li > a:visited:active {
	color: #002d62;
}

section.bgColor2 ul.links > li > a,
section.bgColor2 ul.links > li > a:link,
section.bgColor2 ul.links > li > a:visited {
	color: #fff;
	background-image: url('../images/main/arrow-link-white.png');
}
section.bgColor2 ul.links > li > a:hover,
section.bgColor2 ul.links > li > a:active,
section.bgColor2 ul.links > li > a:visited:hover,
section.bgColor2 ul.links > li > a:visited:active {
	color: #002d62;
	background-image: url('../images/main/arrow-link-blue.png');
}

p.button a,
p.button a:link,
p.button a:visited {
	display: inline-block;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 15px 40px;
	font-family: 'Michroma', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

p.button.widthMax a,
p.button.widthMax a:link,
p.button.widthMax a:visited {
	width: 100%;
}

p.button a:hover,
p.button a:active,
p.button a:visited:hover,
p.button a:visited:active {
	background-color: #002d62;
	cursor: pointer;
}

body > footer > div#addressWrapper a,
body > footer > div#addressWrapper a:link,
body > footer > div#addressWrapper a:visited {
	color: #fff;
	text-decoration: none;
}
body > footer > div#addressWrapper a:hover,
body > footer > div#addressWrapper a:active,
body > footer > div#addressWrapper a:visited:hover,
body > footer > div#addressWrapper a:visited:active {
	color: #ffa400;
}

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

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

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

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

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

/* NO BULLETS */

div.companyInfoWrapper > div.item > ul,
div.content > ul,
div#sitemapLayer ul,
ul.productsOverview,
/*ul.inline,*/
ul.list,
ul.links,
ul.bulletsNO,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

div.content > ul > li,
div#sitemapLayer ul li,
ul.productsOverview > li,
/*ul.inline > li,*/
ul.links > li,
/*ul.list > li,*/
ul.bulletsNO > li,
ul.dotsNO > li {
	padding-left: 0 !important;
	background: none !important;
}

/*
ul.inline > li { display: inline; }
ul.inline > li::before { content: "· "; }
*/
ul.centered {
	list-style-type: square !important;
	list-style: inside;
	text-align: center;
}

ul.centered li {
	text-align: center;
}

div.companyInfoWrapper > div.item > ul > li,
section > div.content ul > li,
ul.list > li {
	padding-left: 20px;
	background: transparent url('../images/main/list-item-blue.png') scroll no-repeat left 13px;
	background-size: 6px 1px;
}
section.bgColor2 > div.content ul > li,
section.bgColor2 ul.list > li { background-image: url('../images/main/list-item-white.png'); }

div.content > ul.productsOverview {
	position: relative;
	width: calc(100% + 30px);
	left: -30px;
}

div.content > ul.productsOverview > li {
	display: inline-block;
	width: 50%;
	padding-left: 30px !important;
	padding-top: 30px;
	vertical-align: top;
	text-align: left;
}

ul.productsOverview.textAlignCenter > li { text-align: center !important; }

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

/* LIST NAVIGATION VERTICAL */

div#sitemapLayer ul,
nav#extra ul,
nav#main ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

div#sitemapLayer ul ul { margin-bottom: 20px; }

div#sitemapLayer ul li,
nav#extra ul li,
nav#main ul li {
	display: block;
	width: 100%;
	padding: 0;
}

/* LINKS */

div#sitemapLayer > ul > li > a,
div#sitemapLayer > ul > li > a:link,
div#sitemapLayer > ul > li > a:visited,
nav#extra > ul > li > a,
nav#extra > ul > li > a:link,
nav#extra > ul > li > a:visited,
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited,
nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	display: block;
	width: auto;
	font-family: 'Michroma', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: lowercase;
	padding: 5px 20px 10px 20px;
	background: transparent url() scroll no-repeat left 11px;
	background-size: 10px 8px;
}
nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	font-size: 19px;
	line-height: 1.5em;
	padding: 0 20px;
	text-transform: uppercase;
	background-image: none !important;
	background-position: left 7px;
}
div#sitemapLayer > ul > li > a,
div#sitemapLayer > ul > li > a:link,
div#sitemapLayer > ul > li > a:visited {
	color: #002d62;
	padding: 15px 15px;
	background: none !important;
}
div#sitemapLayer > ul > li > ul > li > a,
div#sitemapLayer > ul > li > ul > li > a:link,
div#sitemapLayer > ul > li > ul > li > a:visited {
	text-decoration: none !important;
}
nav#extra > ul > li > a,
nav#extra > ul > li > a:link,
nav#extra > ul > li > a:visited {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.667em;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	padding: 0;
	background: none !important;
}
nav#main > ul > li > ul > li > a:hover,
nav#main > ul > li > ul > li > a:active,
nav#main > ul > li > ul > li > a:visited:hover,
nav#main > ul > li > ul > li > a:visited:active,
nav#main > ul > li > a:hover,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active { background-image: url('../images/main/nav-dot.png') !important; }
nav#main > ul > li > ul > li.act > a,
nav#main > ul > li > ul > li.act > a:link,
nav#main > ul > li > ul > li.act > a:visited,
nav#main > ul > li > ul > li.act > a:hover,
nav#main > ul > li > ul > li.act > a:active,
nav#main > ul > li > ul > li.act > a:visited:hover,
nav#main > ul > li > ul > li.act > a:visited:active,
nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:active { background-image: url('../images/main/nav-dot.png') !important; }

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

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

.viewMobileOnly { display: none; }
.viewDesktopOnly { display: block; }

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

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

.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*values: content-box|border-box|inherit*/
}

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

main > hr {
	width: 100%;
	max-width: 1180px;
	height: 0;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #002d62;
	opacity: 0.5;
}

.subcolumns hr { width: calc(100% - 20px); }
hr.invisible { background: none; }

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: 700; color: #c00; }

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

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

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

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

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

div.subcolumns > div.col > p:last-child,
div.subcolumns > div.col > ul:last-child,
div.subcolumns > div.col > table:last-child {
	margin-bottom: 0;
}

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

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

/* FORM GENERAL SETTINGS */

form, select, input, textarea {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

div.formWrapper { position: relative; width: 100%; text-align: left; }
form { position: relative; overflow: hidden; width: 100%; /*max-width: 400px;*/ /*margin: auto;*/ }
form div.message { display: none; padding-bottom: 20px; max-width: 400px; }
fieldset { border: 0; }
div.formInputset { position: relative; margin: 0 0 5px 0; display: block; clear: both; }
div.formInputset > * { vertical-align: top; }

/* LABEL */

label {
	display: block;
	display: none;
	width: 100%;
	height: auto;
}

/* INPUT TEXT and TEXTAREA */

input[type=text],
input[type=password],
textarea {
	/*
	width: calc(100% - 150px);
	max-width: 400px;
	*/
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #3f7db8;
	background-color: #3f7db8;
	color: #fff;
	text-align: left;
}

textarea { height: 200px; }

input[type=text]:focus, input[type=text]:active,
input[type=password]:focus, input[type=password]:active,
textarea:focus, textarea:active {
	border-color: #fff;
	background-color: #fff;
	color: #002d62;
}

input[type=text].default,
input[type=password].default,
textarea.default {
	/*color: #4f91cd;*/
	color: #97b4d3;
}

/* INPUT SELECT, RADIO and CHECKBOX */

select { width: calc(100% - 100px); }
select.wAuto { width: auto; }
select option { padding: 0 5px; }

input[type=radio],
input[type=checkbox] {
	margin-right: 5px;
	vertical-align: baseline;
}
input[type=radio] { margin-left: 2px; }

/* INPUT BUTTONS */

input[type=button],
input[type=submit],
input[type=reset] {
	width: 100%;
	padding: 15px 40px;
	border: 1px solid #fff;
	background-color: #4f91cd;
	color: #fff;
	font-family: 'Michroma', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
}

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

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

/* HEADER */

body > header > div#logoNavLayer,
body > header > div#logoLayer {
	left: auto;
	margin-left: 0;
	right: 58px;
}

body > header > nav#button {
	left: 20px;
	margin-left: 0;
}

/* CONTENT */

body > main > section { padding: 0 20px; }

body > main > section.pict { padding-bottom: 40%; }

/* FOOTER */

body > footer > div#addressWrapper {
	max-width: none;
	padding: 0 20px;
}

body > footer > nav#extra {
	right: 20px;
	margin-right: 0;
}

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

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

/* VIDEOS */

div.videosWrapper > div.item { width: 50%; }

/* LISTS  */

div.content > ul.productsOverview {
	width: 100%;
	left: 0;
}

div.content > ul.productsOverview > li {
	display: block;
	width: 100%;
	padding-left: 0 !important;
	padding-top: 0;
	padding-bottom: 30px;
	text-align: center;
}

div.content > ul.productsOverview > li:last-child { padding-bottom: 0; }

/* SUBCOLUMNS  */

div.subcolumns { left: 0; width: 100%; }
div.subcolumns > div.col { padding-left: 0; margin-bottom: 1.5em; text-align: center;}
div.subcolumns > div.col:last-child { margin-bottom: 0; }
div.subcolumns > div.col.left,
div.subcolumns > div.col.right { float: none; }

div.subcolumns > div.col > p:last-child,
div.subcolumns > div.col > ul:last-child,
div.subcolumns > div.col > table:last-child {
	margin-bottom: 1.5em;
}

div.subcolumns > div.col.c1,
div.subcolumns > div.col.c2,
div.subcolumns > div.col.c3,
div.subcolumns > div.col.c4,
div.subcolumns > div.col.c5,
div.subcolumns > div.col.c6,
div.subcolumns > div.col.c7,
div.subcolumns > div.col.c8,
div.subcolumns > div.col.c9,
div.subcolumns > div.col.c10,
div.subcolumns > div.col.c11,
div.subcolumns > div.col.c12 { width: 100%; }

div.subcolumns > div.col.marginLeft1,
div.subcolumns > div.col.marginLeft2,
div.subcolumns > div.col.marginLeft3,
div.subcolumns > div.col.marginLeft4,
div.subcolumns > div.col.marginLeft5,
div.subcolumns > div.col.marginLeft6,
div.subcolumns > div.col.marginLeft7,
div.subcolumns > div.col.marginLeft8,
div.subcolumns > div.col.marginLeft9,
div.subcolumns > div.col.marginLeft10,
div.subcolumns > div.col.marginLeft11,
div.subcolumns > div.col.marginLeft12 { margin-left: 0; }

div.subcolumns > div.col.marginRight1,
div.subcolumns > div.col.marginRight2,
div.subcolumns > div.col.marginRight3,
div.subcolumns > div.col.marginRight4,
div.subcolumns > div.col.marginRight5,
div.subcolumns > div.col.marginRight6,
div.subcolumns > div.col.marginRight7,
div.subcolumns > div.col.marginRight8,
div.subcolumns > div.col.marginRight9,
div.subcolumns > div.col.marginRight10,
div.subcolumns > div.col.marginRight11,
div.subcolumns > div.col.marginRight12 { margin-right: 0; }

div.subcolumns > div.col.paddingLeft1,
div.subcolumns > div.col.paddingLeft2,
div.subcolumns > div.col.paddingLeft3,
div.subcolumns > div.col.paddingLeft4,
div.subcolumns > div.col.paddingLeft5,
div.subcolumns > div.col.paddingLeft6,
div.subcolumns > div.col.paddingLeft7,
div.subcolumns > div.col.paddingLeft8,
div.subcolumns > div.col.paddingLeft9,
div.subcolumns > div.col.paddingLeft10,
div.subcolumns > div.col.paddingLeft11,
div.subcolumns > div.col.paddingLeft12 { padding-left: 0; }

div.subcolumns > div.col.paddingRight1,
div.subcolumns > div.col.paddingRight2,
div.subcolumns > div.col.paddingRight3,
div.subcolumns > div.col.paddingRight4,
div.subcolumns > div.col.paddingRight5,
div.subcolumns > div.col.paddingRight6,
div.subcolumns > div.col.paddingRight7,
div.subcolumns > div.col.paddingRight8,
div.subcolumns > div.col.paddingRight9,
div.subcolumns > div.col.paddingRight10,
div.subcolumns > div.col.paddingRight11,
div.subcolumns > div.col.paddingRight12 { padding-right: 0; }

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

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

/* HEADER */

body > header > nav#main > ul {
	left: 20px;
	margin-left: 0;
	width: calc(50% - 20px);
}

body > header > nav#main > ul > li > ul {
	left: 100%;
	width: 100%;
}

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

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

/* HEADER */

body > header {
	z-index: 31;
}

/* FOOTER */

body > footer { z-index: 21; }

body.navMainOK > footer {
	position: relative;
	bottom: auto;
	top: 0;
}

body > footer > div#addressWrapper {
	text-align: center;
}

body > footer > div#addressWrapper > div {
	display: block;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 30px;
}

body > footer > nav#extra {
	position: relative;
	right: auto;
	left: 0;
	top: 0;
	width: 100%;
}

nav#extra > ul > li > a,
nav#extra > ul > li > a:link,
nav#extra > ul > li > a:visited {
	text-align: center;
}

/* CONTENT  */

body > main > section.pict > div#logosWrapper {
	padding: 30px 30px;
}

body > main > section.pict > div#headlinesWrapper > div > table > tbody > tr > td,
body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td {
	/*font-size: 34px;*/
	font-size: 26px;
	line-height: 1em;
}

body > main > section.pict.logosOK > div#headlinesWrapper > div > table > tbody > tr > td,
body > main > section.pict.logosOK > div#quotesWrapper > div > table > tbody > tr > td {
	padding-bottom: 30px;
}

body > main > section.pict > div#headlinesWrapper > div > table > tbody > tr > td > span,
body > main > section.pict > div#quotesWrapper > div > table > tbody > tr > td > span {
	font-size: 15px;
	line-height: 1.5em;
}

ul.links > li > a > span.read { display: none; }

/* PRODUCTS */

div.companyInfoWrapper {
	left: 0;
	width: 100%;
}

div.companyInfoWrapper > div.item {
	float: none;
	width: 100% !important;
	padding: 0 20px;
	text-align: center !important;
}

div.companyInfoWrapper > div.item.pict { padding-bottom: 20px; }

div.companyInfoWrapper > div.item > p:last-child,
div.companyInfoWrapper > div.item > ul:last-child {
	margin-bottom: 1.5em;
}

div.companyInfoWrapper > div.item:nth-child(4) > p:last-child,
div.companyInfoWrapper > div.item:nth-child(4) > ul:last-child {
	margin-bottom: 0;
}

div.companyInfoWrapper > div.item > ul { width: auto; }
div.companyInfoWrapper > div.item > ul > li { width: auto; padding: 0; background-image: none; }

/* REFERENCES SELECTION */

span.mobileNO { display: none; }

div.selectionWrapper {
	display: none;
	left: 0;
	width: 100%;
}

div.selectionWrapper > div {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
}

div.selectionWrapper > div > div.optionsWrapper {
	position: relative;
	top: calc(100% - 1px);
}

/* VIDEOS */

div.videosWrapper {
	left: 0;
	width: 100%;
}

div.videosWrapper > div.item {
	display: block;
	width: 100%;
	padding: 0 0 30px 0;
}

div.videosWrapper > div.item > h2,
div.videosWrapper > div.item > div.text { text-align: center; }

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

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

/* NAVIGATION */

body > header > nav#main > ul > li > ul { top: 0; }

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited,
nav#main > ul > li > ul > li > a,
nav#main > ul > li > ul > li > a:link,
nav#main > ul > li > ul > li > a:visited {
	font-size: 17px !important;
	line-height: 1.5em !important;
	background-position: left 13px;
	text-transform: lowercase;
	padding: 5px 20px;
}

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

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

/* NAVIGATION */

body > header > nav#button {
	left: auto;
	right: 20px;
}

/*****************************************************************************/
}

@font-face {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/michroma-v16-latin-regular.woff2') format('woff2'),
			 url('../_fonts/michroma-v16-latin-regular.woff') format('woff');
}
/*
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-100.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-100.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 100;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-100italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-100italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-200.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-200italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-300.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-300italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-regular.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-500.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 500;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-500italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-500italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-600.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-600italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-700.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-800.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-800.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 800;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-800italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-800italic.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-900.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-900.woff') format('woff');
}
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/work-sans-v17-latin-900italic.woff2') format('woff2'),
			 url('../_fonts/work-sans-v17-latin-900italic.woff') format('woff');
}
*/
