@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body, html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

@font-face {
    font-family: 'gt_walsheim_medium';
    src: url(../fonts/walsheim/gt-walsheim-medium-web.eot);
    src: url(../fonts/walsheim/gt-walsheim-medium-web.eot?#iefix) format('embedded-opentype'),
         url(../fonts/walsheim/gt-walsheim-medium-web.woff) format('woff'),
         url(../fonts/walsheim/gt-walsheim-medium-web.ttf) format('truetype'),
         url(../fonts/walsheim/gt-walsheim-medium-web.svg#gt_walsheim_medium) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'bpmenu';
	src:url('../fonts/bpmenu/bpmenu.eot');
	src:url('../fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpmenu/bpmenu.woff') format('woff'),
		url('../fonts/bpmenu/bpmenu.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}


/* Modal Wrapper
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.modal-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	opacity: 1;
	background: rgba(0,0,0,0.7);
}

.modal-wrapper-content {
	width: 750px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -375px 0 0 -375px;
	box-shadow: 0 0 7px 4px rgba(0,0,0,.2);
	background: #fff;
	text-align: center;
}

.modal-wrapper-content h1 {
	font-family: 'gt_walsheim_medium';
	font-size: 25px;
	line-height: 30px;
}

.modal-wrapper-content-text {
	overflow: hidden;
}

.modal-wrapper-content span {
	height: 1px;
	width: 100%;
	background: #ccc;
	display: block;
	float: none;
	margin: 15px 0;
}

.modal-wrapper-content p {
	font-size: 22px;
	line-height: 27px;
	font-family: 'Poiret One', cursive;
	font-weight: 300;
}

.modal-wrapper-content p strong {
	font-family: 'gt_walsheim_medium';
}

.modal-wrapper-content img {
	width: 100%;
	display: block;
	margin: 0;
}

.modal-wrapper-close {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	background: url(../img/buttons-icons/close-modal-overlay.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 1000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	right: -45px;
	top: -45px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: 60% 60%;
	background-color: #fff;
}

.modal-wrapper-close:hover {
	-webkit-transform: scale(0.6);
	-moz-transition: scale(0.6);
	-o-transition: scale(0.6);
	transition: scale(0.6);
}

@media screen and (max-width: 850px) {
.modal-wrapper-content {
	width: 85%;
	top: 50px;
	margin: 0 0 0 -42.5%;
}

.modal-wrapper-content h1,
.modal-wrapper-content span,
.modal-wrapper-content p {
	font-size: 20px;
	line-height: 25px;
}

.modal-wrapper-close {
	right: -25px;
	top: -25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 60% 60%;
}
}

@media screen and (max-height: 850px) and (min-width: 850px) {
.modal-wrapper-content {
	width: 650px;
	margin: -325px 0 0 -325px;
}
}



/* Preloader
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
#preloader-container {
	position: fixed;
   	z-index: 1000;
   	width: 100%;
   	height: 100%;
	background: #000;
	background: url(../img/preloader-layer.png) top left repeat;
}

body.ie8 #preloader-container {
	position: fixed;
   	z-index: 100;
   	width: 100%;
   	height: 100%;
	background: url(../img/preloader-layer.png) top left repeat;
}

.ie9-loading {
	display: none;
}

body.ie9 .ie9-loading {
	display: block;
	position: fixed;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	background: url(../img/buttons-icons/ie9-loading.png) center center no-repeat;
}

body.ie9 .spinner {
	display: none;
}

.spinner {
	position: fixed;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -75px;
	background-color: #0bc5ad;
	border-radius: 100%;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
0% { -webkit-transform: scale(0.0) }
100% { -webkit-transform: scale(1.0); opacity: 0; }
}

@keyframes scaleout {
0% { transform: scale(0.0) }
100% { transform: scale(1.0); opacity: 0; }
}



/* Background Video
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.element-with-video-bg {
	height: 650px;
	width: 100%;
	position: relative;
	background: #000;
}

.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}

.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	opacity: 0.7 !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-40%) !important;
	   -moz-transform: translate(-50%,-40%) !important;
	    -ms-transform: translate(-50%,-40%) !important;
	     -o-transform: translate(-50%,-40%) !important;
	    	transform: translate(-50%,-40%) !important;
}

.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

.prometheus-logo {
	width: 600px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -300px;
	position: absolute;
}

.prometheus-logo img {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}

.prometheus-logo h1 {
	text-align: center;
	color: #fff;
	font-family: 'gt_walsheim_medium';
	font-size: 2em;
	text-shadow: 1px -1px 15px rgba(0,0,0,0.8);
}

.prometheus-logo .go-to-page {
	margin-top: 25px;
	color: #fff;
	border: #fff solid 1px;
	background: rgba(0,0,0,0.5);
}

.prometheus-logo .go-to-page:hover {
	color: #383e45 !important;
	background: #fff !important;
}

.cinque-stelle-page .page-top h2 {
    margin: 15px auto 0 auto;
}

.about-us-container.cinque-stelle-content {
	margin-bottom: 70px;
}

.about-us-container.cinque-stelle-content img {
	width: 100%;
	margin: 70px auto 0 auto;
}

.cinque-stelle-image-mobile {
	display: none !important;
}

.cinque-stelle-box-container {
	padding: 75px 0 0 0;
}

.cinque-stelle-box-button {
    width: 100%;
	float: left;
	margin-top: 15px;
}

.cinque-stelle-box {
  width: 525px;
	float: left;
	margin-bottom: 50px;
}

.about-us-container .cinque-stelle-box:nth-of-type(1),
.about-us-container .cinque-stelle-box:nth-of-type(3) {
    margin-right: 50px;
}

.cinque-stelle-box h2 {
	font-family: 'gt_walsheim_medium';
	margin-bottom: 10px;
	color: #000;
	text-align: center;
	font-size: 35px;
}

.about-us-container .cinque-stelle-box img {
	width: 100%;
	float: left;
    display: block;
    margin: 0;
}

@media screen and (max-width: 1100px) {
	.about-us-container.cinque-stelle-content img {
		max-width: 90%;
		margin: 25px auto 0 auto;
	}

	.cinque-stelle-box {
	  width: 47.5%;
	}

	.about-us-container .cinque-stelle-box:nth-of-type(1),
	.about-us-container .cinque-stelle-box:nth-of-type(3) {
	    margin-right: 5%;
	}

	.about-us-container .cinque-stelle-box img {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.cinque-stelle-image-desktop {
		display: none !important;
	}

	.cinque-stelle-image-mobile {
		display: block !important;
	}

	.element-with-video-bg {
		height: 550px;
	}

	.prometheus-logo {
		width: 90%;
		height: auto;
		top: 50px;
		left: 50%;
		margin: 0 0 0 -45%;
	}

	.prometheus-logo img {
		width: 300px;
		height: 300px;
		margin: 0 auto;
		display: block;
	}

	.prometheus-logo h1 {
		text-align: center;
		color: #fff;
		font-family: 'gt_walsheim_medium';
		font-size: 2em;
		text-shadow: 1px -1px 15px rgba(0,0,0,0.8);
	}

	.jquery-background-video {
		-webkit-transform: translate(-50%,-50%) !important;
		   -moz-transform: translate(-50%,-50%) !important;
			-ms-transform: translate(-50%,-50%) !important;
			 -o-transform: translate(-50%,-50%) !important;
				transform: translate(-50%,-50%) !important;
	}

	.cinque-stelle-box {
	  width: 100%;
	}

	.about-us-container .cinque-stelle-box:nth-of-type(1),
	.about-us-container .cinque-stelle-box:nth-of-type(3) {
	    margin-right: 0;
	}
}


.diamante-page-container {
	position: relative;
	width: 90%;
	max-width: 1100px;
	float: none;
	margin: 0 auto;
	margin: 50px auto 130px auto;
}

.diamante-page-container img {
	width: 100%;
}

.diamante-container-button {
	position: absolute;
	width: 185px;
	height: 42px;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -96px;
	display: table;
}

.diamante-container-button .go-to-page {
	background: #fff;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1279px) {
.diamante-page-container {
	margin: 50px auto 75px auto;
}
}

@media screen and (max-width: 639px) {
.diamante-page-container {
	margin: 50px auto;
}

.diamante-container-button {
    width: 120px;
    height: 34px;
    margin: -17px 0 0 -60px;
}

.diamante-container-button .go-to-page {
	font-size: 13px;
}
}



/* IE8 Upgrade Message
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
#ie8-message-container {
	display: none;
	background: #292d32;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 50000;
}

#ie8-message {
	width: 500px;
	height: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -250px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}

#ie8-message h1 {
	font-size: 25px;
	line-height: 28px;
}

#ie8-message h2 {
	font-size: 20px;
	margin: 30px 0;
	line-height: 22px;
	color: #0bc5ad;
}

#ie8-message p {
	font-size: 16px;
	line-height: 19px;
}

#ie8-message img {
	display: block;
	margin: 0 auto;
	float: none;
}

#ie8-message-browsers {
	width: 380px;
	margin: 30px auto 0 auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}

.ie8-message-browser {
	width: 60px;
	float: left;
	margin-right: 20px;
}

.no-margin {
	margin-right: 0;
}

#ie8-message span {
	font-size: 14px;
}

body.ie8 #ie8-message-container {
	display: block;
}




/* Cookies Banner
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
#cookie-banner {
	background: #000 !important;
	padding: 22px 25px !important;
	display: none;
	position: fixed;
	width: 100%;
	margin: 0;
	left: 0;
	bottom: 0;
	z-index: 1500;
}

#cookie-banner-info {
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}

#cookie-banner-actions {
	font-family: 'gt_walsheim_medium';
	font-weight: 400;
	font-size: 20px;
	color: #FF0;
	text-decoration: none;
	float: right;
	right: 25px;
	position: absolute;
	top: 43px;
	text-transform: uppercase;
}

#cookie-banner-actions a:nth-of-type(1) {
	color: #FFF;
	right: 160px;
}

#cookie-banner-actions a:nth-of-type(2) {
	color: #08c5ad;
	margin-left: 25px;
}

#cookie-banner-actions a {
	text-decoration: none;
}

#cookie-banner-actions a:hover {
	color: #FFF;
}

@media screen and (max-width: 1200px) {
#cookie-banner-info {
	float: none;
	text-align: center;
	margin: 0 auto 15px auto;
}

#cookie-banner-actions {
	float: none;
	margin: 0 auto;
	display: block;
	position: relative;
	right: inherit;
	width: 270px;
	top: 0;
	font-size: 16px;
}
}

@media screen and (max-width: 900px) {
#cookie-banner {
	padding: 22px !important;
}

#cookie-banner-info {
	width: 90%;
}
}

@media screen and (max-width: 320px) {
#cookie-banner {
	padding: 22px 0 !important;
}

#cookie-banner-info {
	font-size: 13px;
}
}




/* Privacy - Cookie Wrappers
================================================== */
.privacy-wrapper,
.cookies-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #292d32;
	z-index: -1;
	opacity: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: scroll;
}

.privacy-wrapper-page,
.cookies-wrapper-page {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #323840;
	overflow: scroll;
}

.privacy-wrapper-page {
	z-index: 1;
}

.cookies-wrapper-page {
	z-index: 2;
}

.show-overlay {
	opacity: 1;
	z-index: 16000;
}

.hide-overlay {
	opacity: 0;
	z-index: -1;
}

.privacy-wrapper button,
.cookies-wrapper button,
.privacy-wrapper-page button,
.cookies-wrapper-page button {
	position: fixed;
}

.wrapper-content {
	width: 700px;
	margin: 80px auto 0 auto;
	float: none !important;
	padding-bottom: 100px;
}

.wrapper-content a {
	text-decoration: underline;
	color: #FFF !important;
}

@media only screen and (max-width: 1024px) {
.wrapper-content {
	margin: 50px auto 0 auto;
	width: 600px;
}
}

@media only screen and (max-width: 767px) {
.wrapper-content {
	width: 90%;
}
}

@media only screen and (max-width: 479px) {
.wrapper-content {
	width: 90%;
}
}





/* Privacy Policy
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.privacy-block {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #505966;
}

.privacy-block:last-of-type {
	border-bottom: none;
}

.privacy h1 {
	text-align: left;
	font-size: 30px;
	font-family: 'gt_walsheim_medium';
	font-weight: 500;
	line-height: inherit;
	padding-top: 0;
	color: #FFF;
}

.privacy h2 {
	font-size: 27px;
	font-family: 'gt_walsheim_medium';
	color: #FFF;
	text-align: left;
}

.privacy h3 {
	font-family: 'gt_walsheim_medium';
	font-size: 21px;
	color: #FFF;
	padding-top: 25px;
	line-height: inherit;
	text-align: left;
}

.privacy p {
	font-size: 22px;
	line-height: 27px;
	color: #FFF;
	font-family: 'Poiret One', cursive;
	font-weight: 300;
	text-align: left;
	margin-top: 15px;
}

.privacy a {
	text-decoration: underline;
	color: #FFF;
}

.privacy p.privacy-footer {
	text-align: right;
	margin-top: 50px;
}

.privacy-block .accordion h4 a {
	background: #414953 url(../img/buttons-icons/privacy-arrow-closed.svg) 20px 23px no-repeat;
	display: block;
	padding: 20px 0 20px 65px;
	text-decoration: none;
	font-family: 'gt_walsheim_medium';
	font-size: 19px;
	color: #FFF;
	margin: 25px 0;
	text-decoration: none;
	text-align: left;
}

.privacy-block .accordion h4 a:hover {
	color: #9da6b2;
	cursor: pointer;
	background-color: #39404a;
}

.privacy-block .accordion h4.open a {
	color: #FFF;
	background: #39404a url(../img/buttons-icons/privacy-arrow-opened.svg) 20px 23px no-repeat;
}

.privacy-block .accordion span {
	font-family: 'gt_walsheim_medium';
	font-size: 19px;
	color: #FFF;
	text-align: left;
}

.privacy-block .accordion a {
	color: #FFF;
	text-decoration: underline;
}

.close-overlay {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 5%;
	right: 5%;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
.faq-column { width: 90%; }

.privacy-block .accordion h4 a { font-size: 0.9em; }

.privacy h1 {
	font-size: 22px;
}

.privacy h2 {
	font-size: 19px;
}

.privacy h3 {
	font-size: 19px;
}
}




/* Languages
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.languages {
	width: 140px;
	height: 80px;
	color: #999;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-align: left;
	margin-left: 28px;
	background: #212529;
	position: absolute;
	right: 50px;
	top: 35px;
	z-index: 200;
}

.language-select {
	width: 90px;
	height: 80px;
	padding-left: 13px;
	cursor: pointer;
	line-height: 80px;
	color: #0bc5ad;
}

.language-select-items {
	width: 140px;
	height: 160px;
	display: none;
	background: #212529;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
}

.language-item {
	display: block;
	width: 76px;
	height: 50px;
	float: left;
}

.languages a {
	color: #999;
	text-decoration: none;
	padding-left: 15px;
	line-height: 50px;
}

.languages a:hover {
	color: #FFF;
}

.flag-item {
	margin: 3px 20px 0 0;
	float: right;
}

.flag-item a {
	line-height: 48px;
}

.flag-current-language {
	float: right;
	margin: 32px 20px 0 0;
}

@media screen and (max-width: 1440px){
.languages { right: 0; height: 72px; }
.language-select { height: 72px; line-height: 72px; }
.language-select-items { height: 152px; }
.flag-current-language { float: right; margin: 28px 30px 0 0; }
}

@media screen and (max-width: 1023px){
.languages { right: 0; height: 60px; }
.language-select { height: 60px; line-height: 60px; }
.language-select-items { height: 130px; }
.flag-current-language { float: right; margin: 22px 30px 0 0; }
}

@media screen and (max-width: 767px) {
.languages { display: none; }
}




/* Top Menu
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.top-menu {
	width: 100%;
	height: 35px;
	background: #191c20;
}

.facebook-share-button {
	float: left;
	margin: 8px 0 0 80px;
	width: 110px;
	overflow: hidden;
}

.top-menu-social-icons {
	height: 35px;
	width: 220px;
	float: left;
	margin-left: 30px;
}

.top-menu-social-icon {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 20px;
	position: relative;
}

#header h1 {
	position: absolute;
	margin-top: -1000px;
}

#top-logo,
#top-logo-home {
	width: 110px;
	height: 110px;
	top: 35px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	z-index: 200;
}

#top-logo-home {
	height: auto;
}

#menu-divider {
	margin: 0 0 0 42px;
}

@media screen and (max-width: 1400px){
#top-logo,
#top-logo-home {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50px;
	margin-left: auto;
	z-index: 200;
}

#top-logo-home {
	height: auto;
}

#menu-divider { display: none; }
}

@media screen and (max-width: 1439px) {
.facebook-share-button { margin: 7px 0 0 60px; margin-top: 5px;}
}

@media screen and (max-width: 1023px) {
#top-logo,
#top-logo-home { width: 60px; height: 60px;}

#top-logo-home {
	height: auto;
	left: 15px;
}
}

@media screen and (max-width: 767px) {
.top-menu-social-icons { display: none; }
#top-logo { left: 10px; top: 35px; }
.facebook-share-button { margin: 7px 10px 0 0; float: right; }
}




/* Homepage Main
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.home-main {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.square-item {
	width: 25%;
	height: 280px;
	float: left;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

.quality-square-item {
	width: 33.333333%;
}

.rectangle-item {
	width: 50%;
	height: 370px;
	float: left;
	background: #e7e3d8;
	position: relative;
	overflow: hidden;
}

.square-item h1,
.rectangle-item h1 {
	font-family: 'gt_walsheim_medium';
	padding: 70px 30px 0 30px;
	color: #000;
	text-align: center;
}

.square-item h2,
.rectangle-item h2 {
	font-family: 'Poiret One', cursive;
	padding: 5px 30px 30px 30px;
	color: #7fa9b9;
	text-align: center;
}

.square-item h1 { font-size: 2em; }
.square-item h2 { font-size: 1.8em; }

.rectangle-item h1,
.rectangle-item h2 {
	text-align: left;
	position: absolute;
	padding: 40px 0 0 40px;
}

.rectangle-item h2 {
	text-align: left;
	position: absolute;
	padding: 120px 0 0 40px;
	color: #000000;
}

.rectangle-item h1, .rectangle-item h2 { font-size: 1.7em; }

.rectangle-item.qualities h1 {
	font-family: 'Poiret One', cursive;
	padding: 90px 30px 0 70px;
	color: #fff;
	font-size: 23px;
	width: 55%;
	line-height: 30px;
	text-shadow: 0px 0px 5px #000;
}

.go-to-page {
	display: block;
	font-size: 1em;
	font-family: 'gt_walsheim_medium';
	padding: 10px;
	color: #568a9e;
	border: #568a9e solid 1px;
	border-radius: 20px;
	text-align: center;
	width: 150px;
	float: none;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.contact-go-to-page {
	color: #0bc5ad !important;
	border: #0bc5ad solid 1px !important;
}

.go-to-page:hover {
	background: #568a9e;
	color: #FFF;
}

.contact-go-to-page:hover {
	background: #0bc5ad !important;
	color: #383e45 !important;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #FFF;
	position: absolute;
	z-index: 200;
	top: 165px;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 25px solid #FFF;
	position: absolute;
	z-index: 200;
	top: 165px;
	right: 0;
}

.five-stars-detrazioni {
	text-align: left;
	position: absolute;
	top: 145px;
	left: 70px;
	width: 150px;
}

.three-stars-detrazioni {
	text-align: left;
	position: absolute;
	top: 50px;
	left: 70px;
	width: 90px;
}

@media screen and (max-width: 1859px) {
	.five-stars-detrazioni {
		top: 95px;
		left: 40px;
	}

	.three-stars-detrazioni {
		top: 110px;
		left: 40px;
	}

	.rectangle-item.qualities h1 {
		padding: 40px 30px 0 40px;
		font-size: 20px;
		line-height: 27px;
	}
}

@media screen and (max-width: 1439px) {
	.five-stars-detrazioni {
		top: 80px;
	}
}

@media screen and (max-width: 1279px) {
	.five-stars-detrazioni {
		top: 70px;
		left: 30px;
	}

	.three-stars-detrazioni {
		top: 90px;
		left: 30px;
	}

	.rectangle-item.qualities h1 {
		padding: 30px 30px 0 30px;
	}

	.rectangle-item.qualities h1 {
		font-size: 18px;
		line-height: 25px;
	}
}

@media screen and (max-width: 1023px) {
	.five-stars-detrazioni {
		top: 115px;
		left: 50px;
	}

	.three-stars-detrazioni {
		top: 120px;
		left: 50px;
	}

	.rectangle-item.qualities h1 {
		padding: 50px 30px 0 50px;
		font-size: 20px;
		line-height: 27px;
	}
}

@media screen and (max-width: 767px) {
	.five-stars-detrazioni {
		top: 50px;
		left: 8px;
	}

	.three-stars-detrazioni {
		top: 65px;
		left: -20px;
	}
}


/* Custom Go To Page Buttons
================================================== */
.rectangle-item .go-to-page {
	position: absolute;
	display: block;
	color: #FFF;
	border: #FFF solid 1px;
	float: none;
	left: 40px;
	top: 226px;
}

.rectangle-item .go-to-page:hover {
	background: #FFF;
	color: #0bc5ad;
}

.qualities {
	background: #e7e3d7;
}

.diamente-icon {
	position: absolute;
}

.home-news .go-to-page,
.retailers-service-item .go-to-page {
	color: #000;
	border: #000 solid 1px;
}

.home-news .go-to-page:hover,
.retailers-service-item .go-to-page:hover {
	background: #000;
	color: #e7e3d8;
}

.qualities .go-to-page {
	color: #000;
	border: #000 solid 1px;
	background: #FFF;
}

.qualities .go-to-page:hover {
	background: #000;
	color: #e7e3d8;
}

.download-item img,
.retailers-service-item img {
	display: block;
	margin: 28px auto;
	float: none;
	width: 90px;
	height: 90px;
}

.retailers-service-item {
	background: #7fa9ba;
}

.retailers-service-item h1,
.download-item h1 {
	font-size: 2em;
}

.new-model {
	background: #FFF;
}

.home-comfort {
	background: #3a3d46;
}

.home-comfort h1,
.home-comfort h2 {
	color: #FFF;
}

@media screen and (max-width: 2560px) {
.square-item, .rectangle-item { height: 480px; }
.square-item h1 { font-size: 2.8em; padding: 120px 30px 0 30px; }
.square-item h2 { font-size: 3em; padding: 5px 50px 30px 50px; }

.rectangle-item h1 { padding: 90px 0 0 70px; }
.rectangle-item h2 { padding: 180px 0 0 70px; }
.rectangle-item h1, .rectangle-item h2 { font-size: 2.5em; }
.rectangle-item .go-to-page { left: 70px; top: 343px; }

.arrow-left { top: 215px; }
.arrow-right { top: 215px; }

.download-item img, .retailers-service-item img { width: 100px; height: 100px; }

.diamente-icon {
	top: 180px;
	left: 70px;
}
}

@media screen and (max-width: 1859px) {
.square-item, .rectangle-item { height: 400px; }
.square-item h1 { font-size: 2.8em; padding: 80px 30px 0 30px;}
.square-item h2 { font-size: 2.5em; }

.rectangle-item h1 { font-size: 2em; padding: 40px 30px 0 40px; }
.rectangle-item h2 { font-size: 2em; padding: 130px 30px 0 40px; }
.rectangle-item .go-to-page { left: 40px; top: 280px; }

.arrow-left { top: 175px; }
.arrow-right { top: 175px; }

.retailers-service-item h1, .download-item h1 { font-size: 2.6em; }

.download-item img, .retailers-service-item img { width: 100px; height: 100px; }

.diamente-icon {
	top: 120px;
	left: 40px;
}
}

@media screen and (max-width: 1679px) {
.square-item, .rectangle-item { height: 370px; }
.square-item h1 { font-size: 2.5em; padding: 80px 30px 0 40px; }
.square-item h2 { font-size: 2.2em; }

.rectangle-item h1 { font-size: 1.7em; padding: 40px 30px 0 40px; }
.rectangle-item h2 { font-size: 1.7em; padding: 130px 30px 0 40px; }
.rectangle-item .go-to-page { left: 40px; top: 260px; }

.arrow-left { top: 165px; }
.arrow-right { top: 165px; }

.retailers-service-item h1, .download-item h1 { font-size: 2em; }

.download-item img, .retailers-service-item img { width: 90px; height: 90px; }

.diamente-icon {
	top: 110px;
}
}

@media screen and (max-width: 1439px) {
.square-item, .rectangle-item { height: 330px; }
.square-item h1 { font-size: 2.1em; padding: 70px 30px 0 30px; }
.square-item h2 { font-size: 1.8em; }

.rectangle-item h2 { padding: 110px 0 0 40px; }
.rectangle-item .go-to-page { left: 40px; top: 226px; }

.arrow-left { top: 140px; }
.arrow-right { top: 140px; }

.retailers-service-item h1, .download-item h1 { font-size: 1.7em; }

.download-item img, .retailers-service-item img { width: 80px; height: 80px; }
}

@media screen and (max-width: 1279px) {
.square-item, .rectangle-item { height: 260px; }
.square-item h1 { font-size: 1.7em; padding: 41px 10px 0 10px; }
.square-item h2 { font-size: 1.6em; padding: 5px 20px 30px 20px; }

.rectangle-item h1 { font-size: 1.7em; padding: 30px 0 0 30px; }
.rectangle-item h2 { font-size: 1.4em; padding: 100px 0 0 30px; }
.rectangle-item .go-to-page { left: 30px; top: 194px; }

.arrow-left { top: 105px; }
.arrow-right { top: 105px; }

.retailers-service-item h1, .download-item h1 { font-size: 1.4em; }

.download-item img, .retailers-service-item img { width: 70px; height: 70px; }

.diamente-icon {
	top: 90px;
	left: 30px;
}
}

@media screen and (max-width: 1023px) {
.square-item, .quality-square-item { width: 100%; height: 400px; }
.square-item h1 { font-size: 2.3em; padding: 100px 0 0 0; }
.square-item h2 { font-size: 2.1em; padding: 5px 40px 30px 40px; }

.rectangle-item { width: 100%; height: 400px; }
.rectangle-item h1 { font-size: 2em; padding: 50px 0 0 50px;}
.rectangle-item h2 { font-size: 1.7em; padding: 150px 0 0 50px; }
.rectangle-item .go-to-page { left: 50px; top: 264px; }

.arrow-left { top: 175px; }
.arrow-right { top: 175px; }

.retailers-service-item h1, .download-item h1 { font-size: 1.7em; }
.retailers-service-item { background: #FFF }

.download-item img, .retailers-service-item img { width: 90px; height: 90px; }

.diamente-icon {
	top: 130px;
	left: 50px;
}
}

@media screen and (max-width: 768px) {
.square-item { height: 340px; }
.square-item h1 { font-size: 2.3em; padding: 70px 0 0 0; }
.square-item h2 { font-size: 2.1em; padding: 5px 40px 30px 40px; }

.rectangle-item { height: 340px; }
.rectangle-item h1 { font-size: 1.7em; padding: 30px 0 0 30px; }
.rectangle-item h2 { font-size: 1.4em; padding: 100px 0 0 30px; }
.rectangle-item .go-to-page { left: 30px; top: 234px; }

.download-item img, .retailers-service-item img { width: 70px; height: 70px; margin: 20px auto; }

.arrow-left { top: 145px; }
.arrow-right { top: 145px; }

.diamente-icon {
	top: 100px;
	left: 30px;
}

.rectangle-item.qualities { height: 400px; }

.rectangle-item.home-comfort,
.rectangle-item.home-detrazioni {
	height: 300px;
}
}

@media screen and (max-width: 767px) {
.square-item { height: 200px; }
.square-item h1 { font-size: 1.3em; padding: 40px 0 0 0; }
.square-item h2 { font-size: 1.25em; padding: 5px 10px 20px 10px; }

.rectangle-item { height: 200px; }
.rectangle-item h1 { font-size: 1.3em; padding: 20px 0 0 10px; }
.rectangle-item h2 { font-size: 1.15em; padding: 80px 0 0 10px; }
.rectangle-item .go-to-page { left: 30px; top: 150px; }
.rectangle-item:nth-of-type(3) { background: #40b6a6; }
.rectangle-item:nth-of-type(6) { background: #7fa9ba; }
.rectangle-item .go-to-page { left: 10px; }

.download-item img, .retailers-service-item img { width: 60px; height: 60px; margin: 10px auto; }
.download-item h1, .retailers-service-item h1 { padding: 20px 10px 0 10px; }

.arrow-left { top: 75px; }
.arrow-right { top: 75px; }

.go-to-page { font-size: 0.9em; width: 130px; left: 10px; }

.diamente-icon {
	top: 70px;
	left: -22px;
	width: 100px;
}

.contact-item h1 {
	margin-top: 10px;
}

.rectangle-item.qualities h1 {
    padding: 20px 30px 0 20px;
    font-size: 1.15em;
    line-height: 24px;
	width: 65%;
}
}

/* Newsletter
================================================== */
.newsletter {
	padding: 0 10px;
	background: #383e45;
}

.newsletter h1 {
	font-size: 1.7em;
	font-family: 'gt_walsheim_medium';
	padding: 70px 30px 0 30px;
	color: #FFF;
	text-align: center;
}

.newsletter h2 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.3em;
	padding: 5px 30px 0 30px;
	color: #0bc5ad;
	text-align: center;
}

.newsletter-home fieldset {
	width: 100%;
	float: none;
	margin-top: 15px;
}

.newsletter-home label {
	margin-bottom: 8px;
	display: block;
	font-size: 1em;
	color: #FFF;
}

.newsletter-block p {
	font-family: 'Oswald', sans-serif;
  	font-size: 1em;
	line-height: 1.5em;
	color: #FC0;
	margin-bottom: 5px;
}

.newsletter-home input.email {
	width: 100%;
	height: 40px;
	padding: 5px 5px 5px 10px;
	margin: 15px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	border: 1px solid #666;
	float: none;
	display: block;
	border-radius: 20px;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.2);
}

.newsletter-home input.email:focus {
	border: 1px solid #0bc5ad;
}

.newsletter-home .button {
	color: #0bc5ad;
	border: #0bc5ad solid 1px;
	font-family: 'gt_walsheim_medium';
	font-size: 1em;
	padding: 10px;
	text-align: center;
	width: 120px;
	height: 39px;
	cursor: pointer;
	float: none;
	background: none;
	border-radius: 25px;
	margin: 12px auto 0 auto;
	-webkit-appearance: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: none;
	display: block;
}

.newsletter-home .mailchimp-gdpr-button {
	padding: 16px 0 15px 0;
	text-align: center;
	width: 250px;
	height: 48px;
	border-radius: 27px;
	display: block;
	margin: 25px auto 0 auto;
	float: none;
}

.newsletter-home .mailchimp-gdpr-button:hover {
	background: #0bc5ad;
	color: #292d32;
}

.newsletter-home .button:hover {
	background: #0bc5ad;
	color: #383e45;
}

@media screen and (max-width: 2560px) {
.newsletter { padding: 0 50px; }
.newsletter h1 { font-size: 2.6em; padding: 122px 30px 0 30px; }
.newsletter h2 { padding: 5px 50px 0 50px; }
}

@media screen and (max-width: 1975px) {
.newsletter h2 { padding: 5px 10px 0 10px; }
}

@media screen and (max-width: 1859px) {
.newsletter h1 { font-size: 2.8em; padding: 77px 30px 0 30px; }
.newsletter h2 { font-size: 1.75em; }
}

@media screen and (max-width: 1679px) {
.newsletter { padding: 1px 10px 0 10px; }
.newsletter h1 { font-size: 2em; padding: 80px 30px 0 30px; }
.newsletter h2 { font-size: 1.5em; padding: 5px 30px 0 30px; }
}

@media screen and (max-width: 1439px) {
.newsletter h1 { font-size: 1.7em; padding: 67px 30px 0 30px; }
.newsletter h2 { font-size: 1.3em; }
}

@media screen and (max-width: 1279px) {
.newsletter h1 { font-size: 1.4em; padding: 40px 30px 0 30px; }
.newsletter h2 { font-size: 1em; }
}

@media screen and (max-width: 1023px) {
.newsletter h1 { font-size: 1.7em; padding: 130px 30px 0 30px; }
}

@media screen and (max-width: 767px) {
.newsletter h1 { font-size: 1.3em; padding: 35px 10px 0 10px; }
.newsletter h2 { font-size: 0.9em; padding: 5px 10px 0 10px; }
}

/* News
================================================== */
.home-news {
	background: #e9e5d9;
	padding: 0 20px 20px 20px;
}

.home-news-inner {
	padding: 47px 10px 20px 10px;
	text-align: center;
}

.home-news-inner h1 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.4em;
	color: #000;
	padding: 5px 0 15px 0;
	line-height: 1.1em;
}

.home-news-inner time {
	font-family: 'Poiret One', cursive;
	font-size: 1.4em;
	color: #000;
	line-height: 1em;
}

.home-news-inner p {
	font-family: 'Poiret One', cursive;
	font-size: 1.4em;
	color: #000;
	line-height: 1em;
	padding: 0 0 30px 0;
	text-align: center;
}

.calorsetti-home {
	position: relative;
}

.calorsetti-home img {
	cursor: pointer !important;
}

@media screen and (max-width: 2560px) {
.home-news-inner { padding: 92px 10px 20px 10px; }
.home-news-inner h1 { font-size: 2em; }
.home-news-inner time { font-size: 1.7em; line-height: 1.95em; }
.home-news-inner p { font-size: 1.8em; }
}

@media screen and (max-width: 1859px) {
.home-news-inner { padding: 55px 30px 20px 30px; }
.home-news-inner h1 { font-size: 1.7em; }
.home-news-inner time { font-size: 1.5em; line-height: 1.7em; }
.home-news-inner p { font-size: 1.6em; }
}

@media screen and (max-width: 1679px) {
.home-news-inner { padding: 68px 0 20px 0; }
.home-news-inner time, .home-news-inner p { font-size: 1.4em; }
}

@media screen and (max-width: 1439px) {
.home-news-inner { padding: 26px 0 20px 0 }
.home-news-inner h1 { font-size: 1.5em; }
}

@media screen and (max-width: 1279px) {
.home-news-inner { padding: 30px 0 20px 0; }
.home-news-inner h1 { font-size: 1.2em; line-height: 1em; }
.home-news-inner time { font-size: 1.2em; }
.home-news-inner p { font-size: 1.2em; padding: 0 0 30px 0; }
}

@media screen and (max-width: 1239px) {
.home-news-inner p { padding: 0 0 12px 0; }
}

@media screen and (max-width: 1023px) {
.home-news-inner { padding: 55px 30px 20px 30px; }
.home-news-inner h1 { font-size: 1.7em; }
.home-news-inner time { font-size: 1.5em; line-height: 1.7em; }
.home-news-inner p { font-size: 1.6em; padding: 0 0 53px 0; }
}

@media screen and (max-width: 1023px) {
.home-news-inner p { padding: 0 0 30px 0; }
}

@media screen and (max-width: 768px) {
.home-news-inner { padding: 35px 10px 0 10px; }
.home-news-inner h1 { font-size: 1.4em; padding: 0 0 10px 0; }
.home-news-inner time { font-size: 1.4em; }
.home-news-inner p { font-size: 1.4em; padding: 0 0 35px 0; }
}

@media screen and (max-width: 767px) {
.home-news-inner { padding: 15px 0 0 0; }
.home-news-inner h1 { font-size: 1.2em; padding: 0 0 24px 0; }
.home-news-inner time { font-size: 1em; }
.home-news-inner p { display: none; }
}

/* Social Networks
================================================== */
.home-social {
	background: #383e45;
}

.home-social-icons-container {
	width: 180px;
	height: 80px;
	float: none;
	margin: 180px auto 0 auto;
}

.home-social-icon {
	width: 90px;
	height: 90px;
	float: left;
	position: relative;
}

.home-social-icon img {
	width: 80px;
	height: 80px;
}

.hover-effect {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

@media screen and (max-width: 2560px) {
.home-social-icons-container { width: 260px; margin: 180px auto 0 auto; }
.home-social-icon { width: 130px; height: 130px; }
.home-social-icon img { width: 120px; height: 120px; }
}

@media screen and (max-width: 1859px) {
.home-social-icons-container { margin: 140px auto 0 auto; }
}

@media screen and (max-width: 1679px) {
.home-social-icons-container { margin: 145px auto 0 auto; }
.home-social-icon img { width: 90px; height: 90px; }
.home-social-icon { width: 100px; height: 100px; }
.home-social-icons-container { width: 200px; }
}

@media screen and (max-width: 1439px) {
.home-social-icons-container { margin: 120px auto 0 auto; }
}

@media screen and (max-width: 1279px) {
.home-social-icons-container { margin: 85px auto 0 auto; }
}

@media screen and (max-width: 1023px) {
.home-social-icons-container { margin: 150px auto 0 auto; }
}

@media screen and (max-width: 767px) {
.home-social { display: none; }
.square-item:nth-of-type(5) { display: none; }
}




/* Grid Products Page
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.page {
	width: 100%;
	background: #FFF;
}

.page-top {
	width: 100%;
	background: #f1f1f1;
	padding: 50px 0 0 0;
	border-top: 1px solid #CCC;
}

.page-top-product {
	padding: 50px 0 40px 0;
}

.page-top h1 {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 3em;
	color: #292d32;
	text-align: center;
	border-top: 1px solid #CCC;
	width: 450px;
	float: none;
	padding-top: 5px;
	margin: 20px auto 0 auto;
}

.page-top h2 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.2em;
	color: #4c6d8d;
	text-align: center;
	padding-bottom: 50px;
	width: 500px;
	float: none;
	margin: 0 auto;
}

@media only screen and (max-width: 650px) {
.page-top { padding: 30px 0 0 0; }
.page-top-product { padding: 30px 0 30px 0; }
.page-top h1 { font-size: 1.7em; width: 90%; margin: 20px auto 5px auto; }
.page-top h2 { font-size: 1em; padding-bottom: 30px; width: 90%; }
}

/* Breadcrumbs
================================================== */
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #0C101B;
	text-align: center;
}

.breadcrumbs a {
	color: #666;
}

.current-breadcrumb {
	font-weight: bold;
}

@media only screen and (max-width: 650px) {
.breadcrumbs { font-size: 0.75em; }
}

/* Top Links
================================================== */
.page-top-links {
	width: 80%;
	height: 60px;
	float: none;
	margin: 0 auto;
}

.page-top-links-item-container {
	width: 25%;
	height: 60px;
	float: left;
}

.page-top-links-item {
	width: 250px;
	height: 60px;
	float: none;
	margin: 0 auto;
	position: relative;
}

.page-top-links-item:last-of-type {
	border-right: none;
}

.page-top-links-item img {
	float: left;
}

.page-top-links-item span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 60px;
}

.page-top-links-item span a {
	color: #666;
	padding: 20px 20px 20px 0;
}

.page-top-links-item span a:hover {
	color: #0C101B;
}

.page-top-links-item-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

@media only screen and (max-width: 1440px) {
.page-top-links { width: 100%; }
}

@media only screen and (max-width: 1180px) {
.page-top-links { width: 100%; }
.page-top-links-item { width: 230px; }
.page-top-links-item span { font-size: 0.85em; }
}

@media only screen and (max-width: 1023px) {
.page-top-links { display: none; }
}

/* Filter
================================================== */
.art-line-venere {
	width: 90%;
	max-width: 1280px;
	float: none;
	margin: 80px auto;
	display: block;
}

.art-line-venere-mobile {
	display: none;
}

.page-main {
	width: 100%;
	border-top: 1px solid #CCC;
	overflow: hidden;
	background: #FFF;
}

.product-main {
	width: 100%;
	overflow: hidden;
	background: #FFF;
}

.page-main h3,
.product-main h3 {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 1.8em;
	color: #0C101B;
	text-align: center;
	margin: 60px 0 0 0;
}

.page-main h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	width: 700px;
	margin: 60px auto 0 auto;
	float: none;
}

.filter {
	margin: 0 auto 30px auto;
	padding-top: 8px;
	width: 663px;
	float: none;
}

.three-elements {
	width: 285px;
}

.four-elements {
	width: 380px;
}

.five-elements {
	width: 485px;
}

.six-elements {
	width: 580px;
}

.filter li {
	display: inline;
}

.filter a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 7px 18px;
	color: #0C101B;
	font-size: 1.2em;
}

.filter a:hover {
	background: #7d97a6;
	border: none;
	color: #FFF;
}

.filter a.active {
	background: #7d97a6 url(../img/buttons-icons/kw-arrow.png) no-repeat bottom center;
	border: none;
	color: #FFF !important;
	overflow: visible;
	padding-bottom: 30px;
}

#grid {
	clear: both;
	position: relative;
	width: 1280px;
	float: none;
	margin: 0 auto 80px auto;
	height: auto;
}

.page-main-product {
	width: 320px;
	height: 370px;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	overflow: hidden;
}

.page-main-product a {
	display: block;
}

.page-main-product p {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	color: #666;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 1500;
}

.no-border {
	border-bottom: none;
}

@media only screen and (max-width: 2560px) {
#grid { width: 1280px; }
.page-main-product { width: 320px; height: 370px; }
}

@media only screen and (max-width: 1280px) {
#grid { width: 1024px; }
.page-main-product { width: 256px; height: 306px; }
}

@media only screen and (max-width: 1024px) {
#grid { width: 800px; }
.page-main-product { width: 200px; height: 240px; }
.page-main-product p { font-size: 0.9em; }
}

@media only screen and (max-width: 768px) {
#grid { width: 768px; }
.page-main-product { width: 192px; height: 230px; }
}

@media only screen and (max-width: 767px) {
.page-main h3 { width: auto; }
#grid { width: 320px; }
.page-main-product { width: 160px; height: 192px; }
.page-main-product p { bottom: 20px; }
.filter { width: 320px; }
.three-elements { width: 150px; }
.four-elements { width: 185px; }
.five-elements { width: 262px; }
.six-elements { width: 305px; }
.filter a { padding: 7px 4px; font-size: 0.75em; }
.filter a.active { background: #7d97a6 url(../img/buttons-icons/kw-mobile-arrow.png) no-repeat bottom center; }

.art-line-venere {
	margin: 30px auto;
}

.art-line-venere-mobile {
	display: block;
}

.art-line-venere-desktop {
	display: none;
}
}





/* Single Product Page
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.product-big-image {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}

.product-big-image img {
	width: 100%;
	display: block;
	margin: 0;
}

.product-big-image-name {
	width: 100%;
	position: absolute;
	height: 50px;
	bottom: 0;
	background: #212529;
}

.product-big-image-name h3 {
	line-height: 50px;
	color: #0bc5ad;
	font-style: italic;
	text-align: right;
	padding-right: 20px;
	font-size: 1.1em;
	margin-top: 0;
	text-transform: none;
}

.product-description {
	width: 50%;
	float: left;
	padding: 35px 50px 50px 50px;
	overflow: hidden;
	border-top: 1px solid #CCC;
}

.product-description-left,
.product-description-right {
	width: 50%;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C101B;
	line-height: 35px;
	font-size: 1em;
	border-bottom: 1px solid #CCC;
}

.diamante-product-description {
	width: 525px;
	float: none;
	margin: 50px auto 0 auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #CCC;
	padding: 50px;
	background: #fff;
}

.diamante-product-description .product-description-left {
	width: 250px;
}

.diamante-product-description .product-description-right {
	width: 170px;
}

.diamante-product-description h2 {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 25px;
	color: #292d32;
	text-align: center;
	margin-bottom: 35px;
}

.align-top {
	vertical-align: super;
	font-size: 0.75em;
	line-height: normal;
}

.product-description-left {
	font-weight: bold;
	font-style: italic;
}

.product-description-details {
	width: 100%;
	float: left;
	padding-top: 85px;
}

.product-photo-gallery {
	float: left;
	margin-top: 50px;
	width: 100%;
}

.product-photo-gallery img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 3px 0 0;
	display: block;
	border: 1px solid #DDD;
}

.product-cheat-sheet-button {
	color: #0bc5ad;
	border: #0bc5ad solid 2px;
	font-family: 'gt_walsheim_medium';
	font-size: 1.2em;
	text-align: center;
	width: 235px;
	height: 60px;
	cursor: pointer;
	float: left;
	line-height: 58px;
	background: none;
	border-radius: 30px;
	margin: 40px auto 0 auto;
	-webkit-appearance: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: none;
}

.product-cheat-sheet-button:hover {
	background: #0bc5ad;
	color: #FFF;
}

#facebook-product {
	float: left;
	margin: 50px 0 0 2px;
	width: 100%;
}

@media only screen and (max-width: 1610px) {
.product-big-image { height: 800px; }
.product-photo-gallery img { width: 120px; height: 120px; }
}

@media only screen and (max-width: 1550px) {
.product-big-image { height: 750px; }
.product-photo-gallery img { width: 80px; height: 80px; }
}

@media only screen and (max-width: 1470px) {
.product-big-image { height: 700px; }
.product-description-left { width: 60%; }
.product-description-right { width: 40%; }
#facebook-product { margin: 25px 0 0 2px; }
}

@media only screen and (max-width: 1310px) {
.product-big-image { height: 650px; }
.product-description { padding: 25px 40px 40px 40px; }

.product-description-left,
.product-description-right {
	line-height: 30px;
	font-size: 0.9em;
}

.product-photo-gallery { margin-top: 30px; }

.product-cheat-sheet-button {
	width: 200px;
	height: 50px;
	line-height: 48px;
	border-radius: 25px;
	font-size: 1em;
}

.diamante-product-description .product-description-left,
.diamante-product-description .product-description-right {
	font-size: 1em;
	line-height: 35px;
}
}

@media only screen and (max-width: 1280px) {
.product-description-left { width: 70%; }
.product-description-right { width: 30%; }
}

@media only screen and (max-width: 1200px) {
.product-big-image { width: 43%; }
.product-description { width: 57%; }
.product-big-image { height: auto; }
.product-big-image-name { display: none; }
.product-photo-gallery { width: auto; }

.product-cheat-sheet-button {
	width: 150px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	font-size: 0.9em;
	float: right;
	margin-top: 48px;
}

.diamante-product-description {
	width: 525px;
}
}

@media only screen and (max-width: 1080px) {
.product-big-image { height: 460px; }
.product-photo-gallery img { width: 78px; height: 78px; }
#facebook-product { margin: 20px 0 0 2px; }
}

@media only screen and (max-width: 1023px) {
.product-big-image { width: 100%; height: auto; }
.product-description { width: 100%; }

.product-description-left,
.product-description-right {
	width: 50%;
	line-height: 35px;
	font-size: 1em;
}

.product-photo-gallery img { width: 100px; height: 100px; }

.product-cheat-sheet-button {
	width: 235px;
	height: 60px;
	line-height: 58px;
	border-radius: 30px;
	font-size: 1.2em;
	float: left;
	margin: 52px 0 0 30px;
}

#facebook-product { margin: 25px 0; }

.diamante-product-description {
	width: 525px;
}
}

@media screen and (max-width: 767px) {
.product-description { padding: 25px 10px; }
.product-description-left, .product-description-right { line-height: 30px; font-size: 0.75em; }
.product-description-left { width: 60%; }
.product-description-right { width: 40%; }
.product-cheat-sheet-button { display: none }
.product-photo-gallery img { width: 70px; height: 70px; }

.diamante-product-description {
	width: 525px;
	padding: 50px;
}
}

@media screen and (max-width: 639px) {
.product-description { padding: 25px 10px; }
.product-description-left, .product-description-right { line-height: 30px; font-size: 0.75em; }
.product-description-left { width: 60%; }
.product-description-right { width: 40%; }
.product-cheat-sheet-button { display: none }
.product-photo-gallery img { width: 70px; height: 70px; }

.diamante-product-description {
	width: 90%;
	padding: 25px;
}

.diamante-product-description .product-description-left,
.diamante-product-description .product-description-right {
	width: 100%;
	text-align: center;
}

.diamante-product-description .product-description-left {
	border-bottom : 0;
	padding-top: 10px;
}

.diamante-product-description .product-description-right {
	padding-bottom: 10px;
}
}



/* Tabs
================================================== */
.z-container h1 {
	color: #0C101B;
	text-align: center;
	font-family: 'gt_walsheim_medium';
	font-size: 2em;
	padding-top: 20px;
	line-height: 1em;
}

.z-container h2 {
	color: #4c6d8d;
	text-align: center;
	font-family: 'gt_walsheim_medium';
	font-size: 1.5em;
	margin: 10px auto 0 auto;
	width: 550px;
	float: none;
}

.z-container h3 {
	color: #4c6d8d;
	text-align: center;
	font-family: 'gt_walsheim_medium';
	font-size: 1.3em;
	margin-top: 10px;
	line-height: 1.5;
}

/* Quality Tab
================================================== */
.qualities-container {
	float: none;
	margin: 0 auto;
	width: 900px;
}

.quality {
	float: left;
	width: 700px;
	margin: 25px auto 0 100px;
	border-bottom: 1px solid #CCC;
}

.qualities-container p {
	color: #292d32;
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	line-height: 1.45em;
	width: 400px;
	float: left;
	margin: 0 50px;
}

.qualities-container p:nth-of-type(2) {
	margin: 0;
}

.quality p {
	color: #292d32;
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	line-height: 1.45em;
	float: none;
	margin: auto;
	width: auto;
}

.quality img {
	float: left;
	margin: 0 auto 30px auto;
}

.quality:nth-of-type(2) img {
	border-bottom: none;
}

.quality:nth-of-type(1) p { margin-top: 25px; }

@media only screen and (max-width: 1042px) {
.quality { margin: 25px auto 25px auto; width: 750px; }
.qualities-container img { margin-left: -100px; }
.quality img { margin: 0 auto 25px auto; }
.qualities-container p:nth-of-type(1) { margin: 0 50px 0 -50px; }
.quality:nth-of-type(1) p { margin-top: 25px; }
}

@media only screen and (max-width: 1023px) {
.qualities-container { width: 730px; }
.quality { width: 730px; }

.qualities-container p {
	width: 500px;
	float: none;
}

.qualities-container img { max-width: 730px; margin-left: 0; }
.qualities-container p:nth-of-type(1) { margin: 0 auto 25px auto; }
.qualities-container p:nth-of-type(2) { margin: 0 auto; }
.quality { border-bottom: none; }

.quality:nth-of-type(1) p {
	border-bottom: none;
	margin-top: 21px;
}

.quality:nth-of-type(2) {
	border-bottom: none;
}

.quality img {
	float: none;
	display: block;
	margin: 0 auto;
}

.quality:nth-of-type(1) p { margin: 0 auto; }
}

/* Colors Tab
================================================== */
.colors-container {
	width: 871px;
	margin: 45px auto 0 auto;
	float: none;
	padding-left: 70px;
	overflow: hidden;
}

.glossy-colors {
	width: 800px;
	float: left;
}

.colors-column {
	width: 266px;
	float: left;
	padding-bottom: 20px;
}

.glossy-color {
	width: 266px;
	float: left;
	height: 70px;
}

.glossy-color img {
	float: left;
}

.glossy-color span {
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	display: block;
	float: left;
	line-height: 70px;
	margin-left: 10px;
	font-style: italic;
	color: #292d32;
}

.glossy-color .bold {
	color: #000;
	font-style: normal;
}

.matt-colors {
	width: 800px;
	float: left;
	border-top: 1px solid #999;
}

.matt-colors .colors-column {
	width: 800px;
}

.matt-colors h1, .spennellato-colors h1 {
	margin-bottom: 25px;
}

@media only screen and (max-width: 1042px) {
.colors-container {
	padding-left: 0;
}
}

@media only screen and (max-width: 1023px) {
.colors-container { width: 730px; padding-left: 0; }
.glossy-colors, .matt-colors { width: 730px; }
.colors-column { width: 243px; }
.matt-colors .colors-column { width: 730px; }
.glossy-color { width: 243px; }
.glossy-color span { font-size: 0.9em; }
}

/* Doors Tab
================================================== */
.product-doors {
	width: 806px;
	margin: 25px auto 0 auto;
	float: none;
}

.product-doors p {
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	text-align: center;
	color: #292d32;
	width: 500px;
	float: none;
	margin: 0 auto;
}

.product-door {
	width: 400px;
	margin: 25px 3px 0 0;
	float: left;
}

.product-door p {
	font-style: italic;
	color: #292d32;
	padding-left: 50px;
	width: auto;
	float: none;
	margin: auto;
}

.product-door .bold {
	color: #000;
	font-style: normal;
	text-align: center;
}


@media only screen and (max-width: 1042px) {
.product-doors { width: 736px; margin-left: -15px; }
.product-door { width: 365px; }
.product-door img { width: 365px; }
.product-door p { padding-left: 0; }
}

/* Decorations Tab
================================================== */
.product-decorations {
	width: 900px;
	margin: 25px auto 0 auto;
	float: none;
	position: relative;
}

.product-decorations p {
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	color: #292d32;
	position: absolute;
	top: 70px;
	left: 375px;
	width: 400px;
}

.product-acessories img {
	display: block;
	margin: 20px auto 0 auto;
	float: none;
}

@media only screen and (max-width: 1042px) {
.product-decorations { width: 730px; }

.product-decorations p {
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	color: #292d32;
	position: absolute;
	top: 45px;
	left: 300px;
	width: 400px;
}

.product-acessories img, .product-decorations img { width: 730px; }
.download-icon img { width: auto; }
}

.single-download-icon {
	float: none !important;
	margin: 0 auto;
}


/* Download Tab
================================================== */
.download {
	width: 420px;
	margin: 25px auto 0 auto;
	float: none;
}

.download-icon {
	width: 210px;
	float: left;
	position: relative;
}

.download p {
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	color: #292d32;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	text-align: center;
}




/* Exclusive Quality
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/

/* Parallax
================================================== */
.fixed-1 {
	width: 100%;
	height: 600px;
	background: url(../img/qualita-esclusiva/qualita-esclusiva-silvia.jpg) fixed 0 0 no-repeat;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.35),
				inset 0 -4px 4px -4px rgba(0,0,0,0.35);
}

.fixed-2 {
	width: 100%;
	height: 600px;
	background: #d5d6d8 url(../img/qualita-esclusiva/qualita-esclusiva-stampi-gesso.jpg) fixed 0 0 no-repeat;
	box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.35),
				inset 0 -4px 4px -4px rgba(0,0,0,0.35);
}

.fixed-1 h1,
.fixed-2 h1 {
	font-family: 'gt_walsheim_medium';
	color: #FFF;
	font-size: 2em;
	width: 550px;
	margin: 80px 150px 0 0;
	width: 500px;
	float: right;
}

.fixed-1 h2,
.fixed-2 h2 {
	font-family: 'Poiret One', cursive;
	color: #000;
	font-size: 2em;
	line-height: 1.1em;
	width: 550px;
	margin: 15px 150px 0 0;
	width: 500px;
	float: right;
	clear: right;
}

@media screen and (max-width: 1740px) {
.fixed-2 { background: #d5d6d8 url(../img/qualita-esclusiva/qualita-esclusiva-stampi-gesso-2.jpg) fixed 0 0 no-repeat; }
.fixed-1 h1, .fixed-2 h1 { margin: 80px 30px 0 0; }
.fixed-1 h2, .fixed-2 h2 { margin: 15px 30px 0 0; }
}

@media screen and (max-width: 1379px) {
.fixed-1 h1, .fixed-2 h1 { width: 450px; }
.fixed-1 h2, .fixed-2 h2 { width: 450px; }
}

@media screen and (max-width: 1279px) {
.fixed-1 {
	width: 100%;
	height: 500px;
	background: url(../img/qualita-esclusiva/qualita-esclusiva-silvia-2.jpg) scroll 0 0 no-repeat;
	background-position: -700px -370px !important;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.35),
				inset 0 -4px 4px -4px rgba(0,0,0,0.35);
}

.fixed-2 {
	width: 100%;
	height: 600px;
	background: #d5d6d8 url(../img/qualita-esclusiva/qualita-esclusiva-stampi-gesso-2.jpg) scroll 0 0 no-repeat;
	background-position: -700px -210px !important;
	box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.35),
				inset 0 -4px 4px -4px rgba(0,0,0,0.35);
}

.fixed-1 h1 { margin: 50px 30px 0 0; }
}

@media screen and (max-width: 1230px) {
.fixed-1 { background-position: -800px -370px !important; }

.fixed-1 h1,
.fixed-2 h1 {
	font-size: 1.8em;
	margin: 80px 50px 0 0;
	width: 400px;
}

.fixed-1 h2,
.fixed-2 h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	width: 400px;
	margin: 15px 50px 0 0;
}
}

@media screen and (max-width: 1100px) {
.fixed-2 { background-position: -800px -210px !important; }

.fixed-2 h1 {
	font-size: 1.8em;
	width: 350px;
	margin: 100px 30px 0 0;
}

.fixed-2 h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	width: 350px;
	margin: 15px 30px 0 0;
}
}

@media screen and (max-width: 1023px) {
.fixed-1 { height: 450px; }
.fixed-2 { background-position: -850px -210px !important; }

.fixed-1 h1 {
	font-size: 1.8em;
	width: 400px;
	margin: 60px 30px 0 0;
}

.fixed-1 h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	width: 400px;
}
}

@media screen and (max-width: 960px) {
.fixed-1 { background-position: -900px -370px !important; }

.fixed-1 h1,
.fixed-2 h1 {
	font-size: 1.7em;
	width: 330px;
	margin: 40px 10px 0 0;
}

.fixed-1 h2,
.fixed-2 h2 {
	font-size: 1.5em;
	width: 330px;
	margin: 15px 10px 0 0;
}

.fixed-2 h1 {
	width: 300px;
	margin: 90px 10px 0 0;
}

.fixed-2 h2 {
	width: 300px;
}
}

@media screen and (max-width: 767px) {
.fixed-1,
.fixed-2 {
	width: 100%;
	height: auto;
	background: none;
	box-shadow: none;
	padding-bottom: 30px;
}

.fixed-1 {
	background: #383e45;
	padding: 35px 0;
}

.fixed-1 h1 {
	font-family: 'Poiret One', cursive;
	padding: 0 30px;
	color: #FFF;
	margin-top: -15px;
	font-size: 1.5em;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.fixed-1 h2 {
	font-family: 'Poiret One', cursive;
	padding: 15px 30px 0 30px;
	color: #7fa9ba;
	font-size: 1.3em;
	line-height: 1.1em;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.fixed-2 h1 {
	font-size: 1.2em;
	color: #292d32;
	margin: 30px auto 0 auto;
	width: 90%;
	float: none;
}

.fixed-2 h2 {
	font-family: 'gt_walsheim_medium';
	color: #292d32;
	font-size: 1em;
	line-height: 1.35em;
	margin: 15px auto 0 auto;
	width: 90%;
	float: none;
	clear: none;
}
}


/* Quality Square Item
================================================== */
.quality-section .square-item {
	display: table;
}

.quality-section .square-item .square-item-content {
	display: table-cell;
    vertical-align: middle;
}

.quality-section .square-item h1 {
	padding: 0 50px;
	font-size: 1.4em;
	color: #383e45;
}

.quality-section .square-item h2 {
	padding: 15px 50px;
	color: #383e45;
	font-size: 1.8em;
}

.quality-section .square-item img {
	display: block;
	margin: -30px auto 10px auto;
	float: none;
}

.go-to-page {
	color: #383e45;
	border: #383e45 solid 1px;
}

.go-to-page:hover {
	background: #383e45;
}

.quality-icons { height: auto !important; }

.quality-icon-1 { background: #e7e3d7; }
.quality-icon-2 { background: #FFF; }
.quality-icon-3 { background: #7fa9ba; }
.quality-icon-4 { background: #FFF; }

@media screen and (max-width: 1439px) {
.quality-section .square-item { height: 300px; }
.quality-section .square-item h1 { padding: 0 30px; font-size: 1.1em; }
.quality-section .square-item h2 { padding: 15px 30px; font-size: 1.3em; }

.quality-section .square-item img {
	width: 60px;
	height: 60px;
	margin: -10px auto 10px auto;
}
}

@media screen and (max-width: 1168px) {
.quality-section .square-item h1 { padding: 0 20px; }
.quality-section .square-item h2 { padding: 15px 20px; }
}

@media screen and (max-width: 1024px) {
.quality-section .square-item { height: 275px; }
.quality-section .square-item h1 { padding: 0 15px; }
.quality-section .square-item h2 { padding: 15px; }
}

@media screen and (max-width: 768px) {
.quality-section .square-item h1 { padding: 0 20px; }
.quality-section .square-item h2 { padding: 15px 40px; }
}

@media screen and (max-width: 767px) {
.quality-section .square-item { width: 100%; height: 230px; }
.quality-section .square-item h2 { padding: 15px 40px 0 40px; }
.quality-section .go-to-page { display: none; }
.quality-icon-3 { float: none !important; padding-top: 40px; }
}


/* Quality Section
================================================== */
.cinque-stelle-colors img {
    max-width: 1280px;
		display: block;
		width: 100% !important;
		border: 1px solid #ccc;
		margin-top: 50px;
}

.quality-section {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.quality-section-item {
	width: 50%;
	height: 600px;
	overflow: hidden;
	background: #383e45;
	float: left;
}

.quality-section-item h1 {
	font-family: 'Poiret One', cursive;
	padding: 0 70px;
	color: #FFF;
	margin-top: -15px;
	font-size: 2.5em;
}

.quality-section-item h2 {
	font-family: 'Poiret One', cursive;
	padding: 15px 70px 0 70px;
	color: #7fa9b9;
	font-size: 2em;
	line-height: 1.1em;
}

.text-contain { display: table; }
.quality-section-text { display: table-cell; vertical-align: middle; }

@media screen and (max-width: 1439px) {
.quality-section,
.quality-section-item {
	height: 500px;
}

.quality-section-item h1 {
	font-size: 2.3em;
	padding: 0 50px;
}

.quality-section-item h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	padding: 15px 50px 0 50px;
}
}

@media screen and (max-width: 1210px) {
.quality-section-item h1 {
	font-size: 1.8em;
	padding: 0 30px;
}

.quality-section-item h2 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 15px 30px 0 30px;
}
}

@media screen and (max-width: 767px) {
.quality-section, .quality-section-item { width: 100%; height: auto; }
.quality-section-item h1 { font-size: 1.5em; }
.quality-section-item h2 { font-size: 1.3em; line-height: 1.1em; }
.quality-section:nth-of-type(3) .quality-section-item,
.quality-section:nth-of-type(5) .quality-section-item,
.quality-section:nth-of-type(6) .quality-section-item  { height: 300px; }
.quality-section-item h1 { padding: 0; }
.quality-section-item h2 { padding: 15px 0 0 0; }
.quality-section-text { padding: 50px 20px; }
}


/* Quality Containers
================================================== */
.quality-container-wrapper-1,
.quality-container-wrapper-2,
.quality-container-wrapper-3,
.quality-container-wrapper-4,
.quality-container-wrapper-5 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/qualita-esclusiva/quality-bkg.jpg) center center;
	background-size: cover;
	z-index: 12000;
	display: none;
	top: 0;
}

.bxslider-1 h1,
.bxslider-2 h1,
.bxslider-3 h1,
.bxslider-4 h1 {
	font-family: 'gt_walsheim_medium';
	font-size: 3em;
	color: #383e45;
	text-align: center;
	margin: 15px 0;
}

.bxslider-1 h2,
.bxslider-2 h2,
.bxslider-3 h2,
.bxslider-4 h2 {
	font-family: 'Poiret One', cursive;
	font-size: 1.9em;
	color: #383e45;
	text-align: center;
	margin: 0 0 30px 0;
}

.diamante-slider h1 {
	font-size: 2em;
}

.diamante-slider h2 {
	font-size: 1.9em;
	letter-spacing: 2px;
}

.bxslider-1 .go-to-page,
.bxslider-2 .go-to-page,
.bxslider-3 .go-to-page,
.bxslider-4 .go-to-page {
	width: 200px;
	margin-top: 25px;
}

.close-quality {
	width: 100px;
	height: 100px;
	float: right;
	margin: 40px 50px 0 0;
	cursor: pointer;
	z-index: 14000;
	position: relative;
	display: none;
}

@media screen and (max-width: 2000px) {
.quality-container-wrapper-1,
.quality-container-wrapper-2,
.quality-container-wrapper-3,
.quality-container-wrapper-4,
.quality-container-wrapper-5 {
	background-size: auto;
}
}

@media screen and (max-width: 1280px) {
.bxslider-1 h1,
.bxslider-2 h1,
.bxslider-3 h1,
.bxslider-4 h1 {
	font-size: 2em;
	margin: 0 0 15px 0;
}

.bxslider-1 h2,
.bxslider-2 h2,
.bxslider-3 h2,
.bxslider-4 h2 {
	width: 74%;
	margin: 0 auto 30px auto;
	float: none;
	font-size: 1.4em;
}

.quality-container-wrapper-2 .bx-pager {
	position: absolute;
	bottom: 0 !important;
	width: 100%;
}
}

@media screen and (max-width: 900px) {
.bxslider-1 h2,
.bxslider-2 h2,
.bxslider-3 h2,
.bxslider-4 h2 {
	width: 85%;
}

.close-quality {
	float: none;
	margin: 40px auto 0 auto;
	cursor: pointer;
}

.quality-container-wrapper-2 .bx-pager {
	position: absolute;
	bottom: -70px !important;
	width: 100%;
}
}


/* Video
================================================== */
#video-container {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}

video {
	width:100%;
	height: auto;
	margin-top:-175px;
}

#video-container h1 {
	font-family: 'Poiret One', cursive;
	color: #FFF;
	text-align: center;
	font-size: 3em;
	position: absolute;
	width: 550px;
	left: 50%;
	margin-left: -275px;
	top: 290px;
	z-index: 1000;
}

@media screen and (max-width: 1679px) {
#video-container { height: 600px; }
video { margin-top: -100px; }
#video-container h1 { top: 250px; }
}

@media screen and (max-width: 1439px) {
#video-container { height: 600px; }
video { margin-top: 0; }
#video-container h1 { top: 250px; }
}

@media screen and (max-width: 1100px) {
#video-container { height: 500px; }
#video-container h1 { top: 200px; }
}

@media screen and (max-width: 900px) {
#video-container { height: 400px; }
#video-container h1 { top: 150px; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#video-container h1 { display: none !important; }
video { margin-top: -30px; }
}

@media screen and (max-width: 767px) {
#video-container { height: auto; }
#video-container h1 { display: none !important; }
video { margin-top: 0; }
}




/* News
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.news-main {
	width: 100%;
	border-top: 1px solid #CCC;
	background: #FFF;
}

.news-main .home-news {
	background: #FFF;
	padding: 0 20px 20px 20px;
}

.news-main .go-to-page {
	color: #568a9e;
	border: #568a9e solid 1px;
}

.news-main .go-to-page:hover {
	background: #568a9e;
	color: #FFF;
}



/* Single News
================================================== */
.news-left-side {
	width: 50%;
	float: left;
	background: #FFF;
	padding: 30px 100px 50px 100px;
	border-right: 1px solid #CCC;
}

.prometheus-news {
	border-right: none;
	width: 90%;
	max-width: 1000px;
	float: none;
	margin: 0 auto;
}

.news-left-side .news h1 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.7em;
	color: #000;
	padding: 25px 0 15px 0;
	line-height: 1.1em;
}

.news-left-side time {
	font-family: 'Poiret One', cursive;
	font-size: 1.5em;
	color: #000;
	line-height: 1em;
}

.prometheus-news h1,
.prometheus-news time {
	text-align: center;
	display: block;
}

.prometheus-news time {
	margin-top: 30px;
}

.news-left-side p {
	font-family: 'Poiret One', cursive;
	font-size: 1.6em;
	color: #000;
	line-height: 1.2em;
}

.prometheus-news p {
	margin: 50px 0 100px 0 !important;
	display: block;
	float: left;
}

.prometheus-news p strong {
	font-family: 'gt_walsheim_medium';
}

.news-link {
	font-family: 'Poiret One', cursive;
	font-size: 1em;
	color: #333;
	line-height: 1.2em;
	text-decoration: underline;
}

.news-link:hover {
	color: #000;
}

.news-content-image {
	width: 100%;
	float: left;
	height: auto;
}

.news-content-image {
	width: 100%;
	padding: 50px 0 0 0;
}

.news-right-side {
	width: 50%;
	float: left;
}

.border {
	border-bottom: 1px solid #CCC;
}

.desktop-button {
	margin: 40px 30px 40px 30px;
}

.mobile-button {
	display: none;
}

@media screen and (max-width: 2560px) {
.news-left-side { min-height: 1100px; }
}

@media screen and (max-width: 1859px) {
.news-left-side { min-height: 940px; }
}

@media screen and (max-width: 1486px) {
.news-left-side { padding: 30px 50px 50px 50px; }
}

@media screen and (max-width: 1280px) {
.news-left-side {
	width: 100%;
	border-bottom: 1px solid #CCC;
}

.news-left-side .news h1 {
	width: 700px;
	margin: 0 auto;
	float: none;
}

.news-left-side time {
	width: 700px;
	margin: 0 auto;
	float: none;
	display: block;
	padding-top: 25px;
}

.news-left-side p {
	width: 700px;
	margin: 0 auto;
	float: none;
}

.news-content-image {
	width: 700px;
	float: none;
	margin: 0 auto;
	display: block;
}

.border {
	border-bottom: none;
}

.desktop-button {
	display: none;
}

.mobile-button {
	display: block;
	margin: 50px auto 0 auto;
	float: none;
}

.new-news-float {
	float: right;
}

.new-news-arrow {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #FFF;
	border-right: 0;
	top: 105px;
	left: 0;
}
}

@media screen and (max-width: 1023px) {
.new-news-float { float: left; }

.new-news-arrow {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 25px solid #FFF;
	border-left: 0;
	top: 175px;
	right: 0;
	left: auto;
}
}

@media screen and (max-width: 768px) {
.new-news-arrow { top: 145px; }

.news-left-side {
	padding: 30px 0 30px 0;
	margin: 0 auto;
	float: none;
	width: 90%;
	border-right: none;
	min-height: inherit;
}

.news-left-side .news h1 {
	width: 100%;
	font-size: 1.5em;
}

.news-left-side time {
	width: 100%;
	font-size: 1.2em;
}

.news-left-side p {
	width: 100%;
	font-size: 1.2em;
}

.news-content-image {
	width: 100%;
	padding: 20px 0 0 0;
}

.mobile-button {
	margin: 20px auto 0 auto;
}
}





/* Useful Tips & FAQ
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.faq-main {
	width: 100%;
	border-top: 1px solid #CCC;
	background: #FFF;
}

.faq-main h3 {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 1.8em;
	color: #0C101B;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	width: 700px;
	margin: 60px auto 0 auto;
	float: none;
}

.faq-navigation-container {
	height: 100px;
}

.faq-navigation {
	width: 100%;
	background: #FFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.faq-navigation ul {
	width: 692px;
	margin: 0 auto;
	float: none;
	padding-right: 25px;
}

.faq-navigation li {
	display: inline;
	float: left;
}

.faq-navigation a {
	color: #4c6d8d;
    font-family: 'gt_walsheim_medium';
    font-size: 1em;
	text-decoration: none;
	padding: 13px 35px;
	display: inline-block;
	text-align: center;
	background: #FFF;
}

.faq-navigation a:hover {
	color: #19181e;
}

.active {
	border-bottom: 3px solid #0bc5ad;
	color: #19181e !important;
}

.faq-group,
.download-group {
	width: 100%;
	padding: 0 0 50px 0;
	overflow: hidden;
}

.faq-group h4,
.download-group h4 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.8em;
	color: #0C101B;
	text-align: center;
	margin-top: 60px;
}

.faq-group:nth-of-type(2),
.faq-group:nth-of-type(4) {
	background: #FFF;
}

.faq-group:nth-of-type(3),
.faq-group:nth-of-type(5) {
	background: #f1f1f1;
}

.faq-column {
	width: 700px;
	float: none;
	margin: 0 auto;
}

.faq-group h5 a,
.download-group h5 a {
  background: url(../img/buttons-icons/sprite.gif) 0 20px no-repeat;
  display: block;
  padding: 20px 0 20px 32px;
  color: #4c6d8d;
  text-decoration: none;
  border-top: 1px solid #CCC;
  font-size: 1.3em;
  font-family: 'gt_walsheim_medium';
}

.faq-group h5 a:hover,
.download-group h5 a:hover {
	color: #000;
	cursor: pointer;
}

.faq-group h5:first-of-type a,
.download-group h5:first-of-type a {
  border-top: none;
}

.faq-group h5.open a,
.download-group h5.open a {
  color: #19181e;
}

.faq-group h5.open a,
.download-group h5.open a {
	background-position: 0 -19px;
}

.faq-group p {
	padding: 10px 20px 40px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #19181e;
	line-height: 1.4em;
}

.faq-group a {
	color: #19181e;
	text-decoration: underline;
}

.faq-group img {
	margin:25px 0 0 0;
}

.accordion {
	margin-top:15px;
}

@media screen and (max-width: 1024px) {
.about-us-container img { width: 80%; }
.faq-group img { width: 100%; }
}

@media screen and (max-width: 767px) {
.faq-navigation-container { display: none; }
.faq-group h4, .download-group h4 { font-size: 1.1em; margin-top: 30px; }
.faq-column { width: 90%; }
.faq-group h5 a, .download-group h5 a { font-size: 0.9em; }
.faq-group p { font-size: 0.9em; padding: 10px 0 40px 0; }
}




/* Download
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.download-group:nth-of-type(2) {
	background: #f1f1f1;
}

.download-container {
	width: 1000px;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}

.download-container:nth-of-type(1) {
	margin-bottom: 25px;
}

.download-container h3 {
	margin-bottom: 15px;
}

.download-container:nth-of-type(2) h3 {
	margin-top: 20px;
}

.catalogue-item {
	width: 33.333333%;
	height: 150px;
	margin-bottom: 50px;
	float: left;
	padding: 20px;
}

.catalogue-cover {
	width: 100px;
	height: 115px;
	float: left;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.5);
	margin: 0 20px 0 0;
}

.catalogue-cover img {
	cursor: pointer;
}

.catalogue-item h1 {
	color: #19181e;
	font-size: 1em;
	line-height: 1.1em;
}

.catalogue-item .go-to-page {
	width: 100px;
	float: left;
	margin-top: 20px;
	height: 32px;
	border-radius: 16px;
	padding: 7px;
}

.accordion div {
	overflow: hidden;
}

.form-container-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/layer-background.png);
	z-index: 1200;
	display: none;
	top: 0;
}

.download-response {
	display: none;
	width: 665px;
	height: 667px;
	z-index: 9999;
	background: #FFF;
	margin-top: -35px;
	position: absolute;
	padding-top: 230px;
	font-size: 2em;
	text-align: center;
	border-radius: 3px;
}

.form-container {
	position: fixed;
	width: 665px;
	height: 667px;
	left: 50%;
	top: 50%;
	margin-left: -332px;
	margin-top: -365px;
	z-index: 1300;
	background: #FFF;
	padding: 35px 0 30px 0;
	box-shadow: 0 7px 10px 7px rgba(0,0,0,0.5);
	display: none;
	border-radius: 3px;
}

.form-container .checkbox {
	float: left;
	width: 100%;
	margin-left: 20px;
}

.form-container .checkbox label {
	color: #333;
	float: left;
	width: auto;
	line-height: 33px;
	position: absolute;
	font-size: 14px;
	max-width: 400px;
	line-height: 18px;
	text-align: left;
}

.form-container .checkbox label a {
	color: #333;
	text-decoration: underline;
}

.close-form {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 5%;
	right: 5%;
	cursor: pointer;
	z-index: 1500;
	display: none;
}

.catalogue-title {
	color: #333;
	font-size: 1.5em;
	font-family: 'gt_walsheim_medium';
	text-align: center;
}

.download-page-container {
	width: 1000px;
}

.required-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	color: #333;
	padding: 15px 0 25px 0;
}

.form-container fieldset {
	width: 472px;
	float: none;
	margin: 0 auto;
}

.form-container label {
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
	font-size: 17px;
	width: 95px;
	color: #333;
	float: left;
	text-align: right;
}

.form-container input {
	width: 362px;
	height: 40px;
	padding: 5px 5px 5px 10px;
	margin: 0 0 30px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	float: left;
	border: 1px solid #4f5761;
	border-radius: 20px;
}

.form-container textarea {
	width: 362px;
	height: 80px;
	padding: 10px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	resize: none;
	float: left;
	margin: 0 0 30px 15px;
	border: 1px solid #4f5761;
	border-radius: 20px;
	overflow: hidden;
}

.form-container input:focus,
.form-container textarea:focus {
	border: 1px solid #0bc5ad;
	background: none !important;
}

.form-container input.error,
.form-container textarea.error {
	border: 1px solid #F00;
}

.form-container label.error {
	width: 100%;
	color: #F00;
	margin: -28px 0 0 0;
	text-align: right;
	float: right;
	font-size: 16px;
	display: block;
}

.form-container input.valid,
.form-container textarea.valid {
	background: #FFF url(../img/buttons-icons/checked.gif) no-repeat center right;
}

.form-container input:-moz-placeholder,
.form-container input:-ms-placeholder,
.form-container textarea:-moz-placeholder,
.form-container textarea:-ms-placeholder  {
    color: #999;
}

.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: right;
	float: right;
	color: #333;
	display: block;
}

.privacy a {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

.form-container input[type="submit"] {
	color: #0bc5ad;
	border: #0bc5ad solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: 46px;
	line-height: 38px;
	background: none;
	border-radius: 23px;
	cursor:pointer;
	float: right;
	margin: 75px 0 30px 0;
	-webkit-appearance: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-container input[type="submit"]:hover {
	background: #0bc5ad;
	color: #FFF;
}

@media screen and (max-width: 1440px) {
.form-container input { height: 34px; border-radius: 17px; }
.download-response { height: 649px; }
.form-container { height: 649px; margin-top: -324px; }
}

@media screen and (max-width: 1024px) {
.form-container input {
	height: 30px;
	border-radius: 15px;
	padding: 8px 5px 5px 10px;
}

.form-container textarea {
	height: 60px;
	border-radius: 30px;
}

.form-container input[type="submit"] {
	padding: 0;
}

.download-response {
	height: 617px;
	margin-top: -55px;
}

.form-container {
	height: 617px;
	margin-top: -308px;
}

.download-page-container h5 a {
  background: url(../img/buttons-icons/sprite.gif) 32px 20px no-repeat;
  padding: 20px 0 20px 62px;
}

.download-page-container h5.open a {
	background-position: 32px -19px;
}
}

@media screen and (max-width: 1023px) {
.download-container {
	width: 90%;
}

.catalogue-cover {
	margin: 0 10px 0 0;
	width: 90px;
	height: 104px;
}

.catalogue-cover img {
	cursor: pointer;
	width: 90px;
	height: 104px;
}

.catalogue-item h1 {
	font-size: 0.9em;
}

.download-page-container h5 a {
  background: url(../img/buttons-icons/sprite.gif) 0 20px no-repeat;
  padding: 20px 0 20px 32px;
}

.download-page-container h5.open a {
	background-position: 0 -19px;
}
}

@media screen and (max-width: 900px) {
.close-form {
	top: 2%;
	right: auto;
	left: 50%;
	margin-left: -50px;
}
}

@media screen and (max-width: 767px) {
.download-container:nth-of-type(2) { display: none }
.download-container h3 { width: auto; }
.catalogue-item { width: 50%; height: 170px; padding: 0; }
.catalogue-cover { float: none; margin: 0 auto; }
.catalogue-item h1 { text-align: center; margin-top: 5px; font-size: 0.8em; }
.catalogue-item .go-to-page { float: none; margin: 10px auto; }
}





/* About Us
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.about-us-wrapper {
	background: #dadadb;
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px
}

.about-us-container {
	width: 1100px;
	float: none;
	margin: 0 auto;
}

.about-us-container img {
	float: left;
	display: block;
	margin: 70px 0 0 100px;
}

.detrazioni img {
	margin: 50px auto 0 auto;
	float: none;
}

.about-us {
	width: 600px;
	margin: 70px 0 0 50px;
	float: left;
	overflow: hidden;
}

.detrazioni .about-us {
	margin: 40px auto 0 auto;
	padding-top: 60px;
}

.about-us h1 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.7em;
	color: #292d32;
}

.about-us p {
	color: #292d32;
	font-family: 'gt_walsheim_medium';
	font-size: 1.1em;
	line-height: 1.45em;
	margin-top: 40px;
}

@media screen and (max-width: 1380px) {
.about-us h1 {
	font-size: 1.5em;
}

.about-us p {
	font-size: 1em;
	margin-top: 40px;
}
}

@media screen and (max-width: 1100px) {
.about-us-wrapper {
	height: auto;
	padding-bottom: 50px;
}

.about-us-container {
	width: 80%;
}

.about-us-container img {
	width: 60%;
	max-width: 300px;
	float: none;
	display: block;
	margin: 50px auto 0 auto;
}

.about-us {
	width: 100%;
}

.new-float {
	float: right;
}

.new-arrow-left {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 25px solid #FFF;
	border-left: 0;
	top: 175px;
	right: 0;
}

.new-arrow-right {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #FFF;
	border-right: 0;
	top: 175px;
	left: 0;
}
}

@media screen and (max-width: 1023px) {
.arrow-left,
.arrow-right,
.new-arrow-left,
.new-arrow-right {
	display: none;
}
}

@media screen and (max-width: 800px) {
.about-us-container img { width: 80%;  }
}

@media screen and (max-width: 768px) {
.new-arrow-left, .new-arrow-right { top: 145px; }
}

@media screen and (max-width: 767px) {
.about-us-container img {
	width: 100%;
	max-width: 300px;
	float: none;
	display: block;
	margin: 30px auto 0 auto;
}

.about-us-container {
	width: 90%;
}

.about-us h1 {
	font-size: 1.5em;
	color: #292d32;
	margin-top: 0;
	text-shadow: none;
}

.about-us p {
	color: #292d32;
	font-size: 1em;
	line-height: 1.35em;
	margin-top: 15px;
	text-shadow: none;
}
}




/* Calorsetti
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.calorsetti-container {
	width: 100%;
	overflow: hidden;
	height: 550px;
	position: relative;
	background: #000 url(../img/calorsetti/mt-stufe-calorsetti.jpg) center center no-repeat;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.35),
				inset 0 -4px 4px -4px rgba(0,0,0,0.35);
}

.calorsetti {
	width: 650px;
	position: absolute;
	z-index: 2;
	right: 300px;
}

.calorsetti h1 {
	font-family: 'gt_walsheim_medium';
	font-size: 1.7em;
	color: #FFF;
	margin-top: 90px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.calorsetti p {
	font-family: 'gt_walsheim_medium';
	font-size: 1.2em;
	color: #FFF;
	margin-top: 35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.calorsetti-bottom {
	background: #FFF;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.calorsetti-big {
	margin-top: -100px !important;
}

.calorsetto-wrapper {
	background: #e9e8e9;
}

@media screen and (max-width: 1800px) {
.calorsetti { right: 150px; }
}

@media screen and (max-width: 1550px) {
.calorsetti-container { background: #000 url(../img/calorsetti/mt-stufe-calorsetti.jpg) -380px center no-repeat; }
.calorsetti { width: 550px; right: 50px; }
}

@media screen and (max-width: 1400px) {
.calorsetti-container { background: #000 url(../img/calorsetti/mt-stufe-calorsetti.jpg) -480px center no-repeat; }
}

@media screen and (max-width: 1300px) {
.calorsetti-container {
	background: #000 url(../img/calorsetti/mt-stufe-calorsetti.jpg) -380px center no-repeat;
	background-size: cover;
	height: 450px;
}

.calorsetti { width: 465px; }
.calorsetti h1 { margin-top: 40px; }
.calorsetti p { margin-top: 30px; }
}

@media screen and (max-width: 1140px) {
.calorsetti-container {
	background: #000 url(../img/calorsetti/mt-stufe-calorsetti.jpg) -430px center no-repeat;
	background-size: cover;
	height: 400px;
}

.calorsetti { width: 465px; right: 30px; }
.calorsetti h1 { margin-top: 50px; font-size: 1.5em; }
.calorsetti p { margin-top: 10px; font-size: 1em; }
}

@media screen and (max-width: 1024px) {
.calorsetti-big { margin-top: -50px !important; }
}

@media screen and (max-width: 990px) {
.calorsetti-container {
	background: #000 url(../img/calorsetti/mt-stufe-calorsetti.jpg) -780px center no-repeat;
	background-size: cover;
	height: 550px;
}

.calorsetti { width: 400px; right: 30px; }
.calorsetti h1 { margin-top: 60px; }
.calorsetti p { margin-top: 30px; font-size: 1.2em; }
}

@media screen and (max-width: 767px) {
.calorsetti-container {
	overflow: hidden;
	height: auto;
	background: none;
	box-shadow: none;
	padding-bottom: 30px;
}

.calorsetti {
	width: 90%;
	position: relative;
	right: auto;
	float: none;
	margin: 0 auto;
}

.calorsetti h1 {
	font-size: 1.5em;
	color: #292d32;
	margin-top: 30px;
	text-shadow: none;
}

.calorsetti p {
	color: #292d32;
	font-size: 1em;
	line-height: 1.35em;
	margin-top: 15px;
	text-shadow: none;
}

.calorsetto-5, .new-float { display: block !important; }
.new-arrow-left, .new-arrow-right { top: 75px; }
.calorsetti-big { margin-top: 50px !important; }
}




/* Sales
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.sales {
	background: #f1f1f1;
	height: auto;
	padding: 0 0 40px 0;
}

.sales .about-us h1 {
	color: #FFF;
	margin: 60px 0 0 25px;
}

.sales .about-us p {
	margin-left: 25px;
}

.sales .about-us p a {
	color: #292d32;
	text-decoration: underline;
}

.sales-instructions p strong,
.sales-instructions li strong {
	font-weight: bold;
}

.sales-instructions-container {
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	padding: 50px 0 80px 0;
}

.sales-instructions {
	width: 700px;
	float: none;
	margin: 0 auto;
}

.sales-instructions h2 {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 1.5em;
	color: #292d32;
	text-align: left;
}

.comfort h2 {
	text-transform: inherit;
	line-height: 1.1em;
	margin-top: 25px;
}

.sales-instructions h3 {
	text-transform: none;
	border: none;
	font-family: 'gt_walsheim_medium';
	font-size: 1.3em;
	color: #292d32;
	text-align: left;
	margin-top: 50px;
}

.comfort h3 {
	margin-top: 25px;
	line-height: 1.2em;
}

.sales-instructions ul {
	padding-left: 18px;
}

.sales-instructions li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 23px;
	color: #292d32;
	margin-bottom: 15px;
}

.sales-instructions p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 23px;
	color: #292d32;
	margin-top: 25px;
	margin-bottom: 15px;
}

.comfort p {
	font-size: 19px;
	line-height: 23px;
	margin-top: 15px;
}

.comfort a {
	color: #292d32;
	text-decoration: underline;
	font-weight: bold;
}

.comfort span {
	font-weight: bold;
}

.sales-instructions .product-cheat-sheet-button {
	float: none;
	margin: 30px auto 0 auto;
	display: block;
}

.comfort img {
	width: 100%;
	margin: 50px 0 25px 0;
}

@media screen and (max-width: 1100px) {
.detrazioni .about-us {
	padding-top: 0;
	width: 100%;
	max-width: 700px;
	float: none;
	margin: 40px auto 0 auto;
}

.sales .about-us h1,
.sales .about-us p {
	margin-left: 0;
}

.sales .about-us h1 {
	color: #FFF;
	margin: 0;
}
}

@media screen and (max-width: 767px) {
.sales-instructions-container { padding: 50px 0 50px 0; }
.sales-instructions { width: 90%; }
.sales-instructions h2 { font-size: 1.2em; }

.sales-instructions h3 {
	font-size: 1.1em;
	margin-top: 30px;
	width: auto
}

.sales-instructions li { font-size: 0.9; line-height: 25px; }
.sales-instructions p { font-size: 0.9; line-height: 25px; }

.comfort img {
	margin: 25px 0 0 0;
}

.comfort img:nth-of-type(2) {
	display: none;
}

.comfort p {
	font-size: 17px;
}

.sales-instructions li {
	font-size: 17px;
}
}


/* Diamante
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.diamante-container {
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	padding: 50px 0 130px 0;
}

.diamante-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C101B;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}

.diamante-base-container img {
	display: block;
	float: none;
	margin: 0 auto;
}

.diamante-variants-container {
	width: 1440px;
	float: none;
	margin: 0 auto;
	background: #f1f1f1;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 50px;
}

.diamante-variant {
	width: 25%;
	float: left;
	overflow: hidden;
}

.diamante-variant img {
	width: 100%;
	max-width: 250px;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
}

.diamante-variants-top-border {
	width: 100%;
	height: 61px;
	width: 100%;
	overflow: hidden;
	background: url(../img/diamante/diamante-scheme-1440.png) center center no-repeat;
}

.diamante-variant p {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	padding: 20px 0 10px 0;
}

@media screen and (max-width: 1500px) {
.diamante-variants-container {
	width: 1280px;
}

.diamante-variants-top-border {
	background: url(../img/diamante/diamante-scheme-1280.png) center center no-repeat;
}
}

@media screen and (max-width: 1300px) {
.diamante-variants-container {
	width: 1100px;
}

.diamante-variants-top-border {
	background: url(../img/diamante/diamante-scheme-1100.png) center center no-repeat;
}
}

@media screen and (max-width: 1200px) {
.diamante-variants-container {
	width: 1024px;
}

.diamante-variants-top-border {
	background: url(../img/diamante/diamante-scheme-1024.png) center center no-repeat;
}
}

@media screen and (max-width: 1023px) {
.diamante-base-container img {
	width: 250px;
}

.diamante-variants-container {
	width: 768px;
}

.diamante-variants-top-border {
	background: url(../img/diamante/diamante-scheme-1023.png) center center no-repeat;
}

.diamante-variant .go-to-page {
	font-size: 12px;
	width: 110px;
}

.diamante-variant p {
	font-size: 14px;
}
}

@media screen and (max-width: 767px) {
.diamante-container {
	padding: 50px 0;
}

.diamante-variants-container {
	width: 300px;
	border-bottom: 0;
}

.diamante-variant {
	width: 100%;
	float: none;
	margin: 0 auto;
}

.diamante-variants-top-border {
	background: none;
	height: 1px;
	background: #999;
}

.diamante-variant .go-to-page {
	display: none;
}

.diamante-variant p {
	font-size: 16px;
}

.diamante-product-description {
	margin: 0 auto;
}
}



/* Contacts
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.contacts-container {
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
	background: #383e45;
	overflow: hidden;
	padding-bottom: 70px;
}

.contacts-container:nth-of-type(2) {
	background: #292d32;
}

.contacts-container h1 {
	text-transform: uppercase;
	font-family: 'gt_walsheim_medium';
	font-size: 1.5em;
	color: #0bc5ad;
	text-align: center;
}

.contacts-container h2 {
	font-size: 2em;
	font-family: 'Poiret One', cursive;
	color: #7fa9b9;
	text-align: center;
	margin: 10px 0 55px 0;
}

.contacts-form-container {
	width: 520px;
	float: none;
	margin: 0 auto;
}

.newsletter-contacts-container {
	width: 520px;
	float: none;
	margin: 0 auto;
}

.contacts-form-container label,
.newsletter-contacts-container label {
	font-family: Arial, Helvetica, sans-serif;
	width: 70px;
	margin: 13px 0 0 0;
	font-size: 18px;
	color: #FFF;
	float: left;
	padding-bottom: 13px;
}

.contacts-form-container input {
	width: 450px;
	height: 46px;
	padding: 5px 5px 5px 10px;
	margin: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	border: 1px solid #383e45;
	background: #FFF;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.2);
	border-radius: 23px;
}

.contacts-form-container textarea {
	width: 450px;
	height: 100px;
	padding: 13px 5px 5px 10px;
	margin: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	border: 1px solid #383e45;
	background: #FFF;
	resize: none;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.2);
	border-radius: 23px;
	overflow: hidden;
}

.contacts-form-container input:focus,
.contacts-form-container textarea:focus {
	border: 1px solid #0bc5ad;
}

.contacts-form-container input.error,
.contacts-form-container textarea.error {
	border: 1px solid #F00;
}

.contacts-form-container label.error {
	width: 100%;
	color: #F00 !important;
	margin: -33px 0 0 0;
	text-align: right;
	float: right;
	font-size: 16px;
	display: block;
	border-bottom: none;
	padding-bottom: 0;
}

.contacts-form-container body.ie label.error {
  	width: 350px;
	display: block;
	float: none;
	color: #F00;
	margin: -18px 0 0 80px;
	font-size: 15px;
	text-align: left;
}

.contacts-form-container input.valid,
.contacts-form-container textarea.valid {
	background: #F8F8F8 url(../img/buttons-icons/checked.gif) no-repeat center right;
}

.contacts-form-container input:-moz-placeholder,
.contacts-form-container textarea:-moz-placeholder  {
    	color: #999;
}

.contacts-form-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: right;
	float: right;
	line-height: 19px;
	color: #FFF;
	display: block;
}

.contacts-form-container p a {
	color: #FFF;
	text-decoration: underline;
}

.contacts-form-container input[type="submit"] {
	background: none;
	border: 1px solid #0bc5ad;
	color: #0bc5ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
	width: 150px;
	height: 46px;
	cursor: pointer;
	float: right;
	border-radius: 23px;
	-webkit-appearance: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow: none;
	margin-top: 75px;
}

.contacts-form-container input[type="submit"]:hover {
	background: #0bc5ad;
	color: #FFF;
}

.privacy {
	padding: 0 !important;
}

/* Anti Spam Trick */
.as-trick {
	display:none;
	position: absolute;
	top: 0;
	left: -300px;
}

@media screen and (max-width: 1500px) {
.contacts-container h2 { font-size: 1.6em; }
}

@media screen and (max-width: 1200px) {
.contacts-container {
	height: 838px;
}

.contacts-container h2 {
	font-size: 1.6em;
	width: 90%;
	float: none;
	margin: 10px auto 35px auto;
}

.contacts-form-container {
	width: 80%;
}

.newsletter-contacts-container {
	width: 80%;
}

.contacts-form-container label {
	margin: 13px auto 0 auto;
	float: none;
	display: block;
	width: auto;
	text-align: center;
}

.contacts-form-container label.error {
	margin: -18px auto 0 auto;
	text-align: center;
	float: none;
}

.contacts-form-container input {
	width: 100%;
	margin: 0 auto 20px auto;
	height: 40px;
	border-radius: 20px;
}

.contacts-form-container textarea {
	width: 100%;
	margin: 0 auto 20px auto;
}

.contacts-form-container p {
	text-align: center;
	float: right;
	margin: 25px 0 0 0;
}
}

@media screen and (max-width: 935px) {
.contacts-container { height: 864px; }
}

@media screen and (max-width: 767px) {
.contacts-container {
	width: 100%;
	padding: 30px 0 30px 0;
	height: auto;
}

.contacts-container:nth-of-type(2) { display: block; }
.contacts-form-container label, .newsletter-contacts-container label { padding-bottom: 5px; }

.contacts-form-container input[type="submit"] {
	float: none;
	margin: 75px auto 0 auto;
	display: block;
}
}

/* Success / Fail Message
================================================== */
.contact-response {
	display: none;
	width: 665px;
	height: 566px;
	z-index: 11000;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -283px;
	margin-left: -332px;
	color: #19181e;
	font-family: 'gt_walsheim_medium';
	font-size: 2em;
	text-align: center;
	padding: 180px 40px 0 40px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
	border-radius: 3px;
}

#success {
	width: 100px;
	height: 100px;
	float: none;
	margin: 20px auto 0 auto;
	background-image: url(../img/buttons-icons/success-icon.png);
}

#fail {
	width: 100px;
	height: 100px;
	float: none;
	margin: 20px auto 0 auto;
	background-image: url(../img/buttons-icons/fail-icon.png);
}

.contact-response-wrapper {
	position: fixed;
   	z-index: 30000;
   	width: 100%;
   	height: 100%;
	background: #000;
	background: url(../img/layer-background.png) top left repeat;
	display: none;
}

@media screen and (max-width: 767px) {
.contact-response {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	font-size: 1.5em;
	padding: 100px 20px 20px 20px;
	box-shadow: none;
	border-radius: 0;
}
}



/* Privacy Checkbox
================================================== */
label.checkbox input[type="checkbox"] {display:none;}
label.checkbox span {
	display:inline-block;
	vertical-align:middle;
	padding: 0;
	width: 33px;
	height: 33px;
	box-shadow: none;
	background: url(../img/buttons-icons/checkbox-unchecked.png) no-repeat;
	background-position: 0 0;
	border: none;
	border-radius: 0;
	overflow: hidden;
	cursor: pointer;
	margin: 0 5px 0 70px;
	float: left;
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance: none;
}
label.checkbox :checked + span {
    background: url(../img/buttons-icons/checkbox-checked.png) no-repeat;
}

.checkbox label {
	font: 300 14px Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	width: auto;
	color: #fff;
	position: absolute;
	max-width: 400px;
	line-height: 18px;
}

.checkbox label a {
	color: #FFF;
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
label.checkbox span {
	margin: 0 5px 0 0;
}
}

@media screen and (max-width: 370px) {
label.checkbox span {
	margin: 0 5px 0 0;
}

.checkbox label {
	font: 300 14px Arial, Helvetica, sans-serif;
	line-height: 33px;
}
}



/* Newsletter
================================================== */
.newsletter-contacts input.email {
	width: 450px;
	height: 46px;
	padding: 5px 5px 5px 10px;
	margin: 0 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	border: 1px solid #383e45;
	background: #FFF;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.2);
	border-radius: 23px;
}

.newsletter-contacts input.email:focus {
	border: 1px solid #0bc5ad;
}

.newsletter-contacts .button {
	background: none;
	border: 1px solid #0bc5ad;
	color: #0bc5ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 12px 0;
	text-align: center;
	width: 150px;
	height: 46px;
	cursor: pointer;
	float: right;
	border-radius: 23px;
	-webkit-appearance: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow: none;
}

.newsletter-contacts .mailchimp-gdpr-button {
	padding: 20px 0 15px 0;
	text-align: center;
	width: auto;
	height: 54px;
	border-radius: 27px;
	display: block;
	margin: 0 auto;
	float: none;
}

.newsletter-contacts .mailchimp-gdpr-button:hover {
	background: #0bc5ad;
	color: #292d32;
}

.newsletter-contacts input.button:hover {
	background: #0bc5ad;
	color: #FFF;
}

.newsletter-contacts-container input[type="submit"] {
	margin: 0;
}

@media screen and (max-width: 1200px) {
.newsletter-contacts input.email {
	width: 100%;
	margin: 0 auto 20px auto;
	height: 40px;
	border-radius: 20px;
}
}

/* Social Icons
================================================== */
.contacts-social {
	width: 200px;
	float: none;
	margin: 50px auto 0 auto;
	padding-top: 30px;
}

.contacts-social p {
	font-family: 'gt_walsheim_medium';
	font-size: 1.5em;
	color: #7d97a6;
	text-align: center;
	padding-bottom: 10px;
}

.contacts-social-icon {
	width: 100px;
	width: 100px;
	float: left;
	position: relative;
}

.contacts-social-icon img {
	width: 85px;
	width: 85px;
	padding-left: 10px;
}

.contacts-social-icon span {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	display: block;
	text-align: center;
	width: 95px;
}

@media screen and (max-width: 935px) {
.contacts-social-icon span { font-size: 0.8em; width: 70px; }
}

@media screen and (max-width: 767px) {
.contacts-social {
	margin: 45px auto 0 auto;
	padding: 0;

}

.contacts-social-icon span { display: none; }
.contacts-social p { padding: 0 0 5px 0 !important; }
}

/* Map
================================================== */
.map-consent {
	background: url(../img/mt-design-stufe-map-background.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	float: left;
}

.show-map-button {
	font-family: 'gt_walsheim_medium';
	font-size: 1em;
	text-align: center;
	cursor: pointer;
	float: none;
	background: none;
	-webkit-appearance: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: none;
	display: block;
	padding: 16px 0 15px 0;
	text-align: center;
	width: 250px;
	height: 48px;
	border-radius: 27px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px 0 0 -125px;
	background: #0bc5ad;
	color: #292d32;
}

.show-map-button:hover {
	background: #fff;
	color: #292d32;
}

#map {
	width: 100%;
	height: 500px;
	border-top: 1px solid #CCC;
}

#map p {
	color: #333;
	font-size: 16px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}

#map .adress-big {
	font-weight: bold;
}

#map p a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#map p a:hover {
	text-decoration: underline;
}

.gm-style-iw {
   overflow: hidden !important;
   width: 400px;
}

@media screen and (max-width: 1200px) {
#map { height: 350px; }
}


@media screen and (max-width: 767px) {
#map, .map-consent { display: none; }
}




/* Retailers & Assistance
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/

/* Map
================================================== */
#wrapper {
	margin: 0 auto;
	max-width: 100%;
}

#retailers-menu {
	position: absolute;
	right: 0;
	width: 310px;
	background: #0bc5ad;
	font-family: 'gt_walsheim_medium';
	color: #fff;
	line-height: 22px;
	margin: 40px;
	padding: 1.5em;
	text-align: left;
	z-index: 99;
}

#retailers-menu ul li strong {
	color: #383e45;
}

.reset-map {
	margin-top: 20px;
	color: #383e45;
}

.province {
	margin-left: 20px;
}

#retailers-menu ul li a {
	color: white;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 14px;
	margin-left: -4px;
	padding: 0 5px;
	vertical-align: middle;
	cursor: pointer;
}

#retailers-menu ul li a:hover {
	color: #383e45 !important;
	text-decoration: none;
}

aside {
	float: left
}

#map_canvas {
	height: 700px;
	width: 100%;
}

.adress-bold {
	font-family: 'gt_walsheim_medium';
	font-weight: bold;
    font-size: 15px;
	line-height: 20px;
	color: #19181e;
	padding: 15px 15px 0 15px;
}

@-moz-document url-prefix() {
	.adress-bold {
		padding: 15px 15px 0 0;
	}
}

.adress-small {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	line-height: 20px;
	color: #19181e;
	padding: 0 15px 15px 15px;
}

.adress-small a {
	color: #19181e;
	text-decoration: none;
	font-size: 15px;
}

.adress-small a:hover {
	text-decoration: underline;
}

/* Faq
================================================== */
.retailers-assistance {
	background: #383e45;
}

.mobile-retailers {
	display: none;
}

.faq {
	background: #FFF;
}

.faq h2 {
	color: #292d32;
	max-width: 80%;
	float: none;
	margin: 15px auto 30px auto;
}

.faq a {
	text-decoration: underline;
	color: #292d32;
}

.retailers-assistance-faq {
  	width: 80%;
  	float: none;
 	margin: 0 auto;
}

.firefox-retailers-assistance-faq {
	width:50%;
	float:none;
	margin: 0 auto;
}

.contacts-container h4 {
  	margin: 0;
}

.contacts-container h4 a {
  	background: url(../img/buttons-icons/sprite.gif) 0 20px no-repeat;
  	display: block;
  	padding: 18px 0 18px 32px;
  	color: #4c6d8d;
  	text-decoration: none;
  	border-top: 1px solid #CCC;
  	font-size: 1em;
  	font-family: 'gt_walsheim_medium';
}

.contacts-container h4:first-of-type a {
  	border-top: none;
}

.contacts-container h4.open a {
  	color: #333;
}

.contacts-container h4.open a {
	background-position: 0 -19px;
}

.contacts-container p {
	padding: 10px 20px 40px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	line-height: 1.3em;
}

.faq p {
	color: #333;
}

@media screen and (max-width: 1240px) {
.faq, .faq-contacts { width: 100%; height: auto; }
.firefox-retailers-assistance-faq {width: 80%}
}

@media screen and (max-width: 1200px) {
.faq-contacts .contacts-form-container { width: 500px; }
}

@media screen and (max-width: 1024px) {
#wrapper .gm-style-iw {
   overflow: scroll !important;
}

#wrapper { display: none; }
#side_bar-container { display: none; }
.mobile-retailers { display: block; background: none; }
.contacts-container:nth-of-type(2).mobile-retailers { background: none; }
.mobile-retailers span { padding: 0; }
#mobile-retailers-accordion p { padding-left: 20px; }
#mobile-retailers-accordion a { text-decoration: none; }
.retailers-assistance { background: #FFF; }
.faq-contacts .contacts-form-container { width: 100%; }
.faq-contacts .contacts-form-container fieldset { width: 90%; float: none; margin: 0 auto; }
.faq { width: 90%; float: none; margin: 0 auto; }
.faq h2 { font-size: 1.4em; max-width: none; margin: 15px auto 20px auto; }
.retailers-assistance-faq { width: 100%; }
.contacts-container h4 a { font-size: 0.9em; }
.contacts-container p { font-size: 0.9em; padding: 10px 0 40px 0; }
.firefox-retailers-assistance-faq {width: 90%}
}




/* Privacy Policy
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
#privacy {
	width: 700px;
	float: none;
	margin: 50px auto 0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
}

#privacy a {
	color: #32516f;
	text-decoration: none;
}

#privacy a:hover {
	text-decoration: underline;
}

.privacy-bold {
	font-family: 'gt_walsheim_medium';
	color: #292d32;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
}

.privacy-small {
	font-family: Arial, Helvetica, sans-serif;
	color: #32516f;
	font-size: 16px;
	line-height: 22px;
}

@media screen and (max-width: 768px) {
#privacy { width: 90%; }
.privacy-bold { font-size: 19px; }
.privacy-small { font-size: 14px; line-height: 20px; }
}





/* Footer
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
footer {
	width: 100%;
	float: left;
	background: #292d32;
	overflow: hidden;
}

#footer-inner {
	width: 1000px;
	margin: 0 auto;
	float: none;
	padding: 50px 5px 40px 5px;
}

#footer-menu-block {
	float: left;
}

.footer-menu-block {
	float: left;
	width: 140px;
}

.menu-block-two {
	width: 160px;
}

.footer-menu-block ul {
	list-style-type: none;
	margin-bottom: 10px;
}

.footer-menu-block li {
	font-family: 'gt_walsheim_medium';
  	font-size: 0.8em;
	line-height: 1.7em;
	text-transform: uppercase;
}

.footer-menu-block li a {
	text-decoration: none;
	color: #7f8a96;
}

.footer-menu-block li a:hover {
	color: #FFF;
}

.footer-menu-block-current {
	color: #FFF;
	list-style-type: disc;
}

.footer-menu-block-current-no-arrow {
	color: #FFF;
	list-style-type: none;
}

.footer-menu-block-title {
	margin: 0 0 10px 0;
	width: 100px;
	color: #0bc5ad;
	border-bottom: 1px solid #FFF;
}

#footer-contacts-block {
	width: auto;
	float: right;
	overflow: hidden;
	margin-bottom: 50px;
}

#newsletter-footer label {
	margin: 0 0 10px 0;
	display: block;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
}

#newsletter-footer input.email {
	width: 270px;
	height: 40px;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	border: 1px solid #292d32;
	float: left;
	display: block;
	border-radius: 20px;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.2);
}

#newsletter-footer input.email:focus {
	border: 1px solid #0bc5ad;
}

#newsletter-footer .button {
	color: #0bc5ad;
	border: #0bc5ad solid 1px;
	font-family: 'gt_walsheim_medium';
	font-size: 1em;
	padding: 10px;
	text-align: center;
	width: 120px;
	height: 39px;
	cursor: pointer;
	float: left;
	background: none;
	border-radius: 25px;
	margin: 0 0 0 10px;
	-webkit-appearance: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: none;
}

#newsletter-footer .mailchimp-gdpr-button {
	padding: 16px 0 15px 0;
	text-align: center;
	width: 250px;
	height: 48px;
	border-radius: 27px;
	display: block;
	margin: 0 auto;
	float: right;
}

#newsletter-footer .mailchimp-gdpr-button:hover {
	background: #0bc5ad;
	color: #292d32;
}

#newsletter-footer input.button:hover {
	background: #0bc5ad;
	color: #333;
}

#footer-contacts-block-social {
	width: 120px;
	float: right;
	margin-top: 25px;
	overflow: hidden;
}

#footer-contacts-block-social p {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
	color: #FFF;
	padding-bottom: 8px;
	text-align: center;
}

.social-icon {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.social-icon:nth-of-type(4) {
	margin-right: 0;
}

#footer-address {
	float: right;
	width: 680px;
	padding-bottom: 25px;
}

#footer-address p {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
	color: #FFF;
	text-align: right;
	line-height: 1.5em;
	margin-top: 7px;
}

#footer-address .adress-big {
	font-weight: bold;
}

#footer-address a {
	color: #FFF;
	text-decoration: none;
}

#footer-address a:hover {
	text-decoration: underline;
}

#bottom-logo {
	display: block;
	margin: -15px 0 50px 0;
	float: right;
}

@media screen and (max-width: 2560px) {
#footer-inner { width: 1600px; }
.footer-menu-block { width: 160px; }
.menu-block-two { width: 180px; }
#footer-contacts-block { float: right; margin: 22px 50px 25px 0; }
#footer-contacts-block-social { margin-top: 0; }
#newsletter-footer label { text-align: left; padding-left: 20px; }
#newsletter-footer input.email { width: 370px; }
}

@media screen and (max-width: 1679px) {
#footer-inner { width: 1200px; }
.footer-menu-block li { font-size: 0.8em; line-height: 1.7em; }
#footer-contacts-block { width: auto; float: right; margin-bottom: 10px; }
#footer-address { margin-top: -80px; clear: both; }
}

@media screen and (max-width: 1319px) {
#footer-inner { width: 1000px; }
.footer-menu-block { width: 150px; }
.menu-block-two { width: 170px; }
.footer-menu-block li { font-size: 0.8em; line-height: 1.7em; }
#footer-address { margin-top: -80px; }
}

@media screen and (max-width: 1023px) {
#footer-inner { width: 100%; }
#footer-menu-block { float: none; margin: 0 auto; width: 440px; overflow: hidden; }
.footer-menu-block { width: 140px; }
.menu-block-two { width: 160px; }
#footer-contacts-block { width: 440px; float: none; margin: 0 auto; padding-top: 35px; }
#footer-contacts-block-social { margin: 35px auto 0 auto; float: none; }
#footer-address { margin: 25px auto 0 auto; float: none; width: 500px; overflow: hidden; }
#bottom-logo { display: block; margin: 0 auto 15px auto; float: none; }
#footer-address p { text-align: center; width: 300px; margin: 0 auto; float: none; }
#newsletter-footer input.email { float: none; display: block; margin: 0 auto; }
#newsletter-footer label { margin: 0 auto 10px auto; text-align: center; }
#newsletter-footer .button { float: none; margin: 15px auto 0 auto; display: block; }
}

@media screen and (max-width: 767px) {
#footer-menu-block { width: 90%; }
.footer-menu-block { width: 50%; }
.menu-block-two { display: none; }
.footer-menu-block-title { width: 90%; }
#footer-contacts-block { width: 100%; }
#newsletter-footer input.email { width: 100%; max-width: 300px; }
#newsletter-footer label { text-align: center; padding-left: 0; }
#footer-address { width: 100%; }
#footer-address p { width: 100%; }
}

.placeholder { color: #999 !important;}



/* Footer Alemans
================================================== */
#footer-alemans {
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
}

#footer-alemans p {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#footer-alemans a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-alemans a:hover {
	text-decoration: underline;
}

#alemans-logo {
	position: absolute;
	display: inline-block;
	width: 61px;
	height: 70px;
	margin: -35px 0 0 -60px;
	background-image: url(../img/alemans-logo-footer.png);
	background-repeat: no-repeat;
}

#footer-alemans p.footer-legal {
	font-size: 12px;
	margin-right: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	display: block;
	float: none;
	clear: both;
	line-height: 16px;
	padding: 25px;
	background: #212529;
	margin-top: 25px;
}
