@charset "utf-8";

#debug {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 100;
}
body {
	padding: 110px 0 0;
	margin: 0;
	font: 12px/21px 'Gotham A', 'Gotham B', 'Oxygen', sans-serif;
	font-weight: 400;
	color: #000;
	background: #e7e7e7;
/*
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	-ms-transition: padding 0.2s;
	-o-transition: padding 0.2s;
*/
}
/*
body.header-short {
	padding-top: 50px;
}
*/
body.header-short > header {
	height: 70px;
/*	background: rgba(255,255,255,0.9); */
}
body.mobile {
	padding-top: 0;
}
* {
	box-sizing: border-box;
}
.no-transition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.error {
	color: #f00 !important;
}
.error span.checkbox,
.error span.radiobutton {
	border-color: #f00 !important;
}

.hide-text {
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}

.img2cover,
.img2contain {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
.img2contain {
	background-size: contain;
}

a {
	text-decoration: underline;
	color: #000;

	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
a:hover {

}

.children-center > * {
	margin: 0 auto;
	max-width: 100%;
}
.children-center > .catalogue-embed {
	max-height: 100vh;
}

nav.desktop a[href="#"] {
	cursor: context-menu;
}

#gallery-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	background: rgba(0,0,0,0.80);
	z-index: 25;
}

span.radiobutton,
span.checkbox {
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 1px solid #000;
	background: #fff;
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
	/*background: url(../img/checkbox.unchecked.jpg) center center no-repeat;*/
	background: transparent;
	position: absolute;
	left: 0;
	top: 4px;
	cursor: pointer;

	border-radius: 3px;
}
span.radiobutton {
	border-radius: 5px;
}
span.radiobutton > span,
span.checkbox > span {
/*	visibility: hidden; */
	width: 15px;
	height: 15px;
	display: block;
	background: #000 url(../img/checkbox.checked.png) center center no-repeat;
	position: absolute;
	left: -1px;
	top: -1px;
	border-radius: inherit;

	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
span.radiobutton.checked > span,
span.checkbox.checked > span {
/*	visibility: visible; */

	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}


a.submit, a.button, span.button {
	display: inline-block;
	font-weight: bold;;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 20px;
	border: 1px solid #000;
	box-shadow: none;
	text-decoration: none;
	cursor: pointer;
/*
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
*/
	padding: 15px 40px;
	line-height: 30px;
	white-space: nowrap;
}
a.submit.small, a.button.small, span.button.small {
	font-size: 16px;
	line-height: 24px;
	padding: 13px 20px;
}
a.submit.light, a.button.light, span.button.light {
	font-size: 18px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	text-transform: none;
}
a.submit:hover, a.button:hover, span.button:hover {
	box-shadow: none;
	text-decoration: none;
	/* background: #000; */
	background: #cfa718;
	color: #fff;
}

.wrapper {
	width: 960px;
	margin: auto;
	position: relative;
	display: block;
	padding-top: 30px;
	padding-bottom: 0;
	text-align: center;
	max-width: 100%;
}
.wrapper.wide {
	width: 1220px;
}
.wrapper.narrow {
	width: 630px;
}
.wrapper.minimal {
	width: 410px;
}
.wrapper.header {
	min-height: 0;
	text-align: center;
	padding: 0;
}
.wrapper.header h1 {
/*
	background: #000;
	color: #fff;
*/
	display: inline-block;
	margin: 80px 0;
	font-size: 30px;
	line-height: 40px;
	padding: 15px 30px;
/*	font-weight: 700; */
	font-weight: 400;
}
.wrapper.header.textin h1 {
	margin-bottom: 10px;
}
.wrapper.header.textin {
	margin-bottom: 80px;
}
.wrapper.header.textin p {
	font-size: 14px;
	line-height: 1.7em;
}
.wrapper.header h2 {
	display: inline-block;
	margin: 45px 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;

	font-size: 24px;
}
.wrapper.header h3 {
	display: block;
	margin: 50px 0 40px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
}

.wrapper.text {
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	padding-top: 70px;
	padding-bottom: 30px;
}
.wrapper.text p,
.wrapper.text h1,
.wrapper.text h2,
.wrapper.text h3 {
	margin: 0 0 30px;
	padding: 0;
}

.wrapper.text h2 {
	font-size: 24px;
	line-height: 1.7em;
	font-weight: 400;
	text-align: center;
}
.wrapper.text h3 {
	font-size: 1.5em;
	line-height: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
}
.wrapper.text h3.not-uppercase {
	text-transform: none;
}
.wrapper.text a {
	text-decoration: underline;
	/*color: #939393;*/
}
.wrapper.text a:hover {
	color: #000;
}

.wrapper.text ul {
	list-style: disc;
	padding-left: 15px;
	margin: 0 0 30px;
}
.wrapper.text ol {
	padding-left: 15px;
	margin: 0 0 30px;
}

.wrapper.form,
.wrapper > .form {
	padding: 30px 0 30px 30px;
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
}
.mobile .wrapper.form, 
.mobile .wrapper > .form {
	padding: 30px 0;
}
.wrapper > .form {
	margin-top: -30px;
}
.wrapper.form.img-right,
.wrapper > .form.img-right {
	padding-right: 50%;
}
.wrapper.form.img-right > .img2cover,
.wrapper > .form.img-right > .img2cover {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}
.wrapper.form h2,
.wrapper > .form h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.wrapper.form p,
.wrapper > .form p {
	margin: 0;
	padding: 15px 0 5px;
}
.wrapper.form hr,
.wrapper > .form hr {
	margin-right: 30px;
	border-color: #000;
}
.wrapper.form .table,
.wrapper > .form .table {
	display: table;
	border: 0;
	padding: 0;
	margin: 0;
}
.wrapper.form.img-right .table,
.wrapper > .form.img-right .table {
	width: 100%;
}
.wrapper.form .table.vert,
.wrapper > .form .table.vert {
	width: 100%;
	padding-right: 15px;
}
.wrapper.form .table > .row,
.wrapper > .form .table > .row {
	display: table-row;
}
.wrapper.form .td,
.wrapper > .form .td {
	display: table-cell;
	padding: 0 30px 5px 0;
	vertical-align: top;
}
.wrapper.form .th,
.wrapper > .form .th {
	display: table-cell;
	padding: 15px 30px 5px 0;
	vertical-align: top;
	font-weight: normal;
}
.table.vert .td,
.table.vert .th {
	vertical-align: middle;
	padding: 5px;
}
.table.vert .th {
	text-align: right;
	padding-left: 15px;
	white-space: nowrap;
}
.table.vert .td {
	text-align: left;
	padding-right: 15px;
}
.table.vert input[type="text"],
.table.vert input[type="password"],
.table.vert select,
.table.vert textarea {
	width: 100% !important;
}

.wrapper.form input[type="text"],
.wrapper.form input[type="password"],
.wrapper.form select,
.wrapper.form textarea,
.wrapper > .form input[type="text"],
.wrapper > .form input[type="password"],
.wrapper > .form select,
.wrapper > .form textarea {
	background: transparent;
	border: 1px solid #000;
	font: 400 14px/20px "Gotham A","Gotham B","Oxygen",sans-serif;
	padding: 5px 10px;
	width: 200px;
	max-width: 100%;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.wrapper.form.img-right input[type="text"],
.wrapper.form.img-right input[type="password"],
.wrapper.form.img-right select,
.wrapper.form.img-right textarea,
.wrapper > .form.img-right input[type="text"],
.wrapper > .form.img-right input[type="password"],
.wrapper > .form.img-right select,
.wrapper > .form.img-right textarea {
	width: 100%;
}
.wrapper.form input[type="text"]:focus,
.wrapper.form input[type="password"]:focus,
.wrapper.form select:focus,
.wrapper.form textarea:focus,
.wrapper > .form input[type="text"]:focus,
.wrapper > .form input[type="password"]:focus,
.wrapper > .form select:focus,
.wrapper > .form textarea:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}
.wrapper > .form .select-autocomplete,
.wrapper.form select,
.wrapper > .form select {
	padding-right: 25px;
	background: transparent url(../img/select-arrow.png) right 7px center no-repeat !important;

	-webkit-appearance: none;            /*Removes default chrome and safari style*/
	-moz-appearance: none;             /* Removes Default Firefox style*/
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
	text-overflow: "";
}
.wrapper > .form .select-autocomplete:focus,
.wrapper.form select:focus,
.wrapper > .form select:focus {
	background: #000 url(../img/select-arrow.hover.png) right 7px center no-repeat !important;
}
.wrapper.form textarea,
.wrapper > .form textarea {
	resize: none;
}
.wrapper.form input[type="text"].error,
.wrapper.form input[type="password"].error,
.wrapper.form textarea.error,
.wrapper > .form input[type="text"].error,
.wrapper > .form input[type="password"].error,
.wrapper > .form textarea.error {
	border-color: #f00;
	background-color: #f00;
	color: #fff !important;
}
.wrapper.form select.error,
.wrapper > .form select.error {
	color: #fff !important;
	border-color: #f00;
	background: #f00 url(../img/select-arrow.hover.png) right 7px center no-repeat;
}
.wrapper.form a[data-file-upload],
.wrapper > .form a[data-file-upload] {
	text-decoration: none;
	display: inline-block;
}
.wrapper.form a[data-file-upload] span.button,
.wrapper > .form a[data-file-upload] span.button {
	font: inherit;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 25px;
	height: 32px;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.wrapper.form a[data-file-upload]:hover span.button,
.wrapper > .form a[data-file-upload]:hover span.button,
.wrapper.form a[data-file-upload].hover span.button,
.wrapper > .form a[data-file-upload].hover span.button {
	color: #fff;
	background-color: #000;
}

a.colour-select {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	margin: 0 10px 5px 0;
	cursor: pointer;
	position: relative;
}
a.colour-select.img {
	width: 70px;
	height: 70px;
	background-position: center center;
	background-size: cover;
}

a.colour-select.selected::after {
/*
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-image: url(../img/checkbox.checked2.png);
	background-position: center center;
	background-repeat: no-repeat;
*/
}
a.colour-select.selected {
	border-style: inset;
	border-width: 3px;
}

a[data-open-collection-box] {
	cursor: pointer;
}
.collection-item-boxes {
	text-align: left;
	padding-bottom: 30px;
}
.collection-item-boxes ul.block-links {
	text-align: center;
}
.collection-item-box {
	display: none;
}

.wrapper.blocks {
	overflow: hidden;
	margin-bottom: -30px;
}
.blocks ul:not(.slides):not(.block-links) {
	text-align: left;
	margin: 0 -15px;

	overflow: hidden;
}
.blocks ul ul:not(.slides):not(.block-links) {
	margin-top: 30px;
}
.blocks ul:not(.slides) li {
	display: inline-block;
	padding: 0 15px 30px 15px;
	vertical-align: top;
}
.blocks ul:not(.slides) li:not(.text) a {
/*	background: #fff; */
	display: block;
	position: relative;
	text-decoration: none;
}
.blocks ul:not(.slides) li a:hover {
	box-shadow: none;
	color: inherit;
}
.blocks ul:not(.slides) li.img-title a {
	height: 375px;
}
.blocks ul:not(.slides) li.img-title a span.img2cover,
.blocks ul:not(.slides) li.img-title a span.img2contain {
	height: 300px;
	width: 100%;
	display: block;
}
.blocks ul:not(.slides) li.img-title a span.text {
	height: 45px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	display: block;
	margin: 15px 20px 0;
	font-weight: 700;
}

.blocks ul:not(.slides) li.text {

}
.blocks ul:not(.slides) li.text p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.7em;
}
.blocks ul:not(.slides) li.text h2 {
	font-size: 24px;
	line-height: 1.7em;
	margin-bottom: 30px;
	font-weight: 400;
}
.blocks ul:not(.slides) li.text h3 {
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.wrapper.blocks li.text img {
	max-width: 100%;
}
.blocks ul:not(.slides) li.text a {
	text-decoration: underline;
	color: #939393;
}
.blocks ul:not(.slides) li.text a:hover {
	color: #000;
}

.blocks ul.block-third li.img-title-center a,
.blocks ul.block-300 li.img-title-center a,
.blocks ul.block-third li.placeholder > span,
.blocks ul.block-300 li.placeholder > span {
	height: 300px;
	width: 300px;
	display: block;
}
.blocks ul.block-third li.img-title-center a:not(.width-2),
.blocks ul.block-300 li.img-title-center a:not(.width-2),
.blocks ul.block-third li.placeholder > span:not(.width-2),
.blocks ul.block-300 li.placeholder > span:not(.width-2) {
	max-width: 100%;
}
.blocks ul.block-third li.img-title-center > .width-2,
.blocks ul.block-300 li.img-title-center > .width-2 {
	width: 630px;
}
.blocks ul.block-third li.img-title-center > .width-3,
.blocks ul.block-300 li.img-title-center > .width-3 {
	width: 960px;
}
.blocks ul.block-third li.img-title-center > .height-2,
.blocks ul.block-300 li.img-title-center > .height-2 {
	height: 630px;
}
.blocks ul.block-third li.img-title-center > .height-3,
.blocks ul.block-300 li.img-title-center > .height-3 {
	height: 960px;
}
.blocks ul.block-half li.img-title-center a {
	height: 300px;
	width: 460px;
	max-width: 100%;
}
.blocks ul.block-100 li.img-title-center a {
	height: 400px;
	width: 580px;
	max-width: 100%;
	display: inline-block;
}

.blocks ul.block-fifth li.img-title-center a,
.blocks ul.block-fifth li.placeholder > span {
	height: 168px;
	width: 168px;
	display: block;
	max-width: 100%;
}

.blocks ul.block-fourth li.img-title-center a,
.blocks ul.block-fourth li.placeholder > span {
	height: 216px;
	width: 216px;
	display: block;
	max-width: 100%;
}

.blocks ul.block-links li.img-title-center a,
.blocks ul.block-links li.placeholder > span {
	height: 152px;
	width: 152px;
	display: block;
	max-width: 100%;
}

.blocks ul.block-one li.img-title-center a,
.blocks ul.block-one li.placeholder > span {
	height: 600px;
	width: 600px;
	display: block;
	max-width: 100%;
}


.blocks ul.img-list li.img-title-center a {
	height: 135px;
	width: 135px;
	display: block;
}
.blocks ul.img-list li.img-title-center a span.text {
	font-size: 12px;
	line-height: 1.2em;
}
.blocks ul.img-list li.img-title-center a span.badge > img {
	margin-top: 10px;
	height: 20px;
}

.blocks ul.img-list-2 li.img-title-center a {
	height: 85px;
	width: 135px;
	display: block;
}


.blocks ul:not(.slides) li.img-title-center a span.img2cover,
.blocks ul:not(.slides) li.img-title-center a span.img2contain {
	height: inherit;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.blocks ul:not(.slides) li.img-title-center a span.img2middle {
	height: inherit;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.blocks ul:not(.slides) li.img-title-center a span.img2middle > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.blocks ul:not(.slides) li a span.hover,
.blocks ul:not(.slides) li a span.autohover {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.blocks ul:not(.slides) li a span.autohover {
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
.blocks ul:not(.slides) li:hover a span.hover,
.blocks ul:not(.slides) li a span.hover.autohover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
.blocks ul.block-links li.img-title-center a.text-top {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2em;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	position: relative;
	width: auto;
	height: auto;
}
.blocks ul.block-links li.img-title-center a.text-top.active {
	color: #999;
}
.blocks ul:not(.slides) li.img-title-center a span.text {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2em;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	position: relative;
	height: 100%;
	width: 100%;
	background: #ccc;
	background: rgba(0,0,0,0.25);
	color: #fff;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;

	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*
.blocks ul:not(.slides) li.img-title-center:hover a span.text:not(.noopacity) {
*/
.blocks ul:not(.slides) li.img-title-center a:hover > span.text:not(.noopacity) {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.blocks ul:not(.slides) li.img-title-center a span.text.font-black { color: #000; }
.blocks ul:not(.slides) li.img-title-center:hover a span.text.font-black { color: #fff; }
.blocks ul:not(.slides) li.img-title-center a span.text.font-white { color: #fff; }
.blocks ul:not(.slides) li.img-title-center:hover a span.text.font-white { color: #000; }
.blocks ul:not(.slides) li:hover a span.text.nobgonhover {
	background: rgba(0,0,0,0) !important;
}
.blocks ul:not(.slides) li.img-title-center a span.text > span {
	transform: translateY(-50%);
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
}

.blocks ul.block-links li.img-title-center a span.text {
		font-size: 20px;
}

.blocks ul:not(.slides) li.img-title-center a span.badge {
	display: block;
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	text-align: left;
}
.blocks ul:not(.slides) li.img-title-center a span.badge > img {
	height: 30px;
	margin-top: 30px;
}
.blocks ul.block-fifth li.img-title-center a span.badge > img {
	height: 20px;
	margin-top: 20px;
}
.blocks ul.block-one li.img-title-center a span.badge > img {
	height: 40px;
	margin-top: 40px;
}

.blocks ul.block-fifth li.img-title-center a span.text {
	font-size: 18px;
	line-height: 1.2em;
}

.blocks ul.block-one {
	text-align: center;
}
.blocks ul.block-one li.img-title-center a span.text {
	font-size: 44px;
	line-height: 1.2em;
}

.blocks ul.block-100 > li {
	width: 100%;
	text-align: center;
}
.blocks ul.block-half > li {
	width: 50%;
}
.blocks ul.block-third > li {
	width: 33.33%;
}
.blocks ul.block-fourth > li {
	width: 25%;
}
.blocks ul.block-fifth > li {
	width: 20%;
}
.blocks ul.block-third.imgbox > li {
	height: 330px;
}


.blocks.press > ul.block-third > li > a {
	height: 400px;
}
.blocks.press > ul.block-third > li > a span.img2cover {
	background-position: 0 0;
}
.blocks.press > ul.block-third > li > a span.text {
	text-transform: none;
	font-weight: normal;
}

.wrapper.blocks .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}
.wrapper.blocks .slideshow li {
	padding: 0;
}

.wrapper.design-desc {
	display: table;
}
.wrapper.design-desc.center {
	width: 480px;
}
.wrapper.design-desc .img {
	display: table-cell;
	position: relative;
	vertical-align: top;
	text-align: left;
}
.wrapper.design-desc .img img {
	width: 300px;
	/* margin-top: -40px; */
}
.wrapper.design-desc .img .slideshow {
	width: 300px;
	height: 300px;
	margin: -40px 0 0 0;
}
.wrapper.design-desc .text {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
}
.wrapper.design-desc.center .text {
	width: 100%;
}
.wrapper.design-desc .text > * {
	margin-bottom: 30px;
}

.design-designer {
	margin: -60px 0 80px;
	font-size: 16px;
	line-height: 1.3em;
}

.wrapper.design-spec h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.wrapper.design-spec p {
	padding-bottom: 30px;
}
.wrapper.design-spec .text-left {
	text-align: left;
}
.wrapper.design-spec .img-technical {

}
.wrapper.design-spec .img-technical img {
	width: 100%;
}
.wrapper.design-spec .buttons {
	vertical-align: top;
	text-align: center;
	padding-left: 60px;
}
.wrapper.design-spec .buttons a.button {
	width: 320px;
	padding-left: 5px;
	padding-right: 5px;
}

.wrapper.designer-desc {
	display: table;
/*	width: 1020px; */
}
.wrapper.designer-desc .img {
	display: table-cell;
	position: relative;
	vertical-align: top;
	text-align: left;
}
.wrapper.designer-desc .img img {
	width: 300px;
}
.wrapper.designer-desc .text {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
}
.wrapper.designer-desc .text > * {
	margin-bottom: 30px;
}

.wrapper.design-colours {
	padding: 60px 0 0;
/*	font-size: 14px; */
	line-height: 20px;
}
.wrapper.design-colours h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.wrapper.design-colours .slideshow {
	margin:  40px auto 0;
	min-height: auto;
}
.wrapper.design-colours .slideshow .slide-select {
	display: none;
}
.wrapper.design-colours .slideshow .slides li {
	background: #e7e7e7;
}
.wrapper.design-colours .slideshow > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.wrapper#references-filter-panel {
	padding: 0 10px;
	margin:  -40px auto 80px;

	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
}
.wrapper#references-filter-panel.open {
	margin-bottom: 30px;
}

.references-filter {
	text-align: left;
	padding: 15px 10px;
	border-bottom: 1px solid #000;
	position: relative;
}
.references-filter h2 {
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}
.references-filter h2 a.open {
	display: block;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	margin: -15px -10px 0;
	padding: 15px 10px 0;
}
.references-filter h2 a.open::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 17px;
	width: 19px;
	height: 10px;
	background: url(../img/rectangle.png) center center no-repeat;
	display: block;
	transform: rotate(180deg);

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.references-filter.open h2 a.open::after {
	transform: rotate(0deg);
}
.references-filter ul.options {
	overflow: hidden;
	display: none;

	padding: 10px 5px 0;
	margin: 0 -5px;
}
.references-filter ul.options li {
	display: inline-block;
	margin: 0;
	padding: 0 10px 5px 0;
}
.references-filter ul.options li a {
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	box-shadow: 5px 0 0 rgba(0, 0, 0, 0), -5px 0 0 rgba(0, 0, 0, 0);

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.references-filter ul.options li a:hover {
	color: #000;
	background-color: #D6D6D6;
	box-shadow: 5px 0 0 rgba(214, 214, 214, 1), -5px 0 0 rgba(214, 214, 214, 1);
	border-color: #fff;
}
.references-filter ul.options li a.active {
	color: #fff;
	background-color: #000;
	box-shadow: 5px 0 0 rgba(0, 0, 0, 1), -5px 0 0 rgba(0, 0, 0, 1);
	border-color: #fff;
}

#references-clear {
	padding-top: 30px;
	text-align: left;
	display: none;
}

table td, table th {
	border: 1px solid #000;
	padding: 10px 5px;
	line-height: 1.2em;
	vertical-align: middle;
}
table td table td {
	border: 0;
	padding: 0;
	vertical-align: middle;
}
table th {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

table.img-left td,
table.img-left th {
	border: 0;
	padding: 0;
	line-height: 1.7em;
}
table.img-left td:first-child {
	width: 40%;
	padding-right: 20px;
}

.wrapper.colour-group {
	margin-top: 20px;
}
.wrapper.colour-group h2 {
	font-weight: 700;
	font-size: 24px;
}

.wrapper.images p {
	margin: 0 0 30px;
}
.wrapper.images img {
	width: 100%;
	display: block;
}

.wrapper.news-item h2 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7em;
	text-transform: uppercase;
}

.wrapper.halfs {
	display: table;
}
.wrapper.halfs > div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding: 30px;
}
.wrapper.halfs > div.middle {
	vertical-align: middle;
}
.wrapper.halfs > div:first-child {
	border-right: 1px solid #000;
	padding-right: 60px;
}

.wrapper-dc {
	margin-top: -110px;
	display: block;
	text-align: center;
	position: relative;
	min-height: 100vh;
}
.wrapper-dc::before {
	content: "";
	position: absolute;
	background: #a4b8a0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	margin-right: 340px;
	display: block;
}
.wrapper-dc .menu-dc,
.wrapper-dc .content-dc {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 100px 30px 130px;
}
.wrapper-dc .menu-dc {
	width: 160px;
	text-align: left;
	padding-left: 10px;
}
.wrapper-dc .menu-dc > ul ul {
	text-align: right;
}
.wrapper-dc .content-dc {
	width: 840px;
	text-align: left;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.5em;
}
.wrapper-dc .content-dc p {
	padding-bottom: 30px;
}
.wrapper-dc .content-dc .blocks ul:not(.slides) li.img-title-center a span.text {
	font-size: 16px;
}

.wrapper-dc .menu-dc > ul {
	margin: 15px 0;
}
.wrapper-dc .menu-dc > ul:first-child {
	margin-top: 0;
}
.wrapper-dc .menu-dc > ul ul {
	border-top: 1px solid #fff;
	display: none;
	padding-top: 5px;
}
.wrapper-dc .menu-dc ul.sep > li {
	padding-bottom: 15px;
}
.wrapper-dc .menu-dc a {
	font-size: 14px;
	padding: 1px 0;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	display: block;
}
.wrapper-dc .menu-dc li.active > a,
.wrapper-dc .menu-dc a:hover {
	color: #000;
}
.wrapper-dc .content-dc h1 {
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.wrapper-dc .content-dc h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 30px;
}
.wrapper-dc .content-dc ul.buttons li {
	display: inline-block;
}
.wrapper-dc .content-dc a.button {
	font-size: 15px;
	text-transform: none;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin: 0 30px 30px 0;
}


body > .wrapper {
	min-height: 200px;
}

footer {
	position: relative;
	font-size: 12px;
	line-height: 16px;
}
footer a {
	text-decoration: none;
	display: inline-block;
	line-height: 2.2em;
	box-shadow: 12px 0 0 rgba(0, 0, 0, 0), -12px 0 0 rgba(0, 0, 0, 0);

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
footer a:hover {
	color: #fff;
	/* background-color: #000; */
	background-color: #cfa718;
	/* box-shadow: 12px 0 0 rgba(0, 0, 0, 1), -12px 0 0 rgba(0, 0, 0, 1); */
	box-shadow: 12px 0 0 rgba(207, 167, 24, 1), -12px 0 0 rgba(207, 167, 24, 1);
	border-color: #fff;
}
footer .wrapper {
	text-align: left;
	padding: 100px 50px 30px;
}
footer nav {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
footer nav ul {
	display: block;
	list-style: none;
	margin: 0;
}
footer nav ul li {
	display: inline-block;
	vertical-align: middle;
}
footer nav ul li {
	margin: 0 15px;
}

footer nav.menu-footer-1 {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 60px;
}
footer nav.menu-footer-2 {
	padding-bottom: 60px;
}
footer ul.follow-us {
	font-size: 24px;
	padding: 0 0 120px;
	text-align: center;
}
footer ul.follow-us li {
	display: inline-block;
	margin: 0 8px;
}
footer ul.follow-us a:hover {
	box-shadow: none;
	background: none;
	color: #000;
}

footer ul.awards {
	font-size: 24px;
	padding: 0 0 35px;
	text-align: center;
}
footer ul.awards li {
	display: inline-block;
	margin: 0 25px 25px;
}
footer ul.awards li  img {
	vertical-align: middle;
	max-width: 98px;
	max-height: 70px;
}

footer .newsletter {
	text-align: center;
	padding-bottom: 60px;
}



/* menu-mobil */
header nav.mobile {
	display: none;
	text-align: left;
	background: #fff;
	height: auto;
	position: relative;
	padding: 0;
}
.mobile header nav.mobile {
	display: block;
}
header nav.mobile a.toggle {
	position: absolute;
	display: block;
	color: #000;
	width: 25px;
	height: 25px;
	line-height: 40px;
	cursor: pointer;
	right: 10px;
	top: -50px;
	overflow: hidden;
}
header nav.mobile a.toggle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../img/x-mobile.png) center center no-repeat;

	transform: translateY(-100%);
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;


	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
header nav.mobile a.toggle.open::after { 
	transform: translateY(0);
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
header nav.mobile a.toggle span {
	display: none;
	position: relative;
	width: inherit;
	height: inherit;
}
.mobile header nav.mobile a.toggle span {
	display: block;
}
header nav.mobile a.toggle span::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: inherit;
	height: 0;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
}
header nav.mobile a.toggle span::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: inherit;
	margin-top: -8px;
	height: 14px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
header nav.mobile ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
header nav.mobile div.toggle {
	display: none;
}
body:not(.mobile) header nav.mobile div.toggle,
body:not(.mobile) header nav.mobile a.toggle {
	display: none !important;
}
header nav.mobile div.toggle > div > ul {
	padding: 0 0 10px;	
	font-weight: bold;
}


header {
	position: relative;

	-webkit-transition: height 0.2s, opacity 0.2s;
	-moz-transition: height 0.2s, opacity 0.2s;
	-ms-transition: height 0.2s, opacity 0.2s;
	-o-transition: height 0.2s, opacity 0.2s;
}
header a {
	text-decoration: none;
}
header > .wrapper {
	display: block !important;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	height: 70px;

	padding-top: 0;
	padding-bottom: 0;
	
	max-width: 100%;
/*	
	position: relative; 
	height: inherit;
*/
	margin: auto;
	display: block;

	/*width: 1280px;*/
	width: auto;
}
.mobile header > .wrapper {
	position: relative;
}
header #logo {
	position: absolute;
	top: 50%;
	margin-top: -20px;

	/*left: 15px;*/
	left: 30px;
}
header #logo:hover {
	background: none;
	box-shadow: none;
}
.mobile header #logo {
	left: 10px;
}
header #logo > img {
	height: 30px;
}
header nav a:hover {
	box-shadow: none;
}
header nav.desktop {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: inherit;
}
.desktop header nav.desktop {
	display: block;
	left: 220px;
	text-align: left;
}
header nav.desktop ul {
	list-style: none;
	padding: 0;
	height: inherit;
	display: inline-block;
}
header nav.desktop > ul:first-child {
	font-weight: 700;
}
header nav.desktop > ul:last-child {
	float: right;
}
header nav.desktop > ul > li {
	display: inline-block;
	position: relative;
	height: inherit;
}
header nav.desktop > ul > li > a {
	font-size: 14px;
	line-height: 22px;
/*	font-weight: 700; */
/*
	padding: 0 60px;
*/
	padding: 0 12px;

	height: inherit;
	vertical-align: middle;
	display: table-cell;
}
header nav ul > li:hover > a,
header nav ul > li.hover > a {
	color: #fff;
	/*background: #000; */
	background: #cfa718;
}
header nav.desktop > ul > li > a.active {
/*
	color: #e57a05;
*/
}
header nav.desktop > ul > li.contact > a {
	padding-right: 5px;
	font-size: 11px;
	margin-left: 30px;
}

header nav.desktop > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	/* background: #000; */
	background: #cfa718;
	height: auto;
}
header nav.desktop > ul > li > ul > li {
	position: relative;
	display: block;
}
header nav.desktop > ul > li li > a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 20px;
/*
	padding: 25px;
*/
	padding: 20px 10px;

	text-align: left;
/*	font-weight: 700; */
}
header nav.desktop > ul > li li > a:hover {
	color: #fff;
	background: #585857;
}
header nav > ul > li li > a.active {
	color: #fff;
	/*background: #666 !important;*/
}

header nav.desktop > ul > li > ul > li > ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	background: #e57a05;
}
header nav.desktop > ul > li > ul > li > ul > li {
	white-space: nowrap;
	width: 100px;
}

header #button-dc {
	position: absolute;
	right: 0;
	top: 70px;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	display: block;
	padding: 0 24px;
	color: #fff;
	background-color: #cfa718;
}
header #button-dc:hover {
	background-color: #000;
}


header nav.mobile li {
	display: block;
	text-align: center;
}
header nav.mobile ul > li a {
	padding: 20px 10px;
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
}
header nav.mobile ul > li > ul {
	background: #000;
	display: none;
}
header nav.mobile ul > li > ul li a {
	color: #fff;
	font-size: 18px;
	padding: 10px;
}


header nav.desktop > ul > li ul {
	display: none !important;

	display: block !important;
	height: 0;
	overflow: hidden;

	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header nav.desktop > ul li:hover > ul,
header nav.desktop > ul li.hover > ul {
	display: block !important;

	height: auto;

	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
header nav.desktop > ul > li li:hover > a {
	/* background: #585857; */
	background: #d9bc55;
}




div.slideshow {
	display: block;
	position: relative;
	height: 600px;
	width: 100%;
	margin: auto;

	width: 100%;
	max-width: 100%;
}
div.slideshow.wide-img {
	width: 1220px;
	height: 630px;
}
div.slideshow.default-img {
	width: 960px;
	height: 470px;
}
div.slideshow.narrow-img {
	width: 630px;
	height: 405px;
}

div.slideshow a {
	background: none;
	box-shadow: none;
}

div.slideshow > ul.slides {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	position: relative;
}
div.slideshow > ul.slides > li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: inherit;
	margin-right: 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
div.slideshow:not(.content) > ul.slides > li div.img2cover,
div.slideshow:not(.content) > ul.slides > li div.img2contain {
	width: inherit;
	height: inherit;
	display: block;
}

div.slideshow > ul.slides > li > a {
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: inherit;
}

div.slideshow a.next {
	margin-top: -25px;
	position: absolute;
	right: 50px;
	top: 50%;
	text-decoration: none;
}

div.slideshow .arrows{
	display: none; 
}
div.slideshow.arrows .arrows{
	display: block; 
}
div.slideshow.no-arrows .arrows{
	display: none;
}
div.slideshow .arrow-right {
	background: rgba(255, 255, 255, 0.35) url("../img/right_arrow.svg") no-repeat scroll 0 0;
	background-size: contain;
	display: inline-block;
	height: 50px;
	width: 50px;
/*
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
*/
}
div.slideshow a.prev {
	left: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	text-decoration: none;
}
div.slideshow .arrow-left {
	background: rgba(255, 255, 255, 0.35) url("../img/left_arrow.svg") no-repeat scroll 0 0;
	background-size: contain;
	display: inline-block;
	height: 50px;
	width: 50px;
/*
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
*/
}
div.slideshow.controls-bottom .arrow-right {
	background-image: url("../img/right_arrow_noborder.svg")
}
div.slideshow.controls-bottom .arrow-left {
	background-image: url("../img/left_arrow_noborder.svg")
}
div.slideshow .arrow-left:hover,
div.slideshow .arrow-right:hover {
/*
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
*/
}
div.slideshow .arrow-left::after,
div.slideshow .arrow-right::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0) url("../img/left_arrow_hover.svg") no-repeat scroll 0 0;
	background-size: contain;
	display: inline-block;
	width: inherit;
	height: inherit;

	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
div.slideshow .arrow-right::after {
	background-image: url("../img/right_arrow_hover.svg");
}
div.slideshow .arrow-left:hover::after,
div.slideshow .arrow-right:hover::after {
	filter: alpha(opacity=100);
	opacity: 1;
}

div.slideshow > .controls > ul.slide-select {
	position: absolute;
/*
	right: 0;
	left: 0;
*/
	left: 50%;
	transform: translateX(-50%);

	bottom: 10px;
	text-align: center;
	line-height: 30px;
}
div.slideshow > .controls > ul.slide-select > li {
	display: inline-block;
	margin: 0 5px;
	line-height: 30px;
	background: transparent;
}
div.slideshow > .controls > ul.slide-select > li > a {
/*	background-color: #fff; */
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 30px;
	position: relative;
}
div.slideshow > .controls > ul.slide-select > li > a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	height: 5px;
	transform: translateY(-50%);

	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;

	background-color: #000;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
div.slideshow > .controls > ul.slide-select > li.active > a::after,
div.slideshow > .controls > ul.slide-select > li:hover > a::after {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

div.slideshow.controls-bottom {
	margin-bottom: 60px;
}
div.slideshow.controls-bottom > .controls {
	position: absolute;
	bottom: -60px;
	height: 50px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
div.slideshow.controls-bottom > .controls > ul.slide-select {
	white-space: nowrap;
	position: relative;
	left: auto;
	bottom: auto;
	transform: none;
	line-height: 50px;
}
div.slideshow.controls-bottom > .controls > ul.slide-select > li {
	line-height: inherit;
}
div.slideshow.controls-bottom a.prev {
	left: -50px;
	background-color: transparent;
}
div.slideshow.controls-bottom a.next {
	right: -50px;
	background-color: transparent;
}


/* slideshow home */
div.slideshow.home {
	max-width: 100%;
	min-height: 500px;
	margin-top: -40px;
/*
	height: 600px;
	width: 1280px;
*/
	height: 70vh;
	width: 100%;
}
.mobile div.slideshow.home {
	margin-top: 0;
}
div.slideshow.home > ul.slides > li div.img2cover,
div.slideshow > ul.slides > li div.div-yt,
div.slideshow > ul.slides > li div.div-vimeo,
div.slideshow.home > ul.slides > li iframe,
div.slideshow > ul.slides > li iframe {
	width: inherit !important;
	height: inherit !important;
	min-height: inherit !important;
	display: block;
}
div.slideshow.home > ul.slides > li div.text {
	position: absolute;
	bottom: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;

	/*left: 50px;*/

	left: 30px;
	padding-right: 10px;
}
.mobile div.slideshow.home > ul.slides > li div.text {
	left: 10px;
}
div.slideshow.home > ul.slides > li div.text > div {
	margin-top: 10px;
}
div.slideshow.home > ul.slides > li div.text h1 {
	padding: 18px;
	margin: 0;
	white-space: normal;
	/* background: #000; */
	background: #cfa718;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	/*text-transform: uppercase;*/

	font-weight: 400;
}
div.slideshow.home > ul.slides > li div.text p {
	padding: 12px 18px;
	margin: 0;
	white-space: normal;
	/* background: #000; */
	background: #cfa718;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}


/* slideshow colours */
div.slideshow.colours {
	width: 300px;
	height: 120px;
}

/* slideshow content */
div.slideshow.content {
	height: 300px;
	background: #d0cfcb;
}
div.slideshow.content li {
	background: #d0cfcb;
}
div.slideshow.content > h1 {
	position: absolute;
	top: 12px;
	left: 15px;
	/* background: #000; */
	background: #cfa718;
	color: #fff;
	padding: 12px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2em;
}
div.slideshow.content > h1 a {
	color: inherit;
	text-decoration: none;
}
div.slideshow.content li .img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	display: block;
}
div.slideshow.content li .text {
	position: absolute;
	left: 0;
	top: 90px;
	bottom: 30px;
	width: 50%;
	display: block;
	overflow: hidden;
	padding: 0 30px;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	white-space: normal;
}
div.slideshow.content li .text h1 {
	padding: 0 0 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.4em;
}
div.slideshow.content > ul.slide-select {
	right: 50%;
	line-height: 5px;
	bottom: 20px;
}
div.slideshow > ul.slides > li > a {
/*	left: 50%;*/
}
div.slideshow.content .arrow-left {
	left: 50%;
	margin-left: 20px;
}

/* slideshow design */
div.slideshow.design a.references {
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}

.video-responsive {
	overflow: hidden;
	/*padding-bottom:56.25%;*/
	position:relative;
	height:0;
	margin: auto;
}
.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

#gallery-layer .slideshow,
#gallery-layer .video-responsive {
	width: 90vw;
	height: 90vh;
	margin-top: 5vh;
}
#gallery-layer div.slideshow a.prev, 
#gallery-layer a.slideshow a.prev {
	left: 10px;
}
#gallery-layer div.slideshow a.next, 
#gallery-layer a.slideshow a.next {
	right: 10px;
}
#gallery-layer div.slideshow .arrows {
	display: block;
}

a#gallery-close, a#popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	background: url(../img/press_x_button.svg) center center no-repeat;
	text-indent: 110%;
	overflow: hidden;
	z-index: 102;
}
a#gallery-close::after, a#popup-close::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	display: block;
	background: url(../img/press_x_button_hover.svg) center center no-repeat;

	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
a#gallery-close:hover::after, a#popup-close:hover::after {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
a#gallery-close:hover, a#popup-close:hover {
	background-color: rgba(255,255,255,0.65);
}
a#gallery-outlink {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 10;
	display: block;
	color: #fff;
	background-color: rgba(0,0,0,1);
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	font-weight: 400;
	border: 0;
	padding: 0 10px;

	width: 160px;
	background: url(../img/read_the_article_button.svg) center center no-repeat;
	text-indent: 110%;
	padding: 0;

	overflow: hidden;
}
a#gallery-outlink:hover {
/*
	color: #000;
	background-color: rgba(255,255,255,1);
*/
}
a#gallery-outlink::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 40px;
	display: block;
	background: url(../img/read_the_article_button_hover.svg) center center no-repeat;

	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}
a#gallery-outlink:hover::after {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.colour-name {
	position: absolute;
	top: 50%;
	left: 35px;
	right: 35px;
	text-align: left;
	margin-top: 70px;
	font-size: 12px;
	line-height: 16px;
}
.colour-name > span {
	white-space: nowrap;
}
img.matte-glossy {
	width: 220px;
	margin-bottom: 45px;
}

.colours-table a {
	height: 210px !important;
}

#breadcrumb {
	position: fixed;
	z-index: 4;
	top: 70px;
	left: 0;
	right: 0;
	display: block;
	/* background: #d6d6d6; */
	background: #d9bc55;
	/* color: #7a7a7a; */
	color: #856804;
	height: 40px;
	line-height: 40px;
}
#breadcrumb a {
	/*color: #7a7a7a;*/
	color: #856804;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #000;
}
.mobile #breadcrumb {
	top: auto;
	position: relative;
}
#breadcrumb .wrapper {
	padding: 0;
	text-align: left;
	max-width: 100%;
	width: 100%;
	padding: 0 15px 0 30px;
}
.mobile #breadcrumb .wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
#breadcrumb ul.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	margin: 0;
	float: left;
}
#breadcrumb ul.breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}
#breadcrumb ul.breadcrumb li:last-child {
	color: #000;
	text-decoration: underline;
}
#breadcrumb ul.icons {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	margin: 0;
	float: right;
	margin-right: 45px;
}
.mobile #breadcrumb ul.icons {
	margin: 0;
}
#breadcrumb ul.icons li {
	display: inline-block;
	margin-left: 20px;
}
#breadcrumb ul.icons li a {
	color: #000;
	cursor: pointer;
}
#breadcrumb ul.icons li a:hover,
#breadcrumb ul.icons li a.active {
	color: #fff;
}


div.clr-after::after {
	content: " ";
	clear: both;
	display: block;
}


textarea.adaptiveHeight {
	min-height: 20px;
	overflow: hidden;
}


a.x-close {
	display: block;
	position: absolute;
	right: 50px;
	top: 20px;
	background: url(../img/x-close.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	box-shadow: none;

	display: none;
}


/* collection-selector */
.collection-selector a {
	/* border: 1px solid #9c9c9c; */
	overflow: hidden;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 0.5;
	width: 100% !important;
}
.collection-selector a.height-1 {
	height: 300px !important;
}
.collection-selector a.height-2 {
	height: 150px !important;
}
.collection-selector a.height-2 span.text {
	font-size: 13px !important;
}
.collection-selector a.height-3 {
	height: 480px !important;
}
.collection-selector a.height-4 {
	height: 216px !important;
}
.collection-selector a.font-1 span.text {
	font-size: 13px !important;
}
.collection-selector a span.img2cover {
	height: 100% !important;
}
.collection-selector a span.text {
	/* border: 3px solid #e7e7e7; */
}
.collection-selector a.strong-border span.text {
	/* border-width: 6px; */
}
.collection-selector a.active span.text {
	/* color: #000 !important; */
}
.collection-selector a.active,
.collection-selector a.semi-active,
.collection-selector a:hover {
	border-color: #000 !important;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
}
.collection-selector a.active span.text,
.collection-selector a:hover span.text {
	/* border-color: #000 !important; */
}
.collection-selector a.semi-active {
	border-color: #000 !important;
	opacity: 1;
}
.collection-selector a.semi-active span.text {
	/* border-color: #000 !important; */
	color: #fff !important;
}
.collection-selector a.active span.text,
.collection-selector a:hover span.text,
.collection-selector a.semi-active span.text {
	/* background: none !important; */
}

/* distributors map */
#map_holder #map_outer {
	left: auto !important;
	right: 3px !important;
}


/* enquiry form */
.tileimg {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	background-color: #000;
	z-index: 10;
	padding: 20px;
	display: none;
	width: 200px;
	height: 200px;
}
.tileimg > img {
	max-width: 160px;
	max-height: 160px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* POPUP */

#popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;

}
#popup {
	overflow: auto;
}
#popup > .bg {
	background-color: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: block;
	z-index: 101;
}
#popup > .msg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	max-width: 100%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 102;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 30px;
	background: #e7e7e7;
	border: 0;
	border-radius: 0;

/*	cursor: pointer; */
}
#popup > .msg.alert {
	
}
#popup > .msg > .content {
	padding: 5px 10px 0;
	text-align: center;

/*	cursor: pointer; */
}
#popup > .msg > .content a,
#popup > .msg > .content a:hover {
	
}
#popup > .msg > .content > p {
	margin-bottom: 10px;
}
#popup > .msg > .content > a {
	text-decoration: underline;
	color: #000;
}
#popup > .msg > .title {
	font-weight: 700;
	font-size: 2em;
	line-height: 1.4em;
	display: block;
	text-align: center;
	padding: 0 0 30px;
	text-transform: uppercase;

/*	cursor: pointer; */
}
#popup > .msg > .buttons {
	display: block;
	text-align: center;
/*	padding: 20px; */
}
#popup > .msg > .buttons a {
	display: inline-block;
	background-color: none;
	color: #000;
	text-transform: uppercase;
	height: 30px;
	padding: 0 15px;
	letter-spacing: 0;
}
#popup > .msg.alert > .title,
#popup > .msg.alert > .buttons a {
	
}
#popup > .msg > .buttons a.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 25px;
	width: 25px;
	display: block;
	text-decoration: none;
	background: rgba(255,255,255,0.35) url(../img/x-close.png) center center no-repeat;
}
#popup > .msg > .buttons a.popup-close > span {
	font-size: 14px;
}

.popup-hidden {
	display: none;
}

#popup > .msg img {
	max-width: 100%;
}

/* etc */

#cookie-form {
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.75);
	z-index: 20;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}
#cookie-form a {
	text-decoration: underline;
	color: #fff;
	border-color: #fff;
}
#cookie-form p {
	padding-bottom: 20px;
}
#cookie-form a.button {
	float: left;
	text-decoration: none;
}
#cookie-form .wrapper {
	text-align: left;
	padding-top: 0;
}

/* RESPONSIVE */


@media (max-width: 1220px) {
	header > .wrapper,
	.wrapper.wide {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.design-designer {
		margin: -30px 0 50px;
	}

	.wrapper.wide >.slideshow {
		margin-left: -10px;
		margin-right: -10px;
		width: 100vw;
		max-width: 100vw;
	}
	.slideshow {

	}
}

@media (min-width: 1024px) {
	.collection-selector.blocks .mobile-only {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.wrapper-dc {
		display: table;
	}
	.wrapper-dc::before {
		right: auto;
		width: 160px;
	}
	.wrapper-dc .menu-dc {
		display: table-cell;
	}
	.wrapper-dc .content-dc {
		display: table-cell;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.wrapper-dc .content-dc div,
	.wrapper-dc .content-dc iframe {
		max-width: 100% !important;
	}
	.wrapper-dc ul.img-list {
		/*text-align: center; */
	}

	.collection-selector.blocks ul {
		padding: 0 !important;
		margin: 0 !important;
	}
	.collection-selector.blocks ul.block-half li {
		height: auto !important;
		width: 100% !important;
		padding: 0 !important;
		line-height: 0 !important;
	}
	.collection-selector.blocks > ul.block-half > li {
		padding: 15px !important;
		padding-top: 0 !important;
	}
	.collection-selector.blocks ul.block-half li.img-title-center a {
		height: 40vh !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.collection-selector.blocks ul.block-half li.img-title-center a span.img2cover {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	.collection-selector.blocks ul.block-half a {
		display: none !important;
	}
	.collection-selector.blocks ul.block-half a.active,
	.collection-selector.blocks ul.block-half a.semi-active {
		display: block !important;
		margin-bottom: 15px;
	}
	.collection-selector.blocks ul.block-half > li:not(.leg-active) li a.active,
	.collection-selector.blocks ul.block-half > li:not(.leg-active) li a.semi-active {
		display: none !important;
		margin-bottom: 0;
	}
}

@media (max-width: 960px) {

	.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.wrapper.header h1 {
		margin: 30px 0;
	}
	.wrapper.header.textin h1 {
		margin-bottom: 10px;
	}
	.wrapper.header.textin {
		margin-bottom: 30px;
	}

	div.slideshow, 
	div.slideshow.wide-img {
		height: 60vw;
		min-height: 200px;
	}

	.wrapper.blocks {
		padding-left: 0;
		padding-right: 0;
	}
	.blocks ul {
		padding-bottom: 15px;
/*		margin: -15px 0 0; */
		margin: 0;
	}
	.blocks ul:not(.slides):not(.block-links) {
		margin: 0;
	}
	.blocks ul:not(.slides) li {
		padding-left: 0;
		padding-right: 0;
	}
	.blocks ul.subtitles li {
		margin-bottom: 10px;
		position: relative;
	}
	.blocks ul.subtitles li .subtitle {
		position: absolute;
		bottom: -10px;
		right: 15px;
	}
	.blocks ul.block-third li.img-title-center > .width-2, 
	.blocks ul.block-300 li.img-title-center > .width-2 {
		width: 66.66vw;
	}
	.blocks ul.block-third li.img-title-center > .height-2, 
	.blocks ul.block-300 li.img-title-center > .height-2 {
		height: 66.66vw;
	}
	.blocks ul.block-third li.img-title-center > .width-2 li, 
	.blocks ul.block-300 li.img-title-center > .width-2 li,
	.blocks ul.block-third li.img-title-center > .height-2 li, 
	.blocks ul.block-300 li.img-title-center > .height-2 li {
		width: 100% !important;
		height: 100% !important;
	}
	.blocks ul.block-third li,
	.blocks ul.block-300 li,
	.blocks ul.block-third.imgbox li {
		width: 33.33vw;
		height: 33.33vw;
	}
	.blocks.press > ul.block-third li {
		padding-bottom: 0;
		height: auto;
	}
	.wrapper.blocks.press > ul.block-third > li > a {
		height: 44vw;
	}
	.blocks ul.block-fourth li {
		width: 25vw;
		height: 25vw;
	}
	.blocks ul.block-fifth li {
		width: 20vw;
		height: 20vw;
	}
	.blocks ul.block-half li {
		width: 50vw;
		height: 33vw;
	}
	.blocks ul.block-half li.img-title {
		height: auto;
		padding: 10px 10px; 
	}
	.blocks ul:not(.slides) li.img-title a span.img2cover, 
	.blocks ul:not(.slides) li.img-title a span.img2contain {
		height: 33vw;
	}
	.blocks ul:not(.slides) li.img-title a {
		height: auto;
		padding-bottom: 15px;
	}
	.blocks ul:not(.slides) li.img-title a span.text {
		overflow: hidden;
	}
	.blocks ul.block-third li.img-title-center a, 
	.blocks ul.block-300 li.img-title-center a, 
	.blocks ul.block-fifth li.img-title-center a,
	.blocks ul.block-fourth li.img-title-center a, 
	.blocks ul.block-half li.img-title-center a, 
	.blocks ul.block-third li.placeholder > span, 
	.blocks ul.block-300 li.placeholder > span,
	.blocks ul.block-fifth li.placeholder > span,
	.blocks ul.block-fourth li.placeholder > span,
	.blocks ul.block-half li.placeholder > span {
		width: inherit;
		height: inherit;
		padding: 15px;
	}
	.blocks ul:not(.slides) li.img-title-center a span.img2cover, 
	.blocks ul:not(.slides) li.img-title-center a span.img2contain,
	.blocks ul:not(.slides) li.img-title-center a span.badge,
	.blocks ul:not(.slides) li.img-title-center a div.slideshow {
		top: 15px;
		bottom: 15px;
		right: 15px;
		left: 15px;
		width: auto;
		height: auto;
	}
	.blocks ul.block-one li {
		padding-bottom: 0;
	}
	.blocks ul.block-one li.img-title-center a, 
	.blocks ul.block-one li.placeholder > span {
		padding: 15px;
	}

	.blocks ul:not(.slides) li.img-title-center a span.text {
		font-size: 2.4vw;
	}
	.blocks ul.block-fifth li.img-title-center a span.text {
		font-size: 2vw;
	}
	.blocks ul:not(.slides) li.img-title-center a span.text > span {
/*		font-size: 4vw; */
	}

	.blocks ul.block-half li.text {
		height: auto;
		padding: 0 10px;
	}

	.wrapper.form.img-right .table .td, 
	.wrapper > .form.img-right .table .td {
		padding-right: 10px;
	}
	.wrapper-dc ul.img-list li {
		padding: 0 15px 30px 15px;
	}
}

@media (max-width: 700px) {

	.wrapper.halfs {
		display: block;
	}
	.wrapper.halfs > div {
		width: 100%;
		display: block;
		border-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wrapper.form, .wrapper > .form {
		padding: 10px;
	}
	.wrapper.form .table, .wrapper > .form .table {
		display: block;
	}
	.wrapper.form .table > .row, .wrapper > .form .table > .row {
		display: block;
	}
	.wrapper.form .td, .wrapper > .form .td,
	.wrapper.form .th, .wrapper > .form .th {
		display: block;
		padding-right: 0;
		width: 100% !important;
		text-align: left;
		padding-left: 0;
	}
	form .table.vert {
		margin-bottom: 0 !important;
	}

	.blocks ul.block-half li.text {
		width: 100%;
		display: block;
	}

	.colours-table a {
		height: 160px !important;
	}

	.wrapper.form.img-right, .wrapper > .form.img-right {
		padding-right: 0;
	}
	.wrapper.form.img-right > .img2cover, .wrapper > .form.img-right > .img2cover {
		display: none;
	}
	.wrapper.form.img-right .table, 
	.wrapper > .form.img-right .table, 
	.wrapper.form .table.vert, 
	.wrapper > .form .table.vert {
		padding-right: 0;
	}

	table.img-left td,
	table.img-left th {
		width: 100% !important;
		display: block;
		padding: 0 0 2rem 0 !important;
	}

	div.slideshow > .controls > ul.slide-select {
	/*	display: none; */
	}
	div.slideshow > .controls > ul.slide-select > li > a {
		width: 100%;
	}
	div.slideshow > .controls > ul.slide-select {
		display: table;
		width: 100%;
	}
	div.slideshow > .controls > ul.slide-select > li {
		display: table-cell;
		margin: 0;
		padding: 0 3px;
	}
	div.slideshow.controls-bottom > .controls {
		width: 68%;
	}
	div.slideshow.controls-bottom > .controls > ul.slide-select {
		top: auto;
	}
}

@media (max-width: 640px) {

	#popup > .msg {
		padding: 20px 5px;
	}

	.blocks ul.block-one li.img-title-center a, 
	.blocks ul.block-one li.placeholder > span {
		width: 100vw;
		height: 100vw;
	}
	.blocks ul.block-one li.img-title-center a span.badge > img {
		height: 30px;
		margin-top: 30px;
	}
	.blocks ul.block-one li.img-title-center a span.text {
		font-size: 8vw;
	}
	.blocks ul.block-third li.img-title-center > .width-2, 
	.blocks ul.block-300 li.img-title-center > .width-2,
	.blocks ul.block-third li.img-title-center > .height-2, 
	.blocks ul.block-300 li.img-title-center > .height-2,
	.blocks ul.block-third li,
	.blocks ul.block-third.imgbox li,
	.blocks ul.block-300 li,
	.blocks ul.block-fifth li,
	.blocks ul.block-fourth li {
		width: 50vw;
		height: 50vw;
	}
	.blocks ul > li.placeholder {
		display: none;
	}
	.blocks ul:not(.slides) li.img-title-center a span.text {
		font-size: 4vw;
	}

	.wrapper.blocks.press > ul.block-third > li > a {
		height: 67vw;
	}

	.blocks ul.block-third li.img-title-center a, 
	.blocks ul.block-300 li.img-title-center a, 
	.blocks ul.block-fifth li.img-title-center a, 
	.blocks ul.block-fourth li.img-title-center a, 
	.blocks ul.block-half li.img-title-center a, 
	.blocks ul.block-third li.placeholder > span, 
	.blocks ul.block-300 li.placeholder > span, 
	.blocks ul.block-fifth li.placeholder > span, 
	.blocks ul.block-fourth li.placeholder > span, 
	.blocks ul.block-half li.placeholder > span {
		padding: 10px;
	}
	.blocks ul:not(.slides) li.img-title-center a span.img2cover, .blocks ul:not(.slides) li.img-title-center a span.img2contain, .blocks ul:not(.slides) li.img-title-center a span.badge, .blocks ul:not(.slides) li.img-title-center a div.slideshow {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.blocks ul.block-one li.img-title-center a, 
	.blocks ul.block-one li.placeholder > span {
		padding: 10px;
	}


	div.slideshow.home > ul.slides > li div.text h1 {
		font-size: 5vw;
		line-height: 1.4em;
	}

	div.slideshow.content {
		height: 500px;
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
		max-width: none;
	}
	div.slideshow.content > h1 {
		left: 10px;
	}
	div.slideshow.content li .img{
		width: 100%;
		left: 0;
		height: 300px;
		top: auto;
		bottom: 0;
	}
	div.slideshow.content li .text {
		top: 75px;
		width: 100%;
		bottom: auto;
		height: 120px;
		padding: 0 10px;
	}
	div.slideshow.content > ul.slide-select {
		left: 50%;
		right: auto;
		bottom: auto;
		top: 35px;
		transform: translateX(-50%);
	}

	.wrapper.design-desc,
	.wrapper.designer-desc {
		display: block;
	}
	.wrapper.design-desc .img,
	.wrapper.designer-desc .img {
		display: block;
		width: 100%;
		text-align: center;
	}
	.wrapper.designer-desc .img {
		padding: 0 0 30px;
	}
	.wrapper.design-desc .text,
	.wrapper.designer-desc .text {
		display: block;
		width: 100%;
	}

	.blocks ul.block-half li.img-title {
		width: 100vw;
	}
	.blocks ul:not(.slides) li.img-title a span.img2cover, 
	.blocks ul:not(.slides) li.img-title a span.img2contain {
		height: 65vw;
	}

	#breadcrumb ul.icons li[data-block-size="fifth"] {
		display: none;
	}

	.wrapper.wide > .slideshow.design {
		margin-bottom: 70px;
	}
	div.slideshow.design a.references {
		bottom: 10px;
		right: 10px;
	}

	.wrapper-dc .content-dc,
	.wrapper-dc .menu-dc,
	.wrapper-dc {
		width: 100%;
		display: block;
	}
	.wrapper-dc .menu-dc {
		background: #a4b8a0;
		padding-bottom: 5px;
	}
	.wrapper-dc .content-dc {
		padding-top: 30px;
	}
	.wrapper-dc::before {
		display: none;
	}
	.wrapper-dc .content-dc a.button {
		line-height: 1.5em;
		padding: 10px 20px;
		white-space: normal;
		height: auto;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.wrapper-dc .content-dc ul.buttons li {
		display: block;
	}
	.wrapper-dc .content-dc a.button {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	header #button-dc {
		font-size: 10px;
		line-height: 30px;
		padding: 0 10px;
	}

	.tileimg {
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		transform: translateY(-100%);
		display: none;
		width: auto;
		height: 200px;
	}
}

@media (max-width: 400px) {

	.wrapper.design-spec .buttons a.button {
		width: 100%;
		font-size: 4.5vw;
	}

	div.slideshow.home {
		min-height: 200px;
		height: 110vw;
	}
	div.slideshow.controls-bottom > .controls > ul.slide-select {
		bottom: auto;
		/*top: 20px;*/
	}
	div.slideshow.home > ul.slides > li div.text {
		bottom: 10px;
	}

	footer nav ul li {
		display: block;
	}


	.blocks ul.block-third li.img-title-center > .width-2, 
	.blocks ul.block-300 li.img-title-center > .width-2,
	.blocks ul.block-third li.img-title-center > .height-2, 
	.blocks ul.block-300 li.img-title-center > .height-2,
	.blocks ul.block-third li,
	.blocks ul.block-third li, .blocks ul.block-third.imgbox li, 
	.blocks ul.block-300 li,
	.blocks ul.block-fifth li,
	.blocks ul.block-fourth li {
		width: 100vw;
		height: 100vw;
	}
	.blocks ul.block-half li {
		width: 100vw;
		height: 65vw;
	}
	.blocks ul > li.placeholder {
		display: none;
	}
	.blocks ul:not(.slides) li.img-title-center a span.text {
		font-size: 8vw;
	}
	.blocks ul:not(.slides) li.img-title-center a span.text > span {
		font-size: 8vw;
	}

	.wrapper.blocks.press > ul.block-third > li > a {
		height: 133vw;
	}

	.colour-name {
		width: 240px;
		left: 50%;
		width: 240px;
		transform: translateX(-50%);
	}

	div.slideshow.content > ul.slide-select {
		right: 10px;
		left: auto;
		transform: none;
	}
	div.slideshow.content {
		height: 540px;
	}
	div.slideshow.content li .text {
		height: 155px;
	}

	#breadcrumb ul.icons {
		display: none;
	}


	footer .wrapper {
		padding: 60px 10px 30px;
		text-align: left;
	}
	footer nav {
		text-align: left;
	}
	footer nav ul li {
		margin: 0;
	}
	footer a {
		line-height: 1.8em;
	}
	footer nav.menu-footer-1 {
		padding-bottom: 10px;
	}
	footer nav.menu-footer-2 {
		font-size: 14px;
	}
	footer .newsletter a.button {
		font-size: 6vw;
		width: 100%;
		padding: 15px 5px;
	}


}
