@font-face {
	font-family: 'icomoon';
	src:   url('/fonts/icomoon.eot?q28ztw');
	src:   url('/fonts/icomoon.eot?q28ztw#iefix') format('embedded-opentype'),
			url('/fonts/icomoon.ttf?q28ztw') format('truetype'),
			url('/fonts/icomoon.woff?q28ztw') format('woff'),
			url('/fonts/icomoon.svg?q28ztw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes pull-out {
	0%   {}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pull-out {
	0%   {}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scale-up {
	0%   {}
	100% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes scale-up {
	0%   {}
	100% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

html {
	margin: 0;
	padding: 0 1em 1em;
	background-color: #fff;
	color: #434141;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: 300;

	-webkit-text-size-adjust: 100%;
}

a,
.pseudo-link {
	background-color: #fff;
	color: #9d8658;
}
.pseudo-link {
	text-decoration: underline;
	cursor: pointer;
}
a:hover,
a:focus,
a:active,
.pseudo-link:hover,
.pseudo-link:focus,
.pseudo-link:hover {
	background-color: #fff;
	color: #3d3d3d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}

h1,
.h1 {
	margin: 0.571428571428571em 0;
	font-size: 2.625em;
	font-weight: 300;
	line-height: 1.19047619047619;
}
h2,
.h2 {
	margin: 0.8em 0;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1.2;
}
h3,
.h3 {
	margin: 1em 0;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.33333333333333;
}
h3.range-name {
	font-weight: 600;
	text-transform: uppercase;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 1.2em 0;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.2;
}
p,
ul,
ol,
table,
pre,
hr,
.page-nav,
.font-size-default {
	margin: 1.6em 0;
	font-size: 0.9375em;
	line-height: 1.6;
}
h4 + p,
.h4 + p,
h5 + p,
.h5 + p,
h6 + p,
.h6 + p {
	margin-top: -0.8em;
}
.font-size-down {
	margin: 1.5em 0;
	font-size: 0.75em;
	line-height: 1.33333333333333;
}
th,
td {
	padding: 0.333333333333333em;
}
b,
strong,
th {
	font-weight: 600;
}

ul ul,
ul ol,
ol ul,
ol ol,
ul p,
ol p,
ul table,
ol table {
	line-height: inherit;
}
ul ul,
ul ol,
ol ul,
ol ol {
	font-size: 1em;
	margin-top: 0;
}
nav ul,
form ol,
form ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}
form ol,
form ul,
form p {
	font-size: 1em;
	line-height: inherit;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
button,
select,
textarea,
.pseudo-button {
	background-color: #fff;
	color: #3d3d3d;
	border: 1px solid #92908f;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: inherit;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #9d8658;

	box-shadow: 0 0 0.266666666666667em #9d8658;
}
input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
	outline: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
.button,
.submit {
	cursor: pointer;
}
.pseudo-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
button,
.button,
.pseudo-button-default {
	background-color: #666;
	color: #fff;
	border-color: #666;

}
button:hover,
.button:hover,
a:hover .pseudo-button-default,
.pseudo-button-default:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;

}

.submit,
.pseudo-submit {
	background-color: #9d8658;
	color: #fff;
	border-color: #9d8658;

}
.submit:hover,
a:hover .pseudo-submit,
.pseudo-submit:hover {
	background-color: #987a45;
	color: #fff;
	border-color: #987a45;

}

img {
	border: 0;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}
hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	content: '';
	display: table;
}
.clear-self:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.font-merriweather {
	font-family: Merriweather, 'Lucida Bright', Georgia, serif /* http://cssfontstack.com */;
}
.font-open-sans {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

/* ------ Mini Modules ------ */
.data-table {
	width: 100%;
	border-collapse: collapse;
}
.data-table tr {
	border-bottom: 1px solid #ccc;
}
.data-table th,
.data-table td {
	vertical-align: top;
	text-align: left;
}
.data-table thead th {
	text-transform: uppercase;
}

/*
@media screen and (max-width: em) {
	.responsive-data-table thead {
		display: none;
	}
	.responsive-data-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.responsive-data-table tbody tr:after {
		content: '';
		display: table;
		clear: both;
	}
	.responsive-data-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.responsive-data-table tbody td:last-child {
		border-bottom: none;
	}
	.responsive-data-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
	}
}
*/

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.5em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.5em #c00;
}

.no-img,
.embedded-map,
.embedded-video {
	position: relative;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.no-img,
.embedded-map,
.embedded-video {
	background-color: rgba(0, 0, 0, 0.1);
}
.no-img,
.embedded-map {
	color: #000;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.2);
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	color: #000;
}
.no-img p,
.embedded-map p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.embedded-map-container {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.embedded-map {
	padding: 0 0 100%;
}
.embedded-map p a {
	background-color: transparent;
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 37.5em) {
	.embedded-map {
		padding: 0 0 56.25%;
	}
}

.embedded-video {
	padding: 0 0 56.25%;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-icomoon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e903";
}
.icon-angle-down:before {
	content: "\e902";
}
.icon-quote:before {
	content: "\e901";
}
.icon-instagram:before {
	content: "\e900";
}
.icon-menu7:before {
	content: "\ec71";
}
.icon-arrow-up8:before {
	content: "\eddc";
}
.icon-google-plus3:before {
	content: "\eeec";
}
.icon-facebook2:before {
	content: "\eef0";
}
.icon-twitter:before {
	content: "\eef5";
}
.icon-youtube:before {
	content: "\eefc";
}
.icon-vimeo2:before {
	content: "\ef00";
}
.icon-linkedin:before {
	content: "\ef28";
}
.icon-pinterest:before {
	content: "\ef30";
}

.icon-file-empty:before {
	content: "\e99d";
}
.icon-file-pdf:before {
	content: "\ef3e";
}
.icon-file-word:before,
.icon-file-doc:before,
.icon-file-docx:before {
	content: "\ef40";
}
.icon-file-excel:before,
.icon-file-xls:before,
.icon-file-xlsx:before {
	content: "\ef41";
}

.icon-file-empty:before {
	background-color: transparent;
	color: #444;
}
.icon-file-pdf:before {
	background-color: transparent;
	color: #e41e00;
}
.icon-file-word:before,
.icon-file-doc:before,
.icon-file-docx:before {
	background-color: transparent;
	color: #2b579b;
}
.icon-file-excel:before,
.icon-file-xls:before,
.icon-file-xlsx:before {
	background-color: transparent;
	color: #1f7244;
}

/*.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}*/

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */

.wrapper,
.wrapper-text {
	max-width: 68em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
}
.grid-adjust-default,
.grid-adjust-text-default {
	margin-right: -0.5em;
	margin-left: -0.5em;
}
.gutter-default,
.gutter-text-default {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.gutter-fixed-half {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.gutter-fixed-full {
	padding-right: 1em;
	padding-left: 1em;
}

.pseudo-bottom-padding {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1em;
}
.wrapper.additional-info {
	margin-top: 1.5em;
}

@media all and (min-width: 60em) {
	.wrapper-text {
		padding-right: 2em;
		padding-left: 2em;
	}
	.grid-adjust-test-default {
		margin-right: -1em;
		margin-left: -1em;
	}
	.gutter-text-default {
		padding-right: 1em;
		padding-left: 1em;
	}
}

/* ------ Colourways ------ */

/* COLOURWAYS */

.cw-1,
.cw-1-base {
	background-color: #080302;
	color: #fff;
}

.cw-1-overlay,
.cw-1-overlay-base {
	background-color: rgba(8, 3, 2, 0.84);
}
.cw-1-overlay,
.cw-1-overlay-base {
	color: #fff;
}
.cw-1-overlay a {
	background-color: transparent;
	color: #fff;
}
.cw-1-overlay a:hover,
.cw-1-overlay a:focus,
.cw-1-overlay a:active {
	background-color: transparent;
	color: #bbb;
}

.cw-1-overlay-2,
.cw-1-overlay-2-base {
	background-color: rgba(8, 3, 2, 0.64);
}
.cw-1-overlay-2,
.cw-1-overlay-2-base {
	color: #fff;
}

.cw-1-overlay-3,
.cw-1-overlay-3-base {
	background-color: rgba(8, 3, 2, 0.44);
}
.cw-1-overlay-3,
.cw-1-overlay-3-base {
	color: #fff;
}

.cw-default,
.cw-default-base {
	background-color: #fff;
	color: #434141;
}
.cw-default a {
	background-color: #fff;
	color: #9d8658;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	background-color: #fff;
	color: #3d3d3d;
}

.cw-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.cw-overlay {
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #d9bb80;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #858585;
}

/* ------ Modules ------ */

/*
.site-header {
	color: #fff;
}
.site-header {
	background-color: rgba(0, 0, 0, 0.15);
}
*/

.logo a {
	display: block;
	max-width: 12.5em;
	margin: 0.875em auto;
	background-color: transparent;
	color: #fff;
}
.logo img {
	width: 100%;
}
.logo-dk {
	display: block;
}
.logo-lt {
	filter: drop-shadow(0 1px 3px rgba(8, 3, 2, 0.44));
}

.site-header-nav {
	position: relative;
	position: sticky;
	top: 0;
	z-index: 3;
	margin-top: 1em;
	background: #000;
}

.nav-main {
	background-color: #080302;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.nav-main a {
	display: block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;

	-webkit-transition: background-color 0.15s, color 0.15s;
	-o-transition: background-color 0.15s, color 0.15s;
	transition: background-color 0.15s, color 0.15s;
}
.nav-main ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.nav-main ul a {
	padding: 0.2666666667em 0.8em;
}
.nav-main ul ul {
	background-color: rgba(8, 3, 2, 0.64);
}

.nav-main .sf-mega {
	display: none;
}
.nav-main .sf-mega > ul {
	display: block;
}

@media all and (max-width: 41.1875em) {
	.nav-main a:hover,
	.nav-main a:focus,
	.nav-main a:active {
		background-color: #bbb;
		color: #fff;
	}

	.nav-main .nav-btn {
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-main .nav-btn a {
		padding: 0.3em 0.6em;
	}
	.nav-main .nav-btn .icon-icomoon {
		display: inline-block;
		vertical-align: bottom;
		margin: 0.15em 0 0 0.3em;
	}
	.nav-main .nav-btn .icon-icomoon:before {
		display: block;
		font-size: 1.2em;
	}

	.nav-main ul ul {
		background-color: rgba(187, 187, 187, 0.15);
	}

	.nav-main ul ul ul {
		text-transform: none;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main .show {
		display: block;
	}
}

@media all and (min-width: 41.25em) {
	.nav-main {
		padding: 0;
	}

	.nav-main .nav-btn {
		display: none;
	}

	.nav-main li {
		position: relative;
	}
	.nav-main li.enable-mega-menu {
		position: static;
	}

	.nav-main a:hover,
	.nav-main a:focus,
	.nav-main a:active {
		background-color: transparent;
		color: #dbdada;
	}
	.nav-main ul ul a:hover,
	.nav-main ul ul a:focus,
	.nav-main ul ul a:active {
		background-color: transparent;
		color: #bbb;
	}

	.nav-main > ul {
		display: block;
		position: relative;
		padding-right: 1.0666666667em;
		padding-left: 1.0666666667em;
	}
	.nav-main > ul > li {
		display: inline-block;
		vertical-align: top;
	}

	.nav-main > ul > li > a {
		position: relative;
	}
	.nav-main > ul > li > a:after {
		content: '';
		speak: none;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #bbb;
		color: #000;

		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);

		-webkit-transition: transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
	}
	.nav-main > ul > li > a:hover:after,
	.nav-main > ul > li > a:focus:after,
	.nav-main > ul > li > a:active:after,
	.nav-main > ul > li.sfHover > a:after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1);
	}
	/*
	.nav-main > ul > li.sfHover > a:after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border-width: 0 1.0666666667em 1.0666666667em;
		border-style: none inset solid;
		border-color: transparent transparent rgba(8, 3, 2, 0.64);

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	*/

	.nav-main .sf-mega ul {
		display: block;
	}
	.nav-main .sf-mega ul ul {
		background-color: transparent;
	}

	.nav-main .standard-sf,
	.nav-main .sf-mega {
		position: absolute;
		top: 100%;
		left: 0;
		text-align: left;
	}
	.nav-main .standard-sf {
		max-width: 20em;
		margin-top: 0.5333333333em;
	}
	.nav-main .sf-mega {
		width: 100%;
		padding-top: 0.5333333333em;
		padding-right: 1.0666666667em;
		padding-left: 1.0666666667em;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav-main .sf-mega > ul > li {
		display: inline-block;
		vertical-align: top;
		width: 33.3333333333%;
	}

	.nav-main .sf-mega ul ul {
		text-transform: none;
	}
.nav-main ul ul.standard-sf {
	width: 172px;
}

.nav-main ul ul ul.standard-sf {
	top: -8px;
	left: 172px;
	width: 340px;
}

.nav-main ul ul ul.standard-sf li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

}

@media all and (min-width: 51.875em) and (max-width: 53.6875em), all and (min-width: 64em) {
	.nav-main .sf-mega ul ul li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
}

@media all and (max-width: 53.6875em) {
	 .logo a {
		padding-top: 0.875em;
	}
}

@media all and (min-width: 53.75em) {
	.site-header-masthead {
		position: relative;
		z-index: 2;
	}
	.logo { 
		width: 20%;
		display: inline-block;
		vertical-align: middle;
	}
	.logo a {
		max-width: 11.25em;
	}
	.logo-dk {
		display: none;
	}
	.logo-lt {
		display: block;
	}

	.site-header-masthead-feature-page .logo a {
		max-width: 18.75em;
		margin: 15.625em auto 0;
		pointer-events: none;
		cursor: default;
	}

	.nav-main {
		text-align: right;
	}
	.nav-main .sf-mega {
		padding-left: 14.1333333333em;
	}
	.adj-to-logo {
		width: 80%;
		display: inline-block;
		vertical-align: bottom;     
	}
}

@media all and (min-width: 60em) {
	.nav-main > ul {
		max-width: 1088px;
		margin-right: auto;
		margin-left: auto;
		/*padding-right: 0.8888888889em;
		padding-left: 0.8888888889em;
		font-size: 1.125em;
		line-height: 1.3333333333;*/
	}
	/*
	.nav-main > ul > li {
		margin-left: 1.3333333333em;
	}
	.nav-main > ul > li:first-child {
		margin-left: 0;
	}
	*/
}

.site-content-1-1,
.site-content-1-2,
.site-content-1-4,
.site-content-3-4 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}
	.site-content-1-4 {
		width: 25%;
	}
	.site-content-3-4 {
		width: 75%;
	}
}

.site-content-1-2.additional-info-panel {
	margin-top: -2em;
}

.image-container {
	background-repeat: no-repeat;
	background-position: 50% 50%;

	-webkit-background-size: cover;
	background-size: cover;
}



.top-image-module {
	line-height: 0;
}
.top-image-module img {
	max-width: 2000px;
	width: 100%;
}


.top-image-sm-spacer {
	height: 250px;
}
.top-image-md-spacer {
	height: 400px;
}

.top-image-lg-spacer {
	padding: 0 0 80%;
}

@media all and (min-width: 41.5em) {
	.top-image-lg-spacer {
		padding: 0 0 60%;
	}
}

@media all and (min-width: 60em) {
	.top-image-lg-spacer {
		padding: 0 0 45%;
	}
}

@media all and (min-width: 91.25em) {
	.top-image-lg-spacer {
		padding: 0;
		height: 600px;
	}
}

.pull-out,
.expanding-image {
	overflow: hidden;
}
.pull-out .image-container {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);

	-webkit-animation: pull-out 16s 1 forwards;
	-moz-animation:    pull-out 16s 1 forwards;
	-o-animation:      pull-out 16s 1 forwards;
	animation:         pull-out 16s 1 forwards;
}
.expanding-image .image-container {
	-webkit-animation: scale-up 16s 1 forwards;
	-moz-animation:    scale-up 16s 1 forwards;
	-o-animation:      scale-up 16s 1 forwards;
	animation:         scale-up 16s 1 forwards;
}

/*.site-heading-module {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	text-align: center;
}*/
.site-content-heading {
	margin-top: 0.625em;
	margin-bottom: 0.1428571429em;
	text-align: center;
	text-transform: uppercase;
}

@media all and (max-width: 23.4375em) {
	.site-content-heading {
		font-size: 1.875em;
	}
}

.site-content-sub-heading {
	text-align: center;
}

.site-content-body {
	max-width: 52.5em;
	margin-right: auto;
	margin-left: auto;
}

.content-module {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.content-section {
	margin-top: -1.5em;
	overflow: hidden;
}
.content-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.5em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}
.content-section li {
	margin-top: 0.266666666666667em;
}

@media screen and (min-width: 37.5em) {
	.content-section img.pull-right {
		float: right;
		margin-right: 0;
		margin-left: 1.5em;
	}
	.content-section img.pull-left {
		float: left;
		margin-right: 1.5em;
		margin-left: 0;
	}
}

.contact-site-content a {
	text-decoration: none;
}
.contact-site-content li {
	margin-top: 0.5333333333em;
	margin-bottom: 0.5333333333em;
}
.contact-site-content .address {
	margin-bottom: 1.6em;
}

.opening-hours-module p {
	margin-top: -1.0666666667em;
	margin-bottom: 0.5333333333em;
}

.download-brochure-module {
	max-width: 52.5em;
	margin: 1.5em auto;
}

.list-download {
	font-size: 1em;
	text-align: left;
}
.list-download a {
	display: block;
	position: relative;
	min-height: 5em;
	padding: 0.5em 1em 0.5em 6.25em;
	min-height: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-decoration: none;
}
.list-download .item:nth-child(odd) a {
	background-color: rgba(0, 0, 0, 0.07);
}
.list-download .list-download-heading,
.list-download .list-download-description {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}
.list-download .list-download-heading {
	margin: 0;
	font-weight: 300;
}
.list-download .list-download-description {
	background-color: transparent;
	color: #434141;
}
.list-download .icon-icomoon,
.list-download .icon-icomoon:before {
	display: block;
}
.list-download .icon-icomoon {
	position: absolute;
	top: 1.25em;
	left: 1.25em;
	top: 0.5em;
	left: 0.5em;
}
.list-download .icon-icomoon:before {
	font-size: 3.75em;
	font-size: 1.5em;
}

.download-brochure-module .list-download {
	margin-top: -0.5625em;
}

.standard-form {
	margin: 1.6em 0;
	font-size: 0.9375em;
	line-height: 1.6;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.06666666666667em;
	font-weight: bold;
	line-height: 1.25;
}
.standard-form ol {
	margin-top: 0;
	margin-bottom: 0;
}
.standard-form li {
	margin: 0.8em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}

.standard-form li.required label {
	text-transform: uppercase;
}
.standard-form li.required label:after,
#basket_default .required {
	background-color: transparent;
	color: #c00;
}
.standard-form li.required label:after {
	content: '\0000a0*';
	background-color: transparent;
	color: #c00;
}

.standard-form p.note {
	margin-bottom: 1.6em;
}
.standard-form li:first-child p.note {
	margin-top: 1.6em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.266666666666667em;
	vertical-align: top;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.266666666666667em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form .submit,
.standard-form .button {
	width: auto;
}

/*
@media screen and (min-width: 60em) {
	.standard-form {
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}
	.standard-form label,
	.standard-form .label {
		width: 6.66666666666667em;
		margin-top: 0.266666666666667em;
		vertical-align: top;
	}
	.standard-form li.required:after {
		content: '\0000a0*';
		background-color: transparent;
		color: #c00;
	}
	.standard-form li.required label:after {
		content: '';
	}
	.standard-form input,
	.standard-form textarea {
		width: 14em;
	}
	.standard-form select {
		width: auto;
		min-width: 14em;
	}
	.standard-form .no-label {
		margin-left: 6.66666666666667em;
	}
}
*/

.product-type-section {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1.5em;
}

.grid-child {
	margin: 0.5em auto;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
	text-align: center;
}
.grid-child > .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.grid-child .item a {
	background-color: transparent;
	text-decoration: none;
	color: #000;
}

.grid-child .container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0.5em 0;
}
.grid-child .content {
	display: block;
	position: relative;
	margin: 0 0.5em;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}
.grid-child .heading {
	margin: 0.125em 0;
	text-transform: uppercase;
}

.grid-child-3-up > .item {
	width: 100%;
}

@media all and (min-width: 36em) {
	.grid-child-3-up > .item {
		width: 50%;
	}
}

@media all and (min-width: 60em) {
	.grid-child-3-up {
		max-width: none;
	}
	.grid-child-3-up > .item {
		width: 33.3333333333333%;
	}
}

.grid-child-4-up > .item {
	width: 100%;
}

@media all and (min-width: 37.5em) {
	.grid-child-4-up > .item {
		width: 50%;
	}
}

@media all and (min-width: 60em) {
	.grid-child-4-up > .item {
		width: 25%;
	}
}

/*
@media all and (min-width: 88.75em) {
	.grid-child-4-up > .item {
		width: 25%;
	}
}
*/

.grid-child .overlay-heading-on-thumbnail .content {
	position: relative;
}
/*.grid-child .overlay-heading-on-thumbnail .heading-module {
	position: absolute;
	top: 50%;
	left: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

.grid-child .landscape-image-container .no-img {
	padding: 0 0 42.126789366%;
}

.product-grid-item .prompt-down {
	display: none;
}
.product-grid-item.item a {
	background-color: transparent;
	color: #000;
} 

/*
.product-image-grid-item {
	position: relative;
}
*/
/*.product-image-grid-item .image-container {
	position: relative;
	overflow: hidden;
}*/

.product-image-grid-item img {
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	color: #434141;
}
/*
.product-image-grid-item a:hover img,
.product-image-grid-item a:focus img,
.product-image-grid-item a:active img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
*/
.grid-child .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;

	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.grid-child a:hover .hover-overlay,
.grid-child a:focus .hover-overlay,
.grid-child a:active .hover-overlay {
	opacity: 1;
}

.grid-child .hover-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-child .hover-icon:before {
	margin: 0 auto;
	font-size: 0;

	-webkit-transition: font-size 0.2s;
	-o-transition: font-size 0.2s;
	transition: font-size 0.2s;
}
.grid-child a:hover .hover-icon:before,
.grid-child a:focus .hover-icon:before,
.grid-child a:active .hover-icon:before {
	font-size: 2.5em;
}

.mfp-content .product-image-grid-item .hover-overlay {
	display: none;
}
.mfp-content .product-image-grid-item a {
	cursor: default;   
}
.mfp-content .product-image-grid-item a:hover img,
.mfp-content .product-image-grid-item a:focus img,
.mfp-content .product-image-grid-item a:active img {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}


@media all and (max-width: 59.9375em) {
	.ajax-product-detail {
		display: none;
	}

	.product-image-grid-item:first-child {
		width: 100%;
	}
}

@media all and (min-width: 60em) {

/*
	.product-grid-item .hover-overlay {
		background-color: rgba(255, 255, 255, 0);
	}
	.product-grid-item a:hover .hover-overlay,
	.product-grid-item a:focus .hover-overlay,
	.product-grid-item a:active .hover-overlay,
	.product-grid-item .selected .hover-overlay {
		background-color: rgba(255, 255, 255, 0.2);
	}

	.product-grid-item .selected-overlay {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 0;

		background-color: rgba(255, 255, 255, 0.4);

		-webkit-transition: max-height 0.25s;
		-o-transition: max-height 0.25s;
		transition: max-height 0.25s;
	}
	.product-grid-item .selected .selected-overlay {
		max-height: 100%;
	}
*/

	.product-grid-item .prompt-down {
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		margin-top: 0.5em;
		border-width: 0.75em 0.75em 0;
		border-style: solid inset none;
		border-color: #fff transparent transparent;

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.product-grid-item .selected .prompt-down {
		display: block;
	}
	.product-grid-item .heading-module {
		position: relative;
		z-index: 2;
	}

	.product-image-grid-item img {
		max-height: 8.125em;
	}

	.ajax-product-detail {
		display: block;
	}

	.product-detail-module {
		display: none;
		line-height: 1.6;
	}
	.product-detail-module {
		background: -moz-linear-gradient(top,  rgba(67,65,65,0.15) 0, rgba(67,65,65,0.08) 1.25em);
		background: -webkit-linear-gradient(top,  rgba(67,65,65,0.15) 0,rgba(67,65,65,0.08) 1.25em);
		background: linear-gradient(to bottom,  rgba(67,65,65,0.15) 0,rgba(67,65,65,0.08) 1.25em);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26434141', endColorstr='#0d434141',GradientType=0 );
	}
}

@media all and (min-width: 80em) {
	.product-image-grid-item img {
		max-height: 11.0625em;
	}
}

@media all and (min-width: 102.5em) {
	.product-image-grid-item img {
		max-height: 14.75em;
	}
}

.end-motif {
	position: relative;
	max-width: 52.5em;
	margin: 1.5em auto;
}
.end-motif img {
	display: block;
	position: relative;
	z-index: 2;
	width: 2.125em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #fff;
	color: #434141;
}
.end-motif hr {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-footer {
	text-align: center;
}
.footer-logo {
	max-width: 12.5em;
	margin: 1.5em auto;
}
.footer-logo img {
	display: block;
	width: 100%;
}

.nav-footer ul {
	margin-top: 3.2em;
	margin-bottom: 3.2em;
}
.nav-footer li,
.nav-footer li:before,
.nav-footer a {
	display: inline-block;
	vertical-align: top;
}
.nav-footer li:before {
	content: '|';
	margin-right: 0.4666666667em;
	margin-left: 0.4666666667em;
}
.nav-footer li:first-child:before {
	content: '';
	display: none;
}
.nav-footer a {
	text-decoration: none;
}

.social-media-module {
	margin: 1.5em 0;
	overflow: hidden;
}
.social-media-list {
	margin: -0.4em 0;
}
.social-media-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0.4em 0.8em;
}
.social-media-list a,
.social-media-list .icon-icomoon,
.social-media-list .icon-icomoon:before {
	display: block;
}
.social-media-list a {
	text-decoration: none;
}
.social-media-list .icon-icomoon:before {
	font-size: 1.6em;
}

.tabbed-content-nav {
	margin-bottom: -0.7692307692em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
}
.tabbed-content-nav li {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.3076923077em;
}
.tabbed-content-nav li:nth-child(1) {
	overflow: hidden;

	-webkit-border-radius: 0.3846153846em 0 0 0;
	-moz-border-radius: 0.3846153846em 0 0 0;
	-ms-border-radius: 0.3846153846em 0 0 0;
	-o-border-radius: 0.3846153846em 0 0 0;
	border-radius: 0.3846153846em 0 0 0;
}
.tabbed-content-nav li:nth-last-child(1) {
	overflow: hidden;

	-webkit-border-radius: 0 0.3846153846em 0 0;
	-moz-border-radius: 0 0.3846153846em 0 0;
	-ms-border-radius: 0 0.3846153846em 0 0;
	-o-border-radius: 0 0.3846153846em 0 0;
	border-radius: 0 0.3846153846em 0 0;
}
.tabbed-content-nav a {
	display: block;
	padding: 0.69230769230769em 1.5384615385em;
	text-decoration: none;

	-webkit-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
}
.tabbed-content-nav a:hover,
.tabbed-content-nav a:focus,
.tabbed-content-nav a:active {
	background-color: #fff;
	color: #727b8e;
}
.tabbed-content-nav a.selected {
	color: #727b8e !important;
	cursor: auto;
	pointer-events: none;
}

.tabbed-panels .text-panel {
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	padding-top: 0.625em;
	padding-bottom: 1.25em;
}
.tabbed-panels .text-panel.font-size-down-1-group p,
.tabbed-panels .text-panel.font-size-down-1-group ul,
.tabbed-panels .text-panel.font-size-down-1-group ol,
.tabbed-panels .text-panel.font-size-down-1-group table {
	line-height: 1.8461538462;
}
.tabbed-panels .text-panel-heading {
	margin-top: 0.7692307692em;
	margin-bottom: 0.7692307692em;
	font-size: 0.8125em;
	line-height: 1.8461538462;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


.search-form {
	margin: 0.75em 0;
	font-size: 1em;
	line-height: 1.25;
	overflow: hidden;
	text-align: center;
}
.search-form input {
	width: 83.3333333333%;
	max-width: 11.265em;
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
.search-form input,
.search-form .submit {
	display: inline-block;
	vertical-align: top;
	padding: 0.5625em;
}
.search-form input::-webkit-input-placeholder {
	background-color: transparent;
	color: #000;
}
.search-form input::-moz-placeholder {
	background-color: transparent;
	color: #000;
	opacity: 1;
}
.search-form input::-ms-input-placeholder {
	background-color: transparent;
	color: #000;
}
.search-form input:-moz-placeholder {
	background-color: transparent;
	color: #000;
	opacity: 1;
}
.search-form .submit {
	width: 16.6666666667%;
	max-width: 3.125em;
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
.search-form .submit:hover {
	background-color: #fff;
	color: #434141;
	border-color: #fff;
}
@media all and (min-width: 53.75em) {
	.search-form { 
		text-align: right;
		margin-right: 1.625em;
	}
}

.product-grid-item.item .sizing-file-link a {
	color: #9d8658;
	font-weight: bold;
}
.product-grid-item.item .sizing-file-link a:hover,
.product-grid-item.item .sizing-file-link a:focus,
.product-grid-item.item .sizing-file-link a:active {
	color: #000;
}

.sizing-text-wrapper {
	width: 100%;
	max-width: 81.875em;
	margin: 0 auto;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .pseudo-button {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.25em 1em;
	border-color: #fff;
	color: #fff;
	vertical-align: middle;
	background-color: #9d8658;
}
.cookies-eu-banner .pseudo-button:hover {
	color: #000;
	background-color: #fff;
}
.cookies-eu-banner a {
	text-decoration: underline;
}