﻿@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f149e834-8e48-4805-84ef-bde8eadcee90&fontids=709602,709620,1488878,1488914");

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100% !important;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #d6d6d6;
	background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #fff;
	color: #444;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #d6d6d6;
}

.chosen-container-single .chosen-default {
	color: #37393b;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
}

.chosen-container-single .chosen-search {
	display: none;
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
}

.chosen-container-single .chosen-drop {
	margin-top: 2px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 240px;
	height: calc(100vh/3);
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
	text-align: left;
	display: none;
	margin: 0;
	padding: 10px;
	list-style: none;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.active-result:hover {
	background: #f3f3f3;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: rgba(0,0,0,0.05);
	color: #37393b;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

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

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop {
	left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span {
		background-image: url("chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}

.touchevents .chosen-select {
	width: 100%;
	background: #fff;
	padding: 15px 30px;
	border-radius: 0;
	border: 1px solid #d6d6d6;
	border: 0;
}

html,body {
	margin: 0;
	padding: 0;
	color: #37393b;
	width: 100%;
	background: #f5f5f5;
	
}

html.app-domain-dada,html.app-domain-dada body {
	background: #fff;
}

html {
	font-size: 16px;
	box-sizing: border-box;
}

*,*:before,*:after {
	box-sizing: inherit;
}

* {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-user-drag: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.5;
	letter-spacing: .5px;
}

@media screen and (min-width: 1440px) {
	p {
		font-size: 1.3125rem;
	}
}

a {
	text-decoration: none;
	color: #37393b;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

label img {
	display: inline-block;
}

img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

img+p {
	margin-top: 2.1875rem;
}

input {
	border-radius: 0;
}

.row {
	display: block;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.col-2 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-2:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-2 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 13.04348%;
	}

	.col-2:last-child {
		margin-right: 0;
	}
}

.col-3 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-3:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-3 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 21.73913%;
	}

	.col-3:last-child {
		margin-right: 0;
	}
}

.col-4 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-4:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-4 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 30.43478%;
	}

	.col-4:last-child {
		margin-right: 0;
	}
}

.col-5 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-5:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-5 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 39.13043%;
	}

	.col-5:last-child {
		margin-right: 0;
	}
}

.col-6 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-6:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-6 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%;
	}

	.col-6:last-child {
		margin-right: 0;
	}
}

.col-7 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-7:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-7 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 56.52174%;
	}

	.col-7:last-child {
		margin-right: 0;
	}
}

.col-8 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-8:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-8 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 65.21739%;
	}

	.col-8:last-child {
		margin-right: 0;
	}
}

.col-9 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-9:last-child {
	margin-right: 0;
}

@media screen and (min-width: 769px) {
	.col-9 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 73.91304%;
	}

	.col-9:last-child {
		margin-right: 0;
	}
}

.col-10 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 82.6087%;
}

.col-10:last-child {
	margin-right: 0;
}

.col-12 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-12:last-child {
	margin-right: 0;
}

.col-shift-3 {
	margin-left: 26.08696%;
}

.col-shift-4 {
	margin-left: 34.78261%;
}

.col-shift-5 {
	margin-left: 43.47826%;
}

.wrapper-content {
	max-width: 2220px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper-content:after {
	content: "";
	display: table;
	clear: both;
}

.is-bg-white {
	background: #fff;
}

html.app-domain-dada .is-bg-white {
	background: #f5f5f5;
}

.page-collection .dimension-medium:first-of-type {
	margin-top: 0;
}

.page-collection .content-block:last-of-type .dimension-medium {
	margin-bottom: 0;
	padding-bottom: 6%;
}

.page-identity {
	padding-top: 6%;
}

.page-identity .dimension-medium:first-of-type {
	margin-top: 0;
}

.page-identity .content-block:last-of-type .dimension-medium {
	margin-bottom: 0;
	padding-bottom: 6%;
}

.product-highlight-hp {
	padding: 0 !important;
	margin: 10%;
}

.col-6-tablet {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-6-tablet:last-child {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.col-6-tablet {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%;
	}

	.col-6-tablet:last-child {
		margin-right: 0;
	}
}

.col-8-tablet {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-8-tablet:last-child {
	margin-right: 0;
}

@media screen and (min-width: 770px) {
	.col-8-tablet {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 65.21739%;
	}

	.col-8-tablet:last-child {
		margin-right: 0;
	}
}

.col-4-tablet {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.col-4-tablet:last-child {
	margin-right: 0;
}

@media screen and (min-width: 770px) {
	.col-4-tablet {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 30.43478%;
	}

	.col-4-tablet:last-child {
		margin-right: 0;
	}
}

.wrapper-site {
	padding-top: 86px;
}

@media screen and (min-width: 950px) {
	.wrapper-site {
		padding-top: 110px;
	}
}

.wrapper-site.layout-finish {
	padding-top: 0;
}

.wrapper-site.layout-smartsolution {
	padding-top: 0;
}

.padding-large {
	padding-left: 5%;
	padding-right: 5%;
}

@media screen and (min-width: 769px) {
	.padding-large {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.padding-medium-new {
	padding-left: 7%;
	padding-right: 7%;
}

@media screen and (min-width: 770px) {
	.padding-medium-new {
		padding-left: 9%;
		padding-right: 9%;
	}
}

.padding-medium {
	padding-left: 5%;
	padding-right: 5%;
}

@media screen and (min-width: 770px) {
	.padding-medium {
		padding-left: 9%;
		padding-right: 9%;
	}
}

.padding-small {
	padding-left: 5%;
	padding-right: 5%;
}

@media screen and (min-width: 769px) {
	.padding-small {
		padding-left: 4%;
		padding-right: 4%;
	}
}

.hide-for-mobile {
	visibility: hidden;
	z-index: -9999;
}

@media screen and (min-width: 769px) {
	.hide-for-mobile {
		z-index: 1;
		visibility: visible;
	}
}

.hide-for-mobile-new {
	visibility: hidden;
	z-index: -9999;
}

@media screen and (min-width: 1024px) {
	.hide-for-mobile-new {
		z-index: 1;
		visibility: visible;
	}
}

.show-for-mobile {
	z-index: 1;
	position: relative !important;
	visibility: visible;
}

@media screen and (min-width: 769px) {
	.show-for-mobile {
		visibility: hidden;
		position: absolute !important;
		z-index: -9999;
	}
}

.show-for-mobile-new {
	z-index: 1;
	position: relative !important;
	visibility: visible;
}

@media screen and (min-width: 1024px) {
	.show-for-mobile-new {
		visibility: hidden;
		position: absolute !important;
		z-index: -9999;
	}
}

.block-for-mobile {
	display: block !important;
}

@media screen and (min-width: 769px) {
	.block-for-mobile {
		display: none !important;
	}
}

.none-for-mobile {
	display: none !important;
}

@media screen and (min-width: 769px) {
	.none-for-mobile {
		display: block !important;
	}
}

.none-for-portrait {
	display: block !important;
}

@media screen and (min-width: 768px) {
	.none-for-portrait {
		display: none !important;
	}
}

.block-for-portrait {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.block-for-portrait {
		display: block !important;
	}
}

.p-margin {
	line-height: 1.5;
}

.p-margin p {
	margin-bottom: 15px;
}

.p-margin ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.p-margin li {
	list-style-type: circle;
}

.p-margin a {
	position: relative;
}

.p-margin a:after {
	content: "";
	z-index: 8;
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #37393b;
	bottom: 1px;
	left: 0;
	opacity: .4;
}

.small-w {
	max-width: 630px;
	margin: 0 auto;
}

@media screen and (min-width: 800px) {
	.small-w {
		max-width: 80%;
	}
}

.product-share-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}

.product-share-box.product-share-box {
	display: none;
}

@media screen and (min-width: 1100px) {
	.product-share-box.product-share-box {
		display: -ms-flexbox;
		display: flex;
	}
}

.product-share-box.is-news {
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	padding: 0;
	margin-top: 20px;
}

.product-share-box.is-news:after {
	display: none;
}

@media screen and (min-width: 766px) {
	.product-share-box.is-news {
		margin-left: 50px;
		margin-top: 0;
		padding-top: 30px;
		padding-left: 30px;
	}

	.product-share-box.is-news:after {
		display: block;
	}
}

.product-share-box.is-news p {
	display: none;
}

@media screen and (min-width: 766px) {
	.product-share-box.is-news p {
		display: block;
	}
}

.product-share-box.not-line {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.product-share-box.not-line:after {
	display: none;
}

.product-share-box:after {
	content: "";
	display: block;
	width: 1px;
	height: 150%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #8b8b8b;
	z-index: 99;
}

.product-share-box p {
	display: inline-block;
	
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 10px;
}

.product-share-box ul {
	display: inline-block;
}

.product-share-box .social-menu {
	margin-bottom: 0;
}

.product-share-box li {
	opacity: 1;
	display: inline-block;
	transition: opacity .2s ease-in-out;
}

.product-share-box li:hover {
	opacity: .5;
}

.block-collection-landing {
	margin-top: 0 !important;
}

.dimension-medium-padding {
	padding: 5%;
}

@media screen and (min-width: 770px) {
	.dimension-medium-padding {
		padding: 6% 4%;
	}
}

.dimension-medium {
	margin: 5%;
}

@media screen and (min-width: 770px) {
	.dimension-medium {
		margin: 6% 9%;
	}
}

@media screen and (min-width: 1500px) {
	.dimension-medium {
		margin: 5% 9%;
	}
}

.dimension-medium.is-y {
	margin-left: 0;
	margin-right: 0;
}

.dimension-medium.is-special {
	padding-top: 6%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 6%;
}

@media screen and (min-width: 770px) {
	.dimension-medium.is-special {
		padding-right: 25%;
	}
}

.dimension-medium-small {
	margin: 7%;
}

@media screen and (min-width: 770px) {
	.dimension-medium-small {
		margin: 6% 9%;
	}
}

.expandable-box {
	position: relative;
}

.expandable-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: -45px;
	background: linear-gradient(to bottom, #f5f5f5 0%, rgba(245,245,245,0) 100%);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.expandable-box.expanded:after,.expandable-box.expandable-box--force-expanded:after {
	display: none;
}

.expandable-box:not(.expandable-box--force-expanded) .expandable-box__content {
	height: 220px;
	overflow: hidden;
}

.expandable-box__arrow {
	text-align: center;
	margin: 2em 0;
}

.expandable-box__arrow a {
	background: url(/bundles/app/front/assets/img/up_arrow.png) center center no-repeat;
	width: 100%;
	height: 14px;
}

.expandable-box__arrow a span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;
}

.expandable-box__arrow.expanded a {
	background-image: url(/bundles/app/front/assets/img/down_arrow.png);
}

@font-face {
	font-family:"Bodoni W01 Bold_709602";src:url("../fonts/709602/0a3b2afc-1177-49fc-b852-6d36f4b37543.eot?#iefix");src:url("../fonts/709602/0a3b2afc-1177-49fc-b852-6d36f4b37543.eot?#iefix") format("eot"),url("../fonts/709602/ba7db06f-5b2f-4c3c-8ef8-f70e8e0c2c46.woff2") format("woff2"),url("../fonts/709602/0ca9a4ed-de46-457a-bc45-f0f87ffd44f2.woff") format("woff"),url("../fonts/709602/87bae0ea-8bc0-45e8-b82d-ccb13870d0e2.ttf") format("truetype");
}

@font-face {
	font-family:"Bodoni W01 Roman";src:url("../fonts/709620/d9962452-df3a-4090-ba2d-e5fdb84dc9da.eot?#iefix");src:url("../fonts/709620/d9962452-df3a-4090-ba2d-e5fdb84dc9da.eot?#iefix") format("eot"),url("../fonts/709620/9b918948-5f6f-415e-afb2-87fe42938c93.woff2") format("woff2"),url("../fonts/709620/cd77f8b9-e937-4ea5-a635-19a0db457df1.woff") format("woff"),url("../fonts/709620/4c42a4ae-e7fd-4696-9365-ba1c98cffbdf.ttf") format("truetype");
}

@font-face {
	font-family:"Helvetica Neue LT W01_41488878";src:url("../fonts/1488878/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");src:url("../fonts/1488878/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"),url("../fonts/1488878/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"),url("../fonts/1488878/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"),url("../fonts/1488878/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype");
}

@font-face {
	font-family:"Helvetica Neue LT W01_71488914";src:url("../fonts/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");src:url("../fonts/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"),url("../fonts/1488914/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"),url("../fonts/1488914/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"),url("../fonts/1488914/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype");
}

.color-white {
	color: #fff !important;
}

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

.to-upper {
	text-transform: uppercase;
}

.ff-p {
	font-family: "Bodoni W01 Roman" !important;
	font-weight: 100 !important;
}

.ff-pb {
	font-family: "Bodoni W01 Bold_709602" !important;
	font-weight: 100 !important;
}

.ff-h {
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.ff-hn {
	font-family: "Helvetica Neue LT W01_41488878" !important;
}

.fw-100 {
	font-weight: 100;
}

.fw-300 {
	font-weight: 300;
}

.fw-600 {
	font-weight: 600;
}

.fs-12 {
	font-size: .75rem;
	line-height: .75rem;
	margin-bottom: .375rem;
}

.fs-16 {
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: .375rem;
}

.fs-20 {
	font-size: 1.125rem;
	line-height: .9;
	margin-bottom: .625rem;
}

@media screen and (min-width: 769px) {
	.fs-20 {
		font-size: 1.25rem;
		margin-bottom: .375rem;
	}
}

.fs-25 {
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: 1px;
	margin-bottom: .625rem;
}

.fs-25.ff-p {
	letter-spacing: 0;
}

@media screen and (min-width: 769px) {
	.fs-25 {
		font-size: 1.5625rem;
		margin-bottom: .375rem;
	}
}

@media screen and (min-width: 1440px) {
	.fs-25 {
		font-size: 2vw;
	}
}

.fs-30 {
	font-size: 1.25rem;
	line-height: .9;
	margin-bottom: .625rem;
}

@media screen and (min-width: 769px) {
	.fs-30 {
		font-size: 1.875rem;
		margin-bottom: .9375rem;
	}
}

.fs-35 {
	font-size: 2.1875rem;
	line-height: .9;
	margin-bottom: 1.0625rem;
}

.fs-40 {
	font-size: 1.5625rem;
	line-height: .9;
	margin-bottom: .75rem;
}

@media screen and (min-width: 769px) {
	.fs-40 {
		font-size: 2.5rem;
		margin-bottom: 1.25rem;
	}
}

.fs-50 {
	font-size: 2.1875rem;
	line-height: .9;
	margin-bottom: 1.0625rem;
}

@media screen and (min-width: 769px) {
	.fs-50 {
		font-size: 3.125rem;
		margin-bottom: 1.5625rem;
	}
}

@media screen and (min-width: 1440px) {
	.fs-50 {
		font-size: 3vw;
	}
}

.generic-text-serif {
	font-family: "Bodoni W01 Roman";
	line-height: 1.3;
	font-size: 24px;
	letter-spacing: -1px;
}

.generic-text {
	line-height: 1.5;
	font-weight: 100;
	font-size: .875rem;
}

@media screen and (max-width: 767px) {
	.generic-text {
		font-size: .9375rem;
	}
}

@media screen and (min-width: 1440px) {
	.generic-text {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	.generic-text {
		line-height: 1.6;
	}
}

.sans-serif-title {
	
	line-height: 1.2;
	color: #37393b;
	font-size: 36px;
}

@media screen and (min-width: 769px) {
	.sans-serif-title {
		font-size: 40px;
	}
}

@media screen and (min-width: 1440px) {
	.sans-serif-title {
		font-size: 46px;
	}
}

.sans-serif-title+.generic-text-serif {
	margin-top: 30px;
}

.sans-serif-title+.generic-text {
	margin-top: 30px;
}

.block-text-img-text .serif-title {
	font-size: 28px;
}

@media screen and (min-width: 769px) {
	.block-text-img-text .serif-title {
		font-size: 35px;
	}
}

@media screen and (min-width: 1440px) {
	.block-text-img-text .serif-title {
		font-size: 40px;
	}
}

.serif-title {
	font-family: "Bodoni W01 Roman";
	line-height: 1.2;
	font-weight: 100;
	color: #37393b;
	font-size: 34px;
	letter-spacing: -1px;
}

@media screen and (min-width: 769px) {
	.serif-title {
		font-size: 40px;
	}
}

@media screen and (min-width: 1440px) {
	.serif-title {
		font-size: 46px;
	}
}

.serif-title+.generic-text-serif {
	margin-top: 30px;
}

.serif-title+.generic-text {
	margin-top: 30px;
}

.serif-title-news {
	font-family: "Bodoni W01 Roman";
	line-height: 1.2;
	font-weight: 100;
	color: #37393b;
	font-size: 26px;
	letter-spacing: -1px;
	margin: 10px 0;
}

@media screen and (min-width: 766px) {
	.serif-title-news {
		margin: 20px 0;
	}
}

@media screen and (min-width: 1024px) {
	.serif-title-news {
		font-size: 28px;
	}
}

.no-touchevents .animation-fade-in {
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.no-touchevents .animation-text {
	opacity: 0;
}

.no-touchevents .animation-image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-bottom: 0%;
	overflow: hidden;
}

.no-touchevents .animation-y {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
}

.animation-mask {
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animation-mask img {
	width: 100%;
}

.animation-mask.p100 {
	padding-bottom: 100%;
}

.animation-mask.p85 {
	padding-bottom: 81%;
}

.animation-mask.p81 {
	padding-bottom: 75%;
}

.animation-mask.p56 {
	padding-bottom: 56%;
}

.animation-mask>div {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.animation-mask>div>img {
	position: absolute;
	z-index: 1;
}

.animation-mask>div img.switch {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: -1;
}

.animation-mask>div:hover img.switch {
	opacity: 1;
	z-index: 2;
}

.finishes-header {
	position: relative;
	padding: 20px 0;
}

.finishes-header>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.finishes-header .finishes-box-title {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.finishes-header .finishes-close svg {
	width: 20px;
	height: 20px;
	display: block;
}

.finishes-menu-level_1-wr {
	display: inline-block;
	border-top: solid 1px #cfcfd0;
	border-bottom: solid 1px #cfcfd0;
	background: #fff;
	width: 100%;
}

.finishes-menu-level_1-wr .finishes-menu-level_1 {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.finishes-menu-level_1-wr .finishes-menu-level_1-list {
	background: #fff;
	height: 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.finishes-menu-level_1-wr .finishes-menu-level_1-list .finishes-menu-level_1-item {
	display: inline;
	padding: 0 10px;
}

.finishes-menu-level_1-wr .finishes-menu-level_1-list .finishes-menu-level_1-item.on a {
	opacity: 1;
}

.finishes-menu-level_1-wr .finishes-menu-level_1-list .finishes-menu-level_1-item a {
	color: #37393b;
	opacity: .5;
	font-size: 12px;
	text-transform: uppercase;
	
	transition: opacity .2s ease-in-out;
}

.finishes-menu-level_1-wr .finishes-menu-level_1-list .finishes-menu-level_1-item a:hover {
	opacity: 1;
}

.finishes-wrapper {
	width: 100%;
	display: none;
}

.finishes-wrapper.on {
    margin:auto;
	padding-top: 30px;
	display: block;
	max-width: 1300px;
}

.finishes-wrapper .sans-serif-title {
	font-size: 20px;
	display: block;
	margin-bottom: 30px;
    /*margin-left:25px;*/
}

.finishes-menu-level_2-wr {
	display: none;
	float: left;
	/* padding-left: 4%; */
}

@media screen and (min-width: 1024px) {
	.finishes-menu-level_2-wr {
		display: block;
	}
}

.finishes-menu-level_2-wr.finishes-menu-level_2-wr-sticky {
	top: 0;
}

.finishes-menu-level_2-wr .finishes-menu-level_2-item {
	padding-top: 10px;
}

.finishes-menu-level_2-wr .finishes-menu-level_2-item:first-child {
	padding-top: 0;
}

.finishes-menu-level_2-wr .finishes-menu-level_2-item .finishes-menu-level_2-item-link {
	color: #37393b;
    color: #1f1f1f;
	font-size: 14px;
	text-transform: uppercase;
    font-weight:700;
	opacity: .5;
	transition: opacity .2s ease-in-out;
}

.finishes-menu-level_2-wr .finishes-menu-level_2-item .finishes-menu-level_2-item-link:hover {
	opacity: 1;
}

.finishes-menu-level_2-wr .finishes-menu-level_3 {
	display: none;
	margin-top: 10px;
	border-left: solid 1px #990000;
	padding-left: 20px;
	margin-bottom: 10px;
}

.finishes-menu-level_2-wr .finishes-menu-level_3.on {
	display: block;
}

.finishes-menu-level_2-wr .finishes-menu-level_3 .finishes-menu-level_3-item {
	
}

.finishes-menu-level_2-wr .finishes-menu-level_3 .finishes-menu-level_3-item+.finishes-menu-level_3-item {
	margin-top: 5px;
}

.finishes-menu-level_2-wr .finishes-menu-level_3 .finishes-menu-level_3-item.on a,.finishes-menu-level_2-wr .finishes-menu-level_3 .finishes-menu-level_3-item:hover a {
	opacity: 1;
}

.finishes-menu-level_2-wr .finishes-menu-level_3 .finishes-menu-level_3-item a {
	transition: opacity .2s ease-in-out;
	font-size: 12px;
	/*color: #37393b; */
    color: #37393b;
    opacity: .75;
    color: #676767;
}

.finishes-content-wr {
/*	padding-left: 4%;*/
	/* padding-right: 4%; */
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.finishes-content-wr {
		padding-left: 350px;
	}
}

.finishes-content-wr .finishes-content-level2_title {
	margin: 0;
	padding: 0;
	padding-bottom: 35px;
	color: #37393b;
	font-size: 15px;
}

.finishes-content-wr .finishes-content-level3 {
	padding: 25px;
	margin-bottom: 25px;
	background: #ededed;
    background:#e6e6e6;
/*	    box-shadow: inset 0 0 2px 0px #d8d8d8; 
    border: 1px solid #dedede;*/
}

.finishes-content-wr .finishes-content-level3 .finishes-content-level3_title {
	/*text-transform: uppercase;*/
	font-size: 15px;
	margin-bottom: 25px;
	display: block;
    color: #a90404;
}

.finishes-content-wr .finishes-content-row {
	margin-bottom: 0px;
}

.finishes-content-wr .finishes-content-row.finishes-content-row-off {
	display: none;
}

.finishes-content-wr .finishes-content-row .finishes-content-row-items-list {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
}

.finishes-content-wr .finishes-content-view-all-actions_viewall {
	display: none;
}

@media screen and (min-width: 1024px) {
	.finishes-content-wr .finishes-content-view-all-actions_viewall {
		margin-top: 0;
	}
}

.finishes-content-wr .finishes-content-view-all-actions_viewall.on {
	display: inline-block;
}

.finishes-content-wr .finishes-content-view-all-actions_close {
	display: none;
}

@media screen and (min-width: 1024px) {
	.finishes-content-wr .finishes-content-view-all-actions_close {
		margin-top: 0;
	}
}

.finishes-content-wr .finishes-content-view-all-actions_close.on {
	display: inline-block;
}

.finishes-content-wr .finishes-content-row-item {
	float: left;
	margin-left: 25px;
	width: calc(17.098766% - 25px);
	cursor: pointer;
}

.finishes-content-wr .finishes-content-row-item:first-child {
	margin-left: 0;
}

.finishes-content-wr .finishes-content-row-item .finishes-content-item-code {
	position: relative;
	padding-left: 0;
	font-size: 12px;
font-weight:bold;
}

.finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code {
	font-weight: bold;
}

@media screen and (min-width: 320px) {
	.finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code {
		font-weight: inherit;
		padding-left: 30px;
	}

	.finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code:before {
		position: absolute;
		content: "";
		left: 15px;
		bottom: 0px;
		background-color: #990000;
		height: 120%;
		width: 1px;
	}
}

.finishes-content-wr .finishes-content-row-item .finishes-content-item-code {
	/*padding-top: 20px;*/
}

.finishes-content-wr .finishes-content-row-item figure {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	padding-bottom: 78.90%;
}

.finishes-content-wr .finishes-content-row-item figure img {
	display: block;
	width: 100%;
}

.finishes-content-wr .finishes-content-row-items-details {
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
}

@media screen and (min-width: 768px) {
	.finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 35%;
	}
}

.finishes-content-wr .finishes-content-row-items-details.active {
	display: block;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details_actions {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 110px;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details_actions .finishes-content-details_actions-nav {
	float: left;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details_actions .finishes-content-details_actions-nav .finishes-details-nav_prev {
	display: inline-block;
	float: left;
	background: url("../images/icons/arrow_sx.png") no-repeat scroll 0 0 transparent;
	margin-right: 20px;
	width: 12px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details_actions .finishes-content-details_actions-nav .finishes-details-nav_next {
	display: inline-block;
	float: right;
	background: url("../images/icons/arrow_dx.png") no-repeat scroll 0 0 transparent;
	width: 12px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details_actions .finishes-content-details_actions-close {
	float: right;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details_actions .finishes-content-details_actions-close .finishes-details-close {
	display: block;
	background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
	background-size: 100%;
	width: 20px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

.finishes-content-wr .finishes-content-row-items-details .finishes-content-row-items-details-list-wr {
	position: absolute;
	left: 0;
	top: 0;
	width: 600%;
	height: auto;
}

.finishes-content-wr .finishes-content-row-item-detail {
	float: left;
	width: 16.666%;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.finishes-content-wr .finishes-content-row-item-detail {
		margin-top: 0;
	}
}

.finishes-content-wr .finishes-content-row-item-detail figure {
	float: left;
	margin: 0;
	padding: 0;
	width: 48.5%;
	height: 0;
	padding-bottom: 32.5%;
}

.finishes-content-wr .finishes-content-row-item-detail figure img {
	display: block;
	width: 100%;
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 48.5%;
	height: 145px;
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-detail-content {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0 5px 50px 0;
}

@media screen and (min-width: 1024px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-detail-content {
		height: auto;
		overflow: initial;
		padding: 0;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, #ededed 100%);
    opacity:0;

}

@media screen and (min-width: 1024px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail {
		height: 0;
		padding-bottom: 32.5%;
		overflow-y: initial;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-detail-box {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-code_title {
	padding-bottom: 10px;
	font-size: 15px;
	color: #37393b;
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_upper {
	padding-top: 12px;
	font-size: 0.65rem;
	line-height: 1em;
	color: #37393b;
	text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_upper {
		padding-top: 17px;
		font-size: 0.75rem;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_upper:first-child {
	padding-top: 0;
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_simple {
	font-size: 0.8375rem;
	line-height: 1.5em;
	color: #37393b;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_simple {
		font-size: 0.9375rem;
		line-height: 1.5em;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_note {
	padding-top: 10px;
	font-size: 0.65rem;
	line-height: 1.3em;
	color: #979797;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-txt_note {
		padding-top: 15px;
		line-height: 1.5em;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-1 {
	padding-left: 25px;
	background: url("../images/icons/no-acqua.png") no-repeat scroll 0 8px transparent;
	background-size: 16px auto;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-1 {
		padding-left: 30px;
		background-size: auto;
		background-position: 0 13px;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-5 {
	padding-left: 25px;
	background: url("../images/icons/no-candeggina.png") no-repeat scroll 0 8px transparent;
	background-size: 16px auto;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-5 {
		padding-left: 30px;
		background-size: auto;
		background-position: 0 13px;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-6,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-7,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-8 {
	padding-left: 25px;
	background: url("../images/icons/stira-max.png") no-repeat scroll 0 8px transparent;
	background-size: 16px auto;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-6,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-7,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-8 {
		padding-left: 30px;
		background-size: auto;
		background-position: 0 13px;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-10,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-11,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-12 {
	padding-left: 25px;
	background: url("../images/icons/lava-secco.png") no-repeat scroll 0 8px transparent;
	background-size: 16px auto;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-10,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-11,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-12 {
		padding-left: 30px;
		background-size: auto;
		background-position: 0 13px;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-13,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-14 {
	padding-left: 25px;
	background: url("../images/icons/no-asciuga.png") no-repeat scroll 0 8px transparent;
	background-size: 16px auto;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-13,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-14 {
		padding-left: 30px;
		background-size: auto;
		background-position: 0 13px;
	}
}

.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-2,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-3,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-4,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-9 {
	padding-left: 25px;
	background: url("../images/icons/no-asciuga.png") no-repeat scroll 0 8px transparent;
	background-size: 16px auto;
}

@media screen and (min-width: 1440px) {
	.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-2,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-3,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-4,.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-icon-9 {
		padding-left: 30px;
		background-size: auto;
		background-position: 0 13px;
	}
}

.finishes-content-wr .finishes-content-1_columns .finishes-content-row-item-detail .finishes-content-item-detail .finishes-content-item-code_title {
	padding-bottom: 0;
}

.finishes-content-wr .finishes-content-download .finishes-content-level3 {
	padding-bottom: 0;
}

.finishes-content-wr .finishes-content-download .finishes-content-level3 .finishes-content-level3_title {
	text-align: center;
}

.finishes-content-wr .finishes-content-download .finishes-content-row.is-catalogue {
	display: inline-block;
}

.finishes-content-wr .finishes-content-download .finishes-content-row.is-catalogue .finishes-content-row-items-list .finishes-content-row-item {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.finishes-content-wr .finishes-content-download .finishes-content-row.finishes-content-download-lock .finishes-content-row-item figure {
	position: relative;
}

.finishes-content-wr .finishes-content-download .finishes-content-row.finishes-content-download-lock .finishes-content-row-item figure:before {
	position: absolute;
	content: " ";
	top: -19px;
	left: -19px;
	background: url("../images/icons/lock.png") no-repeat scroll 0 0 transparent;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-items-list {
	padding-bottom: 30px;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item {
	display: table;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #fff;
	padding: 25px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item figure {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0;
	height: auto;
	width: 218px;
	padding-right: 20px;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-item-txt {
	display: -ms-flexbox;
	display: flex;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-item-txt .finishes-download-file-details {
	padding-left: 20px;
	opacity: .6;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions {
	text-align: right;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions .generic-cta {
	margin-left: 20px;
}

@media screen and (min-width: 1024px) {
	.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions .generic-cta {
		margin-top: 0;
	}
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions.finishes-download-actions-centered {
	padding-top: 20px;
	text-align: center;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions .finishes-download-url {
	padding-right: 20px;
	background: url("../images/icons/download.png") no-repeat scroll right 2px transparent;
	background-size: 14px auto;
	font-size: 12px;
	color: #37393b;
	text-transform: uppercase;
	
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions .finishes-download-singin {
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #37393b;
}

.finishes-content-wr .finishes-content-download .finishes-content-row-item .finishes-download-actions .finishes-download-3D-cta {
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #37393b;
	background: #f5f5f5;
	height: 100%;
	margin-left: 20px;
	padding: 10px 20px;
	box-shadow: 0 0 0 1px #e0e0e0;
	width: auto;
	display: inline;
	text-transform: uppercase;
	border: 0;
}

.product-section p {
	letter-spacing: 0;
}

.product-section-wrapper .dimension-medium.is-first {
	margin-top: 25px;
}

.product-section-header {
	position: relative;
	padding: 20px 0;
}

.product-section-header .serif-title {
	font-size: 36px;
}

.product-section-header>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.product-section-header .product-section-title {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-section-header .product-section-close svg {
	width: 20px;
	height: 20px;
	display: block;
}

.product-section-row+.product-section-row {
	margin-top: 30px;
}

.product-section-row-title {
	font-size: 20px;
}

.product-section-list-item {
	display: block;
	margin-top: 25px;
}

.product-section-list-item+.product-section-list-item {
	margin-top: 10px;
}

.product-section-list-item p {
	font-size: 15px;
}

.product-section-list-item.is-rect {
	max-width: 180px;
	display: inline-block;
	margin-right: 30px;
}

.product-section-list-item.is-rect .product-section-detail-title {
	margin-bottom: 10px;
}

.product-section-list-item.is-rect .product-item-download {
	font-size: 12px;
	background: #fff;
	margin-top: 0;
	padding: 20px;
	text-align: center;
}

.product-section-list-item.is-panoramic {
	position: relative;
	max-width: 400px;
	display: inline-block;
	margin-right: 30px;
}

.product-section-list-item.is-panoramic .play:after {
	position: absolute;
	content: "";
	-webkit-mask: url("../img/svg-play-button-icon.svg") 50% 60% no-repeat;
	-webkit-mask-image: url("../img/svg-play-button-icon.svg") 50% 60% no-repeat;
	mask-image: url("../img/svg-play-button-icon.svg") 50% 60% no-repeat;
	background-color: #f5f5f5;
	mask-size: 15%;
	-webkit-mask-size: 15%;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 58px);
	cursor: pointer;
}

.product-section-list-item.is-panoramic .product-section-detail-title {
	margin-bottom: 0px;
}

.product-section-list-item.is-panoramic .product-section-detail-published {
	font-size: 12px;
	margin-bottom: 10px;
}

.product-section-list-item.is-panoramic .product-item-actions {
	display: -ms-flexbox;
	display: flex;
}

.product-section-list-item.is-panoramic .product-item-download {
	font-size: 12px;
	background: #fff;
	margin-top: 0;
	padding: 20px;
	text-align: center;
}

.product-section-list-item.is-row {
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 25px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.product-section-list-item.is-row p {
	display: inline-block;
}

.product-section-list-item.is-row .product-section-detail-title {
	margin-right: 20px;
}

.product-item-download {
	font-size: 12px;
	
	text-transform: uppercase;
}

.product-item-download svg {
	display: inline-block;
	margin-left: 10px;
}

.product-section-detail-weight {
	opacity: .5;
}

.product-detail-actions a {
	margin-top: 0;
	margin-left: 20px;
}

.nicescroll-rails {
	width: 3px !important;
}

@media screen and (min-width: 1024px) {
	.smart-solution {
		height: 700px;
	}
}

.smart-solution .smart-solution__img-container {
	background: #fff;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 70vh;
	padding: 20px 0 0;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__img-container {
		display: block;
		padding: 0;
	}
}

.smart-solution .smart-solution__img-container .smart-solution__img-select {
	height: 85px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	
	text-transform: uppercase;
}

.smart-solution .smart-solution__img-container .solution__img-button {
	font-size: 0;
	border-bottom: 2px solid #37393b;
	width: 40px;
	display: inline-block;
	margin: 0 7px 10px;
	height: 10px;
}

.smart-solution .smart-solution__img-container .solution__img-button.off {
	border-bottom: 1px solid #979797;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__img-container .solution__img-button {
		width: auto;
		position: relative;
		color: #37393b;
		padding-bottom: 14px;
		font-size: 12px;
		height: auto;
		margin: 0 7px;
		border-bottom: none;
	}

	.smart-solution .smart-solution__img-container .solution__img-button::after {
		content: "";
		position: absolute;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		border-bottom: 1px solid #37393b;
		width: 40px;
	}

	.smart-solution .smart-solution__img-container .solution__img-button.off {
		color: #979797;
		border-bottom: none;
	}

	.smart-solution .smart-solution__img-container .solution__img-button.off::after {
		display: none;
	}
}

.smart-solution .smart-solution__img-container .smart-solution__images {
	width: 100%;
	height: 100%;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__img-container .smart-solution__images {
		height: calc(100% - 85px);
	}
}

.smart-solution .smart-solution__img-container .smart-solution__img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity;
}

.smart-solution .smart-solution__img-container .smart-solution__img.off {
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.smart-solution .smart-solution__img-container .smart-solution__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__img-container .smart-solution__img img {
		max-width: 75%;
		max-height: 75%;
	}
}

.smart-solution .smart-solution__details {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.smart-solution .smart-solution__details .smart-solution__desktop-close {
	display: none;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__details .smart-solution__desktop-close {
		display: block;
		position: absolute;
		top: 35px;
		right: 50px;
		width: 20px;
		height: 20px;
	}
}

.smart-solution .smart-solution__details .smart-solution__desktop-title {
	display: none;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__details .smart-solution__desktop-title {
		display: block;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__details .smart-solution__details-elements-container {
		height: 80%;
		width: 90%;
		overflow-y: hidden;
		position: relative;
	}

	.smart-solution .smart-solution__details .smart-solution__details-elements-container::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 30px;
		width: 100%;
		background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, #f5f5f5 100%);
	}
}

.smart-solution .smart-solution__details .smart-solution__details-elements-container .smart-solution__details-elements {
	height: 100%;
	width: 100%;
	position: relative;
}

.smart-solution .smart-solution__details .smart-solution__details-elements-container .smart-solution__details-elements .smart-solution__details-element__number {
	position: absolute;
	left: -50px;
	top: -7.2px;
	font-family: "Bodoni W01 Bold_709602";
	font-size: 18px;
	background-color: #e9e7da;
	color: #7b4523;
	text-align: center;
	padding: 6px 0;
	width: 36px;
	height: 36px;
	border-radius: 36px;
}

.smart-solution .smart-solution__details .smart-solution__details-elements-container ol {
	margin-left: 0;
	padding: 10px 0 10px 50px;
	list-style-type: none;
	position: relative;
}

.smart-solution .smart-solution__details .smart-solution__details-elements-container ol li {
	counter-increment: step-counter;
	position: relative;
	line-height: 1.4;
	padding-bottom: 25px;
	font-size: 16px !important;
	
}

.smart-solution .smart-solution__details .smart-solution__details-elements-container ol li h4 {
	text-transform: uppercase;
	
	font-weight: normal;
}

.smart-solution .smart-solution__details .smart-solution__details-elements-container ol li p {
	font-size: 16px !important;
}

@media screen and (min-width: 1024px) {
	.smart-solution {
		display: -ms-flexbox;
		display: flex;
	}

	.smart-solution .product-section-header {
		display: none;
	}

	.smart-solution .smart-solution__img-container {
		width: 60vw;
		height: auto;
		position: relative;
	}

	.smart-solution .smart-solution__details {
		width: 40vw;
	}
}

.smart-solution h2 {
	color: #37393b;
	font-weight: 100;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.smart-solution .smart-solution__mobile-next {
	background-color: #fff;
	background-image: url("/img/arrow-right.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	padding: 30px 0px 30px 5%;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__mobile-next {
		display: none;
	}
}

.smart-solution .smart-solution__mobile-next .smart-solution__mobile-next-title {
	
	font-size: 14px;
	padding-right: 50px;
}

.smart-solution .smart-solution__mobile-next .smart-solution__mobile-next-name {
	font-size: 24px;
	line-height: 1.2;
	
	padding-right: 50px;
}

.smart-solution .smart-solution__mobile-next .smart-solution__mobile-next-name span {
	font-size: 26px;
	font-family: "Bodoni W01 Roman";
	text-transform: uppercase;
}

.smart-solution .smart-solution__prev-next {
	display: none;
}

@media screen and (min-width: 1024px) {
	.smart-solution .smart-solution__prev-next {
		display: block;
	}
}

.smart-solution .smart-solution__prev-next .smart-solution__next,.smart-solution .smart-solution__prev-next .smart-solution__prev {
	width: 14px;
	height: 31px;
	background-image: url("/img/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: 14px 31px;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 50px;
}

.smart-solution .smart-solution__prev-next .smart-solution__prev {
	right: auto;
	left: 50px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.menu-hide-mobile {
	display: none !important;
}

@media screen and (min-width: 767px) {
	.menu-hide-mobile {
		display: block !important;
	}
}

.menu-is-open {
	overflow: hidden;
	width: 100%;
}

.menu-top .trigger-menu {
	position: absolute;
	top: 1.8%;
	right: 2.8%;
	padding: 10px;
}

.menu {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	overflow-y: auto;
	display: none;
	opacity: 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	background: #f5f5f5;
}

@media screen and (min-width: 1280px) {
	.menu {
		display: none !important;
	}
}

.menu .sans-serif-title {
	font-size: 24px;
	text-transform: capitalize !important;
}

.menu .header {
	position: relative;
	background: transparent !important;
}

.menu .menu-cont-link {
	display: block;
	overflow: hidden;
	margin-top: .625rem;
}

.menu .menu-cont-link a {
	display: inline-block;
}

.menu .menu-cont-link.custom-link {
	margin-top: 30px;
}

@media screen and (max-width: 500px) {
	.menu .menu-cont-link.custom-link {
		font-size: 14px;
	}
}

.menu .menu-cont-link.custom-link+.custom-link {
	margin-top: 5px;
}

.menu .menu-cont-link.custom-link+.custom-link.margintop {
	margin-top: 30px;
}

.menu .menu-cont-link.custom-link:last-of-type {
	margin-bottom: 15%;
	margin-top: 5px;
}

@media screen and (min-width: 500px) {
	.menu .menu-cont-link.custom-link:last-of-type {
		margin-top: 5px;
		margin-bottom: 5%;
	}
}

.menu-top {
	padding: 10% 10% 10% 10%;
	background: #b1bfc0;
}

html.app-domain-dada .menu-top {
	background-color: #e6d7c6;
}

.menu-bot {
	padding: 0 10% 10% 10%;
	margin-top: -20px;
}

@media screen and (min-width: 500px) {
	.menu-bot {
		margin-top: -45px;
	}
}

.menu-bot .nav-sub-menu {
	position: relative;
}

.menu-bot .nav-sub-menu ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 374px) {
	.menu-bot .nav-sub-menu ul {
		-ms-flex-pack: initial;
		justify-content: initial;
	}

	.menu-bot .nav-sub-menu ul .menu-cont-link {
		margin-right: 30px;
	}
}

.menu-bot .submenu-cont-line {
	display: block;
	width: 1px;
	height: 240%;
	bottom: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

.menu-bot .submenu-cont-line .submenu-line {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #37393b;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.menu-bot .menu-cont-link {
	margin-top: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 20px;
	margin-right: 10px;
}

.menu-bot .menu-cont-link svg {
	width: 50%;
}

@media screen and (min-width: 500px) {
	.menu-bot .menu-cont-link {
		padding-top: 80px;
		padding-left: 40px;
		margin-right: 40px;
	}
}

.menu-bot .menu-sub-link {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

.menu-bot .menu-sub-link svg {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.menu .menu-link {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.menu-footer-links li {
	display: inline-block;
}

.cont-menu-links a {
	display: inline-block;
	margin-right: 15px;
	text-decoration: none;
	color: #37393b;
	font-size: .75rem;
}

.menu--social {
	margin-top: 20px;
}

@media screen and (min-width: 769px) {
	.menu--social {
		margin-top: 12%;
	}
}

@media screen and (min-width: 1024px) {
	.menu--social {
		margin-top: 20%;
	}
}

.menu--social li {
	display: inline-block;
	position: relative;
	margin-right: 40px;
}

.menu--social li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-menu {
	background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
	.container-menu {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -23%;
	}
}

.footer-menu-foot {
	padding: 10%;
	background-color: inherit;
}

@media screen and (min-width: 1024px) {
	.footer-menu-foot {
		padding: 0 10%;
	}
}

.footer-menu-foot .menu--social ul {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 500px) {
	.footer-menu-foot .menu--social ul {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-menu-foot .menu--social ul li {
		margin: 0;
	}
}

.header .header-menu-desktop a,.header .header-submenu-desktop a {
	opacity: .5;
	transition: opacity .2s ease-in-out;
}

.header .header-menu-desktop a:hover,.header .header-submenu-desktop a:hover {
	opacity: 1;
}

.header li {
	list-style-type: none;
}

.header-content-menu {
	position: relative;
	width: 100%;
	width: auto;
	height: 31px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

@media screen and (min-width: 1280px) {
	.header-content-menu {
		display: -ms-flexbox;
		display: flex;
	}
}

.header-content-menu a {
	
}

.header-content-menu a.is-active {
	opacity: 1;
}

.header-content-menu li {
	list-style-type: none !important;
}

.header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	position: fixed;
	z-index: 1001;
	transition: all .5s ease-out;
	background: #f5f5f5;
	top: 0;
	left: 0;
	padding: 20px 0;
}

@media screen and (min-width: 1280px) {
	.header {
		padding: 0;
	}
}

.header>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1280px) {
	.header>div {
		height: 110px;
	}
}

.header .cont-header-logo {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header .logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header .logo-separator {
	border-left: 1px solid #37393b;
	margin: 0 10px 0 12px;
	height: 32px;
	width: 1px solid #979797;
}

@media screen and (min-width: 1280px) {
	.header .logo-separator {
		margin: 0 14px 0 16px;
		height: 44px;
	}
}

.header .logo-separator,.header .header-logo2 {
	display: none;
}

@media screen and (min-width: 375px) {
	.header .logo-separator,.header .header-logo2 {
		display: inline-block;
	}
}

.header .header-logo {
	display: inline-block;
}

.header .header-logo2 svg {
	transition: opacity 0.6s ease-in-out;
	opacity: 0.3;
}

.header .header-logo2:hover svg {
	opacity: 1;
}

.header.scrolled {
	height: 80px;
	min-height: 80px;
}

html.app-domain-dada .header {
	background: #fff;
}

.header a {
	text-transform: uppercase;
	font-size: 11px;
}

@media screen and (min-width: 1440px) {
	.header a {
		font-size: 12px;
	}
}

.header a.menu-login,.header a.menu-qsp {
	display: inline-block;
	opacity: .5;
	padding: 8px 30px;
	border-left: 1px solid rgba(55,57,59,0.5);
	border-right: 1px solid rgba(55,57,59,0.5);
	position: relative;
	transition: opacity .2s ease-in-out;
}

.header a.menu-login:hover,.header a.menu-qsp:hover {
	opacity: 1;
}

.header a.menu-login span,.header a.menu-qsp span {
	opacity: 1;
	display: block;
}

.header a.menu-qsp {
	white-space: nowrap;
	border-right: 0px;
}

.header a.menu-qsp.is-active {
	opacity: 1;
}

.menu-login-close {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-login-close svg {
	display: block;
	width: 20px;
	height: 20px;
}

.app-domain-dada .logo-molteni svg {
	display: block;
	width: 110px;
	height: 20px;
}

@media screen and (min-width: 1280px) {
	.app-domain-dada .logo-molteni svg {
		width: 150px;
		height: 29px;
	}
}

.app-domain-dada .logo-molteni {
	margin-bottom: 1px;
}

@media screen and (min-width: 1280px) {
	.app-domain-dada .logo-molteni {
		margin-bottom: 2px;
	}
}

@media screen and (min-width: 1280px) {
	.app-domain-molteni .logo-dada {
		margin-top: 3px;
	}
}

.logo-molteni svg {
	display: block;
	width: 110px;
	height: 20px;
}

@media screen and (min-width: 1280px) {
	.logo-molteni svg {
		width: 150px;
		height: 29px;
	}
}

.logo-dada {
	margin-top: 2px;
}

.logo-dada svg {
	display: block;
	width: 55px;
	height: 18px;
	fill: #37393b;
}

@media screen and (min-width: 1280px) {
	.logo-dada svg {
		width: 77px;
		height: 25px;
	}
}

.trigger-menu {
	display: block;
	cursor: pointer;
	display: block;
	padding: 10px 7px;
	box-sizing: content-box;
}

@media screen and (min-width: 1280px) {
	.trigger-menu {
		display: none;
	}
}

.trigger-menu svg {
	width: 30px;
	height: 30px;
}

.trigger-menu .burger-icon::after,.trigger-menu .burger-icon::before {
	transition: all .2s ease-in-out;
}

.trigger-menu:hover .burger-icon::after {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.trigger-menu:hover .burger-icon::before {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.burger-icon {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.burger-icon,.burger-icon::before,.burger-icon::after {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #222;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-duration: .3s;
}

.burger-icon::before,.burger-icon::after {
	position: absolute;
	content: "";
}

.burger-icon::before {
	top: -12px;
}

.burger-icon::after {
	top: 12px;
}

.burger-icon:after {
	top: 5px;
}

.burger-icon:before {
	top: -5px;
}

.header-menu-desktop,.header-submenu-desktop,.header-trigger-lang {
	position: relative;
}

.header-menu-desktop>div,.header-submenu-desktop>div,.header-trigger-lang>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-menu-desktop,.header-submenu-desktop {
	padding: 0 30px;
}

.header-menu-desktop a,.header-submenu-desktop a {
	display: block;
	padding: 8px 0;
	margin: 0 0 0 20px;
}

.header-menu-desktop ul,.header-submenu-desktop ul {
	display: -ms-flexbox;
	display: flex;
}

.header-menu-desktop li,.header-submenu-desktop li {
	display: inline-block;
}

.header-submenu-desktop {
	opacity: 0;
	display: none;
	top: 0;
	right: 97px;
	position: absolute;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header-submenu-desktop li {
	list-style-type: none !important;
}

.header-submenu-desktop a {
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
	.header-trigger-lang:after {
		display: none;
	}
}

.header-trigger-lang .trigger-country {
	cursor: pointer;
	padding: 8px 30px;
	text-transform: uppercase;
	color: #37393b;
	font-size: 12px;
	
	opacity: .5;
	transition: opacity .2s ease-in-out;
}

.header-trigger-lang .trigger-country:hover {
	opacity: 1;
}

.new--footer {
	background: #37393b;
	padding: 8%;
}

@media screen and (min-width: 768px) {
	.new--footer {
		padding: 4%;
	}
}

.new--footer svg {
	fill: #f5f5f5;
	display: block;
}

.new--footer .trigger-country {
	
	cursor: pointer;
	text-transform: uppercase;
	color: #f5f5f5;
	font-size: 11px;
	line-height: 1.5;
	border: 1px solid rgba(255,255,255,0.3);
	margin-right: 55px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 6%;
}

.new--footer .trigger-country div+div {
	transition: background .2s ease-in-out;
}

.new--footer .trigger-country:hover div+div {
	background: #2f3032;
}

@media screen and (min-width: 1200px) {
	.new--footer .trigger-country {
		margin-bottom: 0;
	}
}

.new--footer .trigger-country>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 17px;
}

.new--footer .trigger-country>div:first-of-type {
	border-right: 1px solid rgba(255,255,255,0.3);
	cursor: default;
}

.new--footer .new--footer--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new--footer .new--footer--flex>a {
	transition: opacity .2s ease-in-out;
	display: none;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--flex>a {
		display: block;
	}
}

.new--footer .new--footer--flex>a:hover {
	opacity: .3;
}

.new--footer .new--footer--social {
	margin: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (max-width: 768px) {
	.new--footer .new--footer--social ul {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
	}
}

.new--footer .new--footer--social li {
	display: inline-block;
	position: relative;
	transition: opacity .2s ease-in-out;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--social li {
		margin-right: 5%;
	}
}

.new--footer .new--footer--social li a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.new--footer .new--footer--social li:hover {
	opacity: .3;
}

.new--footer .new--footer--social__china {
	-ms-flex-positive: unset;
	flex-grow: unset;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--social__china {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.new--footer .new--footer--social__china li {
	margin: 0 40% 0 0;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--social__china li {
		margin: 0 2% 0 0;
	}
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--flex2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.new--footer .new--footer--logos {
	padding: 10% 0;
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos {
		padding: 6% 0;
	}
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos {
		display: -ms-flexbox;
		display: flex;
	}
}

.new--footer .new--footer--left {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos ul,.new--footer .new--footer--right ul {
		padding-right: 35px;
		border-right: 1px solid #555759;
	}
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--logos ul,.new--footer .new--footer--right ul {
		padding-right: 70px;
	}
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos ul+ul,.new--footer .new--footer--right ul+ul {
		padding-left: 25px;
	}
}

.new--footer .new--footer--logos .new--footer--col2,.new--footer .new--footer--right .new--footer--col2 {
	margin: 10% 0;
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos .new--footer--col2,.new--footer .new--footer--right .new--footer--col2 {
		margin: 0;
	}
}

.new--footer .new--footer--logos .new--footer--col2 li,.new--footer .new--footer--right .new--footer--col2 li {
	display: block;
	margin-top: 0;
}

@media screen and (min-width: 375px) {
	.new--footer .new--footer--logos .new--footer--col2 li,.new--footer .new--footer--right .new--footer--col2 li {
		display: inline-block;
	}
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos .new--footer--col2 li,.new--footer .new--footer--right .new--footer--col2 li {
		display: block;
	}
}

.new--footer .new--footer--logos .new--footer--col2 li+li,.new--footer .new--footer--right .new--footer--col2 li+li {
	margin-top: 20px;
}

@media screen and (min-width: 375px) {
	.new--footer .new--footer--logos .new--footer--col2 li+li,.new--footer .new--footer--right .new--footer--col2 li+li {
		margin-left: 15px;
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos .new--footer--col2 li+li,.new--footer .new--footer--right .new--footer--col2 li+li {
		margin: 0;
		margin-top: 25px;
	}
}

.new--footer .new--footer--logos .new--footer--col2 li .logo-molteni-group,.new--footer .new--footer--right .new--footer--col2 li .logo-molteni-group {
	color: #f5f5f5;
	width: 140px;
	position: relative;
}

@media screen and (min-width: 375px) {
	.new--footer .new--footer--logos .new--footer--col2 li .logo-molteni-group,.new--footer .new--footer--right .new--footer--col2 li .logo-molteni-group {
		width: 110px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--logos .new--footer--col2 li .logo-molteni-group,.new--footer .new--footer--right .new--footer--col2 li .logo-molteni-group {
		width: 140px;
		margin: 0;
	}
}

.new--footer .new--footer--logos .new--footer--col1 li a,.new--footer .new--footer--logos .new--footer--col2 li a,.new--footer .new--footer--right .new--footer--col1 li a,.new--footer .new--footer--right .new--footer--col2 li a {
	transition: opacity .2s ease-in-out;
}

.new--footer .new--footer--logos .new--footer--col1 li:hover a,.new--footer .new--footer--logos .new--footer--col2 li:hover a,.new--footer .new--footer--right .new--footer--col1 li:hover a,.new--footer .new--footer--right .new--footer--col2 li:hover a {
	opacity: .3;
}

.new--footer .new--footer--logos .new--footer--col1 li a,.new--footer .new--footer--right .new--footer--col1 li a {
	display: block;
	transition: opacity .2s ease-in-out;
}

.new--footer .new--footer--logos .new--footer--col1 li+li,.new--footer .new--footer--right .new--footer--col1 li+li {
	margin-top: 23px;
}

.new--footer .new--footer--logos .new--footer--col1 li+li:after,.new--footer .new--footer--right .new--footer--col1 li+li:after {
	content: "";
	display: block;
	height: 1px;
	width: 26px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: -12px;
}

.new--footer .new--footer--logos li,.new--footer .new--footer--right li {
	position: relative;
}

.new--footer .new--footer--logos li+li,.new--footer .new--footer--right li+li {
	margin-top: 20px;
}

.new--footer .new--footer--logos a,.new--footer .new--footer--right a {
	display: inline-block;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--right ul {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.new--footer .new--footer--col3 {
		max-width: 400px;
	}
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--col3 {
		border-right: 0 !important;
	}
}

.new--footer .new--footer--col3 p {
	display: none;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--col3 p {
		display: block;
	}
}

.new--footer .new--footer--col3 a svg {
	transition: opacity .2s ease-in-out;
}

.new--footer .new--footer--col3 a svg:hover {
	opacity: .5;
}

.new--footer .new--footer--col3 a>p {
	margin-top: 25px;
	font-size: 12px;
	color: #979797;
}

.new--footer .new--footer--col4 {
	border-right: 0 !important;
	padding-right: 0 !important;
	margin: 0 0 10%;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--col4 {
		margin: 0;
		min-width: 150px;
		text-align: right;
	}
}

.new--footer .new--footer--col4 a {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #f5f5f5;
	transition: opacity .2s ease-in-out;
	
}

.new--footer .new--footer--col4 a:hover {
	opacity: .5;
}

.new--footer .new--footer--wechat,.new--footer .new--footer--weibo {
	display: none;
}

@media screen and (min-width: 1024px) {
	.new--footer .new--footer--wechat,.new--footer .new--footer--weibo {
		display: block;
	}
}

.new--footer .new--footer--wechat {
	display: none;
}

@media screen and (min-width: 1024px) {
	.new--footer .new--footer--wechat {
		display: block;
		border-left: 1px solid #555759;
	}
}

.new--footer .new--footer--links>div {
	margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
	.new--footer .new--footer--links>div {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.new--footer .new--footer--links {
		margin-bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}

	.new--footer .new--footer--links>div {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
}

.new--footer .new--footer--links a {
	
	margin-right: 15px;
	transition: opacity .2s ease-in-out;
}

@media screen and (max-width: 500px) {
	.new--footer .new--footer--links a {
		line-height: 2;
	}
}

.new--footer .new--footer--links a:hover {
	opacity: 1;
}

.new--footer .new--footer--links a,.new--footer .new--footer--links p {
	font-size: 11px;
	color: #f5f5f5;
	opacity: .3;
}

.new--footer .new--footer--prod-designers {
	margin: 30px 0 10px;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--prod-designers {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.new--footer .new--footer--prod-designers .new--footer--designers,.new--footer .new--footer--prod-designers .new--footer--products {
	width: 100%;
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--prod-designers .new--footer--designers,.new--footer .new--footer--prod-designers .new--footer--products {
		max-width: 360px;
	}
}

@media screen and (min-width: 900px) {
	.new--footer .new--footer--prod-designers .new--footer--designers {
		margin-left: 76px;
	}
}

.new--footer .footer-list {
	margin: 0 0 10px;
}

.new--footer .footer-list__label {
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	text-decoration: none;
	color: #f5f5f5;
	cursor: pointer;
	position: relative;
	z-index: 3;
	
	padding: 0 20px 0 20px;
	border: 1px solid #555759;
	margin-bottom: 3px;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list__label {
		border: none;
		padding: 0;
		height: 28px;
		border-bottom: 1px solid #555759;
	}
}

.new--footer .footer-list__label p {
	font-size: 12px;
}

.new--footer .footer-list__icon {
	opacity: .4;
	padding-right: 0px;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list__icon {
		opacity: 1;
		padding-right: 10px;
	}
}

.new--footer .footer-list__icon svg {
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	display: block;
}


.new--footer .footer-list__icon .footer-list__icon-desktop {
	display: none;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list__icon .footer-list__icon-desktop {
		display: block;
		fill: #979797;
	}
}

.new--footer .footer-list__icon .footer-list__icon-mobile {
	display: block;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list__icon .footer-list__icon-mobile {
		display: none;
	}
}

.new--footer .footer-list--open svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.new--footer .footer-list .footer-list__elements {
	display: none;
}

.new--footer .footer-list .footer-list__elements-container {
	border: 1px solid #555759;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list .footer-list__elements-container {
		display: -ms-flexbox;
		display: flex;
		border: none;
	}
}

.new--footer .footer-list ul {
	opacity: 1;
	width: 100%;
	z-index: 99;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list ul {
		border: none;
	}
}

.new--footer .footer-list ul li {
	padding: 0 20px 20px;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list ul li {
		padding: 0 20px 10px 0;
	}
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list ul li:first-of-type {
		padding-top: 10px;
	}
}

.new--footer .footer-list ul:first-of-type li:first-of-type {
	padding-top: 20px;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list ul:first-of-type li:first-of-type {
		padding-top: 10px;
	}
}

.new--footer .footer-list a {
	text-transform: uppercase;
	padding: 0;
	
	font-size: 12px;
	display: block;
	color: #f5f5f5;
}

@media screen and (min-width: 900px) {
	.new--footer .footer-list a {
		text-transform: none;
	}
}

.new--footer .footer-list a:hover {
	opacity: .5;
}

/*.block-newsletter {
	border-top: 1px solid #e2e2e2;
	text-align: center;
	clear: both;
	padding: 9%;
}*/

@media screen and (min-width: 770px) {
	/*.block-newsletter {
		padding-bottom: 80px;
		padding-top: 80px;
	}*/
}

/*.block-newsletter .newsletter-title {
	margin: 0;
	color: #37393b;
	font-weight: 100;
	font-size: 1.3125rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.block-newsletter .newsletter-subtitle {
	opacity: .7;
	font-size: 1rem;
}

.block-newsletter .cont-form-row {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
}*/


.newsletter-form {
	margin-top: 30px;
}

.newsletter-form label.error {
	display: none !important;
}

.newsletter-form .cont-form-input {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 770px) {
	.newsletter-form .cont-form-input {
		max-width: 500px;
	}
}

.newsletter-form .cont-form-input label {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.newsletter-form .cont-form-input label span {
	margin-left: 15px;
}

.newsletter-form.wait .cont-form-row .cont-form-input input {
	background: url(/img/ajax-loader.gif) 98% center no-repeat;
}

.cont-form-error,.newsletter-form,.cont-newsletter-success {
	opacity: 1;
	visibility: visible;
}

.cont-form-error.closed,.newsletter-form.closed,.cont-newsletter-success.closed {
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.cont-newsletter-success {
	padding-top: 1em;
	max-width: 430px;
	width: 100%;
	margin: 0 auto;
}

.cont-newsletter-success p {
	line-height: 1.2em;
}

.cont-newsletter-success strong {
	display: inline-block;
	padding-bottom: 1em;
}

.cont-form-error {
	padding-top: 1em;
	color: #d12420;
}

.row-newsletter {
	margin: 0 !important;
	height: auto !important;
}

.row-newsletter span {
	position: relative;
	top: -4px;
	margin-left: 5px;
	color: #b9b9ba;
	font-size: .8125rem;
}

.row-newsletter span a {
	color: #b9b9ba;
	text-decoration: underline;
}

#cb-privacy,#cb-thirdparty {
	appearance: none;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
}

#cb-privacy+label .cont-custom-checkbox,#cb-thirdparty+label .cont-custom-checkbox {
	display: inline-block;
	overflow: hidden;
	overflow: visible;
}

#cb-privacy+label .cont-custom-checkbox .custom-checkbox,#cb-thirdparty+label .cont-custom-checkbox .custom-checkbox {
	transition: border-color 0.25s ease-out;
	position: relative;
	border: 1px solid #e0e0e0;
	height: 16px;
	width: 16px;
	background: #fff;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cb-privacy+label .cont-custom-checkbox .custom-checkbox svg,#cb-thirdparty+label .cont-custom-checkbox .custom-checkbox svg {
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	left: 0px;
	top: -3px;
}

#cb-privacy+label span,#cb-thirdparty+label span {
	transition: color 0.25s ease-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#cb-privacy:checked+label .cont-custom-checkbox .custom-checkbox,#cb-thirdparty:checked+label .cont-custom-checkbox .custom-checkbox {
	position: relative;
}

#cb-privacy:checked+label .cont-custom-checkbox .custom-checkbox svg,#cb-thirdparty:checked+label .cont-custom-checkbox .custom-checkbox svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#cb-privacy.error+label .cont-custom-checkbox .custom-checkbox,#cb-thirdparty.error+label .cont-custom-checkbox .custom-checkbox {
	transition-timing-function: ease-in;
	border-color: #d12420;
}

#cb-privacy.error+label span,#cb-thirdparty.error+label span {
	transition-timing-function: ease-in;
	color: #d12420;
}

.social-menu {
	font-size: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer .social-menu {
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
	.footer .social-menu {
		margin-top: 0;
	}
}

.menu .social-menu {
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
	.menu .social-menu {
		margin-bottom: 0;
		text-align: right;
	}
}

@media screen and (min-width: 769px) {
	.social-menu {
		margin-bottom: 40px;
	}
}

.social-menu li {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 10px;
	height: 20px;
	position: relative;
	overflow: hidden;
	
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}

@media screen and (min-width: 769px) {
	.social-menu li {
		margin-bottom: 0;
		margin-right: 14px;
	}
}

.social-menu li a {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.social-menu li svg {
	display: block;
	fill: #f5f5f5;
}

.menu .social-menu li svg,.product-share-box .social-menu li svg {
	fill: #37393b;
}

.side-lines-nav {
	position: fixed;
	width: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2.5%;
	z-index: 99;
	display: none;
}

@media screen and (min-width: 769px) {
	.side-lines-nav {
		display: block;
	}
}

.side-lines-nav .sln {
	display: block;
	width: 2px;
	height: 18px;
	background: #9a9a9a;
	overflow: hidden;
}

.side-lines-nav .sln+.sln {
	margin-top: 10px;
}

.side-lines-nav .sln.is-active .line-progress {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.side-lines-nav .line-progress {
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	height: 18px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #37393b;
}

.padding-line {
	position: relative;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 7%;
	margin-left: 7%;
}

@media screen and (min-width: 768px) {
	.padding-line {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 35px;
		margin-left: 35px;
	}
}

.padding-line.is-extra:after {
	height: 125%;
}

.padding-line:after {
	content: "";
	display: block;
	width: 1px;
	background: #37393b;
	height: 113%;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (min-width: 1100px) {
	.padding-line.only-small {
		padding: 0;
		margin: 0;
	}

	.padding-line.only-small:after {
		display: none;
	}
}

.padding-line .padding-line-element {
	margin-top: -1.3vw;
}

@media screen and (min-width: 1100px) {
	.padding-line .padding-line-element {
		margin-top: -11px;
	}
}

.padding-line .padding-line-element+.padding-line-element {
	margin-top: 4%;
}

@media screen and (min-width: 1100px) {
	.padding-line .padding-line-element+.padding-line-element {
		margin-top: 5%;
	}
}

.block-prefooter {
	padding: 0;
}

.block-prefooter .padding-medium-new {
	padding-top: 7%;
	padding-bottom: 7%;
}

@media screen and (min-width: 850px) {
	.block-prefooter .padding-medium-new {
		padding-top: 6%;
		padding-bottom: 6%;
		padding-left: 15%;
		padding-right: 15%;
	}
}

.block-prefooter .block-prefooter-1,.block-prefooter .block-prefooter-2 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.block-prefooter .block-prefooter-1:last-child,.block-prefooter .block-prefooter-2:last-child {
	margin-right: 0;
}

@media screen and (min-width: 850px) {
	.block-prefooter .block-prefooter-1,.block-prefooter .block-prefooter-2 {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%;
	}

	.block-prefooter .block-prefooter-1:last-child,.block-prefooter .block-prefooter-2:last-child {
		margin-right: 0;
	}
}

.block-prefooter .block-prefooter-1 {
	margin-bottom: 8%;
}

@media screen and (min-width: 850px) {
	.block-prefooter .block-prefooter-1 {
		margin-bottom: 0;
		margin-top: 11vh;
	}
}

.block-prefooter .block-prefooter-1 svg {
	display: none;
	width: 100px;
	fill: #37393b;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 7%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}

@media screen and (min-width: 850px) {
	.block-prefooter .block-prefooter-1 svg {
		display: block;
	}
}

.block-prefooter .block-prefooter-1 a {
	display: block;
	position: relative;
}

.block-prefooter-main {
	position: relative;
}

.block-prefooter-picture img {
	width: 100%;
	display: block;
}

.block-prefooter-picture {
	position: relative;
}

.block-prefooter-content-text {
	position: relative;
	z-index: 9;
}

.main-launch {
	position: relative;
	margin-bottom: 5%;
	margin: 0;
	padding: 0 5%;
}

@media screen and (min-width: 770px) {
	.main-launch {
		padding: 9%;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 6%;
	}
}

.main-launch img {
	display: block;
	max-width: 100% !important;
}

.main-launch .wrapper-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.main-launch .wrapper-content .row {
	width: 100%;
}

.main-launch .sans-serif-title {
	font-size: 24px;
	margin-top: 15px;
}

.launch-arrow {
	display: none;
}

@media screen and (min-width: 770px) {
	.launch-arrow {
		opacity: 0;
		display: block;
		position: absolute;
		right: 25%;
		margin: auto;
		top: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		width: 16px;
	}
}

.launch-arrow:hover svg {
	-webkit-transform: translateY(5%);
	-ms-transform: translateY(5%);
	transform: translateY(5%);
}

.launch-arrow svg {
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	display: block;
	height: 29px;
	width: 16px;
	height: 100px;
	width: 20px;
}

.cont-main-launch-image {
	position: relative;
}

.cont-main-launch-image .bg-main-launch-image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.cont-main-launch-image a {
	display: block;
}

.cont-main-launch-image img {
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	width: 100%;
}

.main-launch-white .main-launch-over-cta span {
	color: #f5f5f5;
}

.main-launch-black .main-launch-over-cta span {
	color: #37393b;
}

.main-launch-lx .main-launch-over-cta {
	text-align: left;
	left: 10%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.main-launch-dx .main-launch-over-cta {
	text-align: right;
	right: 10%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.main-launch-over-cta {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-launch-over-cta span {
	display: block;
}

.qsp-launch {
	position: relative;
	padding: 0 5%;
}

@media screen and (min-width: 770px) {
	.qsp-launch {
		padding: 0 4%;
	}
}

.qsp-launch .wrapper-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.qsp-launch .wrapper-content .row {
	width: 100%;
}

.other-news {
	padding: 9%;
	border-top: 1px solid #cfcfd0;
}

.news-detail-img {
	position: relative;
}

.news-detail-img img {
	width: 100%;
}

.block-news-highlight {
	padding: 0 5% 5% 5% !important;
	border-bottom: 1px solid #cfcfd0;
}

@media screen and (min-width: 768px) {
	.block-news-highlight {
		padding: 9% !important;
		border-bottom: 0;
		background: #b1bfc0;
	}

	html.app-domain-dada .block-news-highlight {
		background-color: #e6d7c6;
	}
}

.block-news-highlight .block-info-news-highlight {
	margin-right: 5%;
}

@media screen and (min-width: 770px) {
	.block-news-highlight .block-info-news-highlight {
		margin-right: 0;
	}
}

.block-news-highlight .block-info-news-highlight p {
	font-size: 20px;
	display: block;
}

@media screen and (min-width: 770px) {
	.block-news-highlight .block-info-news-highlight p {
		font-size: 16px;
		margin-top: 0;
	}
}

.block-news-highlight .block-text-img-text {
	text-align: left;
}

.news-date {
	font-size: 12px !important;
}

.block-news {
	padding-top: 7%;
	padding-bottom: 7%;
	background: #b1bfc0;
}

@media screen and (min-width: 770px) {
	.block-news {
		padding-top: 6%;
		padding-bottom: 6%;
	}
}

html.app-domain-dada .block-news {
	background-color: #e6d7c6;
}

.block-news h2 {
	margin-bottom: 0;
}

.single-news+.single-news {
	margin-top: 10%;
}

@media screen and (min-width: 770px) {
	.single-news+.single-news {
		margin-top: 0;
	}
}

@media screen and (min-width: 770px) {
	.single-news {
		margin-top: 0;
	}
}

.single-news .serif-title-news {
	font-size: 20px;
	margin-bottom: 0;
}

@media screen and (min-width: 1439px) {
	.single-news .serif-title-news {
		font-size: 25px;
	}
}

.single-news:last-of-type {
	margin-bottom: 0;
}

.single-news-link {
	display: block;
}

.block-news-main {
	position: relative;
}

.block-news-picture {
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	position: relative;
}

.block-news-picture img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.block-news-title {
	line-height: 1.1;
}

.block-news-subtitle {
	margin-top: 20px;
	color: #37393b;
	font-size: 14px;
}

.block-news-subtitle p {
	font-size: 14px;
}

@media screen and (min-width: 1439px) {
	.block-news-subtitle p {
		font-size: 18px;
	}
}

.block-news-subtitle h2 {
	margin: 0;
}

.block-single-news-wrapper {
	position: relative;
	z-index: 9;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
}

@media screen and (min-width: 770px) {
	.block-single-news-wrapper {
		width: 80%;
		margin-left: 14%;
	}
}

.block-news-date {
	margin-bottom: 10px;
}

@media screen and (min-width: 770px) {
	.block-news-date {
		margin: 0;
		position: absolute;
		left: -10%;
		top: 3%;
	}
}

.block-news-date span {
	
	font-size: .75rem;
	line-height: 12px;
	font-weight: 500;
	display: block;
	color: #37393b;
	opacity: .8;
}

@media screen and (min-width: 770px) {
	.block-news-date span {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
		position: absolute;
		right: 0;
	}
}

.news-detail-article {
	position: relative;
	width: 100%;
	min-height: 60px;
}

@media screen and (min-width: 770px) {
	.news-detail-article {
		width: 70%;
	}
}

.news-detail-article .serif-title-news {
	margin: 0;
}

@media screen and (max-width: 766px) {
	.news-detail-article .serif-title-news {
		font-size: 36px;
	}
}

.news-detail {
	margin: 40px auto;
	position: relative;
}

@media screen and (min-width: 770px) {
	.news-detail {
		padding-left: 50px;
	}
}

.news-detail .serif-title-news {
	font-size: 40px;
}

.news-detail .news-detail-date {
	margin-bottom: 10px;
}

@media screen and (min-width: 770px) {
	.news-detail .news-detail-date {
		position: absolute;
		left: -50px;
		margin: 0;
		top: 6px;
	}
}

.news-detail .news-detail-date span {
	font-size: 14px;
	display: block;
	color: #37393b;
	opacity: 0.8;
}

@media screen and (min-width: 770px) {
	.news-detail .news-detail-date span {
		font-size: 12px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
		position: absolute;
		right: 0;
	}
}

.newsmap {
	display: block;
}

@media screen and (min-width: 770px) {
	.newsmap {
		display: block;
	}
}

.newsmap #map {
	height: 400px;
	border: 1px solid rgba(0,0,0,0.2);
}

.newsmap .newsmap-desc {
	margin: 5% 0;
}

.newsmap .newsmap-desc p {
	margin: 0;
}

.newsmap .sans-serif-title {
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
}

#ajaxnews .animation-mask {
	opacity: 1 !important;
}

.news-list {
	padding: 5% 5% 9% 5%;
}

@media screen and (min-width: 768px) {
	.news-list {
		padding: 9%;
	}
}

.news-list .row {
	margin: 0 0 10% 0;
}

@media screen and (min-width: 770px) {
	.news-list .row {
		margin: 0 0 4.34783% 0;
	}
}

.news-list .bttpn {
	cursor: pointer;
	margin: 0;
}

.news-back {
	margin: 0 auto;
	position: relative;
	padding-left: 30px;
	opacity: .5;
	transition: opacity .2s ease-in-out;
	font-size: 14px;
}

@media screen and (min-width: 770px) {
	.news-back {
		padding-left: 50px;
	}
}

.news-back:hover {
	opacity: 1;
}

.news-back .news-back-arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.news-back .news-back-text {
	
	font-size: 14px;
}

.news-back svg {
	display: block;
	width: 20px;
	height: 13px;
}

@media screen and (max-width: 766px) {
	.news-back svg {
		width: 31px;
		height: 17px;
	}
}

.block-designer-1 .generic-cta {
	margin-top: 0;
}

.block-designer-1-main {
	position: relative;
	z-index: 2;
}

.block-designer-1-picture,.block-designer-1-image-content {
	position: relative;
}

.block-designer-1-image {
	overflow: visible !important;
	z-index: -1;
}

.block-designer-1-image>div {
	overflow: visible !important;
}

.block-designer-1-image img {
	width: 100%;
	display: block;
}

.block-designer-1-image-content {
	display: none !important;
}

@media screen and (min-width: 767px) {
	.block-designer-1-image-content {
		margin-top: 8vh;
		display: block !important;
	}
}

.block-designer-1-abstract p {
	margin: 0;
}

.block-designer-1-content-text {
	position: relative;
	z-index: 9;
}

.designer-2-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 770px) {
	.designer-2-flex {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.designer-2-flex .designer-2-text {
	-ms-flex-order: 2;
	order: 2;
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.designer-2-flex .designer-2-text:last-child {
	margin-right: 0;
}

@media screen and (min-width: 770px) {
	.designer-2-flex .designer-2-text {
		-ms-flex-order: 1;
		order: 1;
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 39.13043%;
	}

	.designer-2-flex .designer-2-text:last-child {
		margin-right: 0;
	}
}

.designer-2-flex .designer-2-image {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 5%;
}

.designer-2-flex .designer-2-image:last-child {
	margin-right: 0;
}

@media screen and (min-width: 500px) {
	.designer-2-flex .designer-2-image {
		margin-bottom: 20%;
	}
}

@media screen and (min-width: 770px) {
	.designer-2-flex .designer-2-image {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 56.52174%;
		margin-bottom: 0;
		-ms-flex-order: 2;
		order: 2;
	}

	.designer-2-flex .designer-2-image:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1440px) {
	.designer-2-flex .designer-2-image {
		margin-bottom: 10%;
	}
}

@media screen and (min-width: 560px) {
	.designer-2-flex .designer-2-image .designer-2-image-wrapper {
		display: -ms-flexbox;
		display: flex;
	}

	.designer-2-flex .designer-2-image .designer-2-image-wrapper>div {
		width: 50%;
	}
}

.designer-2-line {
	position: relative;
}

@media screen and (min-width: 500px) {
	.designer-2-line {
		padding-left: 1.875rem;
	}
}

.designer-2-line:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #37393b;
	bottom: 0;
	left: 0;
	display: none;
}

@media screen and (min-width: 500px) {
	.designer-2-line:after {
		display: block;
	}
}

.designer-2-image .block-square-quote {
	margin-top: 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

@media screen and (min-width: 500px) {
	.designer-2-image .block-square-quote {
		-webkit-transform: translateY(8vw);
		-ms-transform: translateY(8vw);
		transform: translateY(8vw);
	}
}

@media screen and (min-width: 700px) {
	.designer-2-image .block-square-quote {
		-webkit-transform: translateY(30%);
		-ms-transform: translateY(30%);
		transform: translateY(30%);
	}
}

@media screen and (min-width: 1200) {
	.designer-2-image .block-square-quote {
		-webkit-transform: translateY(15%);
		-ms-transform: translateY(15%);
		transform: translateY(15%);
	}
}

@media screen and (max-width: 560px) {
	.designer-2-image .block-square-quote .block-quote-text {
		font-size: 20px;
	}
}

.block-designer-abstract-bio {
	z-index: 1;
	margin-top: 0;
	overflow: visible;
	position: relative;
}

.block-designer-abstract-bio span {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	
}

.block-designer-abstract-bio h2 {
	letter-spacing: -1px;
	font-family: "Bodoni W01 Roman";
	font-weight: 100;
	font-size: 10vw;
	margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
	.block-designer-abstract-bio h2 {
		margin-bottom: 30px;
		white-space: nowrap;
		font-size: 70px;
	}
}

.block-designer-3 {
	margin-top: 0;
}

.block-designer-3--img {
	position: relative;
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.block-designer-3--img:last-child {
	margin-right: 0;
}

@media screen and (min-width: 550px) {
	.block-designer-3--img {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%;
	}

	.block-designer-3--img:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 770px) {
	.block-designer-3--img {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 56.52174%;
	}

	.block-designer-3--img:last-child {
		margin-right: 0;
	}
}

.block-designer-3--img img {
	width: 100%;
}

.block-designer-3--quote {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.block-designer-3--quote:last-child {
	margin-right: 0;
}

@media screen and (min-width: 550px) {
	.block-designer-3--quote {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%;
	}

	.block-designer-3--quote:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 770px) {
	.block-designer-3--quote {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 39.13043%;
	}

	.block-designer-3--quote:last-child {
		margin-right: 0;
	}
}

.block-designer-3--designer-name {
	padding: 3%;
	padding-top: 0;
	font-size: 50px;
}

.designer-for {
	padding: 0 3%;
}

.designer-for br {
	display: none;
}

@media screen and (min-width: 550px) {
	.designer-flex {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}

.landing-designers {
	background: url(../img/bg_ds_molteni_mobile.jpg) top center repeat-y;
	background-size: contain;
	margin-top: 0;
	margin-bottom: 4%;
}

@media screen and (max-width: 766px) {
	.landing-designers {
		margin-bottom: 0;
		background-size: 100%;
	}
}

.landing-designers>div {
	padding: 0 15%;
}

html.app-domain-dada .landing-designers {
	background-image: url(../img/bg_ds_dada_mobile.jpg);
}

@media screen and (min-width: 768px) {
	.landing-designers {
		background: url(../img/bg_ds_molteni.jpg) center center;
		background-size: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		min-height: 750px;
	}

	html.app-domain-dada .landing-designers {
		background-image: url(../img/bg_ds_dada.jpg);
	}
}

.landing-designers--content {
	position: relative;
}

@media screen and (min-width: 768px) {
	.landing-designers--content {
		display: inline-block;
	}
}

.landing-designers--content.position-top img {
	top: 0;
}

.landing-designers--content.position-bot img {
	bottom: 0;
}

.landing-designers--content img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 350px;
	max-width: none;
	position: absolute;
	left: -20px;
	opacity: 0;
	display: none;
	z-index: 3;
}

.landing-designers--name {
	color: #37393b;
	position: relative;
	font-size: 24px;
	font-family: "Bodoni W01 Roman";
	margin-bottom: 7px;
	display: block;
}

@media screen and (min-width: 767px) {
	.landing-designers--name {
		font-size: 2.5rem;
		z-index: 2;
		display: block;
		margin-right: 1.875rem;
		padding-right: 1.875rem;
		margin-bottom: 15px;
	}

	.landing-designers--name:after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 70%;
		background: #37393b;
		top: 20%;
		right: 0;
	}
}

.product-specs {
	display: none;
	padding-bottom: 4%;
	padding-top: 4%;
	margin-bottom: 4%;
}

@media screen and (min-width: 769px) {
	.product-specs {
		background: #b1bfc0;
		display: block;
	}

	html.app-domain-dada .product-specs {
		background-color: #e6d7c6;
	}
}

.product-specs-intro {
	margin-bottom: 3.75rem;
}

.product-specs-intro .sans-serif-title {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.product-specs-row {
	display: table;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.product-specs-box {
	display: table-cell;
	width: 33.3%;
	margin: 0;
	padding: 30px;
	border-right: 1px solid #747474;
	border-left: 1px solid #747474;
}

.product-specs-box span {
	margin-top: 5px;
	display: block;
}

.product-specs-box span svg {
	width: 14px;
	height: 14px;
}

.product-specs-box+.product-specs-box {
	border-left: none;
}

.product-specs-mobile {
	background: #b1bfc0;
	padding: 30px;
	position: relative;
}

.product-specs-mobile a {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.product-specs-mobile a span {
	display: inline-block;
	padding-right: 12px;
}

.product-specs-mobile svg {
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	width: 12px;
	height: 12px;
}

@media screen and (min-width: 769px) {
	.product-specs-mobile {
		display: none;
	}
}

.product-specs-mobile+.product-specs-mobile::after {
	content: "";
	position: absolute;
	top: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 60%;
	border-bottom: 1px solid #37393b;
}

.product-subsection .free-drawings .drawings-title,.product-subsection .free-drawings .drawings-subtitle,.product-subsection .smartsolutions .drawings-title,.product-subsection .smartsolutions .drawings-subtitle {
	display: block;
}

.product-subsection .see-all-button {
	text-align: center;
}

.product-subsection .see-all-button .generic-cta {
	margin: 0 0 2.5rem;
	display: none;
}

.product-subsection .see-all-button .generic-cta.on {
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.product-subsection .see-all-button .generic-cta {
		margin: 2.5rem 0 0;
	}
}

.country-is-open {
	overflow: hidden;
	width: 100%;
}

.layer-country {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.98);
	z-index: 999999;
	text-align: center;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.layer-country p {
	display: block;
	margin-top: .625rem;
	text-transform: uppercase;
	font-size: 18px;
}

@media screen and (min-width: 769px) {
	.layer-country p {
		font-size: 25px;
	}
}

.layer-country .country-step {
	padding-top: 80px;
}

@media screen and (min-width: 766px) {
	.layer-country .country-step {
		padding-top: 0;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.layer-country .country-trigger-menu {
	position: absolute;
	top: 1.8%;
	right: 2.8%;
	padding: 10px;
	cursor: pointer;
}

.layer-country .country-trigger-menu svg {
	height: 30px;
	width: 30px;
}

.layer-country .country-prev {
	z-index: 999;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.layer-country .country-prev svg {
	display: block;
}

.layer-country .choosen-select {
	padding: 0 30px;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 350px;
	position: relative;
}

.layer-country .choosen-select svg {
	pointer-events: none;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 45px;
	z-index: 999;
	top: 50%;
	opacity: 0.5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.layer-country__step-2 {
	opacity: 0;
	display: none;
}

.choose-continent {
	margin-top: 20px;
}

@media screen and (min-width: 769px) {
	.choose-continent {
		margin-top: 80px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.choose-continent a {
	font-family: "Bodoni W01 Roman";
	font-size: 1.5rem;
	color: #37393b;
	display: block;
	padding: 7px 0;
}

@media screen and (min-width: 769px) {
	.choose-continent a {
		display: inline;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 30px;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.choose-continent a+a {
		border-left: 1px solid #37393b;
	}
}

.choosen-continent {
	font-family: "Bodoni W01 Roman";
	font-size: 1.875rem;
	color: #37393b;
}

.touchevents .chosen-select {
	width: 100%;
	background: #fff;
	padding: 15px 30px;
	border-radius: 0;
	box-shadow: 0 0 0 2px #e0e0e0;
	border: 0;
}

.country-select {
	cursor: pointer;
	background: #fff;
	width: 100%;
	height: 40px;
	padding-left: 25px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	font-size: 13px;
}

.country-select:focus {
	outline: none;
}

.country-select::-moz-focus-inner {
	border: 0;
}

.overlay-is-open {
	overflow: hidden;
	width: 100%;
}

/*.layer-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.98);
	z-index: 999999;
	text-align: center;
	height: 100%;
	width: 100%;
	max-width: 100%;
}*/

.layer-overlay .close-button {
	position: absolute;
	top: 1.8%;
	right: 2.8%;
	padding: 10px;
	cursor: pointer;
}

.layer-overlay .close-button svg {
	height: 30px;
	width: 30px;
}

.layer-overlay .videoplayer-wrapper {
	padding: 5%;
	height: 100%;
}

.private-area {
	color: #f5f5f5;
	background: #37393b;
	padding: 1px 0;
}

.private-area legend {
	visibility: hidden;
}

.private-area .form label {
	color: #f5f5f5;
}

.private-area .form input {
	color: #37393b;
}

@media all and (max-width: 768px) {
	.private-area .form div:not(.hidden) {
		width: 100%;
	}
}

.private-area .form div:not(.hidden):not(:last-child) {
	margin-bottom: 2.5rem;
}

.private-area .form button[type="submit"] {
	color: #37393b;
	background-color: #e0e0e0;
}

html.no-touchevents .private-area .form button[type="submit"]:hover,.private-area .form button[type="submit"]:focus {
	background-color: #979797;
}

.private-area .passfields {
	max-height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.private-area .user-register {
	margin-top: 2.5rem;
}

.private-area .trade__list h2 {
	text-align: left;
}

.private-area h2 {
	color: #f5f5f5;
	text-transform: uppercase;
}

.private-area h2+.subtitle {
	margin: 2.5rem 0;
}

.private-area .cont-title {
	background-color: #37393b;
}

.private-area .cont-subtitle {
	background-color: #37393b;
}

.private-area .subtitle {
	
	font-size: 1.3125rem;
	color: #f5f5f5;
}

.private-area .intro {
	
	font-size: 1.25rem;
	color: #f5f5f5;
}

.private-area .cta {
	
	font-size: .9375rem;
	color: #f5f5f5;
}

.private-area .salute-user {
	display: inline-block;
	margin-top: 1.875rem;
	border-right: 1px solid #f5f5f5;
	padding-right: 1.375rem;
	
	font-size: .9375rem;
	color: #f5f5f5;
}

.private-area .profile-nav {
	display: inline-block;
	margin-top: 1.875rem;
	padding-left: 1.375rem;
	list-style: none;
	color: #f5f5f5;
}

.private-area .profile-nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .6875rem;
	font-size: .75rem;
	
	text-transform: uppercase;
}

.private-area .profile-nav li a {
	margin-top: 0;
	color: #979797;
	text-decoration: none;
}

.private-area .profile-nav li a:hover,.private-area .profile-nav li a:active {
	color: #f5f5f5;
	text-decoration: none;
}

.private-area .profile-nav li:first-child {
	padding-left: 0;
}

.private-area .profile-nav li:last-child {
	padding-right: 0;
}

.private-area .profile-nav li.active {
	color: #f5f5f5;
	text-decoration: none;
}

.private-area .cont-page-title {
	padding: 3.75rem 0 1rem;
}

.private-area .cont-page-title .page-title {
	font-size: 1.75rem;
}

.private-area .cont-page-subtitle {
	padding-bottom: 3.125rem;
}

.private-area .cont-page-subtitle .page-subtitle {
	font-size: .9375rem;
}

.private-area .wrapper-content .sidebar__menu li {
	text-align: left;
}

.private-area .wrapper-content .sidebar__menu li a {
	margin: 0;
	padding: 0;
	font-size: .875rem;
}

.private-area .wrapper-content .sidebar__menu li a:hover {
	text-decoration: none;
}

.private-area .wrapper-content hr {
	margin: 2.8125rem auto 2.1875rem;
	width: 2.8125rem;
	opacity: 0.5;
	color: #37393b;
}

.private-area .wrapper-content .form {
	margin: 0 auto;
}

.private-area .wrapper-content .form .radio,.private-area .wrapper-content .form .checkbox {
	text-align: left;
	padding: 1.0625rem 0;
}

.private-area .wrapper-content .form .radio>label:first-child,.private-area .wrapper-content .form .checkbox>label:first-child {
	display: inline-block;
	padding-bottom: 1.0625rem;
}

.private-area .wrapper-content .form .expanded .radio>label:first-child,.private-area .wrapper-content .form .expanded .checkbox>label:first-child {
	display: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.private-area.black-bg {
	color: #e0e0e0;
	background-color: #37393b;
}

.private-area.black-bg .wrapper-content .cont-title,.private-area.black-bg .wrapper-content .cont-subtitle {
	background: none;
}

.private-area.black-bg .wrapper-content input[type="text"]::-webkit-input-placeholder,.private-area.black-bg .wrapper-content input[type="password"]::-webkit-input-placeholder,.private-area.black-bg .wrapper-content input[type="email"]::-webkit-input-placeholder,.private-area.black-bg .wrapper-content input[type="number"]::-webkit-input-placeholder,.private-area.black-bg .wrapper-content textarea::-webkit-input-placeholder {
	color: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="text"]::-moz-placeholder,.private-area.black-bg .wrapper-content input[type="password"]::-moz-placeholder,.private-area.black-bg .wrapper-content input[type="email"]::-moz-placeholder,.private-area.black-bg .wrapper-content input[type="number"]::-moz-placeholder,.private-area.black-bg .wrapper-content textarea::-moz-placeholder {
	color: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="text"]:-moz-placeholder,.private-area.black-bg .wrapper-content input[type="password"]:-moz-placeholder,.private-area.black-bg .wrapper-content input[type="email"]:-moz-placeholder,.private-area.black-bg .wrapper-content input[type="number"]:-moz-placeholder,.private-area.black-bg .wrapper-content textarea:-moz-placeholder {
	color: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="text"]:-ms-input-placeholder,.private-area.black-bg .wrapper-content input[type="password"]:-ms-input-placeholder,.private-area.black-bg .wrapper-content input[type="email"]:-ms-input-placeholder,.private-area.black-bg .wrapper-content input[type="number"]:-ms-input-placeholder,.private-area.black-bg .wrapper-content textarea:-ms-input-placeholder {
	color: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="text"].error,.private-area.black-bg .wrapper-content input[type="password"].error,.private-area.black-bg .wrapper-content input[type="email"].error,.private-area.black-bg .wrapper-content input[type="number"].error,.private-area.black-bg .wrapper-content textarea.error {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="text"].error::-webkit-input-placeholder,.private-area.black-bg .wrapper-content input[type="password"].error::-webkit-input-placeholder,.private-area.black-bg .wrapper-content input[type="email"].error::-webkit-input-placeholder,.private-area.black-bg .wrapper-content input[type="number"].error::-webkit-input-placeholder,.private-area.black-bg .wrapper-content textarea.error::-webkit-input-placeholder {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="text"].error::-moz-placeholder,.private-area.black-bg .wrapper-content input[type="password"].error::-moz-placeholder,.private-area.black-bg .wrapper-content input[type="email"].error::-moz-placeholder,.private-area.black-bg .wrapper-content input[type="number"].error::-moz-placeholder,.private-area.black-bg .wrapper-content textarea.error::-moz-placeholder {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="text"].error:-moz-placeholder,.private-area.black-bg .wrapper-content input[type="password"].error:-moz-placeholder,.private-area.black-bg .wrapper-content input[type="email"].error:-moz-placeholder,.private-area.black-bg .wrapper-content input[type="number"].error:-moz-placeholder,.private-area.black-bg .wrapper-content textarea.error:-moz-placeholder {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="text"].error:-ms-input-placeholder,.private-area.black-bg .wrapper-content input[type="password"].error:-ms-input-placeholder,.private-area.black-bg .wrapper-content input[type="email"].error:-ms-input-placeholder,.private-area.black-bg .wrapper-content input[type="number"].error:-ms-input-placeholder,.private-area.black-bg .wrapper-content textarea.error:-ms-input-placeholder {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label {
	margin: 1.0625rem 0;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label:before {
	border-color: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label svg {
	fill: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label span {
	color: #e0e0e0;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label:hover:before,.private-area.black-bg .wrapper-content input[type="checkbox"]+label:hover svg,.private-area.black-bg .wrapper-content input[type="checkbox"]+label:hover span {
	transition-timing-function: ease-out;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label:hover:before {
	border-color: #f5f5f5;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label:hover svg {
	fill: #f5f5f5;
}

.private-area.black-bg .wrapper-content input[type="checkbox"]+label:hover span {
	color: #f5f5f5;
}

.private-area.black-bg .wrapper-content input[type="checkbox"].error+label:before,.private-area.black-bg .wrapper-content input[type="checkbox"].error+label:hover:before {
	border-color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="checkbox"].error+label svg,.private-area.black-bg .wrapper-content input[type="checkbox"].error+label:hover svg {
	fill: #d12420;
}

.private-area.black-bg .wrapper-content input[type="checkbox"].error+label span,.private-area.black-bg .wrapper-content input[type="checkbox"].error+label:hover span {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="radio"]+label .radiobtn:after {
	background: #f5f5f5;
}

.private-area.black-bg .wrapper-content input[type="radio"].error+label:before {
	border-color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="radio"].error+label:after {
	fill: #d12420;
}

.private-area.black-bg .wrapper-content input[type="radio"].error+label span {
	color: #d12420;
}

.private-area.black-bg .wrapper-content input[type="submit"],.private-area.black-bg .wrapper-content button[type="submit"] {
	color: #37393b;
	background-color: #e0e0e0;
}

html.no-touchevents .private-area.black-bg .wrapper-content input[type="submit"]:hover,.private-area.black-bg .wrapper-content input[type="submit"]:focus,html.no-touchevents .private-area.black-bg .wrapper-content button[type="submit"]:hover,.private-area.black-bg .wrapper-content button[type="submit"]:focus {
	background-color: #979797;
}

.private-area.landing {
	background: none;
}

.private-area.landing .cont-title {
	background-color: #21534a;
	background-image: radial-gradient(ellipse 720px 600px at 50% 50%, #538d81 0%, rgba(83,141,129,0) 100%);
}

.private-area.landing .cont-title .title,.private-area.landing .cont-title .cta {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.private-area.landing .cont-title .title {
	padding: 2.1875rem 0;
}

.private-area.landing .cont-title .intro {
	margin-bottom: 2.5rem;
}

.private-area.landing .cont-title .cta {
	margin: 0 auto;
	max-width: 520px;
	width: 100%;
	padding-bottom: 2.1875rem;
}

.private-area#private-area-login.landing {
	color: #e0e0e0;
	background-color: #21534a;
	background-image: radial-gradient(ellipse 720px 600px at 50% 13%, #538d81 0%, rgba(83,141,129,0) 100%);
}

.private-area#private-area-login.landing .wrapper-content hr {
	color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"],.private-area#private-area-login.landing .wrapper-content input[type="password"],.private-area#private-area-login.landing .wrapper-content input[type="email"],.private-area#private-area-login.landing .wrapper-content input[type="number"],.private-area#private-area-login.landing .wrapper-content textarea {
	border-color: #f5f5f5;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"]::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"]::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"]::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"]::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content textarea::-webkit-input-placeholder {
	color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"]::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"]::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"]::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"]::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content textarea::-moz-placeholder {
	color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"]:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"]:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"]:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"]:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content textarea:-moz-placeholder {
	color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"]:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"]:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"]:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"]:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content textarea:-ms-input-placeholder {
	color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"].error,.private-area#private-area-login.landing .wrapper-content input[type="password"].error,.private-area#private-area-login.landing .wrapper-content input[type="email"].error,.private-area#private-area-login.landing .wrapper-content input[type="number"].error,.private-area#private-area-login.landing .wrapper-content textarea.error {
	color: #d12420;
	border-color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"].error::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"].error::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"].error::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"].error::-webkit-input-placeholder,.private-area#private-area-login.landing .wrapper-content textarea.error::-webkit-input-placeholder {
	color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"].error::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"].error::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"].error::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"].error::-moz-placeholder,.private-area#private-area-login.landing .wrapper-content textarea.error::-moz-placeholder {
	color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"].error:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"].error:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"].error:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"].error:-moz-placeholder,.private-area#private-area-login.landing .wrapper-content textarea.error:-moz-placeholder {
	color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="text"].error:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="password"].error:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="email"].error:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content input[type="number"].error:-ms-input-placeholder,.private-area#private-area-login.landing .wrapper-content textarea.error:-ms-input-placeholder {
	color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:before {
	border-color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label svg {
	fill: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label span {
	color: #e0e0e0;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:hover:before,.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:hover svg,.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:hover span {
	transition-timing-function: ease-out;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:hover:before {
	border-color: #f5f5f5;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:hover svg {
	fill: #f5f5f5;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"]+label:hover span {
	color: #f5f5f5;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"].error+label:before,.private-area#private-area-login.landing .wrapper-content input[type="checkbox"].error+label:hover:before {
	border-color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"].error+label svg,.private-area#private-area-login.landing .wrapper-content input[type="checkbox"].error+label:hover svg {
	fill: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="checkbox"].error+label span,.private-area#private-area-login.landing .wrapper-content input[type="checkbox"].error+label:hover span {
	color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="radio"]+label .radiobtn:after {
	background: #f5f5f5;
}

.private-area#private-area-login.landing .wrapper-content input[type="radio"].error+label:before {
	border-color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="radio"].error+label:after {
	fill: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="radio"].error+label span {
	color: #d12420;
}

.private-area#private-area-login.landing .wrapper-content input[type="submit"],.private-area#private-area-login.landing .wrapper-content button[type="submit"] {
	color: #21534a;
	background-color: #e0e0e0;
}

html.no-touchevents .private-area#private-area-login.landing .wrapper-content input[type="submit"]:hover,.private-area#private-area-login.landing .wrapper-content input[type="submit"]:focus,html.no-touchevents .private-area#private-area-login.landing .wrapper-content button[type="submit"]:hover,.private-area#private-area-login.landing .wrapper-content button[type="submit"]:focus {
	background-color: #979797;
}

.private-area#private-area-registration .row {
	width: 100%;
}

.lost-password a {
	margin-top: 10px;
	color: #f5f5f5;
	font-size: 12px;
	display: inline-block;
	opacity: .5;
	transition: opacity .2s ease-in-out;
}

.lost-password a:hover {
	opacity: 1;
}

.error-page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #37393b;
	min-height: calc(70vh - 80px);
	overflow: hidden;
}

.error-page .wrapper-content {
	max-width: 600px;
	overflow: hidden;
}

.error-page .wrapper-content h1,.error-page .wrapper-content h2 {
	font-family: "Bodoni W01 Bold_709602";
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

.error-page .wrapper-content h1 {
	font-size: 22.13542vw;
}

.error-page .wrapper-content h2 {
	font-size: 4.55729vw;
}

.error-page .wrapper-content p {
	font-family: "Bodoni W01 Roman";
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.34375vw;
	text-align: center;
}

.error-page .wrapper-content p.back-link {
	margin-top: 3.125em;
}

.error-page .wrapper-content p a {
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 1em 2em;
	text-transform: none;
}

@media screen and (min-width: 769px) {
	.error-page .wrapper-content h1 {
		font-size: 10.625rem;
	}

	.error-page .wrapper-content h2 {
		font-size: 2.1875rem;
	}

	.error-page .wrapper-content p {
		font-size: 1.125rem;
	}
}

.ce-banner {
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	color: #37393b;
	z-index: 99999999999999999;
	padding: 20px 60px 20px 20px;
}

.ce-banner p {
	display: block;
	max-width: 780px;
	margin: 0 auto;
	font-size: 11px;
}

.ce-banner a {
	color: inherit;
	text-decoration: underline;
}

.ce-banner .close-banner {
	position: absolute;
	right: 10px;
	top: 50%;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.ce-banner .close-banner svg {
	width: 20px;
	height: 20px;
}

.modal {
	position: fixed;
	z-index: 1002;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
}

.modal-content {
	overflow: auto;
	background: #fff;
	position: absolute;
	height: 80vh;
	width: 60vw;
	left: 20vw;
	top: 10vh;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

@media screen and (max-width: 480px) {
	.modal-content {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-height: 810px) {
	.modal-content {
		height: 810px;
		top: 50%;
		left: 50%;
		width: 686px;
		margin-left: -343px;
		margin-top: -405px;
		overflow: hidden !important;
	}
}

.modal-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.box-pagina-cookies-in a,.box-pagina-privacy-in a {
	word-break: break-all;
	word-wrap: break-word;
}

.box-pagina-cookies-in table,.box-pagina-privacy-in table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin: 20px 0;
}

.box-pagina-cookies-in table tr th,.box-pagina-privacy-in table tr th {
	word-break: break-word;
	border: 1px solid;
	vertical-align: middle;
	padding: 10px 0;
}

.box-pagina-cookies-in table tr td,.box-pagina-privacy-in table tr td {
	border: 1px solid;
	padding: 10px;
	vertical-align: top;
}

.box-pagina-cookies-in table tr td:last-of-type,.box-pagina-privacy-in table tr td:last-of-type {
	word-break: break-word;
}

.box-pagina-cookies-in table tr td:last-of-type a,.box-pagina-privacy-in table tr td:last-of-type a {
	word-break: break-all;
	word-wrap: break-word;
}

@media (max-width: 1023px) {
	.box-pagina-cookies-in table th,.box-pagina-privacy-in table th {
		display: none;
	}

	.box-pagina-cookies-in table td,.box-pagina-privacy-in table td {
		display: block;
	}

	.box-pagina-cookies-in table td:before,.box-pagina-privacy-in table td:before {
		font-weight: bold;
		display: block;
	}
}

@media (max-width: 1023px) {
	.box-pagina-privacy-in table.table1.it td:nth-of-type(1):before {
		content: "FINALITÀ DEL TRATTAMENTO: ";
	}

	.box-pagina-privacy-in table.table1.it td:nth-of-type(2):before {
		content: "BASE GIURIDICA: ";
	}

	.box-pagina-privacy-in table.table1.it td:nth-of-type(3):before {
		content: "PERIODO CONSERVAZIONE DATI: ";
	}

	.box-pagina-privacy-in table.table1.en td:nth-of-type(1):before {
		content: "PURPOSES: ";
	}

	.box-pagina-privacy-in table.table1.en td:nth-of-type(2):before {
		content: "LEGAL BASIS: ";
	}

	.box-pagina-privacy-in table.table1.en td:nth-of-type(3):before {
		content: "DATA RETENTION PERIOD: ";
	}
}

@media (max-width: 1023px) {
	.box-pagina-cookies-in table.table2.en td:nth-of-type(1):before {
		content: "OWNER: ";
	}

	.box-pagina-cookies-in table.table2.en td:nth-of-type(2):before {
		content: "NAME: ";
	}

	.box-pagina-cookies-in table.table2.en td:nth-of-type(3):before {
		content: "USAGE: ";
	}

	.box-pagina-cookies-in table.table2.en td:nth-of-type(4):before {
		content: "DURATION: ";
	}

	.box-pagina-cookies-in table.table2.en td:nth-of-type(5):before {
		content: "TYPE: ";
	}

	.box-pagina-cookies-in table.table2.en td:nth-of-type(6):before {
		content: "LINK INFO: ";
	}

	.box-pagina-cookies-in table.table2.it td:nth-of-type(1):before {
		content: "PROPRIETARIO: ";
	}

	.box-pagina-cookies-in table.table2.it td:nth-of-type(2):before {
		content: "NOME: ";
	}

	.box-pagina-cookies-in table.table2.it td:nth-of-type(3):before {
		content: "FUNZIONE: ";
	}

	.box-pagina-cookies-in table.table2.it td:nth-of-type(4):before {
		content: "CONSERVAZIONE: ";
	}

	.box-pagina-cookies-in table.table2.it td:nth-of-type(5):before {
		content: "TIPOLOGIA: ";
	}

	.box-pagina-cookies-in table.table2.it td:nth-of-type(6):before {
		content: "LINK INFO: ";
	}

	.box-pagina-cookies-in table.table1.en td:nth-of-type(1):before {
		content: "OWNER: ";
	}

	.box-pagina-cookies-in table.table1.en td:nth-of-type(2):before {
		content: "NAME: ";
	}

	.box-pagina-cookies-in table.table1.en td:nth-of-type(3):before {
		content: "USAGE: ";
	}

	.box-pagina-cookies-in table.table1.en td:nth-of-type(4):before {
		content: "DURATION: ";
	}

	.box-pagina-cookies-in table.table1.en td:nth-of-type(5):before {
		content: "TYPE: ";
	}

	.box-pagina-cookies-in table.table1.it td:nth-of-type(1):before {
		content: "PROPRIETARIO: ";
	}

	.box-pagina-cookies-in table.table1.it td:nth-of-type(2):before {
		content: "NOME: ";
	}

	.box-pagina-cookies-in table.table1.it td:nth-of-type(3):before {
		content: "FUNZIONE: ";
	}

	.box-pagina-cookies-in table.table1.it td:nth-of-type(4):before {
		content: "DURATA: ";
	}

	.box-pagina-cookies-in table.table1.it td:nth-of-type(5):before {
		content: "TIPOLOGIA:";
	}
}

.button {
	display: inline-block;
	padding: .9375rem 1.875rem;
	box-shadow: 0 0 0 1px #e0e0e0;
	text-decoration: none;
	color: #37393b;
	margin-top: 2.5rem;
}

.button-buy {
	font-family: "Bodoni W01 Bold_709602";
	font-size: 18px;
	line-height: 1.1;
	font-weight: 100;
}

.generic-cta {
	display: inline-block;
	padding: .9375rem 1.875rem;
	background: rgba(233,233,233,0);
	text-decoration: none;
	color: #37393b;
	/*margin-top: 2.5rem;*/
	font-size: 12px;
	text-transform: uppercase;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: background .2s ease-in-out;
	border: 1px solid #999;
}

.generic-cta:hover {
	background: #e9e9e9;
    color:inherit;
}

.generic-cta.is-white {
	background: #fff;
}

.generic-cta.no-margin {
	margin: 0;
}

.generic-cta.is-news:hover {
	background: rgba(233,233,233,0.1);
}

.generic-cta-buy {
	font-family: "Bodoni W01 Bold_709602";
	font-size: 18px;
	line-height: 1.1;
	font-weight: 100;
}

.generic-cta--black {
	background: #37393b;
	color: #fff;
}

.generic-cta--black:hover {
	background: rgba(55,57,59,0.8);
}

.generic-cta.bttpn.loading {
	opacity: .5;
}

.generic-cta-special:after {
	display: none;
}

.generic-cta-special:before {
	content: "";
	background: url(../svg-sprite/left-arrow.svg) no-repeat top left;
	height: 12px;
	width: 21px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.no-border-cta {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.no-border-cta span {
	font-size: 12px;
	text-transform: uppercase;
	color: #37393b;
}

.no-border-cta svg {
	display: block;
	width: 15px;
	height: 12px;
	margin-right: 5px;
	margin-left: 10px;
}

.block-product {
	position: relative;
	overflow: hidden;
}

.block-product-content-image {
	position: relative;
}

.block-product-slider {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	opacity: 0;
	position: fixed;
	width: calc(65% - 220px);
	max-width: 730px;
	top: 50%;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.block-product-slider .block-product {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	padding-bottom: 80%;
}

.block-product-slider .block-product>div {
	padding: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
}

.block-product-slider .block-product>div+div {
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
}

.block-product-mask {
	position: relative;
	overflow: hidden;
}

.block-product-product {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100vh;
	display: table;
}

.block-product-product>div {
	vertical-align: middle;
	display: table-cell;
}

.content-block-slider {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.block-slider-arrows {
	display: inline-block;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	cursor: pointer;
	fill: #9a9a9a;
	padding: 10px;
	display: none !important;
}

.block-slider-arrows_left {
	left: 3%;
}

.block-slider-arrows_right {
	right: 3%;
}

.block-slider-slide {
	cursor: pointer;
}

.block-slider-slide img {
	display: block;
	transition: opacity .2s ease-in-out;
	opacity: .5;
}

.block-slider-slide:hover img {
	opacity: 1;
}

.block-slider-slide.slick-current {
	cursor: default;
}

.block-slider-slide.slick-current img {
	opacity: 1;
}

.block-slider {
	position: relative;
}

.block-slider .block-slider-slide-wrapper {
	padding: 0 2%;
	position: relative;
}

.block-slider .block-slider-slide-wrapper img {
	display: block;
	height: 150px;
}

@media screen and (min-width: 500px) {
	.block-slider .block-slider-slide-wrapper img {
		height: 300px;
	}
}

@media screen and (min-width: 770px) {
	.block-slider .block-slider-slide-wrapper img {
		height: 500px;
	}
}

.block-slider .slick-dots {
	display: none !important;
}

@media screen and (min-width: 769px) {
	.block-slider .slick-dots {
		width: 100%;
		text-align: center;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
		display: block !important;
		top: 101%;
		display: block;
		left: 50%;
	}
}

.block-slider .slick-dots li {
	margin: 0 7px;
	display: inline-block;
}

.block-slider .slick-dots .slick-active button {
	opacity: 1;
}

.block-slider .slick-dots button {
	background: #37393b;
	-webkit-appearance: none;
	opacity: .3;
	font-size: 0;
	height: 2px;
	display: block;
	border: 0;
	padding: 0;
	width: 1.25rem;
	margin: 0;
	transition: opacity .2s ease-in-out;
}

.block-slider .slick-dots button:hover {
	opacity: 1;
}

.block-text-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1100px) {
	.block-text-img {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
	}
}

.block-text-img img {
	width: 100%;
}

@media screen and (min-width: 767px) {
	.block-text-img.block-text-img_small {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.block-text-img .block-text-img-img {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.block-text-img .block-text-img-img:last-child {
	margin-right: 0;
}

@media screen and (min-width: 1100px) {
	.block-text-img .block-text-img-img {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 65.21739%;
	}

	.block-text-img .block-text-img-img:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.block-text-img .block-text-img-img .product-list__item__text {
		border-left: 1px solid #747474;
	}
}

@media screen and (min-width: 769px) {
	.block-text-img .block-text-img-img .product-list__item__text {
		padding: 55px 0 0 20px;
		margin: -30px 0 0 10%;
	}
}

.block-text-img .block-text-img-text {
	position: relative;
	z-index: 9;
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
}

.block-text-img .block-text-img-text:last-child {
	margin-right: 0;
}

.block-text-img .block-text-img-text.is-news {
	padding-top: 5% !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

@media screen and (min-width: 1100px) {
	.block-text-img .block-text-img-text.is-news {
		padding: 0 !important;
	}
}

@media screen and (min-width: 1100px) {
	.block-text-img .block-text-img-text {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 30.43478%;
		padding: 0;
		position: static;
	}

	.block-text-img .block-text-img-text:last-child {
		margin-right: 0;
	}

	.block-text-img .block-text-img-text:after {
		display: none;
	}
}

.block-text-img .block-text-img-text .logo-quickship {
	width: 80px;
	height: auto;
}

.block-text-img .block-text-img-text .logo-quickship>svg {
	width: 100%;
}

.block-text-img .block-text-img-text .label-quickship {
	font-size: 24px;
	margin-bottom: 20px;
}

.block-text-img .block-text-img-text .label-designer {
	font-size: 12px;
	margin-bottom: 30px;
}

.block-text-img .block-text-img-text .cta-wrap {
	margin: 35px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
}

.block-text-img .block-text-img-text .cta-wrap>.generic-cta {
	text-align: center;
	margin: 5px 0;
}

.block-text-img .block-text-img-text .cta-wrap>.generic-cta:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 560px) {
	.block-text-img .block-text-img-text .cta-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.block-text-img .block-text-img-text .cta-wrap>.generic-cta:first-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1399px) {
	.block-text-img .block-text-img-text .cta-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.block-text-img .block-text-img-text .cta-wrap>.generic-cta {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.block-text-img .block-text-img-text .cta-wrap>.generic-cta:first-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1400px) {
	.block-text-img .block-text-img-text .cta-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.block-text-img .block-text-img-text .cta-wrap>.generic-cta {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.block-text-img .block-text-img-text .cta-wrap>.generic-cta:first-child {
		margin-right: 20px;
	}
}

.block-text-img .block-text-img-text .no-border-cta--quickship {
	padding: .4em 0;
}

.block-text-img .block-text-img-text .no-border-cta--quickship>svg {
	margin-left: 0;
}

.block-text-img .block-text-img-text .underlined-link {
	margin-top: 20px;
	font-size: 12px;
	text-decoration: underline;
}

.block-text-img .block-text-img-text .text-uppercase {
	text-transform: uppercase;
}

.block-text-img .product-list__item__text {
	display: none !important;
}

@media screen and (min-width: 1100px) {
	.block-text-img .product-list__item__text {
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	.block-text-img.block-text-img_top .block-text-img-text {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.block-text-img .block-text-img-text {
		margin-top: 30px;
	}
}

@media screen and (max-width: 770px) {
	.block-text-img .animation-scrollto {
		visibility: hidden;
		position: absolute;
		z-index: -9;
	}
}

@media screen and (min-width: 770px) {
	.block-text-img_text-left .block-text-img-text {
		text-align: right;
	}
}

@media screen and (max-width: 1100px) {
	.block-text-img_text-left.is-highlight .block-text-img-img {
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width: 1100px) {
	.block-text-img_text-left.is-highlight .block-text-img-text {
		-ms-flex-order: 2;
		order: 2;
	}
}

.block-text-img_text-left .block-text-img-img {
	position: relative;
}

@media screen and (max-width: 768px) {
	.block-text-img_text-left .block-text-img-img {
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width: 768px) {
	.block-text-img_text-left .block-text-img-text {
		-ms-flex-order: 2;
		order: 2;
	}
}

.block-two-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.block-two-img {
		display: block;
	}

	.block-two-img>div:first-of-type {
		margin-bottom: 1.875rem;
	}
}

@media screen and (min-width: 769px) {
	.block-two-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}

.block-text_generic {
	margin-top: 20px;
}

.block-text__align-left {
	margin: 0;
}

@media screen and (min-width: 770px) {
	.block-text__align-left {
		width: 75%;
		padding-left: 3%;
	}
}

.block-text__align-center {
	text-align: center;
	padding: 0 5%;
}

.block-text-pre-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	
	font-size: 30px;
	line-height: 1.2;
	font-weight: 100;
}

.block-text-title-1 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "Bodoni W01 Bold_709602";
	font-size: 40px;
	line-height: .9;
	font-weight: 100;
}

.block-text-title-2 {
	margin-bottom: 45px;
}

.block-text-title-3 {
	margin-bottom: 10px;
	font-family: "Bodoni W01 Roman";
	font-size: 18px;
	line-height: 1.3;
	font-weight: 100;
}

@media screen and (min-width: 1440px) {
	.block-text-title-3 {
		font-family: "Bodoni W01 Roman";
		font-size: 24px;
		line-height: 1.3;
		font-weight: 100;
	}
}

.block-video .block-video-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56%;
}

.block-video .block-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.block-square-quote {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	margin-top: 5%;
}

@media screen and (min-width: 550px) {
	.block-square-quote {
		margin-top: 0;
		padding-bottom: 0;
		height: auto;
	}
}

.block-square-quote .block-quote-content {
	text-align: center;
	height: 100%;
	width: 100%;
	display: table;
	position: absolute;
}

@media screen and (min-width: 550px) {
	.block-square-quote .block-quote-content {
		position: relative;
	}

	.block-square-quote .block-quote-content:before {
		content: "";
		display: block;
		height: 0;
		padding-bottom: 100%;
		width: 100%;
		background: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: -1;
	}
}

.block-square-quote .block-quote-content>div {
	padding: 13%;
	display: table-cell;
	vertical-align: middle;
	color: #37393b;
}

@media screen and (min-width: 1100px) {
	.block-square-quote .block-quote-content>div {
		padding: 15%;
	}
}

.block-square-quote .block-quote-text {
	font-family: "Bodoni W01 Roman";
	line-height: 1.2;
	letter-spacing: -1px;
	font-size: 24px;
	vertical-align: middle;
	display: table-cell;
}

@media screen and (min-width: 770px) {
	.block-square-quote .block-quote-text {
		font-size: 18px;
	}
}

@media screen and (min-width: 950px) {
	.block-square-quote .block-quote-text {
		font-size: 20px;
	}
}

@media screen and (min-width: 1280) {
	.block-square-quote .block-quote-text {
		font-size: 26px;
	}
}

@media screen and (min-width: 1590px) {
	.block-square-quote .block-quote-text {
		font-size: 28px;
	}
}

.block-square-quote .block-quote-name {
	
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
	display: block;
}

@media screen and (min-width: 1590px) {
	.block-square-quote .block-quote-name {
		font-size: 14px;
	}
}

.block-info-product {
	position: relative;
	text-align: left;
}

.block-info-product .designer-name {
	
	margin-top: 5px;
	display: block;
}

.block-info-product .design-by {
	font-size: 12px;
}

@media screen and (min-width: 1439px) {
	.block-info-product .design-by {
		font-size: 14px;
	}
}

.block-info-product h3 {
	font-size: 18px;
}

.block-info-product.is-collection a {
	margin-bottom: 25px;
}

.block-info-product a {
	display: inline-block;
}

@media screen and (min-width: 770px) {
	.block-info-product {
		margin-bottom: auto;
		margin-top: auto;
	}

	.block-info-product:after {
		display: none;
	}
}

.block-info-product>div {
	display: block;
}

.block-info-product>div span {
	display: block;
}

.block-text-img-description {
	font-size: 16px;
}

.block-caption-text {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #37393b;
	
	opacity: .5;
}

.breadcrumb span,.breadcrumb ul {
	display: inline-block;
	font-size: .75rem;
	text-transform: uppercase;
}

.breadcrumb ul li a {
	transition: color 0.3s ease-in;
	font-size: .75rem;
	color: #979797;
	text-decoration: none;
	text-transform: uppercase;
}

.breadcrumb ul li a:hover,.breadcrumb ul li a:active {
	transition-timing-function: ease-out;
	color: #37393b;
}

.breadcrumb ul li.active a {
	transition-timing-function: ease-out;
	color: #37393b;
}

.breadcrumb-identity {
	display: none !important;
	padding: 0 1.875rem;
}

.breadcrumb-identity ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.breadcrumb-identity ul li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
}

.breadcrumb-identity ul li a {
	padding: 5px;
	font-size: .75rem;
	line-height: 1em;
}

@media screen and (min-width: 1024px) {
	html.no-touchevents .breadcrumb-identity {
		display: block;
		position: fixed;
		top: 36px;
		right: calc(5% + 25px);
		left: calc(5% + 130px + 55px);
		padding: 0;
		z-index: 999;
	}
}

.cont-form-errors,.cont-flash-notice {
	display: none;
	margin: 0 auto 1.0625rem;
	border: none;
	padding: 1.25em 0;
	width: 100%;
	background: none;
}

.cont-form-errors ul,.cont-flash-notice ul {
	display: block;
	margin: 0 auto;
	max-width: 600px;
	list-style: none;
}

.cont-form-errors ul li,.cont-flash-notice ul li {
	margin: .9375rem 0 0;
	display: block;
	color: #d12420;
	font-size: .9375rem;
	text-align: center;
}

.cont-form-errors ul li:first-child,.cont-flash-notice ul li:first-child {
	margin-top: 0;
}

.cont-page-subtitle+.cont-form-errors,.cont-page-subtitle+.cont-flash-notice {
	margin-top: 0;
	padding-top: 0;
}

.cont-flash-notice ul {
	background-color: #21534a;
}

.cont-flash-notice ul p {
	color: #fff;
	padding: 10px;
}

.cont-flash-notice ul li {
	color: #21534a;
}

.form input[type="text"],.form input[type="password"],.form input[type="email"] {
	background: #fff;
	border: 1px solid #d6d6d6;
	height: 48px;
}

.form input {
	display: block;
	width: 100%;
}

.form input.error {
	border: 1px solid #d12420;
}

.form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 800px;
}

.form label {
	text-transform: uppercase;
	
	color: #37393b;
	font-size: 11px;
}

.form label span {
	
}

.form label span.required-text {
	font-size: 0;
	line-height: 0;
}

.form label span.required-text:before {
	font-size: .9375rem;
	line-height: 1em;
	content: "*";
	display: inline-block;
}

.form div.input-inline {
	display: inline-block;
}

.form div.radio,.form div.checkbox {
	text-align: left;
	padding: 1.0625rem 0;
}

.form div.radio.inline,.form div.checkbox.inline {
	display: inline-block;
}

.form div.radio.inline:first-child>label,.form div.checkbox.inline:first-child>label {
	padding-right: 2.125rem;
	padding-bottom: 1.0625rem;
}

.form div.radio>label:first-child,.form div.checkbox>label:first-child {
	display: inline-block;
	padding-bottom: 1.0625rem;
}

.form div a.fieldlink {
	border: 0 none;
}

.form div textarea {
	display: block;
	resize: none;
	width: 100%;
	background: #fff;
	border: 1px solid #d6d6d6;
	min-height: 100px;
}

.form div textarea.error {
	border-color: rgba(209,36,32,0.35);
	color: #d12420;
}

.form div input[type="checkbox"],.form div input[type="radio"] {
	visibility: hidden;
}

.form div input[type="checkbox"]+label,.form div input[type="radio"]+label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
}

.form div input[type="checkbox"]+label span,.form div input[type="radio"]+label span {
	transition: color 0.25s ease-out;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-weight: 300;
	font-size: .75rem;
	line-height: 1.2em;
	color: #37393b;
	text-transform: none;
}

.form div input[type="checkbox"]+label span a,.form div input[type="radio"]+label span a {
	margin: 0;
	border: 0 none;
	padding: 0;
	text-transform: none;
	text-decoration: underline;
}

.form div input[type="checkbox"]+label span.required-text,.form div input[type="radio"]+label span.required-text {
	font-size: 0;
	line-height: 0;
}

.form div input[type="checkbox"]+label span.required-text:before,.form div input[type="radio"]+label span.required-text:before {
	font-size: 0;
	line-height: 0;
}

.form div input[type="checkbox"].error+label span,.form div input[type="radio"].error+label span {
	color: #d12420;
}

.form input[type="checkbox"]+label {
	padding-left: calc(1.125rem + 1rem);
	line-height: 1.125rem;
}

.form input[type="checkbox"]+label:before {
	transition: border-color 0.25s ease-out;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 1.125rem;
	height: 1.125rem;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
}

.form input[type="checkbox"]+label svg {
	transition-property: -webkit-transform, opacity, fill;
	transition-property: transform, opacity, fill;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	display: inline-block;
	position: absolute;
	width: 1.125rem;
	height: 1.125rem;
	top: calc(-1.125rem * 0.1);
	left: calc(1.125rem * 0.19);
	font-size: 0;
	line-height: 0;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
}

.form input[type="checkbox"]:checked+label svg {
	transition-timing-function: ease-in;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.form input[type="checkbox"].error+label:before {
	border-color: rgba(209,36,32,0.35);
}

.form input[type="checkbox"].error+label svg {
	fill: #d12420;
}

.form input[type="radio"]+label {
	padding-left: calc(1.125rem + 1rem);
	line-height: 1.125rem;
}

.form input[type="radio"]+label .radiobtn {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	left: 0;
	width: 1.125rem;
	height: 1.125rem;
	vertical-align: middle;
}

.form input[type="radio"]+label .radiobtn:before,.form input[type="radio"]+label .radiobtn:after {
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.form input[type="radio"]+label .radiobtn:before {
	transition-property: border-color;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
}

.form input[type="radio"]+label .radiobtn:after {
	transition-property: -webkit-transform, opacity, fill;
	transition-property: transform, opacity, fill;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	content: "\2713";
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
	width: .5rem;
	height: .5rem;
	background: #37393b;
}

.form input[type="radio"]:checked+label .radiobtn:after {
	transition-timing-function: ease-in;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.form input[type="radio"].error+label .radiobtn:before {
	border-color: rgba(209,36,32,0.35);
}

.form input[type="radio"].error+label .radiobtn:after {
	fill: #d12420;
}

.form input:-webkit-autofill,.form input:-webkit-autofill:hover,.form input:-webkit-autofill:active,.form input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.qsp-slider-main-wrapper {
	background-color: #eaeaea;
}

.qsp-slider-title {
	text-align: center;
	padding-top: 70px;
	font-family: "Bodoni W01 Roman";
	font-size: 40px;
}

.qsp-slider-title.quickship-related {
	
	font-size: 16px;
}

.content-qsp-slider {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.qsp-slider-arrows {
	display: none !important;
}

.qsp-slider-slide {
	cursor: pointer;
}

.qsp-slider-slide .product-list__item {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 639px) {
	.qsp-slider-slide .product-list__item {
		width: 100%;
		padding: 0 15px;
	}
}

.qsp-slider {
	position: relative;
	margin: 5% calc(5% - 15px);
}

@media screen and (min-width: 639px) {
	.qsp-slider {
		margin: 6% calc(9% - 15px);
	}
}

.qsp-slider .slick-track {
	margin: 0 auto;
}

.qsp-slider .slick-dots {
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: 110%;
	display: block;
	left: 50%;
}

.qsp-slider .slick-dots li {
	margin: 0 7px;
	display: inline-block;
}

.qsp-slider .slick-dots .slick-active button {
	opacity: 1;
}

.qsp-slider .slick-dots button {
	background: #37393b;
	-webkit-appearance: none;
	opacity: .3;
	font-size: 0;
	height: 2px;
	display: block;
	border: 0;
	padding: 0;
	width: 1.25rem;
	margin: 0;
	transition: opacity .2s ease-in-out;
}

.qsp-slider .slick-dots button:hover {
	opacity: 1;
}

.responsive-sheet {
	margin: 60px 0 60px 0;
}

.responsive-sheet__title {
	text-align: center;
	padding: 0 0 45px 0;
}

@media screen and (min-width: 560px) {
	.responsive-sheet__title {
		padding: 0 0 90px 0;
	}
}

.responsive-sheet__imgs {
	background-color: #eaeaea;
}

.responsive-sheet__img {
	width: 100%;
}

.responsive-sheet--white .responsive-sheet__title {
	padding: 45px 0 40px 0;
	background-color: #fff;
}

@media screen and (min-width: 560px) {
	.responsive-sheet--white .responsive-sheet__title {
		padding: 90px 0 80px 0;
	}
}

.responsive-sheet--white .responsive-sheet__imgs {
	background-color: #fff;
}

.qsp-finish__title {
	padding: 10px 0 70px;
	text-align: center;
	text-transform: uppercase;
}

.qsp-finish__mainimg {
	width: 100%;
}

.qsp-finish .cta-wrap {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
	.qsp-finish .cta-wrap {
		margin-bottom: 60px;
	}
}

.qsp-finish .cta-wrap>.generic-cta {
	margin: 0 auto;
}

.qsp-finish .finishes-content-wr {
	padding: 0;
}

.qsp-finish .finishes-content-wr .finishes-content-level3 {
	padding: 0;
	background-color: transparent;
}

.qsp-finish .finishes-content-wr .finishes-content-row-items-list {
	padding: 30px 0 20px;
	position: relative;
}

@media screen and (min-width: 769px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-list {
		padding: 30px 9% 20px;
	}
}

@media screen and (min-width: 769px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-list:before {
		content: "";
		display: block;
		width: 1px;
		height: 85%;
		position: absolute;
		bottom: 72px;
		left: 5%;
		background-color: #37393b;
	}
}

@media only screen and (max-width: 767px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code {
		padding-left: 8px;
	}

	.qsp-finish .finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code::before {
		left: 3px;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-item-title {
	color: #000;
	
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 15px;
	white-space: nowrap;
}

@media screen and (max-width: 480px) {
	.qsp-finish .finishes-content-wr .finishes-content-item-title {
		font-size: 10px;
	}
}

@media screen and (min-width: 769px) {
	.qsp-finish .finishes-content-wr .finishes-content-item-title {
		font-size: 16px;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-row-item .finishes-content-item-code {
	color: #000;
	
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (min-width: 769px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-item .finishes-content-item-code {
		font-size: 16px;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-row-item .finishes-content-item-code>small {
	font-size: 9px;
}

@media screen and (min-width: 769px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-item .finishes-content-item-code>small {
		font-size: 11px;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
	background-color: #eaeaea;
}

@media only screen and (max-width: 374px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 130%;
	}
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 112%;
	}
}

@media only screen and (min-width: 414px) and (max-width: 600px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 100%;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 66%;
	}
}

@media screen and (min-width: 768px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 60%;
	}
}

@media screen and (min-width: 1024px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details {
		padding-bottom: 57%;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-row-item-detail {
	padding: 60px 50px;
}

@media only screen and (max-width: 767px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-item-detail {
		padding: 30px 2%;
	}

	.qsp-finish .finishes-content-wr .finishes-content-row-item-detail>figure {
		display: none;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-item-detail {
	height: auto;
}

@media only screen and (max-width: 767px) {
	.qsp-finish .finishes-content-wr .finishes-content-item-detail {
		float: left;
		margin: 0;
		padding: 0;
		width: auto;
	}
}

@media screen and (min-width: 1024px) {
	.qsp-finish .finishes-content-wr .finishes-content-item-detail {
		float: left;
		margin-left: 1.5%;
		padding: 1% 1% 47.5%;
		background-color: #ededed;
		margin-right: 120px;
		width: calc(48.5% - 120px);
		max-width: 330px;
	}
}

.qsp-finish .finishes-content-wr .finishes-content-item-detail::after {
	display: none;
}

.qsp-finish .finishes-content-wr .finishes-content-row-items-details_actions {
	top: 60px;
	right: 50px;
}

@media only screen and (max-width: 767px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details_actions {
		top: 30px;
		right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.qsp-finish .finishes-content-wr .finishes-content-row-items-details_actions .finishes-content-details_actions-nav {
		display: none;
	}
}

.product-list-highlight-product {
	margin-bottom: 5%;
}

.product-list {
	min-height: 100px;
	font-size: 0;
}

.product-list .wrapcta {
	text-align: center;
	padding: 0 0 40px 0;
}

.product-list .btn-cta {
	margin: 1rem 0 0;
	position: relative;
	display: inline-block;
	background-color: #37393b;
	text-transform: none;
	padding: 0.5rem 2.2rem 0.5rem 0.8rem;
	color: #f5f5f5;
	font-size: 0.875rem;
	font-family: "Bodoni W01 Roman";
}

.product-list .btn-cta svg {
	position: absolute;
	width: 4.5em;
	height: 4.5em;
	right: -1.5em;
	bottom: -1.7em;
}

@media screen and (min-width: 800px) {
	.product-list {
		padding-left: 4.34783%;
	}
}

.product-list:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.product-list.is-search {
	min-height: 0;
	height: 53px;
}

.product-list.is-search h2 {
	line-height: 50px;
	margin: 0;
}

@media screen and (min-width: 480px) {
	.product-list__item {
		width: 47.8%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 5%;
	}
}

@media screen and (min-width: 769px) {
	.product-list__item {
		margin-bottom: 55px;
	}
}

@media screen and (min-width: 1440px) {
	.product-list__item {
		width: 30.43478%;
	}
}

@media screen and (min-width: 1600px) {
	.product-list__item {
		width: 31.5%;
	}
}

.product-list__item .serif-title {
	font-size: 34px;
}

@media screen and (min-width: 480px) {
	.product-list .content-block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1440px) {
	.product-list .content-block {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.product-list .content-block .product-list__item {
		margin-right: 4%;
	}

	.product-list .content-block .product-list__item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1600px) {
	.product-list .content-block {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.product-list .content-block .product-list__item {
		margin-right: 2%;
	}

	.product-list .content-block .product-list__item:nth-child(3n) {
		margin-right: 0;
	}
}

.product-category .wrapper-content {
	width: 100%;
}

.product-category-nav-mobile {
	position: relative;
	margin-bottom: 1.875rem;
}

.product-category-nav-mobile.is-mobile {
	display: block;
}

@media screen and (min-width: 800px) {
	.product-category-nav-mobile.is-mobile {
		display: none;
	}
}

.product-category-nav-mobile__current {
	text-transform: uppercase;
	display: block;
	height: 48px;
	text-decoration: none;
	color: #37393b;
	cursor: pointer;
	margin-top: .3125rem;
	position: relative;
	z-index: 3;
	
	background: #f5f5f5;
	padding: 0 20px 0 20px;
	border: 1px solid #d6d6d6;
}

.product-category-nav-mobile__current p {
	font-size: 12px;
	opacity: .5;
	line-height: 46px;
}

.no-touchevents .product-category-nav-mobile__current {
	transition: background .2s ease-in-out;
}

.no-touchevents .product-category-nav-mobile__current:hover {
	background: #EDEDED;
}

.product-category-nav-mobile__icon {
	opacity: .4;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}

.product-category-nav-mobile__icon svg {
	display: block;
}

.product-category-nav-mobile ul {
	display: none;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 54px;
	background: #f5f5f5;
	left: 0;
	border: 1px solid #e0e0e0;
	z-index: 99;
}

.product-category-nav-mobile a {
	text-transform: uppercase;
	padding: 20px;
	
	font-size: 12px;
	display: block;
	background: #f5f5f5;
	opacity: .5;
}

.no-touchevents .product-category-nav-mobile a {
	transition: background .2s ease-in-out;
}

.no-touchevents .product-category-nav-mobile a:hover {
	background: #EDEDED;
}

.product-list__item {
	text-align: left;
	color: #37393b;
	margin-bottom: 27px;
}

.product-list__item>a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.product-list__item__image {
	position: relative;
}

@media screen and (min-width: 769px) {
	.product-list__item__image {
		height: 0;
	}
}

@media screen and (min-width: 769px) {
	.product-list__item__image img {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}
}

.product-list__item__text {
	text-transform: uppercase;
	position: relative;
}

.product-list__item__text .designer-name {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	
	letter-spacing: -0.5px;
}

.product-list__item__text .design-by {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.product-list__item__text .drawings-title,.product-list__item__text .drawings-subtitle {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}

.product-list__item__text .drawings-title {
	
}

.product-list__item--highlight {
	display: block;
	width: 100%;
}

.product-list__item--highlight>div:first-child {
	display: -ms-flexbox;
	display: flex;
	display: flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.product-list__item--highlight__image-wrapper {
	width: 65%;
}

.product-list__item--highlight__name {
	text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
	.product-list__item--highlight__name {
		width: 30%;
	}
}

.product-list__item--highlight__name .category-name {
	display: block;
}

@media screen and (min-width: 1024px) {
	.product-list__item--highlight__name .category-name {
		
		font-size: 30px;
		line-height: 35px;
		font-weight: 100;
	}
}

.product-list__item--highlight__name .product-name {
	display: block;
}

@media screen and (min-width: 1024px) {
	.product-list__item--highlight__name .product-name {
		font-family: "Bodoni W01 Bold_709602";
		font-size: 50px;
		line-height: 52px;
		font-weight: 100;
		margin-bottom: 32px;
	}
}

.product-list__item--cta {
	display: inline-block;
	background: #b1bfc0;
	font-size: 25px;
	text-align: center;
	padding: 60px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
}

.product-list__item--cta span,.product-list__item--cta strong {
	display: block;
}

.product-list__item--cta span {
	
	font-size: 25px;
	line-height: 30px;
	font-weight: 100;
}

.product-list__item--cta strong {
	font-family: "Bodoni W01 Roman";
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}

html.app-domain-dada .product-list__item--cta {
	background-color: #e6d7c6;
}

.row-related-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 770px) {
	.row-related-items {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.row-related-items .product-list__item {
	width: 100%;
}

@media screen and (min-width: 500px) {
	.row-related-items .product-list__item {
		width: 47.8%;
	}
}

@media screen and (min-width: 770px) {
	.row-related-items .product-list__item {
		width: 30%;
		margin: 1.5%;
	}
}

.row-related-items.row-related-items-off {
	display: none;
}

.sidebar__menu {
	margin-bottom: 5%;
}

.sidebar__menu li {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar__menu li a {
	
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	color: #37393b;
	opacity: .5;
	transition: opacity .2s ease-in-out;
}

.sidebar__menu li a:hover {
	opacity: 1;
}

.sidebar__menu li.active a {
	opacity: 1;
}

.cont-form-row {
	height: 50px;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: .75rem;
	margin-bottom: 20px;
}

.cont-form-row .cont-form-input,.cont-form-row .cont-form-cta {
	height: 100%;
}

.cont-form-row label.error {
	display: none !important;
}

.cont-form-row .cont-form-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.cont-form-row .cont-form-input {
		width: auto;
	}
}

.cont-form-row .cont-form-input label {
	cursor: pointer;
}

.cont-form-row .cont-form-cta {
	width: 50px;
	position: relative;
}

.cont-form-row .form-input,.cont-form-row .form-cta {
	height: 100%;
	padding: 0;
	box-shadow: 0 0 0 1px #e0e0e0;
	width: 100%;
	margin: 0;
	display: block;
	text-transform: uppercase;
	border: 0;
	font-size: 12px;
}

.cont-form-row .form-input.error,.cont-form-row .form-cta.error {
	box-shadow: 0 0 0 1px #d12420;
}

.cont-form-row .form-input {
	padding: 0 1.875rem;
}

.cont-form-row .form-input:focus {
	outline: 0;
}

.cont-form-row .form-cta {
	background: #ececec;
	
	font-weight: 100;
}

.cont-form-row .form-cta svg {
	fill: #37393b;
}

.search-cta-white {
	position: relative;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
}

.search-cta-white.is-mobile {
	display: block;
}

@media screen and (min-width: 800px) {
	.search-cta-white.is-mobile {
		display: none;
	}
}

.search-cta-white .form-input {
	background: #fff;
	border: 0;
	height: 48px;
	width: 100%;
	display: block;
	box-shadow: 0 0 0 0 !important;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
	font-size: 12px;
	
	margin: 0;
}

.search-cta-white .form-cta {
	box-shadow: 0 0 0 0 !important;
	background: #fff;
	position: absolute;
	height: 100%;
	top: 0;
	right: 10px;
	border: 0;
	margin: 0;
	padding: 0 14px;
}

@media screen and (min-width: 770px) {
	.search-cta-white .form-cta {
		right: 0;
	}
}

.search-cta-white .form-cta svg {
	opacity: .5;
}

.product-category .cont-form-row {
	margin-top: 0;
}

.product-category .others_list {
	margin: 3rem 0 0 0;
	padding-left: 8.34783%;
}

.product-category .others_list h3 {
	font-size: 30px;
}

.product-category__description {
	position: relative;
}

.product-category__description:before {
	position: absolute;
	content: "";
	border-right: 1px solid #555759;
	left: 0;
	top: 0;
	width: 7%;
	height: 150px;
	display: block;
}

@media screen and (min-width: 480px) {
	.product-category__description:before {
		width: 3.5%;
	}
}

@media screen and (min-width: 768px) {
	.product-category__description:before {
		width: 35px;
	}
}

@media screen and (min-width: 800px) {
	.product-category__description:before {
		width: 36px;
	}
}

.product-category__description.description_molteni.close:after {
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: -45px;
	background: linear-gradient(to bottom, #f5f5f5 0%, rgba(245,245,245,0) 100%);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.product-category__description.description_molteni.close .abstract {
	height: 110px;
	overflow: hidden;
}

.product-category__description.description_dada.close:after {
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: -45px;
	background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.product-category__description.description_dada.close .abstract {
	height: 110px;
	overflow: hidden;
}

@media screen and (min-width: 800px) {
	.product-category__description {
		margin-left: 4.34783%;
	}
}

.product-category__description .abstract,.product-category__description h1 {
	margin-left: 14%;
}

@media screen and (min-width: 480px) {
	.product-category__description .abstract,.product-category__description h1 {
		margin-left: 7%;
	}
}

@media screen and (min-width: 768px) {
	.product-category__description .abstract,.product-category__description h1 {
		margin-left: 70px;
	}
}

.product-category__description h1 {
	font-size: 1.875rem;
	line-height: 2.375rem;
	margin-bottom: 20px;
	padding-top: 45px;
	font-family: "Bodoni W01 Roman";
	font-weight: 100;
	font-size: 35px;
}

@media screen and (min-width: 800px) {
	.product-category__description h1 {
		width: 33%;
	}
}

@media screen and (min-width: 1440px) {
	.product-category__description p {
		font-size: 16px;
	}
}

.product-category__description.product-category__description--qsp:before {
	display: none;
}

.product-category__description.product-category__description--qsp .title {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	font-size: 46px;
	margin: 0 0 36px;
	width: 70%;
	line-height: 1;
}

@media screen and (max-width: 560px) {
	.product-category__description.product-category__description--qsp .title {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.product-category__description.product-category__description--qsp .title {
		margin: 0 7% 20px;
		width: 100%;
	}
}

.product-category__description.product-category__description--qsp .title .txt {
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.product-category__description.product-category__description--qsp .title .txt {
		margin-top: 0;
	}
}

.product-category__description.product-category__description--qsp .title:before {
	display: none;
}

@media screen and (min-width: 769px) {
	.product-category__description.product-category__description--qsp .title:before {
		content: "";
		display: block;
		width: 1px;
		height: 120%;
		position: absolute;
		bottom: 0;
		left: -2%;
		background-color: #37393b;
	}
}

.product-category__description.product-category__description--qsp .abstract {
	margin: 0;
	height: 70px;
}

@media screen and (min-width: 769px) {
	.product-category__description.product-category__description--qsp .abstract {
		margin-left: 7%;
		margin-right: 7%;
	}
}

.product-category__description.product-category__description--qsp .logo-quickship {
	height: 92px;
	width: auto;
	margin-right: 20px;
}

@media screen and (min-width: 769px) {
	.product-category__description.product-category__description--qsp .logo-quickship {
		width: 82px;
		height: auto;
		max-height: 60px;
	}
}

.product-category__description.product-category__description--qsp .logo-quickship>svg {
	fill: #37393b;
	display: block;
	height: 120px;
	width: 100px;
}

@media screen and (min-width: 769px) {
	.product-category__description.product-category__description--qsp .logo-quickship>svg {
		width: 100%;
		height: 100%;
	}
}

.product-category__description.product-category__description--qsp.close .abstract {
	height: 70px;
}

.product-category__down_arrow {
	text-align: center;
	margin: 1em 0 2em 0;
}

.product-category__down_arrow a {
	background: url(/bundles/app/front/assets/img/down_arrow.png) center center no-repeat;
	width: 100%;
	height: 14px;
}

.product-category__down_arrow a.close {
	background-image: url(/bundles/app/front/assets/img/up_arrow.png);
}

.product-category__down_arrow a span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;
}

@media screen and (min-width: 800px) {
	.product-category__list {
		padding-left: 211px;
	}
}

.product-category__list__not-found {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
	.product-category__list__not-found {
		margin: 0;
		height: 400px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}

.product-category__sidebar {
	display: none;
}

@media screen and (min-width: 800px) {
	.product-category__sidebar {
		width: 211px;
		display: block;
		float: left;
		padding-bottom: 5%;
	}
}

@media screen and (min-width: 769px) {
	.product-category .product-category__sidebar {
		width: 211px;
		display: block;
		float: left;
		padding-bottom: 5%;
	}
}

.product-category__sidebar__wrapper .form-input,.product-category__sidebar__wrapper .form-cta {
	box-shadow: 0 0 0 1px #e0e0e0;
}

.product-category__sidebar__wrapper .form-input {
	background: #fff;
}

.product-category .sticky-placeholder {
	display: none;
}

@media screen and (min-width: 800px) {
	.product-category .sticky-placeholder {
		width: 211px !important;
		float: left;
		display: block;
	}
}

.product-category__title {
	text-transform: uppercase;
	font-weight: 100;
	color: #37393b;
	margin-bottom: 1.25rem;
}

@media screen and (min-width: 1024px) {
	.product-category__title {
		font-size: 1.875rem;
		line-height: 1.875rem;
		margin-bottom: 33px;
	}
}

.product-category__subtitle {
	color: #37393b;
	font-size: 1.25rem;
	
	font-weight: 100;
}

.product-category__subtitle b {
	
	font-weight: 100;
}

.product-category--qsp .product-category__description,.product-category--qsp .product-category__down_arrow {
	display: none;
}

.contacts {
	background: #f5f5f5;
	padding-bottom: 1px;
}

.contacts .cheader {
	color: #f5f5f5;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 5%;
}

@media screen and (min-width: 769px) {
	.contacts .cheader {
		padding: 6% 9%;
	}
}

.contacts .cheader .dimension-medium {
	margin: 0;
	padding: 0;
}

.contacts .cheader-intro {
	font-size: 1.3125rem;
	display: block;
	max-width: 630px;
}

.contacts .marketing-privacy {
	font-size: .75rem;
	color: #979797;
}

.contacts .marketing-privacy label {
	margin-bottom: 1em;
}

.contacts .marketing-privacy ul {
	padding-left: 1em;
}

.contacts .marketing-privacy ul li {
	list-style-type: disc;
}

.contacts .marketing-privacy ul ul {
	margin: 2.5em 0 .5em 0;
}

.contacts .marketing-privacy ul ul li {
	list-style-type: none;
}

.contacts .marketing-privacy ul ul li input {
	margin-top: 1em;
}

@media screen and (min-width: 780px) {
	.list-contacts {
		display: -ms-flexbox;
		display: flex;
	}

	.list-contacts+.list-contacts {
		margin-top: 5%;
	}
}

.list-contacts--element {
	background: #fff;
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 100%;
	margin-top: 5%;
}

.list-contacts--element:last-child {
	margin-right: 0;
}

@media screen and (min-width: 780px) {
	.list-contacts--element {
		margin-top: 0;
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 30.43478%;
	}

	.list-contacts--element:last-child {
		margin-right: 0;
	}
}

.list-contacts--element>div {
	margin: 5%;
}

@media screen and (min-width: 780px) {
	.list-contacts--element>div {
		margin: 10%;
	}
}

.list-contacts--element strong {
	text-transform: uppercase;
	display: block;
	font-weight: 100;
	margin-bottom: 20px;
	
}

.list-contacts--element .generic-text {
	font-size: 13px;
}

.contacts .cheader {
	background: url(../img/bg-contact.jpg) center center no-repeat #38393b;
	background-size: auto 100%;
}

.app-domain-dada .contacts .cheader {
	background: url(../img/bg-contact-dada.jpg) center center no-repeat #38393b;
	background-size: auto 100%;
}

.contacts .flash-notice {
	background: #f5f5f5;
	text-align: center;
	font-size: 1rem;
	color: #37393b;
	padding: 60px 0;
}

.contacts #ctwrapper {
	position: relative;
	display: none;
}

.contacts #ctwrapper.open {
	display: block;
}

.contacts.reopen #ctwrapper {
	padding-top: 20px;
	max-height: 2000px;
	overflow: visible;
}

.contacts #closeform {
	top: 50%;
	right: 0;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contacts #closeform svg {
	width: 30px;
	height: 30px;
}

.contacts #ctwrapper:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f5f5f5;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contacts .form-contact {
	margin: 0 auto;
}

.contacts .form-contact textarea {
	color: #37393b;
}

.contacts .form-contact div.radio,.contacts .form-contact div.checkbox {
	text-align: left;
	padding: 1.0625rem 0;
}

.contacts .form-contact div.radio>label:first-child,.contacts .form-contact div.checkbox>label:first-child {
	display: inline-block;
	padding-bottom: 1.0625rem;
}

.contacts .form-contact div.expanded div.radio.inline,.contacts .form-contact div.expanded div.checkbox.inline {
	display: inline-block;
	float: left;
}

.contacts .form-contact div.expanded div.radio>label:first-child,.contacts .form-contact div.expanded div.checkbox>label:first-child {
	display: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.contacts #form_country_chosen .chosen-single {
	height: 48px;
	line-height: 48px;
	padding-left: 10px;
}

.contacts #form_country_chosen a span {
	text-transform: uppercase;
	height: 48px;
}

.contacts .form input[type="radio"]+label span {
	font-size: 1rem !important;
	vertical-align: baseline !important;
}

.contacts #ctwrapper {
	background: #f5f5f5;
}

@media screen and (min-width: 769px) {
	.contacts .form-contact fieldset:first-child {
		padding-top: 0;
	}

	.contacts .form-contact fieldset>div {
		display: inline-block;
		width: 100%;
	}

	.contacts .form-contact fieldset>div.inline {
		width: auto;
	}

	.contacts .form-contact fieldset>div.inline-left {
		float: left;
	}

	.contacts .form-contact fieldset>div.inline-right {
		float: right;
	}
}

.cont-form-errors ul,.cont-flash-notice ul {
	max-width: 100%;
}

.cont-form-errors ul li,.cont-flash-notice ul li {
	text-align: left;
}

.form label {
	margin-bottom: 30px;
	display: inline-block;
}

.form input {
	padding-left: 9px;
}

.form .row:not(.row-last) {
	margin-bottom: 3.5rem;
}

.form textarea {
	padding: 9px;
}

#form_country {
	display: block;
	background: #fff;
	height: 46px;
	border-radius: 0;
	border: 0;
	position: relative;
	top: 1px;
	outline: 1px #d6d6d6 solid;
	box-shadow: 0 0 0 2px #f5f5f5;
	width: 100%;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#form_country:focus {
	outline: 1px #d6d6d6 solid;
	outline-offset: 0px;
}

.form div.radio,.form div.checkbox {
	padding: 0 !important;
}

.form input[type="radio"]+label {
	padding-left: 1.5rem;
}

.contacts .form div input[type="checkbox"]+label span,.contacts .form div input[type="radio"]+label span {
	font-size: .75rem !important;
	color: #979797;
}

.form div input[type="checkbox"]+label,.form div input[type="radio"]+label {
	margin-bottom: 0;
}

@media all and (min-width: 769px) {
	.form div.radio.inline:first-child>label,.form div.checkbox.inline:first-child>label,.contacts .form-contact div.radio>label:first-child,.contacts .form-contact div.checkbox>label:first-child {
		padding-bottom: 0;
	}
}

.contacts .form-contact div.radio>label:first-child,.contacts .form-contact div.checkbox>label:first-child {
	padding-bottom: 0;
}

@media all and (max-width: 768px) {
	.contacts .row:not(.list-contacts)>div:nth-child(2) {
		margin-top: 2.5rem;
	}
}

.contacts#page-contact-form-validation .captcha img {
	margin: 10px 0 10px 0;
}

.contacts#page-contact-form-validation .captcha input[type=text] {
	width: 150px;
}

.contacts#page-contact-form-validation .captcha .captcha_renew {
	font-size: .75rem;
	margin-bottom: 10px;
	display: block;
}

.contacts#page-contact-form-validation .captcha .captcha_renew:hover {
	text-decoration: underline;
}

.contacts#page-contact-form-validation .captcha .captcha_error_text {
	display: none;
	margin-top: 10px;
	color: red;
	font-size: .75rem;
}

.contacts#page-contact-form-validation .captcha .captcha_error_text.capthca_error_show {
	display: block;
}

.contacts#page-contact-form-validation .captcha.captcha_error {
	float: none;
}

.contacts#page-contact-form-validation .captcha.captcha_error input[type=text] {
	border-color: red;
}

.contacts#page-contact-form-validation .captcha.captcha_error .captcha_error_text {
	display: block;
}

.agent .refheader {
	position: relative;
	min-height: 550px;
	background: #37393b url(/img/bg-world-640.jpg) center center no-repeat;
}

@media all and (min-width: 641px) {
	.agent .refheader {
		background-image: url(/img/bg-world-1024.jpg);
	}
}

@media all and (min-width: 1025px) {
	.agent .refheader {
		background-image: url(/img/bg-world.jpg);
	}
}

.agent .refheader {
	text-align: center;
	position: relative;
	overflow: visible;
}

.agent .refheader:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #37393b;
}

.agent .refheader .serif-title {
	color: #fff;
	padding-top: 70px;
	display: block;
	margin-bottom: 50px;
}

.agent .refheader fieldset {
	display: block;
	max-width: 300px;
	width: 90%;
	margin: 0 auto 60px auto;
	border: 0;
	padding: 15px 0 0 0;
	position: relative;
	text-align: left;
	font-size: .75rem;
	display: none;
}

.agent .refheader fieldset [class*="countries_"].hidden,.agent .refheader fieldset [class*="countries_"].hidden+div,.agent .refheader fieldset .province.hidden,.agent .refheader fieldset .province.hidden+div {
	display: none !important;
}

.agent .refheader svg {
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 10;
	pointer-events: none;
	display: none;
	fill: #fff;
}

.agent .refheader select:not(.hidden) ~ svg {
	display: block;
}

.agent .refheader select {
	width: 100%;
}

.agent .refheader .chosen-container {
	border: 0;
	outline: 0;
}

.agent .refheader .chosen-container .chosen-results {
	height: auto !important;
}

.agent .refheader .chosen-container .chosen-single {
	border: 0;
	text-align: left;
	background: transparent;
	box-shadow: none !important;
	border-bottom: 2px solid #e0e0e0;
	max-width: 300px;
	padding-right: 40px;
}

.agent .refheader .chosen-container .chosen-single span {
	color: #979797;
	text-transform: uppercase;
	padding: 0;
}

.agent .refheader label {
	color: #f5f5f5;
	text-transform: uppercase;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.agent .refheader select:not(.hidden) ~ label {
	display: block;
}

.agent .agents {
	padding: 45px 0 30px 0;
	background: #f5f5f5;
}

.agent .agents .agent {
	display: none;
	width: 90%;
	max-width: 660px;
	background: #fff;
	padding: 60px 30px 90px 30px;
	margin: 0 auto 26px auto;
	position: relative;
}

.agent .agents .agent:before {
	content: attr(data-country);
	position: absolute;
	top: 30px;
	left: 30px;
	font-weight: bold;
}

.agent .agents .brands {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.agent .agents .brands span {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	font: 0/0 a;
	display: inline-block;
	margin-left: 15px;
}

.agent .agents .brands span.brand1 {
	background: url(/img/logo-molteni.svg) 0 0/cover;
	width: 88px;
	height: 15px;
}

.agent .agents .brands span.brand2 {
	background: url(/img/logo-dada.svg) 0 0/cover;
	width: 49px;
	height: 15px;
}

.agent .agents .brands span.brand4 {
	background: url(/img/logo-vitra.svg) 0 0/cover;
	width: 49px;
	height: 16px;
}

.agent .agents .brands span.brand3 {
	display: none;
}

.datasheet__sidebar li:last-child a {
	color: #37393b;
}

@media screen and (min-width: 768px) {
	.col-9.datasheets {
		width: calc(100% - 200px);
	}
}

@media screen and (min-width: 768px) and (min-width: 1124px) {
	.col-9.datasheets .wrapper-content {
		-webkit-transform: translateX(calc(1124px - 100vw));
		-ms-transform: translateX(calc(1124px - 100vw));
		transform: translateX(calc(1124px - 100vw));
	}
}

@media screen and (min-width: 768px) and (min-width: 1224px) {
	.col-9.datasheets .wrapper-content {
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

.form-registration .chosen-single {
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	padding-left: 9px;
}

.form-registration .marketing-privacy {
	font-size: .75rem;
	color: #37393b;
}

.form-registration .marketing-privacy a {
	text-decoration: underline;
}

.form-registration .marketing-privacy label {
	margin-bottom: 1em;
}

.form-registration .marketing-privacy ul {
	padding-left: 1em;
}

.form-registration .marketing-privacy ul li {
	list-style-type: disc;
}

.form-registration .marketing-privacy ul ul {
	margin: 2.5em 0 .5em 0;
}

.form-registration .marketing-privacy ul ul li {
	list-style-type: none;
}

.form-registration .marketing-privacy ul ul li input {
	margin-top: 1em;
}

.cont-form-errors {
	margin-left: 0;
}

.cont-form-errors ul {
	padding-left: 0;
}

.cont-form-title {
	text-align: left;
	margin: 30px 0 20px 0;
}

.cont-form-title h2 {
	font-size: 1.875rem;
	font-family: "Bodoni W01 Roman";
	font-weight: lighter;
}

.cont-form-subtitle {
	text-align: left;
	margin-bottom: 40px;
}

.cont-form-subtitle p {
	font-size: 1rem;
}

.search-field {
	margin-top: 0 !important;
}

.search-field input[value$="*"] {
	text-transform: uppercase;
}

.search-field input[value$="*"]:focus {
	text-transform: none;
}

.chosen-choices {
	margin: 0;
}

.search-choice {
	margin: 0 10px 5px 0 !important;
	text-align: left;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.2);
	font-size: 11px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 10px;
	background: #fff;
}

.search-choice span {
	font-weight: 100 !important;
}

.search-choice a:before {
	content: "\2715";
	display: block;
	font-weight: bold;
	margin-left: 10px;
	color: #37393b;
}

.chosen-select-expanded.error+div .chosen-choices>.search-field:first-child input {
	color: #d12420;
	border-color: #d12420;
}

.search-field input {
	margin: 0;
}

@media all and (max-width: 1023px) {
	.datasheets#private-area-registration .wrapper-content .form .inline-left,.datasheets#private-area-registration .wrapper-content .form .inline-right {
		float: none !important;
	}

	.datasheets#private-area-registration .wrapper-content .form li>div,.datasheets#private-area-registration .wrapper-content .form div.chosen-container,.datasheets#private-area-registration .wrapper-content .form input.inline.form-control {
		width: 100% !important;
	}
}

@media all and (min-width: 1024px) {
	.datasheets#private-area-registration .wrapper-content .form .inline-left {
		float: left;
	}

	.datasheets#private-area-registration .wrapper-content .form .inline-right {
		float: right;
	}
}

@media all and (min-width: 1024px) {
	.datasheets#private-area-registration .wrapper-content .form>ul>li {
		width: 48%;
		float: left;
	}

	.datasheets#private-area-registration .wrapper-content .form>ul>li:nth-child(2n-1) {
		margin-right: 4%;
	}
}

.datasheets#private-area-registration .wrapper-content .form>ul>li.prds {
	width: 100%;
	text-align: left;
}

.datasheets#private-area-registration .wrapper-content .form>ul>li.prds label {
	display: none;
}

.datasheets#private-area-registration .wrapper-content .form>ul>li.prds ~ li {
	width: 100%;
	text-align: left;
}

.datasheets#private-area-registration .wrapper-content .form>ul>li.prds+li {
	position: relative;
	margin-top: 30px;
}

.datasheets#private-area-registration .wrapper-content .form>ul>li.prds+li textarea {
	border: 1px #555759 solid;
}

.datasheets#private-area-registration .wrapper-content .form>ul>li.prds ~ li {
	text-align: left;
}

.datasheets#private-area-registration .wrapper-content .form>ul>li>div,.datasheets#private-area-registration .wrapper-content .form>ul>li div input,.datasheets#private-area-registration .wrapper-content .form>ul>li div .chosen-container {
	max-width: 100% !important;
}

.datasheet__sidebar+nav {
	margin: 1.875rem 0 0 0;
}

.datasheets#private-area-registration .wrapper-content .form .chosen-container-multi {
	width: 100% !important;
}

.datasheets#private-area-registration .wrapper-content .form .chosen-container-multi input {
	width: 100% !important;
}

.datasheets#private-area-registration .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: static;
	display: block;
}

.datasheets#private-area-registration .chosen-container-single.chosen-container-single-nosearch .chosen-search input {
	min-width: 100% !important;
}

.datasheets#private-area-registration .wrapper-content .form textarea {
	width: 100% !important;
	padding: 15px;
	-webkit-tap-highlight-color: #555759;
	-webkit-appearance: textarea;
	color: #37393b;
}

.datasheets#private-area-registration .wrapper-content .form textarea+label {
	display: block !important;
	height: auto !important;
	width: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	font-size: .9375rem;
	position: absolute;
	top: 0;
	left: 0;
	line-height: normal;
}

.datasheet_form_errors {
	color: #d12420;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}

.datasheets#private-area-registration .captcha img {
	margin: 10px 0 10px 0;
}

.datasheets#private-area-registration .captcha input[type=text] {
	width: 150px;
}

.datasheets#private-area-registration .captcha .captcha_renew {
	font-size: .75rem;
	margin-bottom: 10px;
	display: block;
}

.datasheets#private-area-registration .captcha .captcha_renew:hover {
	text-decoration: underline;
}

.datasheets#private-area-registration .captcha .captcha_error_text {
	display: none;
	margin-top: 10px;
	color: red;
	font-size: .75rem;
}

.datasheets#private-area-registration .captcha .captcha_error_text.capthca_error_show {
	display: block;
}

.datasheets#private-area-registration .captcha.captcha_error {
	float: none;
}

.datasheets#private-area-registration .captcha.captcha_error input[type=text] {
	border-color: red;
}

.datasheets#private-area-registration .captcha.captcha_error .captcha_error_text {
	display: block;
}

.trade__list {
	padding-left: 250px;
}

@media (max-width: 768px) {
	.product-category .trade__list {
		padding-left: 0;
	}
}

.trade__list .cont-flash-notice {
	padding: 0 !important;
}

.trade__list .cont-flash-notice ul {
	margin: 0 auto !important;
}

.trade__list h3 {
	margin: 0;
	cursor: pointer;
	position: relative;
	font-weight: 100;
	font-size: 16px;
	text-transform: uppercase;
}

.trade__list h3:after {
	content: "";
	position: absolute;
	z-index: 5;
	width: 20px;
	height: 21px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/img/bg-accordion.png) center left no-repeat;
}

.trade__list h3.open:after {
	background-position: center right;
}

.trade__list section {
	display: none;
}

.trade__list section.current {
	display: block;
}

.trade__list li {
	margin-top: 5%;
}

.trade__list li+li {
	margin-top: 10px;
}

.trade__list li a {
	font-size: 12px;
	opacity: .6;
	transition: opacity .2s ease-in-out;
}

.trade__list li a:hover {
	opacity: 1;
}

.trade__list li b {
	padding-left: 20px;
	font-weight: bold;
	background: url(/img/download.svg) center left no-repeat;
	background-size: 11px 15px;
	text-transform: uppercase;
}

.trade__list li span {
	font-weight: bold;
}

.trade__list li i {
	font-style: normal;
	font-weight: normal;
	color: #979797;
	white-space: nowrap;
	padding: 0 10px;
}

.trade__list section:not(.grid) li {
	background: #fbfbfb;
	padding: 15px;
}

.trade__list section:not(.grid) li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.trade__list section:not(.grid) li b {
	-ms-flex-order: 2;
	order: 2;
	margin-left: 30px;
	-ms-flex-item-align: center;
	align-self: center;
}

.trade__list h3+ul,.trade__list ul:empty {
	display: none;
}

.trade__list section.grid ul {
	height: auto;
	overflow: hidden;
}

.trade__list section.grid li {
	text-align: left;
	max-width: 318px;
	margin-left: 3.4%;
	margin-bottom: 70px;
	float: left;
}

.trade__list section.grid b {
	display: block;
	margin: 30px 0;
}

.sectionlinks .current a {
	color: #37393b;
}

.block-trade-list {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: -1px;
	padding: 3%;
}

.block-trade-list .product-section-list {
	display: none;
}

.sitemap-html h2 {
	margin-bottom: 30px;
}

.sitemap-html h3 {
	margin-bottom: 15px;
}

.sitemap-html ul li {
	margin-bottom: 5px;
}

.sitemap-html ul a {
	display: inline-block;
	padding: 2px 0;
}

.sitemap-html .col-4 .sitemap-block {
	margin-top: 0;
}

.sitemap-html .col-4 .sitemap-block+.sitemap-block {
	margin-top: 40px;
}

.top-banner {
	color: #f5f5f5;
	background: #37393b;
	padding: 1px 0;
}

.bestclipping-category__sidebar {
	display: none;
}

@media screen and (min-width: 1024px) {
	.bestclipping-category__sidebar {
		width: 211px;
		display: block;
		float: left;
		padding-bottom: 5%;
	}
}

.bestclipping-category .sticky-placeholder {
	display: none;
}

@media screen and (min-width: 1024px) {
	.bestclipping-category .sticky-placeholder {
		width: 211px !important;
		float: left;
		display: block;
	}
}

.bestclipping-category-nav-mobile ul {
	display: none;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 54px;
	background: #f5f5f5;
	left: 0;
	border: 1px solid #e0e0e0;
	z-index: 99;
}

.bestclipping-category-nav-mobile ul li {
	
	color: #37393b;
	padding: 20px 0 0 20px;
	font-size: 12px;
}

.bestclipping-category-nav-mobile ul li:last-of-type {
	padding-bottom: 20px;
}

.bestclipping-category-nav-mobile .bestclipping-category-nav-mobile__current {
	text-transform: uppercase;
	display: block;
	height: 48px;
	text-decoration: none;
	color: #37393b;
	cursor: pointer;
	margin-top: 0.3125rem;
	position: relative;
	z-index: 3;
	
	background: #f5f5f5;
	padding: 0 20px 0 20px;
	border: 1px solid #d6d6d6;
	margin-bottom: 1.875rem;
}

.bestclipping-category-nav-mobile .bestclipping-category-nav-mobile__current p {
	font-size: 12px;
	opacity: .5;
	line-height: 46px;
}

.bestclipping-category-nav-mobile .bestclipping-category-nav-mobile__current .bestclipping-category-nav-mobile__icon {
	opacity: .4;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}

.bestclipping-section-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 480px) {
	.bestclipping-section-list {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.bestclipping-section-list .product-section-list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.bestclipping-section-list .product-section-list-item {
		width: 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
		margin-right: 0;
	}
}

#sl-search fieldset>span {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

#sl-result section>div,#sl-result div.infobubble div.info,#sl-result li div.info {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

#sl-result .zoombtts button,#sl-result #paginazione button[id],#sl-result div.infobubble dd[itemprop="brand"],#sl-result li dd[itemprop="brand"] {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font: 0/0 a;
}

.sl {
	box-sizing: border-box;
	font-family: 'Helvetica Neue LT W04_35 Thin';
}

.sl * {
	box-sizing: border-box;
}

.sl *:before,.sl *:after {
	box-sizing: border-box;
}

.sl h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	line-height: 1;
	color: #fff;
}

.sl h1.no-upper {
	text-transform: none;
}

svg.sprite {
	display: none;
}

svg.sprite path,svg.sprite rect {
	fill: inherit;
}

.loader-gl rect {
	-webkit-animation: fadeloader 1s linear infinite;
	-ms-animation: fadeloader 1s linear infinite;
	animation: fadeloader 1s linear infinite;
}

.loader-gl rect:nth-child(1) {
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: rotateZ(0deg) translate(0, -30px);
	transform: rotateZ(0deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(2) {
	-webkit-animation-delay: 0.07143s;
	-ms-animation-delay: 0.07143s;
	animation-delay: 0.07143s;
	-webkit-transform: rotateZ(30deg) translate(0, -30px);
	transform: rotateZ(30deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(3) {
	-webkit-animation-delay: 0.14286s;
	-ms-animation-delay: 0.14286s;
	animation-delay: 0.14286s;
	-webkit-transform: rotateZ(60deg) translate(0, -30px);
	transform: rotateZ(60deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(4) {
	-webkit-animation-delay: 0.21429s;
	-ms-animation-delay: 0.21429s;
	animation-delay: 0.21429s;
	-webkit-transform: rotateZ(90deg) translate(0, -30px);
	transform: rotateZ(90deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(5) {
	-webkit-animation-delay: 0.28571s;
	-ms-animation-delay: 0.28571s;
	animation-delay: 0.28571s;
	-webkit-transform: rotateZ(120deg) translate(0, -30px);
	transform: rotateZ(120deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(6) {
	-webkit-animation-delay: 0.35714s;
	-ms-animation-delay: 0.35714s;
	animation-delay: 0.35714s;
	-webkit-transform: rotateZ(150deg) translate(0, -30px);
	transform: rotateZ(150deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(7) {
	-webkit-animation-delay: 0.42857s;
	-ms-animation-delay: 0.42857s;
	animation-delay: 0.42857s;
	-webkit-transform: rotateZ(180deg) translate(0, -30px);
	transform: rotateZ(180deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(8) {
	-webkit-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-transform: rotateZ(210deg) translate(0, -30px);
	transform: rotateZ(210deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(9) {
	-webkit-animation-delay: 0.57143s;
	-ms-animation-delay: 0.57143s;
	animation-delay: 0.57143s;
	-webkit-transform: rotateZ(240deg) translate(0, -30px);
	transform: rotateZ(240deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(10) {
	-webkit-animation-delay: 0.64286s;
	-ms-animation-delay: 0.64286s;
	animation-delay: 0.64286s;
	-webkit-transform: rotateZ(270deg) translate(0, -30px);
	transform: rotateZ(270deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(11) {
	-webkit-animation-delay: 0.71429s;
	-ms-animation-delay: 0.71429s;
	animation-delay: 0.71429s;
	-webkit-transform: rotateZ(300deg) translate(0, -30px);
	transform: rotateZ(300deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(12) {
	-webkit-animation-delay: 0.78571s;
	-ms-animation-delay: 0.78571s;
	animation-delay: 0.78571s;
	-webkit-transform: rotateZ(330deg) translate(0, -30px);
	transform: rotateZ(330deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(13) {
	-webkit-animation-delay: 0.85714s;
	-ms-animation-delay: 0.85714s;
	animation-delay: 0.85714s;
	-webkit-transform: rotateZ(360deg) translate(0, -30px);
	transform: rotateZ(360deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.loader-gl rect:nth-child(14) {
	-webkit-animation-delay: 0.92857s;
	-ms-animation-delay: 0.92857s;
	animation-delay: 0.92857s;
	-webkit-transform: rotateZ(390deg) translate(0, -30px);
	transform: rotateZ(390deg) translate(0, -30px);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

@-webkit-keyframes fadeloader {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeloader {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeloader {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#sl-search {
	position: relative;
	height: 100vh;
	min-height: 450px;
	overflow: hidden;
	background: #37393b url(../img/bg-world-640.jpg) center center no-repeat;
}

#sl-search h1 {
	margin-bottom: 18px;
}

#sl-search form {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 750px;
	text-align: center;
	color: #fff;
}

#sl-search form:before,#sl-search form:after {
	display: block;
	content: "";
	margin: 0 auto;
	width: 2px;
	height: 40px;
	background: #fff;
}

#sl-search form:before {
	margin-bottom: 25px;
}

#sl-search form:after {
	margin-top: 25px;
}

#sl-search legend {
	width: 100%;
	text-align: center;
	
}

#sl-search legend .digitalconsultancydisclaimer {
	font-size: 12px;
}

#sl-search legend .digitalconsultancydisclaimer a {
	color: white;
	font-weight: bold;
}

#sl-search fieldset {
	border: 0;
	padding: 0;
	border: 1px transparent solid;
}

#sl-search fieldset>span {
	margin: 30px auto 0 auto;
	max-width: 700px;
}

#sl-search input,#sl-search button {
	margin: 0;
	padding: 0;
	height: 50px;
	color: #000;
	background: #fff;
	border: 0;
	font-family: 'Helvetica Neue LT W04_61459696';
	font-size: 0.75rem;
}

#sl-search input:focus,#sl-search button:focus {
	outline: 0;
}

#sl-search input {
	padding: 15px 30px;
	line-height: 1rem;
	font-family: 'Helvetica Neue LT W01_41488878';
}

#sl-search input::-webkit-input-placeholder,#sl-search input:-moz-placeholder,#sl-search input::-moz-placeholder,#sl-search input:-ms-input-placeholder {
	color: #b9b9ba;
}

#sl-search input::-ms-clear {
	display: none;
}

#sl-search input.empty::-webkit-input-placeholder,#sl-search input.empty:-moz-placeholder,#sl-search input.empty::-moz-placeholder,#sl-search input.empty:-ms-input-placeholder {
	color: #c00000;
}

#sl-search button {
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	
}

#sl-search input {
	width: calc(100% - 100px);
}

@media all and (min-width: 641px) {
	#sl-search {
		background-image: url(../img/bg-world-1024.jpg);
	}
}

@media all and (min-width: 1025px) {
	#sl-search {
		background-image: url(../img/bg-world.jpg);
	}
}

.no-gl #sl-search input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

#sl-search [name="search-geolocation"] {
	margin-top: 30px;
	border-right: 2px #e4e4e4 solid;
}

#sl-search [name="search-address"] {
	width: 100px;
	border-left: 2px solid #e0e0e0;
}

.no-gl #sl-search [name="search-geolocation"] {
	display: none;
}

@media all and (min-width: 800px) {
	#sl-search [name="search-address"] {
		border-left: 2px #e4e4e4 solid;
		margin: 0;
	}
}

#sl-search svg {
	vertical-align: middle;
	display: inline-block;
}

#sl-search svg.icon-gl,#sl-search svg.icon-sc {
	display: inline-block;
	width: 30px;
	height: 34px;
}

#sl-search svg.icon-gl {
	margin: 4px -4px 0 -5px;
}

#sl-search svg.icon-sc {
	display: none;
	fill: none;
	height: 22px;
	width: 20px;
}

#sl-search svg.loader-gl {
	display: none;
	width: 28px;
	height: 28px;
}

#sl-search .loading svg.icon-gl {
	display: none;
}

#sl-search .loading svg.loader-gl {
	display: inline-block;
}

#sl-search .loading [name="search-geolocation"] {
	padding: 0 10px;
}

#sl-search .loading button {
	cursor: default;
}

@media all and (max-width: 480px) {
	#sl-search svg.icon-sc {
		display: inline-block;
	}

	#sl-search [name="search-address"] {
		width: 55px;
	}

	#sl-search [name="search-address"] span {
		display: none;
	}

	#sl-search input {
		width: calc(100% - 55px);
	}
}

#sl-result {
	background: #f5f5f5;
	position: relative;
	padding-bottom: 0;
	max-width: 100%;
	overflow: hidden;
}

#sl-result #sl-search {
	min-height: 286px;
}

@media all and (min-width: 1024px) {
	#sl-result #sl-search {
		height: 350px;
	}
}

#sl-result #sl-search form:before,#sl-result #sl-search form:after {
	display: none;
}

#sl-result .zoombtts {
	width: 63px;
	position: relative !important;
	bottom: auto !important;
	left: calc(100% - 93px);
	top: 23px !important;
}

#sl-result .zoombtts button {
	border: 0;
	margin-top: 2px;
	width: 63px;
	height: 63px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.66s;
	background: url(../img/zoom-controls.png) top left no-repeat;
}

#sl-result .zoombtts button.in {
	background-position: top right;
}

#sl-result .zoombtts button.disabled {
	opacity: 0.7;
	cursor: default;
}

#sl-result .zoombtts button:focus {
	outline: 0;
}

#sl-result section {
	position: relative;
	padding-bottom: 60px;
}

#sl-result header {
	height: 165px;
	line-height: 70px;
	padding: 0 5% 50px 5%;
	border-bottom: 2px #dbdbdb solid;
	background: #fff;
	font-size: 0.9375rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#sl-result header p {
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	
}

#sl-result header a {
	background-image: url(../img/ico-lens.png);
	background-repeat: no-repeat;
}

#sl-result header a:focus {
	outline: none;
}

#sl-result section>div {
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

#sl-result #resultset {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 30px 5%;
}

#sl-result #paginazione {
	padding: 0;
	font-size: 0;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

#sl-result #paginazione button {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	width: 45px;
	font-size: 0.875rem;
	text-align: center;
}

#sl-result #paginazione button:focus {
	outline: 0;
}

#sl-result #paginazione span {
	width: 45px;
	font-size: 0.875rem;
	display: inline-block;
	border-right: 1px #7c7c7c solid;
}

#sl-result #paginazione button:nth-last-child(n+5) {
	border-right: 1px #7c7c7c solid;
}

#sl-result #paginazione button[id] {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 20px;
	border: 0;
	position: relative;
	top: -2px;
	background: url(../img/paginazione.png) 0 0 no-repeat;
}

#sl-result #paginazione button[id="nextpage"] {
	background-position: top right;
}

#sl-result div.infobubble,#sl-result li {
	background: #fff;
	padding: 35px 60px;
	position: relative;
	max-width: 1198px;
	margin: 0 auto 10px auto;
}

#sl-result div.infobubble .digitalconsultancy,#sl-result li .digitalconsultancy {
	font: 0.875rem "Helvetica Neue LT W01_71488914";
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #ededed;
	color: #37393b;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 1024px) {
	#sl-result div.infobubble .digitalconsultancy,#sl-result li .digitalconsultancy {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
	}

	#sl-result div.infobubble .digitalconsultancy p.dist2,#sl-result li .digitalconsultancy p.dist2 {
		top: 0;
		padding-right: 0;
		position: static;
	}

	#sl-result div.infobubble .digitalconsultancy p.dist2 a,#sl-result li .digitalconsultancy p.dist2 a {
		top: 0;
		margin: 0;
	}
}

#sl-result div.infobubble span[itemprop="memberOf"],#sl-result div.infobubble address {
	font-style: normal;
	font: 0.875rem "Helvetica Neue LT W01_41488878";
}

#sl-result div.infobubble .digitalconsultancy {
	margin-top: 0;
	font-size: 0.77rem;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
}

#sl-result div.infobubble .digitalconsultancy .digitalconsultancy-cta {
	width: 100%;
}

#sl-result div.infobubble .digitalconsultancy a {
	width: 100%;
}

#sl-result li span[itemprop="memberOf"],#sl-result li address {
	font-style: normal;
	font: 0.875rem "Helvetica Neue LT W01_41488878";
}

#sl-result div.infobubble h2,#sl-result li h2 {
	font-weight: normal;
	font: 0.9375rem "Helvetica Neue LT W01_71488914";
	margin: 0.45em 0;
}

#sl-result div.infobubble span[itemprop="memberOf"],#sl-result div.infobubble h2 {
	text-transform: uppercase;
}

#sl-result li span[itemprop="memberOf"],#sl-result li h2 {
	text-transform: uppercase;
}

#sl-result div.infobubble[data-store-type]:before,#sl-result li[data-store-type]:before {
	position: absolute;
	content: "";
	top: 35px;
	left: 0;
	width: 36px;
	height: 32px;
	background-position: -3px 0;
	overflow: hidden;
}

#sl-result div.infobubble[data-store-type="1"]:before,#sl-result li[data-store-type="1"]:before {
	background-image: url(../img/ico-map-flagship.png);
}

#sl-result div.infobubble[data-store-type="2"]:before,#sl-result li[data-store-type="2"]:before {
	background-image: url(../img/ico-map-dealers.png);
}

#sl-result div.infobubble[data-store-type="3"]:before {
	background-image: url(../img/ico-map-shop.png);
}

#sl-result li[data-store-type="3"]:before {
	background-image: url(../img/ico-map-shop.png);
}

#sl-result li div.info {
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sl-result div.infobubble div.info {
	display: block;
}

#sl-result div.infobubble dl {
	min-width: 200px;
	margin: 25px 0 0 0;
	padding: 0;
}

#sl-result li dl {
	min-width: 200px;
	margin: 25px 0 0 0;
	padding: 0;
}

#sl-result div.infobubble dl:not(.brands),#sl-result li dl:not(.brands) {
	width: 100%;
	background: none;
}

#sl-result div.infobubble dl.brands,#sl-result li dl.brands {
	font-size: 0;
}

#sl-result div.infobubble dt,#sl-result li dt {
	padding: 0;
	margin: 0 0 20px 0;
	font: 0.75rem "Helvetica Neue LT W01_71488914";
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sl-result div.infobubble dd,#sl-result li dd {
	font: 0.75rem "Helvetica Neue LT W01_41488878";
	margin: 0.25em 0 0 0;
	display: block;
}

#sl-result div.infobubble dd[itemprop="email"],#sl-result li dd[itemprop="email"] {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#sl-result div.infobubble dd[itemprop="brand"] {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin: 0 19px 19px 0;
}

#sl-result li dd[itemprop="brand"] {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin: 0 19px 19px 0;
	overflow: visible !important;
}

#sl-result div.infobubble dd[itemprop="brand"]:not(:last-child):after,#sl-result li dd[itemprop="brand"]:not(:last-child):after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	bottom: -4px;
	height: 23px;
	width: 1px;
	border-right: 1px #000 solid;
}

#sl-result div.infobubble .molteni,#sl-result li .molteni {
	background: url(../img/logo-molteni.svg) 0 0/cover;
	width: 88px;
	height: 15px;
}

#sl-result div.infobubble .dada,#sl-result li .dada {
	background: url(../img/logo-dada.svg) 0 0/cover;
	width: 49px;
	height: 15px;
}

#sl-result div.infobubble .citterio,#sl-result li .citterio {
	background: url(../img/logo-citterio.svg) 0 0/cover;
	width: 67px;
	height: 12px;
}

#sl-result div.infobubble .vitra,#sl-result li .vitra {
	background: url(../img/logo-vitra.svg) 0 0/cover;
	width: 49px;
	height: 16px;
}

#sl-result div.infobubble .unifor,#sl-result li .unifor {
	background: url(../img/logo-unifor.svg) 0 0/cover;
	width: 52px;
	height: 13px;
}

#sl-result div.infobubble .dist,#sl-result li .dist {
	font: 0.75rem 'Helvetica Neue LT W01_71488914';
}

#sl-result div.infobubble .dist {
	font-size: 0.6rem;
}

#sl-result div.infobubble .dist a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#sl-result div.infobubble .dist span,#sl-result li .dist span {
	color: #b9b9ba;
	display: block;
	margin-bottom: 0.5em;
}

#sl-result div.infobubble .dist a,#sl-result li .dist a {
	background: #fff;
	padding: 0.9375rem 1.875rem;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 10px;
	transition: background 0.2s 0s;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	color: #37393b;
	text-decoration: none;
	text-transform: uppercase;
}

#sl-result div.infobubble .dist a:link,#sl-result div.infobubble .dist a:visited,#sl-result div.infobubble .dist a:hover,#sl-result div.infobubble .dist a:focus,#sl-result div.infobubble .dist a:active {
	color: #37393b;
}

#sl-result li .dist a {
	position: relative;
	top: 20px;
}

#sl-result li .dist a:link,#sl-result li .dist a:visited,#sl-result li .dist a:hover,#sl-result li .dist a:focus,#sl-result li .dist a:active {
	color: #37393b;
}

#sl-result li .dist a:hover,#sl-result div.infobubble .dist a:hover {
	background: #e9e9e9;
}

#sl-result #map {
	height: 650px;
	width: calc(100% - 360px);
	margin: 0 auto;
}

#sl-result #filters {
	padding: 30px 60px;
	width: 360px;
}

#sl-result #filters h2 {
	margin: 0;
	padding: 0;
	font-size: 2.25rem;
	
}

#sl-result #filters input[type="radio"] {
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: -10;
}

#sl-result #filters label {
	display: block;
	line-height: 24px;
	cursor: pointer;
	position: relative;
	padding-left: 33px;
	color: #979797;
	font-size: 0.875rem;
	
}

#sl-result #filters label img {
	vertical-align: middle;
	margin: 0 13px 0 0;
}

#sl-result #filters legend {
	color: #37393b;
}

#sl-result #filters legend+input+label {
	display: -ms-flexbox;
	display: flex;
	color: #37393b;
	
}

#sl-result #filters legend+input+label div {
	line-height: 1.2;
}

#sl-result #filters .molteni {
	background-image: url(../img/logo-molteni.svg);
}

#sl-result #filters .dada {
	background-image: url(../img/logo-dada.svg);
}

#sl-result #filters .vitra {
	background-image: url(../img/logo-vitra.svg);
}

#sl-result #filters .unifor {
	background-image: url(../img/logo-unifor.svg);
}

#sl-result #filters label[class] {
	padding: 0;
	text-indent: -100%;
	white-space: nowrap;
	background-position: 33px center;
	background-repeat: no-repeat;
	background-size: auto 15px;
}

#sl-result #filters label[class].dada {
	background-size: auto 14px;
}

#sl-result #filters label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	margin: 0 12px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px #c0c0c0 solid;
	overflow: hidden;
}

#sl-result #filters label#lbl_digital_consultancy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

#sl-result #filters label#lbl_digital_consultancy img {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 5px;
}

#sl-result #filters label#lbl_digital_consultancy div {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #979797;
	line-height: normal;
}

#sl-result #filters label#lbl_digital_consultancy:before {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#sl-result #filters input:checked+label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	margin-left: 4px;
	border-radius: 50%;
	background: black;
	overflow: hidden;
}

#sl-result #filters input:checked+label#lbl_digital_consultancy:after {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: transparent;
	border: 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon --%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' id='svg12' sodipodi:docname='checkbox-checked.svg' inkscape:version='0.92.4 (5da689c313, 2019-01-14)'%3E%3Cdefs id='defs16' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview14' showgrid='false' inkscape:zoom='0.236' inkscape:cx='500' inkscape:cy='500' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='0' inkscape:current-layer='svg12' /%3E%3Cmetadata id='metadata2'%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cpath inkscape:connector-curvature='0' id='path4' d='m 458.6,690.1 -85.5,69 -208,-257.7 85.5,-69 z' /%3E%3Cpath inkscape:connector-curvature='0' id='path6' d='M 458.5,690.2 389.2,605 817.6,256.4 l 69.3,85.2 z' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 20px;
	height: 20px;
	margin: 0;
}

#sl-result #filters fieldset {
	border: 0;
	padding: 0;
	display: block;
	margin: 30px 0 0 0;
}

#sl-result #filters legend {
	font-size: 0.875rem;
	display: block;
	margin-bottom: 15px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'Helvetica Neue LT W01_71488914';
}

#sl-result #filters button {
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 30px 0 0 0;
	padding: 18px 20px;
	color: #fafafa;
	background: #37393b;
	
	font-size: 0.75rem;
}

#sl-result #filters button:focus {
	outline: 0;
}

@media all and (min-width: 480px) {
	#sl-result header {
		height: 70px;
		padding-bottom: 0;
	}
}

@media all and (min-width: 768px) {
	#sl-result header {
		padding: 0 30px;
	}
}

@media all and (min-width: 1025px) {
	#sl-result header {
		padding: 0 60px;
	}
}

@media all and (min-width: 480px) {
	#sl-result header p {
		text-align: left;
		max-width: 60%;
	}
}

@media all and (min-width: 768px) {
	#sl-result header p {
		margin-right: 260px;
	}
}

@media all and (max-width: 767px) {
	#sl-result header b ~ b {
		display: block;
	}
}

@media all and (max-width: 767px) {
	#sl-result header a {
		text-indent: 100%;
		font: 0/0 a;
		white-space: nowrap;
		opacity: 0;
		position: fixed;
		z-index: 100;
		bottom: 1px;
		right: 1px;
		width: 60px;
		height: 60px;
		border: 2px #e2e2e2 solid;
		background-color: #fff;
		background-position: center center;
		transition: opacity 0.5s 0.5s;
	}
}

@media all and (min-width: 768px) {
	#sl-result header a {
		display: block;
		top: 50%;
		right: 30px;
		position: absolute;
		background-position: center left;
		font-size: 0.75rem;
		line-height: normal;
		color: #37393b;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		font-family: Helvetica Neue LT W01_71488914;
		padding: 0.9375rem 1.875rem;
		transition: background 0.2s 0s;
		box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	}

	#sl-result header a:link,#sl-result header a:visited,#sl-result header a:hover,#sl-result header a:focus,#sl-result header a:active {
		color: #37393b;
	}

	#sl-result header a:hover {
		background: #e9e9e9;
	}
}

@media all and (min-width: 768px) {
	#sl-result #resultset {
		margin: 50px 30px 60px 30px;
	}
}

@media all and (min-width: 1025px) {
	#sl-result #resultset {
		margin-top: 100px;
	}
}

@media all and (min-width: 600px) {
	#sl-result div.infobubble dl,#sl-result li dl {
		padding: 0 20px;
		margin: 30px 0 0 0;
		border-left: 2px solid #7c7c7c;
	}
}

@media all and (min-width: 600px) {
	#sl-result div.infobubble dl:not(.brands),#sl-result li dl:not(.brands) {
		width: 50%;
	}
}

@media all and (min-width: 800px) {
	#sl-result div.infobubble dl:not(.brands),#sl-result li dl:not(.brands) {
		width: 28%;
		max-width: 270px;
	}
}

@media all and (max-width: 799px) {
	#sl-result div.infobubble dl.brands,#sl-result li dl.brands {
		width: 100%;
		padding-left: 0;
		border-color: transparent;
	}
}

@media all and (min-width: 800px) and (max-width: 1023px) {
	#sl-result div.infobubble dd[itemprop="brand"]:not(:last-child):after,#sl-result li dd[itemprop="brand"]:not(:last-child):after {
		right: auto;
		width: 25px;
		height: 1px;
		border-right: 0;
		left: 0;
		bottom: -10px;
		border-top: 1px #000 solid;
	}
}

@media all and (max-width: 799px) {
	#sl-result div.infobubble .molteni,#sl-result li .molteni,#sl-result div.infobubble .dada,#sl-result li .dada {
		margin-right: 18px;
	}

	#sl-result div.infobubble .dada:after,#sl-result li .dada:after {
		right: -10px;
	}

	#sl-result div.infobubble .citterio,#sl-result li .citterio {
		margin-right: 18px;
	}
}

@media all and (min-width: 800px) {
	#sl-result div.infobubble dd[itemprop="brand"],#sl-result li dd[itemprop="brand"] {
		display: block;
	}
}

@media all and (min-width: 1024px) {
	#sl-result div.infobubble dd[itemprop="brand"],#sl-result li dd[itemprop="brand"] {
		display: inline-block;
	}

	#sl-result div.infobubble .molteni,#sl-result li .molteni {
		margin-right: 18px;
	}

	#sl-result div.infobubble .dada,#sl-result li .dada {
		margin-right: 18px !important;
	}

	#sl-result div.infobubble .dada:after,#sl-result li .dada:after {
		right: -10px;
	}

	#sl-result div.infobubble .citterio,#sl-result li .citterio {
		margin-right: 18px;
	}
}

@media all and (min-width: 1024px) {
	#sl-result div.infobubble .dist,#sl-result li .dist {
		position: absolute;
		top: 30px;
		text-align: right;
		right: 0;
		margin: 0;
		padding: 0;
		padding-right: 55px;
	}

	#sl-result div.infobubble .dist,#sl-result li .dist2 {
		position: relative;
	}
}

@media all and (max-width: 1024px) {
	#sl-result #map {
		width: calc(100% - 300px);
	}
}

@media all and (max-width: 800px) {
	#sl-result #map {
		width: calc(100% - 260px);
	}
}

@media all and (max-width: 767px) {
	#sl-result #map {
		position: absolute;
		width: 1px;
		height: 1px;
	}
}

@media all and (min-width: 768px) {
	#sl-result #filters {
		background: #fff;
	}
}

@media all and (max-width: 1024px) {
	#sl-result #filters {
		padding: 30px 30px;
		width: 300px;
	}
}

@media all and (max-width: 800px) {
	#sl-result #filters {
		padding: 30px 30px;
		width: 260px;
	}
}

@media all and (max-width: 767px) {
	#sl-result #filters {
		max-height: 0;
		padding: 0;
		margin-top: 70px;
		width: 100%;
		overflow: hidden;
		transition: 1s max-height;
	}

	#sl-result #filters.open {
		max-height: 800px;
	}

	#sl-result #filters>div {
		padding: 0 5%;
	}
}

@media all and (max-width: 480px) {
	#sl-result #filters {
		margin-top: 165px;
	}
}

@media all and (max-width: 767px) {
	#sl-result #filters h2 {
		position: absolute;
		top: 35px;
		right: 5%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #37393b;
		cursor: pointer;
		border: 2px solid #e2e2e2;
		padding: 18px 20px 18px 55px;
		font-weight: normal;
		letter-spacing: 0;
		text-transform: uppercase;
		font-size: 0.75rem;
		font-family: 'Helvetica Neue LT W04_61459696';
		background: url(../img/ico-filters.png) 18px center no-repeat;
	}
}

@media all and (max-width: 479px) {
	#sl-result #filters h2 {
		right: auto;
		top: auto;
		top: 90px;
		left: 50%;
		white-space: nowrap;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media all and (min-width: 768px) {
	#sl-result section>div {
		border-top: 70px solid transparent;
		height: 722px;
		border-bottom: 2px #e2e2e2 solid;
	}
}

@media all and (max-width: 767px) {
	#sl-result section.sticky header a {
		opacity: 1;
	}
}

@media all and (min-width: 768px) {
	#sl-result section.sticky header {
		position: fixed;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 10;
		top: 86px;
		left: 0;
		right: 0;
	}

	#sl-result section.transition header {
		transition: top 1s 0s;
	}

	#sl-result section.sticky.stickybottom header {
		top: 0;
		transition: top 1s 0s;
		width: auto;
	}
}

@media all and (min-width: 1025px) {
	#sl-result section.sticky header {
		top: 110px;
	}
}

div.infobubble {
	margin: 32px 0 0 -21px !important;
	padding: 0 !important;
}

div.infobubble div+img+div {
	height: auto !important;
}

div.infobubble article {
	max-width: 233px;
	margin: 35px 55px;
}

div.infobubble article[data-store-type]:before {
	position: absolute;
	content: "";
	top: 35px;
	left: 0;
	width: 36px;
	height: 32px;
	background-position: -3px 0;
	overflow: hidden;
}

div.infobubble article[data-store-type="1"]:before {
	background-image: url(../img/ico-map-flagship.png);
}

div.infobubble article[data-store-type="2"]:before {
	background-image: url(../img/ico-map-dealers.png);
}

div.infobubble article[data-store-type="3"]:before {
	background-image: url(../img/ico-map-shop.png);
}

div.infobubble:after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 37px;
	width: 2px;
	left: 20px;
	background: #37393b;
}

div.infobubble .dist {
	position: static !important;
	text-align: left !important;
	padding: 2em 0 !important;
}

div.infobubble .dist span {
	display: none !important;
}

div.infobubble dl {
	margin-top: 20px !important;
	padding: 0 !important;
	border-left: 0 !important;
}

div.infobubble dt {
	margin-bottom: 0.5em !important;
}

div.infobubble dl.openings {
	line-height: 1.3;
}

div.infobubble dl.openings dd {
	display: inline !important;
}

div.infobubble dl.openings dd+dd:before {
	content: " - ";
	display: inline;
}

div.infobubble dd[itemprop="brand"] {
	margin: 0 12px 10px 0 !important;
}

div.infobubble address span {
	white-space: wrap;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

#sl-result li .dist a {
	width: 230px;
	text-align: center;
	padding: 0.9375rem;
}

@media all and (min-width: 1024px) {
	#sl-result li .dist a {
		width: 250px;
		padding: 0.9375rem 1.875rem;
	}
}

#sl-result li .dist a.website {
	background: #37393b;
	color: #f5f5f5;
}

@media all and (min-width: 1024px) {
	#sl-result li .dist a.website {
		display: block;
		text-align: center;
	}
}

.overlay-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 15;
}

.overlay-wrapper.show {
	display: block;
}

.overlay-wrapper .overlay-close {
	text-align: right;
}

.overlay-wrapper .overlay-content {
	position: absolute;
	width: 90vw;
	padding: 4vw 4vw;
	min-height: 30vh;
	background-color: white;
	top: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
}

@media all and (min-width: 1024px) {
	.overlay-wrapper .overlay-content {
		width: 70vw;
		padding: 2vw;
	}
}

.overlay-wrapper .overlay-content #closeform {
	top: 4vw;
	right: 4vw;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.overlay-wrapper .overlay-content #closeform svg {
	width: 30px;
	height: 30px;
}

@media all and (min-width: 1024px) {
	.overlay-wrapper .overlay-content #closeform {
		right: 2vw;
		top: 2vw;
	}
}

body.showing-overlay {
	position: relative;
}

.request-form .form-header {
	margin-bottom: 20px;
	padding-right: 60px;
}

@media only screen and (max-width: 767px) {
	.request-form.request-form--new-collection h3 {
		font-size: 20px;
	}
}

.request-form .form-title {
	display: none;
}

.overlay-content .request-form .form-title {
	display: block;
}

.request-form .form-subtitle {
	display: none;
}

.overlay-content .request-form .form-subtitle {
	display: block;
}

.request-form .contact-request_form.show-thanks {
	position: relative;
}

.request-form .contact-request_form.show-thanks .success-overlay {
	display: block;
}

.request-form .contact-request_form.show-thanks .row {
	opacity: 0.2;
}

@media (max-width: 768px) {
	.request-form .contact-request_form .row {
		margin-bottom: 2.5rem;
	}

	.request-form .contact-request_form .row:not(.list-contacts)>div:nth-child(2) {
		margin-top: 2.5rem;
	}
}

.request-form .contact-request_form div.error {
	float: right;
	color: red;
	font-size: .75rem;
}

.request-form .contact-request_form .chosen-container-single .chosen-single {
	height: 48px;
	line-height: 48px;
	padding-left: 9px;
}

.request-form .contact-request_form .form-control.chosen-select {
	background-image: url("/bundles/app/front/assets/svg-sprite/down.svg");
	background-size: 20px;
	background-position: 97% center;
	background-repeat: no-repeat;
	padding-left: 9px;
}

.request-form .contact-request_form .chosen-container-single {
	position: relative;
}

.request-form .contact-request_form .chosen-container-single::after {
	content: "";
	position: absolute;
	font-weight: bold;
	right: 10px;
	font-size: 16px;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	background-image: url("/bundles/app/front/assets/svg-sprite/down.svg");
}

.request-form .contact-request_form .chosen-container-single.chosen-with-drop::after {
	-webkit-transform: translateY(-50%) rotateZ(180deg);
	transform: translateY(-50%) rotateZ(180deg);
}

.request-form .contact-request_form .chosen-single {
	padding-left: 9px;
	font-size: 16px;
}

.request-form .contact-request_form .radio {
	margin: 0 0 4px;
}

.request-form .contact-request_form .privacy {
	font-size: .75rem;
	color: #979797;
}

.request-form .contact-request_form .privacy .dark {
	color: #37393b;
	font-weight: bold;
	text-transform: uppercase;
}

.request-form .contact-request_form .privacy a {
	color: #979797;
}

.request-form .contact-request_form .privacy input[type="checkbox"]+label span,.request-form .contact-request_form .privacy input[type="radio"]+label span {
	color: #979797;
}

.request-form .contact-request_form .privacy ul ul {
	margin: 2.5em 0 .5em 0;
}

.request-form .contact-request_form .privacy #contact_request_form_privacy2,.request-form .contact-request_form .privacy #contact_request_form_privacy3,.request-form .contact-request_form .privacy #contact_request_form_privacy4 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

.request-form .contact-request_form .privacy #contact_request_form_privacy2 .radio,.request-form .contact-request_form .privacy #contact_request_form_privacy3 .radio,.request-form .contact-request_form .privacy #contact_request_form_privacy4 .radio {
	margin-top: 1em;
	margin-right: 3em;
}

.request-form .contact-request_form .privacy #contact_request_form_privacy2 div.error,.request-form .contact-request_form .privacy #contact_request_form_privacy3 div.error,.request-form .contact-request_form .privacy #contact_request_form_privacy4 div.error {
	position: absolute;
	right: 0;
}

.request-form .contact-request_form .generic-cta {
	margin-top: 0;
}

.request-form .contact-request_form .failure-message {
	display: none;
}

.request-form .contact-request_form #contact_request_form_customer_type .radio:first-of-type {
	display: none;
}

.request-form .failure-red {
	color: #ea6360;
}

.request-form .success-green {
	color: #538d81;
	font-weight: bold;
}

.request-form .captcha img {
	margin: 10px 0 10px 0;
}

.request-form .captcha input[type=text] {
	width: 150px;
}

.request-form .captcha .captcha_renew {
	font-size: .75rem;
	margin-bottom: 10px;
	display: block;
}

.request-form .captcha .captcha_renew:hover {
	text-decoration: underline;
}

.request-form .captcha .captcha_error_text {
	display: none;
	margin-top: 10px;
	color: red;
	font-size: .75rem;
}

.request-form .captcha.captcha_error {
	float: none;
}

.request-form .captcha.captcha_error input[type=text] {
	border-color: red;
}

.request-form .captcha.captcha_error .captcha_error_text {
	display: block;
}

.request-form__success-message {
	padding-right: 60px;
	display: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay-content .request-form__success-message {
	top: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}



 

 @media (max-width: 525px){

 	.finishes-content-wr .finishes-content-row-item {
    float: left;
    margin-left: 0;
    width: 33.3333%;
    cursor: pointer;
    padding: 5px;
    min-height: 175px;
}
/*.finishes-content-wr .finishes-content-row-item-detail figure,
.finishes-content-wr .finishes-content-row-item-detail .finishes-content-item-detail{
	width: 100%;
}*/
.finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code{
padding-left:15px;
}
.finishes-content-wr .finishes-content-row-item.active .finishes-content-item-code:before{
left:7px;
}
 }
