@import "/fonts/fonts.css";

* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	padding:0;
	margin:0;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font: normal normal normal 1.6rem/2.4rem 'CG Pro', Helvetica, Arial, sans-serif;
	color: #221E1F;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

:focus { 
	outline: 0px;
}

a {
	color: #221E1F;
	text-decoration: none;
	-webkit-transition: all 0.22s;
	transition: all 0.22s;
}

img {
	border: 0 none;
}

figure img {
	display: block;
	max-width: 100%;
}

*[data-src] {	
	opacity: 0;
		
	transition: opacity 0.45s;
	-webkit-transition: opacity 0.45s;
	-ms-transition: opacity 0.45s;
}

*[data-src].loaded {	
	opacity: 1;
}

a[data-src]:hover,
a:hover *[data-src] {
	opacity: 0.75;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
	
}

p {
	
}

p a {
	text-decoration: underline;
}

div,
header,
section,
article,
hgroup,
footer,
aside {
	position: relative;
}

#wrapper {
	position:relative;
	z-index: 10;
}

#content {
	opacity: 1;
}

body.loading #content {
	opacity: 0;
}

.center {
	max-width: 1140px;
	padding: 0 55px;
	margin: 0 auto;
}

.box-h {
	padding: 0 5px;
	box-sizing: border-box;
}

.box-v {
	padding: 5px 0;
	box-sizing: border-box;
}

.box {
	padding: 5px;
	box-sizing: border-box;
}

.clear:after,
.clear:before,
.masonry:after,
.masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, 
.hide {
	display:none;
}

@media screen and (max-width: 1024px) {
	
	.center {
		padding: 0 35px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.center {
		padding: 0 15px;
	}
	
}.page-about .hero {
	background-color: #E3C775;
}

.page-about .hero article {
	padding: 60px 0;
}

.page-about .hero .text h1,
.page-about .hero .text h2 {
	color: #FFF;
}.page-70-jaar-recor-bedding section.hero {
	color: #051F35;
}

.page-70-jaar-recor-bedding section.hero-0 .text em {
	font-size: 1.2rem;
	font-style: normal;
	opacity: 0.5;
}

.page-70-jaar-recor-bedding section.hero .button {
	margin-right: 16px;
	margin-bottom: 20px;
}

section.hero.winkelpunten .text {
	max-width: none;
}

section.hero.winkelpunten #dealers-list {
	margin-bottom: 20px;
}

section.hero.winkelpunten h1 {
	color: #236E86;
}

#show-all-dealers {
	cursor: pointer;
}

#pop-dialog {
	margin: -26px -30px -30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

#pop-dialog img {
	display: block;
	width: 100%;
	transform: none;
	margin: 0;
}

#pop-dialog .text p {
	margin: 0;
}

#pop-dialog .text p:last-child {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

#pop-dialog .button {
	width: 239px;
	max-width: 100%;
}.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

@media screen and (max-width: 414px) {
	
	[class*='col-'] {
		width: 100%;
	}
	
}#content {
	left: 0;
	
	-webkit-transition: left 0.45s, opacity 0.45s;
	transition: left 0.45s, opacity 0.45s;
}

#page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 120px;
	z-index: 50;
	padding: 40px 40px 40px 158px;
	box-sizing: border-box;
	
	-webkit-transition: left 0.45s;
	transition: left 0.45s;
}

.show-menu #content,
.show-menu #page-header {
	left: -320px;
}

#page-header nav {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.6rem;
	height: 100%;
}

#page-header nav a {
	text-align: center;
	margin-right: 20px;
	color: #C4C4C6;
	opacity: 1;
	border-bottom: 2px solid transparent;
}

#page-header nav a.active {
	border-color: rgba(196, 196, 198, 0.5);
}

#page-header nav a:hover {
	opacity: 0.75;
}

section {
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
}

#hero-content {
	background-color: #FFF;
}

section.hero {
	
}

section.hero .column-left {
	width: 50%;
	min-height: 100vh;
	padding: 120px 40px;
	box-sizing: border-box;
}

section.hero .column-left article {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 240px);
}

.text {
	max-width: 640px;
}

.text h1 {
	font-size: 3.8rem;
	line-height: 3.8rem;
	margin-bottom: 3.2rem;
}

.text h2 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 2.4rem;
}

.text p {
	margin-bottom: 2.4rem;
}

.text p:last-child {
	margin-bottom: 0;
}

.text p:last-child a {
	position: relative;
	font-family: 'CG Pro Cn';
	font-size: 1.4rem;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.text p:last-child strong a {
	font-family: 'CG Pro';
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #ebd29c;
	padding: 8px 9px 8px 10px;
}

.text p:last-child strong a::after {
	display: none;
}

.text p:last-child a::after {
	content: '';
	position: absolute;
	background-color: #221E1F;
	opacity: 0.1;
	left: 0;
	right: 1px;
	bottom: 0;
	height: 2px;
}

.text a.button {
	font-family: 'CG Pro' !important;
	font-weight: bold !important;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 4.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #236E86;
	border-radius: 2px;
	color: #FFF;
	padding: 0 16px;
	transition: background-color 0.22s;
	-webkit-transition: background-color 0.22s;
	-ms-transition: background-color 0.22s;
}

.text a.button:hover {
	background-color: rgb(35, 110, 134, 0.85);
}

.text a.button::after {
	display: none;
}

.text img {
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	
	transform-origin: top left;
	-webkit-transform-origin: top left;
	
	margin-bottom: -2.4rem;
}

section.hero .column-right {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	
	z-index: 10;
	
	-webkit-transform: none;
	transform: none;
	
	-webkit-transition: -webkit-transform 0.66s, right 0.45s;
	transition: transform 0.66s, right 0.45s;
}

.show-menu section.hero .column-right {
	right: 320px;
}

section.hero .column-right .carousel-container {
	position: absolute;
	height: 100%;
	width: 100%;
}

section.hero-1 .column-right,
section.hero-2 .column-right,
section.hero-3 .column-right,
section.hero-4 .column-right,
section.hero-5 .column-right,
section.hero-6 .column-right {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

body.hero-1 section.hero-0 .column-right,
body.hero-2 section.hero-0 .column-right,
body.hero-2 section.hero-1 .column-right,
body.hero-3 section.hero-0 .column-right,
body.hero-3 section.hero-1 .column-right,
body.hero-3 section.hero-2 .column-right,
body.hero-4 section.hero-0 .column-right,
body.hero-4 section.hero-1 .column-right,
body.hero-4 section.hero-2 .column-right,
body.hero-4 section.hero-3 .column-right,
body.hero-5 section.hero-0 .column-right,
body.hero-5 section.hero-1 .column-right,
body.hero-5 section.hero-2 .column-right,
body.hero-5 section.hero-3 .column-right,
body.hero-5 section.hero-4 .column-right,
body.hero-6 section.hero-0 .column-right,
body.hero-6 section.hero-1 .column-right,
body.hero-6 section.hero-2 .column-right,
body.hero-6 section.hero-3 .column-right,
body.hero-6 section.hero-4 .column-right,
body.hero-6 section.hero-5 .column-right,
body.hero-7 section.hero-0 .column-right,
body.hero-8 section.hero-0 .column-right,
body.hero-9 section.hero-0 .column-right,
body.hero-10 section.hero-0 .column-right {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

body.hero-1 section.hero-1 .column-right,
body.hero-2 section.hero-2 .column-right,
body.hero-3 section.hero-3 .column-right,
body.hero-4 section.hero-4 .column-right,
body.hero-5 section.hero-5 .column-right,
body.hero-6 section.hero-6 .column-right {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.scroll-down {
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.05);
	background-image: url('/img/arrow-down-black.svg');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: opacity 0.22s;
	transition: opacity 0.22s;
}

.scroll-down:hover {
	opacity: 0.75;
}

section.error {
	width: 100%;
	height: 100%;
}

section.error article {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
}

@media screen and (max-width: 768px) {
	
	#page-header {
		width: 100%;
	}
	
	section.hero {
		min-height: 50vh;
	}
	
	section.hero .column-left {
		min-height: 50vh;
		width: 100%;
	}
	
	section.hero .column-left article {
		min-height: calc(50vh - 240px);
	}
	
	section.hero .column-right {
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		height: auto;
		transform: none !important;
		-webkit-transform: none !important;
	}
	
	.show-menu section.hero .column-right {
		right: 0;
	}
	
	section.hero .column-right .carousel-container {
		padding-bottom: 66.66%;
		height: 0;
		position: relative;
	}
	
	section.hero .column-right .carousel-container .owl-carousel {
		position: absolute;
	}
	
}

@media screen and (max-width: 640px) {
	
	#page-header {
		display: none;
	}
	
}#dealers-map-container,
#dealers-map,
#mapbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-dealers .column-left article header h1 {
	font-size: 3.8rem;
	line-height: 3.8rem;
	color: #236E86;
	margin-bottom: 40px;
}

form.dealer-finder-form {
	display: flex;
	display: -webkit-flex;
	margin: 0 -10px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

form.dealer-finder-form .element {
	width: 33.33%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}

form.dealer-finder-form .element:nth-child(4) {
	width: 50%;
}

form.dealer-finder-form .select .selected {
	position: relative;
	width: 100%;
	background-color: #F7F7F7;
	display: block;
	line-height: 4.4rem;
	padding: 0 14px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: left;
	font-size: 1.4rem;
}

form.dealer-finder-form .select .selected::after,
form.dealer-finder-form .ms-choice::after {
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #444 transparent transparent transparent;
	vertical-align: middle;
	margin-top: -2px;
}

form.dealer-finder-form .select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
	opacity: 0.0001;
	border-radius: 2px;
	cursor: pointer;
}

form.dealer-finder-form .ms-choice,
form.dealer-finder-form input[type='text'],
form.dealer-finder-form input[type='submit'] {
	background-color: #F7F7F7;
	border: 0 none;
	line-height: 4.4rem;
	height: 4.4rem;
	padding: 0 16px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family: inherit;
	letter-spacing: inherit;
	border-radius: 2px;
}

form.dealer-finder-form .ms-choice > span {
	padding-left: 16px;
}

form.dealer-finder-form .ms-drop {
	font-size: 1.4rem;
	width: auto;
	min-width: 100%;
	border-radius: 0 0 2px;
	border: 0 none;
	margin-top: 0;
}

form.dealer-finder-form .ms-drop ul {
	padding: 12px 16px;
}

form.dealer-finder-form input[type='submit'] {
	cursor: pointer;
	background-color: #236E86;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#dealers-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 5px -10px 0 -10px;
	list-style: none;
}

#dealers-list li {
	padding: 20px 10px;
	width: 33.33%;
	box-sizing: border-box;
	font-size: 1.4rem;
	overflow: hidden;
}

#dealers-list li h1 {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

#dealers-list li p.collections {
	font-size: 1.2rem;
	opacity: 0.5;
}

span.wirbelscanner {
	position: relative;
	text-indent: 10300px;
	display: block;
	width: 20px;
}

span.wirbelscanner::before {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	content: 'w';
	background-color: #236E86;
	color: #FFF;
	width: 20px;
	height: 22px;
	text-indent: 0;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 1.0rem;
	cursor: help;
	padding: 2px 2px 0 2px;
}

#mapbox .mapboxgl-popup {
	font: normal normal normal 1.4rem/2.4rem 'CG Pro', Helvetica, Arial, sans-serif;
}

#mapbox .mapboxgl-popup-content {
	padding: 12px 16px;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

#mapbox .mapboxgl-popup-content h1 {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

#mapbox .mapboxgl-control-container {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#mapbox .mapboxgl-control-container .mapboxgl-ctrl {
	pointer-events: auto;
}

#mapbox .mapboxgl-ctrl-logo,
#mapbox .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	display: none;
}

#mapbox .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
	margin: 0 40px 40px 0;
}

form.dealer-finder-form .ms-drop input[type="radio"], 
form.dealer-finder-form .ms-drop input[type="checkbox"] {
	-webkit-appearance: checkbox;
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
}

@media screen and (min-width: 1440px) {
	
	form.dealer-finder-form .element:nth-child(4) {
		width: 33.33%;
	}
	
}

@media screen and (max-width: 768px) {
	
	#dealers-map-container {
		position: relative;
		width: 100%;
		padding-bottom: 50vh;
		height: 0;
	}
	
	.page-dealers section.hero {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	
	.page-dealers section.hero .column-left {
		order: 2;
	}
	
	.page-dealers section.hero .column-right {
		order: 1;
	}
	
}

@media screen and (max-width: 640px) {
	
	form.dealer-finder-form .element,
	form.dealer-finder-form .element:nth-child(4) {
		width: 100%;
	}
	
	#dealers-list li {
		width: 100%;
	}
	
}body .fancybox-navigation {
	height: 100%;
}

body .fancybox-bg {
	background-color: #FFF;
}

body .fancybox-caption {
	background: transparent;
	color: #9B9B9B;
}

body .fancybox-button {
	background: none;
	color: #221E1F;
}

body .fancybox-button:hover {
	color: #9B9B9B;
}

body .fancybox-button--close {
	background-color: #F2F2F2;
}

body .fancybox-toolbar {
	top: 40px;
	right: 40px;
}

body .fancybox-navigation .fancybox-button--arrow_left,
body .fancybox-navigation .fancybox-button--arrow_right {
	background: none;
	width: 80px;
	height: 80px;
	padding: 0;
}

body .fancybox-navigation .fancybox-button--arrow_left div {
	background-image: url(/img/fancy-left.svg);
	background-size: cover;
	/*left: 40px;*/
}

body .fancybox-navigation .fancybox-button--arrow_right div {
	background-image: url(/img/fancy-right.svg);
	background-size: cover;
	/*right: 40px;*/
}

body .fancybox-navigation .fancybox-button--arrow_left div svg,
body .fancybox-navigation .fancybox-button--arrow_right div svg {
	display: none;
}#footer {
	line-height: 120px;
	text-align: center;
	background-color: #051F35;
	color: #FFF;
	width: 100%;
	z-index: 103;
}

.page-test #footer {
	height: auto;
}

#footer a {
	color: #FFF;
}

#footer nav {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	text-align: left;
	padding: 40px 30px;
}

#footer nav ul {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	list-style: none;
	line-height: 2.4rem;
	font-weight: bold;
}

#footer nav ul li {
	margin-bottom: 12px;
}

#footer nav ul ul {
	width: 100%;
	font-weight: normal;
	padding: 0;
}

#footer nav ul ul li {
	margin-bottom: 0;
}

#footer li.social {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flew-wrap: wrap;
	margin: 24px 0 14px;
}

#footer li.social a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: -10300px;
}

#footer li.social a:last-child {
	margin-right: 0;
}

#footer li.social a.instagram {
	background-image: url('/img/icon-instagram-white.svg');
}

#footer li.social a.facebook {
	background-image: url('/img/icon-facebook-white.svg');
	background-position: center left;
}

#footer li.social a.twitter {
	background-image: url('/img/icon-twitter-white.svg');
}

#footer li.social a.youtube {
	background-image: url('/img/icon-youtube-white.svg');
}

#footer li.social a.linkedin {
	background-image: url('/img/icon-linkedin-white.svg');
}

#footer .copyright {
	
}

@media screen and (max-width: 1023px) {
	
	#footer nav ul {
		width: 50%;
	}
	
}

@media screen and (max-width: 640px) {
	
	#footer nav ul {
		width: 100%;
		text-align: center;
	}
	
	#footer li.social {
		justify-content: center;
	}
	
}#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 40px;
	box-sizing: border-box;
	z-index: 103;
	
	-webkit-transform: none;
	transform: none;
	
	-webkit-transition: -webkit-transform 0.45s;
	transition: transform 0.45s;
	
	pointer-events: none;
}

.show-menu #header {
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px);
}

#header:after {
	content: '';
	display: block;
	clear: both;
}

#header a.logo {
	position: relative;
	display: inline-block;
	pointer-events: auto;
}

#header a.logo img,
#header a.logo svg {
	display: block;
}

#toggle-menu {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	float: right;
	cursor: pointer;
	pointer-events: auto;
}

#toggle-menu span {
	position: absolute;
	display: block;
	width: 14px;
	height: 2px;
	top: 14px;
	left: 13px;
	text-indent: 10300px;
	background-color: #221E1F;
}

#toggle-menu span:nth-child(2) {
	top: 19px;
}

#toggle-menu span:nth-child(3) {
	top: auto;
	bottom: 14px;
}section.hero.quality-sleep .column-left {
	background-color: #051F35;
	color: #FFF;
}

.page-home .hero-1 .svg-header-logo {
	fill: #FFFFFF;
}

.page-home #page-header nav a:first-child {
	display: none;
}

section.hero.quality-sleep .column-left a {
	color: #FFF;
}

section.hero.quality-sleep .column-left p:last-child a:last-child::after {
	background-color: rgba(255,255,255,0.25);
	opacity: 1;
}

section.hero.quality-sleep .scroll-down {
	background-color: rgba(255,255,255,0.05);
	background-image: url('/img/arrow-down-white.svg');
}

section.hero-dealers #dealers-list {
	display: none;
}

section.hero-dealers h1 {
	color: #236E86;
}

section.hero-dealers .text {
	max-width: none;
}.blog.intro {
	min-height: 0;
}

.blog.intro article {
	text-align: center;
	padding: 80px 40px;
	color: #051F35;
}

.blog.intro article h1 {
	font-family: 'CG Pro Cn';
	font-size: 3.8rem;
	line-height: 3.8rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.blog.intro article h1 span {
	font-weight: normal;
	font-size: 3.6rem;
	color: #9B9B9B;
	letter-spacing: 0.1em;
}

.blog.intro article .text {
	max-width: 480px;
	margin: 40px auto;
}

#blog-filter {
	display: block;
	max-width: 320px;
	margin: 0 auto;
}

#blog-filter .select .selected {
	position: relative;
	width: 100%;
	background-color: #F7F7F7;
	display: block;
	line-height: 4.4rem;
	padding: 0 14px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
}

#blog-filter .select .selected::after {
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #051F35 transparent transparent transparent;
	vertical-align: middle;
	margin-top: -2px;
}

#blog-filter .select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
	opacity: 0.0001;
	border-radius: 2px;
	cursor: pointer;
}

.blog.posts {
	padding: 0 20px 80px 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

article.post-preview {
	color: #051F35;
	padding: 0 20px 60px 20px;
	width: 33.33%;
	box-sizing: border-box;
}

article.post-preview h2 a,
article.post-preview h3 a {
	color: #051F35;
}

article.post-preview h2 {
	font-size: 3.8rem;
	line-height: 3.8rem;
	margin-bottom: 4px;
}

article.post-preview h3 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 20px;
}

article.post-preview .meta {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: 'CG Pro CN';
	color: #9B9B9B;
	text-transform: uppercase;
}

article.post-preview .meta a {
	position: relative;
	color: #9B9B9B;
}

article.post-preview .meta a:after {
	content: '';
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #221E1F;
	opacity: 0.1;
}

article.post-preview figure {
	position: relative;
	width: 100%;
	padding-bottom: 66.66%;
	margin-bottom: 25px;
}

article.post-preview figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog.posts article.post-preview:nth-child(1),
.blog.posts article.post-preview:nth-child(2) {
	width: 50%;
}

@media screen and (max-width: 768px) {
	
	article.post-preview {
		width: 50%;
	}
	
	.blog.posts article.post-preview:nth-child(1),
	.blog.posts article.post-preview:nth-child(2) {
		width: 100%;
	}
	
}

@media screen and (max-width: 640px) {
	
	article.post-preview {
		width: 100%;
	}
	
	.blog.intro article {
		padding-top: 120px;
	}
	
}section.blog.post {
	color: #051F35;
}

section.blog.post .page-header {
	height: 120px;
	text-align: center;
}

section.blog.post .page-header h2 {
	font-family: 'CG Pro Cn';
	font-size: 1.6rem;
	line-height: 120px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

section.blog.post .page-header h2 span {
	font-weight: normal;
	font-size: 1.6rem;
	color: #9B9B9B;
	letter-spacing: 0.1em;
}

section.blog.post .post-header {
	text-align: center;
	padding: 40px 40px 80px;
}

section.blog.post .post-header h1 {
	font-size: 3.8rem;
	line-height: 3.8rem;
	margin-bottom: 12px;
}

section.blog.post .post-header h2 {
	font-size: 2.4rem;
	line-height: 3.2rem;
}

section.blog.post .post-hero {
	padding: 0 40px;
}

section.blog.post .post-hero .carousel-container {
	width: 100%;
	padding-bottom: 56.25%;
}

section.blog.post .post-hero .carousel-container .owl-carousel {
	position: absolute;
	width: 100%;
	height: 100%;
}

section.blog.post .post-hero .carousel-container .owl-carousel .owl-nav {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

section.blog.post .post-content {
	padding: 0 20px;
}

section.blog.post .post-content .text {
	padding: 0 20px;
	margin: 80px auto;
}

section.blog.post .post-content .text blockquote {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 3.2rem;
	text-align: center;
	margin-top: 80px;
}

section.blog.post .post-content .text blockquote::before,
section.blog.post .post-content .text blockquote::after {
	position: absolute;
	top: 0;
	font-size: 4.8rem;
}

section.blog.post .post-content .text blockquote::before {
	content: '“';
	left: -30px;
}

section.blog.post .post-content .text blockquote::after {
	content: '”';
	right: -30px;
}

section.blog.post .post-content .media {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: -40px;
	justify-content: center;
}

section.blog.post .post-content .media figcaption {
	position: absolute;
	bottom: 0;
	left: 20px;
	color: #9B9B9B;
	font-size: 1.4rem;
}

section.blog.post .post-content .media .photo,
section.blog.post .post-content .media .video {
	position: relative;
	padding: 0 20px 40px;
	box-sizing: border-box;
}

section.blog.post .post-content .media .col-1-1 {
	max-width: 680px;
}

section.blog.post .post-content .media .video .carousel-container {
	padding-bottom: 56.25%;
}

section.blog.post .post-content .media .video .carousel-container .owl-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.blog.post .post-meta,
section.blog.post .post-newsletter {
	padding: 0 40px;
}

section.blog.post .post-meta .content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: 'CG Pro CN';
	color: #9B9B9B;
	text-transform: uppercase;
	max-width: 640px;
	border-top: 2px solid #F7F7F7;
	padding-top: 78px;
	padding-bottom: 80px;
	margin: 0 auto;
}

section.blog.post .post-newsletter .content {
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
	color: #236E86;
	padding: 78px 0 80px;
	border-top: 2px solid #F7F7F7;
}

section.blog.post .post-meta a {
	position: relative;
	color: #9B9B9B;
}

section.blog.post .post-meta a:after {
	content: '';
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #221E1F;
	opacity: 0.1;
}

section.blog.post .post-meta .content .share-box {
	display: flex;
	display: -webkit-flex;
	text-align: right;
}

section.blog.post .post-meta .content .share-box ul {
	display: flex;
	display: -webkit-flex;
	list-style: none;
}

section.blog.post .post-meta .content .share-box ul li {
	
}

section.blog.post .post-meta .content .share-box ul li a {
	opacity: 1;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -10300px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 15px;
}

section.blog.post .post-meta .content .share-box ul li a:hover {
	opacity: 0.75;
}

section.blog.post .post-meta .content .share-box ul li a::after {
	display: none;
}

section.blog.post .post-meta .content .share-box ul li a.facebook {
	background-image: url('/img/icon-facebook-grey.svg');
}

section.blog.post .post-meta .content .share-box ul li a.linkedin {
	background-image: url('/img/icon-linkedin-grey.svg');
}

section.blog.post .post-meta .content .share-box ul li a.twitter {
	background-image: url('/img/icon-twitter-grey.svg');
}

section.blog.post .post-meta .content .share-box ul li a.pinterest {
	background-image: url('/img/icon-pinterest-grey.svg');
}


div.blog.related {
	background-color: #F7F7F7;
	min-height: 0;
}

div.blog.related .related-header {
	text-align: center;
	padding: 40px 0 0;
}

div.blog.related .related-header h2 {
	color: #9B9B9B;
	font-size: 2.4rem;
	line-height: 3.2rem;
}

div.blog.related .related-posts {
	padding: 40px 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	
	section.blog.post .page-header {
		
	}
	
	section.blog.post .page-header h2 {
		display: none;
	}
	
	section.blog.post .page-header h2 span {
		
	}
	
	section.blog.post .post-content .media .photo, 
	section.blog.post .post-content .media .video {
		padding-bottom: 60px;
	}
	
	section.blog.post .post-content .media figcaption {
		bottom: 25px;
	}
	
	section.blog.post .post-meta .content {
		justify-content: center;
	}
	
	section.blog.post .post-meta .content .share-box {
		width: 100%;
		margin-top: 20px;
		justify-content: center;
	}
	
}html.no-scroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

#intro {
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #E8E6E4;
	transform: none;
}

body.intro-loaded #intro {
	transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
	-webkit-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
	transform: translateY(-50vh);
	-webkit-transform: translateY(-50vh);
}

#intro .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url('/img/background1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

body.intro-loaded #intro .background {
	opacity: 0.35;
}

#intro .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
}

html.intro #hero-content {
	top: 100vh;
}

html.intro body.intro-loaded #hero-content {
	transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
	-webkit-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
	top: 0;
}

html.intro section.hero .column-right {
	top: 100vh;
}

html.intro body.intro-loaded section.hero .column-right {
	top: 0;
	transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
	-webkit-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
}

html.intro #header,
html.intro #page-header {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: none;
	-webkit-transition: none;
}

html.intro body.intro-loaded #header,
html.intro body.intro-loaded #page-header {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
	-webkit-transition: all 2.2s cubic-bezier(0.77, 0, 0.175, 1) 4s;
}

#intro .recor-bedding * {
	transition: all 1.1s;
	-webkit-transition: all 1.1s;
	transition-delay: 1.45s;
	-webkit-transition-delay: 1.45s;
	opacity: 0;
}

#intro .quality-sleep {
	transition: all 1.1s;
	-webkit-transition: all 1.1s;
	transition-delay: 2.00s;
	-webkit-transition-delay: 2.00s;
	opacity: 0;
}

#intro .recor-bedding *:nth-child(2) { transition-delay: 1.50s; }
#intro .recor-bedding *:nth-child(3) { transition-delay: 1.55s; }
#intro .recor-bedding *:nth-child(4) { transition-delay: 1.60s; }
#intro .recor-bedding *:nth-child(5) { transition-delay: 1.65s; }
#intro .recor-bedding *:nth-child(6) { transition-delay: 1.70s; }
#intro .recor-bedding *:nth-child(7) { transition-delay: 1.75s; }
#intro .recor-bedding *:nth-child(8) { transition-delay: 1.80s; }
#intro .recor-bedding *:nth-child(9) { transition-delay: 1.85s; }
#intro .recor-bedding *:nth-child(10) { transition-delay: 1.90s; }
#intro .recor-bedding *:nth-child(11) { transition-delay: 1.95s; }
#intro .recor-bedding *:nth-child(12) { transition-delay: 2.00s; }

#intro .lijn1,
#intro .lijn2,
#intro .lijn3 {
	transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	opacity: 0;
}

#intro .lijn1 {/*
	stroke-dasharray: 248;
	stroke-dashoffset: -248;
	*/
	transition-delay: 0.50s;
	-webkit-transition-delay: 0.50s;
	transition-duration: 3.0s;
	-webkit-transition-duration: 3.0s;
	/*transition-timing-function: ease;*/
	transform: translate(-15px, -15px) rotate(1.0deg);
	-webkit-transform: translate(-15px, -15px) rotate(1.0deg);
}

#intro .lijn2 {
	stroke-dasharray: 249;
	stroke-dashoffset: 249;
	transition-delay: 0.20s;
	-webkit-transition-delay: 0.20s;
	transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg);
}

#intro .lijn3 {
	stroke-dasharray: 249;
	stroke-dashoffset: 249;
	transform: rotate(1.5deg);
	-webkit-transform: rotate(1.5deg);
}

body.intro-loaded #intro .lijn1,
body.intro-loaded #intro .lijn2,
body.intro-loaded #intro .lijn3 {
	stroke-dashoffset: 0;
	opacity: 1;
	transform: translate(0,0) rotate(0deg);
	-webkit-transform: translate(0,0) rotate(0deg);
}

body.intro-loaded #intro .recor-bedding * {
	opacity: 1;
}

body.intro-loaded #intro .quality-sleep {
	opacity: 1;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 5px;
}

.ms-drop .ms-no-results {
    display: none;
}
#navigation {
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	height: 100%;
	background-color: #F7F7F7;
	z-index: 1030;
	
	padding: 0 0 0 40px;
	
	box-sizing: border-box;
	
	pointer-events: none;
	
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	
	transition: transform 0.45s;
	-webkit-transition: -webkit-transform 0.45s;
	-ms-transition: -ms-transform 0.45s;
}

.show-menu #navigation {
	pointer-events: auto;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}

#navigation .content {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#navigation ul.main {
	margin-top: 33px;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: 0.075em;
	
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#navigation ul.main li {
	margin-bottom: 1.2rem;
	list-style: none;
}

#navigation ul.main li:last-child,
#navigation ul.main li li {
	margin-bottom: 0;
}

#navigation ul.main li a {
	font-weight: bold;
}

#navigation ul.main li li a {
	font-weight: normal;
}

#navigation .lang-select {
	font-family: 'CG Pro Cn';
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	color: #C4C4C6;
	margin: 10px 0 16px;
}

#navigation .lang-select a {
	color: #C4C4C6;
}

#navigation .lang-select a.active,
#navigation .lang-select a:hover {
	color: #221E1F;
}

#navigation form {
	padding-bottom: 40px;
}

#navigation input[type=search] {
	font-family: inherit;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 3.6rem;
	padding: 2px 12px;
	height: 38px;
	box-sizing: border-box;
	background-color: #FFF;
	color: #C4C4C6;
	width: 100%;
	border: 0 none;
	border-radius: 0;
	-webkit-appearance: none;
}

.content-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 104;
	pointer-events: none;
	/*
	opacity: 0;
	background-color: rgba(0,0,0,0.1);
	transition: opacity 0.45s;
	-webkit-transition: opacity 0.45s;
	*/
}

.show-menu .content-overlay {
	/*opacity: 1;*/
	pointer-events: auto;
	cursor: pointer;
}/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {0% {
	opacity: 1
}
100% {
	opacity: 0
}

}
.owl-height {
transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d
}
.owl-carousel .owl-item .owl-lazy.loaded {
opacity:1;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(/img/play.svg) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .33s ease
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
display: none
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%
}
.owl-default,
.owl-default .owl-stage-outer,
.owl-default .owl-stage,
.owl-default .owl-item,
.owl-default .owl-item .photo {
	height: 100%;
}

.owl-default .owl-item .photo figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.05em;
}

.owl-default .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-default .owl-nav {
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-default .owl-nav .owl-prev,
.owl-default .owl-nav .owl-next {
	background-image: url('/img/arrow-left-white.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	width: 105px;
	height: 80px;
	border: 0 none;
	display: block;
	position: absolute;
	-webkit-transition: opacity 0.22s;
	transition: opacity 0.22s;
}

.owl-default .owl-nav .owl-prev.disabled,
.owl-default .owl-nav .owl-next.disabled {
	opacity: 0.5;
}

.owl-default .owl-nav .owl-prev:hover,
.owl-default .owl-nav .owl-next:hover {
	opacity: 0.75;
}

.owl-default .owl-nav .owl-prev span,
.owl-default .owl-nav .owl-next span {
	display: none;
}

.owl-default .owl-nav .owl-next {
	background-image: url('/img/arrow-right-white.svg');
	right: 0;
	left: auto;
}.owl-hero,
.owl-hero .owl-stage-outer,
.owl-hero .owl-stage,
.owl-hero .owl-item,
.owl-hero .owl-item .photo {
	height: 100%;
}

.owl-hero .owl-item .photo figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.05em;
}

.owl-hero .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-hero .owl-nav {
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-hero .owl-nav .owl-prev,
.owl-hero .owl-nav .owl-next {
	background-image: url('/img/arrow-left-white.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	width: 105px;
	height: 80px;
	border: 0 none;
	display: block;
	position: absolute;
	-webkit-transition: opacity 0.22s;
	transition: opacity 0.22s;
}

.owl-hero .owl-nav .owl-prev.disabled,
.owl-hero .owl-nav .owl-next.disabled {
	opacity: 0.5;
}

.owl-hero .owl-nav .owl-prev:hover,
.owl-hero .owl-nav .owl-next:hover {
	opacity: 0.75;
}

.owl-hero .owl-nav .owl-prev span,
.owl-hero .owl-nav .owl-next span {
	display: none;
}

.owl-hero .owl-nav .owl-next {
	background-image: url('/img/arrow-right-white.svg');
	right: 0;
	left: auto;
}.owl-product {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-product,
.owl-product .owl-stage-outer,
.owl-product .owl-stage,
.owl-product .owl-item,
.owl-product .owl-item .photo {
	height: 100%;
}

.owl-product .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-product .owl-nav {
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-product .owl-nav .owl-prev,
.owl-product .owl-nav .owl-next {
	background-image: url('/img/arrow-left-white.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	width: 105px;
	height: 80px;
	border: 0 none;
	display: block;
	position: absolute;
	-webkit-transition: opacity 0.22s;
	transition: opacity 0.22s;
}

.owl-product .owl-nav .owl-prev.disabled,
.owl-product .owl-nav .owl-next.disabled {
	opacity: 0.5;
}

.owl-product .owl-nav .owl-prev:hover,
.owl-product .owl-nav .owl-next:hover {
	opacity: 0.75;
}

.owl-product .owl-nav .owl-prev span,
.owl-product .owl-nav .owl-next span {
	display: none;
}

.owl-product .owl-nav .owl-next {
	background-image: url('/img/arrow-right-white.svg');
	right: 0;
	left: auto;
}/*.page-design section.hero .text h1 {
	font-family: 'CG Pro Cn';
	font-weight: bold;
	font-size: 5.6rem;
	line-height: 5.6rem;
	letter-spacing: 0.2em;
}
*/
.page-design .page-content {
	padding: 0 20px 90px 20px;
}

.page-design .page-content section,
.page-design .page-content section:first-child {
	padding-top: 80px;
}

.page-design .page-content article {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
}

.page-design .page-content article .content,
.page-design .page-content article .media {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
/*
.page-design .page-content article .media {
	padding: 20px;
}
*/
.page-design .page-content article .media {
	width: 33.33%;
}

.page-design .page-content article .media figure {
	padding-bottom: 56.25%;
	position: relative;
	background-color: #F7F7F7;
}

.page-design .page-content article .media figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}

.page-design .page-content article .media figcaption {
	bottom: 20px;
	right: 20px;
}

.page-design .page-content article .media:nth-child(2) {
	width: 50%;
}

.page-design .page-content article .media:nth-child(2) figure {
	padding-bottom: 66.66%;
}
/*
.page-design .page-content section:nth-child(2) article .content {
	order: 2;
}
*/
.page-design .page-content section:nth-child(2) article .media:nth-child(2) {
	order: -1;
}

.page-design .page-content article .content h1 {
	font-size: 3.8rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3.2rem;
}

.page-design .page-content article .content h1::after {
	content: ' collection';
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.8rem;
	margin-left: 0.4rem;
}

html[lang="fr"].page-design .page-content article .content h1::after {
	display: none;
}

html[lang="fr"].page-design .page-content article .content h1::before {
	content: ' collection';
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.8rem;
	margin-right: 0.6rem;
}

.page-design .page-content article .content p:first-child {
	text-indent: 40px;
}

.page-design .page-content section.urban article .content h1 {
	color: #9B7E3B;
}

.page-design .page-content section.luxe article .content h1 {
	color: #DBC878;
}

.page-design .page-content section.zen article .content h1 {
	color: #B8C7D3;
}

@media screen and (max-width: 640px) {
	
	.page-design .page-content article .content,
	.page-design .page-content article .media,
	.page-design .page-content article .media:nth-child(2) {
		width: 100%;
	}
	
	.page-design .page-content section:nth-child(2) article .media:nth-child(2) {
		order: 0;
	}
	
}.page-more-by-recor-bedding {
	
}

.page-more-by-recor-bedding section.main-content,
.page-more-by-recor-bedding section.main-content a {
	color: #051F35;
}

.page-more-by-recor-bedding section.main-content header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #051F35;
	z-index: 10;
	padding: 40px;
	box-sizing: border-box;
	text-align: right;
	line-height: 40px;
	font-size: 1.2rem;
}

.page-more-by-recor-bedding section.main-content header a.return {
	color: #C4C4C6;
}

.page-more-by-recor-bedding section.main-content article.intro {
	padding: 160px 40px 40px 40px;
}

.page-more-by-recor-bedding section.main-content article.intro h1 {
	font-size: 2.8rem;
	text-transform: uppercase;
	padding-top: 5px;
}

.page-more-by-recor-bedding #header a.logo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/img/header-logo-white.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.page-more-by-recor-bedding #header a.logo img {
	opacity: 0;
}

.page-more-by-recor-bedding #toggle-menu {
	display: none;
}

.page-more-by-recor-bedding .brands {
	padding: 0 40px;
	margin-bottom: 120px;
}

.page-more-by-recor-bedding .brand {
	border-bottom: 2px solid #F7F7F7;
}

.page-more-by-recor-bedding .brand:first-child {
	border-top: 2px solid #F7F7F7;
}

.page-more-by-recor-bedding .brand article {
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
	transition: height 0.33s;
	-webkit-transition: height 0.33s;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.page-more-by-recor-bedding .brands :not(.active) > article {
	height: 54px !important;
}

.page-more-by-recor-bedding .brand h1 {
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 5.4rem;
	cursor: pointer;
}

.page-more-by-recor-bedding .brand h2 {
	font-size: 1.6rem;
	line-height: 5.4rem;
	opacity: 0;
	transition: opacity 0.33s;
	-webkit-transition: opacity 0.33s;
}

.page-more-by-recor-bedding .brand.active h2 {
	opacity: 1;
}

.page-more-by-recor-bedding .brand .text {
	padding-right: 40px;
}

.page-more-by-recor-bedding .column {
	width: 50%;
}

.page-more-by-recor-bedding .column .content {
	padding-bottom: 2.4rem;
}

table.downloads {
	width: 100%;
	border-collapse: collapse;
	line-height: 3.2rem;
}

table.downloads,
table.downloads a {
	color: rgba(5, 31, 53, 0.75);
}

table.downloads td {
	padding: 0 8px;
}

table.downloads td.name {
	line-height: 2.4rem;
	padding: 4px 8px;
	font-size: 1.4rem;
}

table.downloads td.extension {
	text-transform: uppercase;
	font-size: 1.1rem;
	width: 38px;
}

table.downloads td.link {
	font-family: 'CG Pro Cn';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1rem;
	text-align: right;
	letter-spacing: 0.15em;
	width: 63px;
}

table.downloads td.link a {
	text-decoration: none;
}

table.downloads tr:nth-child(2n+1) td {
	background-color: #F7F7F7;
}

@media screen and (max-width: 640px) {
	
	.page-more-by-recor-bedding .column {
		width: 100%;
	}
	
}.page-quality-sleep section.hero-0 .column-left {
	background-color: #236E86;
}

.page-quality-sleep .hero-0 .svg-header-logo {
	fill: #FFFFFF;
}

.page-quality-sleep section.hero-0 .text,
.page-quality-sleep section.hero-0 .text a {
	color: #FFF;
}

.page-quality-sleep article ol {
	list-style: none;
	padding: 0 24px;
	counter-reset: ol-cntr;
}

.page-quality-sleep section.hero-1 article h1,
.page-quality-sleep section.hero-2 article h1 {
	color: #246E86;
}

.page-quality-sleep section.hero-1 article h2,
.page-quality-sleep section.hero-2 article h2 {
	font-family: 'CG Pro Cn';
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #CFCFD1;
	margin-bottom: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.page-quality-sleep section.hero-2 article ol {
	counter-reset: ol-cntr 5;
}

.page-quality-sleep article ol li {
	display: inline-block;
	position: relative;
	margin-bottom: 2.4rem;
	counter-increment: ol-cntr;
	max-width: 100%;
}

.page-quality-sleep article ol li::before {
	content: counter(ol-cntr);
	position: absolute;
	left: -24px;
	top: 0;
}

.page-quality-sleep .hero-2 article ol li img {
	margin-top: 40px;
	margin-bottom: -80px;
}

/*
.page-quality-sleep .page-content {
	padding: 0 0 120px 0;
}

.page-quality-sleep .page-content section:first-child {
	padding-top: 120px;
}

.page-quality-sleep .page-content article {
	padding: 0 40px;
}

.page-quality-sleep .page-content article .text {
	max-width: 100%;
}

.page-quality-sleep .page-content article h1 {
	font-size: 3.8rem;
	line-height: 3.8rem;
	color: #246E86;
	text-align: center;
	margin-bottom: 34px;
}

.page-quality-sleep .page-content article h2 {
	font-family: 'CG Pro Cn';
	font-size: 2.4rem;
	text-transform: uppercase;
	color: #CFCFD1;
	margin-bottom: 40px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.page-quality-sleep .page-content article ol {
	column-count: 2;
	column-gap: 80px;
	list-style: none;
	padding: 0 24px;
	counter-reset: ol-cntr;
}

.page-quality-sleep .page-content article ol li {
	display: inline-block;
	position: relative;
	margin-bottom: 2.4rem;
	counter-increment: ol-cntr;
	max-width: 100%;
}

.page-quality-sleep .page-content article ol li::before {
	content: counter(ol-cntr);
	position: absolute;
	left: -24px;
	top: 0;
}

.page-quality-sleep .page-content article ol li img {
	margin-top: 40px;
}
*/

@media screen and (max-width: 640px) {
	
	.page-quality-sleep .page-content article ol {
		column-count: 1;
		column-gap: 0;
	}
	
}section.technology-hero {
	/*height: 125vh;*/
	min-height: 0;
}

section.technology-hero .video-container {
	/*
	position: fixed;
	top: 0;
	left: 0;
	*/
	width: 100%;
	padding-bottom: 56.25%;
}

section.technology-hero .video-container video,
section.technology-hero .video-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-overlay,
.video-overlay ul {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-overlay ul li.marker {
	position: absolute;
	list-style: none;
	transition: all 3s cubic-bezier(0.600, 0.000, 0.400, 1.000);
	-webkit-transition: all 3s ease cubic-bezier(0.600, 0.000, 0.400, 1.000);
	-ms-transition: all 3s cubic-bezier(0.600, 0.000, 0.400, 1.000);
}

.video-overlay.collapsed ul li.marker {
	top: 55% !important;
}

.video-overlay ul li.marker .point {
	width: 18px;
	height: 18px;
	border: 3px solid #ebd29c;
	border-radius: 50% 50%;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity 2s ease 1s, border-color 0.3s;
	-webkit-transition: opacity 2s ease 1s, border-color 0.3s;
	-ms-transition: opacity 2s ease 1s, border-color 0.3s;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	z-index: 3;
}

.video-overlay.collapsed ul li.marker .point {
	opacity: 0;
}

.video-overlay ul li.marker.active .point {
	border-color: #FFF;
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
}

.video-overlay ul li.marker .point::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50% 50%;
	background-color: #ebd29c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
}

.video-overlay ul li.marker.active .point::after {
	background-color: #FFF;
}

.video-overlay ul li.marker .caption {
	background-color: #ebd29c;
	width: 240px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 30px;
	padding: 8px 9px 8px 10px;
	opacity: 1;
	transition: opacity 1s ease 2.5s, background-color 0.3s;
	-webkit-transition: opacity 1s ease 2.5s, background-color 0.3s;
	-ms-transition: opacity 1s ease 2.5s, background-color 0.3s;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	z-index: 6;
}

.video-overlay ul li.marker .caption a {
	position: relative;
	text-decoration: none;
}

.video-overlay ul li.marker .caption a::after {
	content: '';
	height: 2px;
	position: absolute;
	background-color: rgba(34, 30, 31, 0.1);
	left: 0;
	right: 1px;
	bottom: 0;
}

/*
.video-overlay ul li.marker.left .caption {
	right: 40px;
}

.video-overlay ul li.marker.right .caption {
	left: 40px;
}
*/

.video-overlay ul li.marker.active .caption {
	background-color: #FFF;
	z-index: 12;
}

.video-overlay.collapsed ul li.marker .caption {
	opacity: 0;
}

.video-overlay ul li.marker .caption h1 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.video-overlay ul li.marker .caption p {
	opacity: 0;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-top: 0;
	max-height: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	box-sizing: border-box;
	overflow: hidden;
}

.video-overlay ul li.marker.active .caption p {
	max-height: 140px;
	opacity: 1;
	z-index: 10;
	margin-top: 6px;
}

@media screen and (max-width: 640px) {
	
	section.technology-hero {
		padding-top: 120px;
	}
	
	.video-overlay ul li.marker .caption {
		/*width: auto;*/
		padding: 2px 2px 2px 3px;
	}
	
	.video-overlay ul li.marker.left .caption {
		transform: translateX(-25%);
	}
	
	.video-overlay ul li.marker.right .caption {
		transform: translateX(-75%);
	}
	
	.video-overlay ul li.marker .caption h1 {
		font-size: 1.0rem;
		white-space: nowrap;
	}
	/*
	.video-overlay ul li.marker .caption p {
		display: none;
	}
	*/
}.page-sleeping-guide .hero .text,
.page-sleeping-guide .hero .text a,
.page-technology .hero .text,
.page-technology .hero .text a {
	color: #236E86;
}

.page-content {
	width: 100%;
	min-height: 100vh;
	padding: 0 40px 90px 40px;
	box-sizing: border-box;
}

.page-content section {
	min-height: 0;
	width: auto;
}

.page-content section:first-child {
	/*padding-top: 10px;*/
}

.page-sleeping-guide .page-content article,
.page-technology .page-content article {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 80px;
	align-items: center;
}

.page-sleeping-guide .page-content article .content,
.page-sleeping-guide .page-content article .media,
.page-technology .page-content article .content,
.page-technology .page-content article .media {
	width: 50%;
	padding: 0 40px;
	box-sizing: border-box;
}

.page-sleeping-guide .page-content article .media .video,
.page-technology .page-content article .media .video {
	padding-bottom: 56.25%;
}

.page-sleeping-guide .page-content article .media .video .carousel-container,
.page-technology .page-content article .media .video .carousel-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-sleeping-guide .page-content .hoe-kies-ik-een-matras {
	max-height: 118px;
}

.page-content article .content .text ul {
	list-style-position: inside;
	margin-bottom: 2.4rem;
}

.page-content article .media figcaption {
	position: absolute;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.05em;
	bottom: 40px;
	right: 40px;
	font-size: 1.4rem;
}

.page-sleeping-guide .page-content section:nth-child(even) .content,
.page-technology .page-content section:nth-child(even) .content {
	order: 2;
}

.page-sleeping-guide .page-content article .media img,
.page-technology .page-content article .media img {
	width: 100%;
	max-height: calc(100vh - 120px);
	object-fit: contain;
}

.page-sleeping-guide .page-content section:first-child .content {
	width: 100%;
}

.page-sleeping-guide .page-content article h1,
.page-technology .page-content article h1 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 2.4rem;
	color: #236E86;
}

.page-sleeping-guide .page-content article h2,
.page-technology .page-content article h2 {
	width: 50%;
	font-size: 3.2rem;
	line-height: 3.8rem;
	color: #E3D291;
}

.page-sleeping-guide .page-content section:first-child h1 {
	font-size: 3.8rem;
	line-height: 3.8rem;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (max-width: 640px) {
	
	.page-content {
		padding: 0 0 90px 0;
	}
	
	.page-sleeping-guide .page-content article .content,
	.page-sleeping-guide .page-content article .media,
	.page-technology .page-content article .content,
	.page-technology .page-content article .media {
		width: 100%;
	}
	
	.page-sleeping-guide .page-content article .media,
	.page-technology .page-content article .media {
		order: 1;
		margin-bottom: 34px;
	}
	
	.page-sleeping-guide .page-content article .content,
	.page-technology .page-content article .content {
		order: 2;
	}
	
}#products {
	color: #051F35;
}

#products-header {
	width: 100%;
	height: 120px;
	text-align: center;
	margin-bottom: 70px;
}

#products-header h1 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	padding-top: 80px;
}

.page-sleeping-systems .products-grid {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0 20px 120px 20px;
}

.page-sleeping-systems .products-grid article.product {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.page-sleeping-systems .products-grid article.product::after {
	content: '';
	position: absolute;
	height: 100%;
	left: 20px;
	right: 20px;
	background-color: #F7F7F7;
	top: 0;
	z-index: -1;
}

.page-sleeping-systems .products-grid article.product .product-title {
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
}

.page-sleeping-systems .products-grid article.product.category-mattrasses .product-title {
	text-transform: uppercase;
	font-family: 'CG Pro Cn';
	font-weight: normal;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	min-height: 5.6rem;
	margin-bottom: 1.8rem;
}

.page-sleeping-systems .products-grid article.product.category-mattrasses .product-title img {
	height: 42px;
}

.page-sleeping-systems .products-grid article.product.category-mattrasses .product-title span.my {
	font-family: 'CG Pro Cn';
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-right: 0.05em;
}

.page-sleeping-systems .products-grid article.product.category-mattrasses .product-title span.natural {
	display: block;
	color: #9a9a36;
	font-size: 1.6rem;
	font-family: 'CG Pro';
	letter-spacing: 0.23em;
	margin-top: 1px;
}

.page-sleeping-systems .products-grid article.product .text-content {
	padding: 40px;
}

.page-sleeping-systems .products-grid article.product .text {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: rgba(5, 31, 53, 0.75);
}

.page-sleeping-systems .products-grid article.product .text strong,
.page-sleeping-systems .products-grid article.product .text b {
	color: rgba(5, 31, 53, 1.00);
}

.page-sleeping-systems .products-grid article.product .text ul {
	list-style-position: inside;
	margin-bottom: 2.4rem;
}

.page-sleeping-systems .products-grid article.product .carousel-container {
	width: 100%;
	padding-bottom: 66.66%;
}

@media screen and (max-width: 640px) {
	
	.page-sleeping-systems .products-grid article.product {
		width: 100%;
	}
	
	#products-header {
		margin-top: 120px;
		height: 40px;
	}
	
	#products-header h1 {
		padding: 0 40px;
	}
	
}.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1050}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:1060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:1060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}
#subscribe-form {
	font: normal normal normal 1.6rem/2.4rem 'CG Pro', Helvetica, Arial, sans-serif;
}

#subscribe-form input {
	background-color: #F7F7F7;
	border: 0 none;
	line-height: 4.4rem;
	padding: 0 16px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family: inherit;
	letter-spacing: inherit;
	border-radius: 2px;
}

#subscribe-form input[type="submit"] {
	cursor: pointer;
	background-color: #236E86;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: background-color 0.22s;
	-webkit-transition: background-color 0.22s;
	-ms-transition: background-color 0.22s;
}

#subscribe-form input[type="submit"]:hover {
	background-color: rgb(35, 110, 134, 0.85);
}

#subscribe-form .mc-field-group {
	margin-bottom: 16px;
}

#subscribe-form h2 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 2.4rem;
	color: #236E86;
	padding-right: 20px;
}

body .ui-dialog.ui-widget.ui-widget-content {
	border: 0 none;
	border-radius: 0;
	padding: 26px 30px 30px;
	box-sizing: border-box;
	max-width: 100%;
}

body .ui-dialog .ui-dialog-content {
	padding: 0;
}

body .ui-dialog .ui-dialog-titlebar {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0;
	background: transparent;
	border: 0 none;
	z-index: 10;
}

body .ui-dialog .ui-dialog-titlebar-close {
	position: relative;
	top: auto;
	margin: 0;
	background: transparent;
	right: auto;
	border: 0 none;
	border-radius: 0;
	width: 40px;
	height: 40px;
	opacity: 1;
	transition: opacity 0.22s;
	-webkit-transition: opacity 0.22s;
	-ms-transition: opacity 0.22s;
}

body .ui-dialog .ui-dialog-titlebar-close:hover {
	opacity: 0.5;
}

body .ui-dialog .ui-dialog-titlebar-close .ui-icon {
	background-image: url('/img/close.svg');
	background-position: center;
}

body .ui-dialog-title {
	display: none;
}section.page {
	padding: 120px 40px;
}

section.page .text {
	max-width: 720px;
}

section.page .text h1,
section.page .text h2,
section.page .text h3,
section.page .text h4,
section.page .text ol,
section.page .text ul {
	margin-bottom: 2.4rem;
}

section.page .text ol,
section.page .text ul {
	padding-left: 2.4rem;
}