/*
Theme Name: Marco Polo
Theme URI: https://www.marcopolo.com/
Author: Baoblà
Version: 1.0
Text Domain: marcopolo
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/






/* SCROLLBAR
::-webkit-scrollbar {
  width:0.5em;
  height:0.5em;
}
::-webkit-scrollbar-thumb {
  background:#A37C37;
}
::-webkit-scrollbar-track {
  background:#c8c3b8;
}
body {
  scrollbar-face-color:#A37C37;
  scrollbar-track-color:#c8c3b8;
}


@-moz-document url-prefix(http://), url-prefix(https://) {
	scrollbar {
	   -moz-appearance: none !important;
	   background: rgb(0,255,0) !important;
	}
	thumb,scrollbarbutton {
	   -moz-appearance: none !important;
	   background-color: rgb(0,0,255) !important;
	}
	
	thumb:hover,scrollbarbutton:hover {
	   -moz-appearance: none !important;
	   background-color: rgb(255,0,0) !important;
	}
	
	scrollbarbutton {
	   display: none !important;
	}
	
	scrollbar[orient="vertical"] {
	  min-width: 15px !important;
	}
}
 */


#ascrail2000-hr {
	display:none !important;
}



/* STILI GENERICI */
html {
	height:100%;
}
body {
	height:100%;
	font-family:"Montserrat", sans-serif;
	font-family:"Trirong", sans-serif;
	font-size:90%;
	line-height:1.2em;
	color:#585857;
	font-weight:300;
	overflow-x:hidden !important;
}

.assistive-text,
.edit-link,
.menu-toggle,
.screen-reader-text,
.skip-link {
	position:absolute;
	left:-9999px;
}

a {
	text-decoration:none;
	color:#585857;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	color:#A37C37;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.clear {
	clear:both !important;
}

strong {
	font-weight:700;
}

#content ol {
	list-style-type:decimal;
	padding-left:40px;
	padding-bottom:1em;
}

iframe {
	width:100%;
}

hr {
	height:0;
	border:0;
	background:transparent;
	margin:0;
	border-bottom:1px solid #999;
}

#main p,
#main ul {
	line-height:1.4em;
	margin-bottom:0.7em;
}
.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
	text-align:center;
	font-size:2em;
	color:#A37C37;
	line-height:1em;
}
h2 {
	font-weight:100;
}
h3 {
	text-transform:uppercase;
	color:#A37C37;
	font-size:1.2em;
	font-weight:100;
}
h4 {
	text-transform:uppercase;
	color:#999;
	font-size:1.1em;
	font-weight:100;
}
h5 {
	color:#666;
	font-size:1.9em;
	font-weight:100;
	font-family:'Libra Baskerville', serif;
	font-style:italic;
	color:#A37C37;
	margin-top:0.2em;
	text-align:center;
}

.borderRight {
	-webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.borderLeft {
	-webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    -1px 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         -1px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.noMargin {
	margin-top:0 !important;
	margin-bottom:0 !important;
}







/* STRUTTURA */
#page {
	width:100%;
	padding:0;
	margin:0 auto;
}

.content,
#primary {
	width:1000px;
	padding:0;
	margin:0 auto;
}

.column1-4 {
	width:21%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}
.column2-4 {
	width:46%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}
.column3-4 {
	width:71%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}
.column4-4 {
	width:96%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}

.column1-3 {
	width:29.3333%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}
.column2-3 {
	width:62.6666%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}
.column3-3 {
	width:96%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}

.column1-3-2 {
	width:12.6666%;
	float:left;
	padding:0 2%;
	margin:15px 0;
}

.single-collez #main .column1-4.txtRight.borderRight,
.single-collezioni #main .column1-4.txtRight.borderRight {
	width:23%;
	padding-left:0;
}
.single-collez #main .column1-4.noMargin.borderLeft,
.single-collezioni #main .column1-4.noMargin.borderLeft,
.single-coordinati #main .column1-4.destra {
	width:23%;
	padding-right:0;
}







/* HEADER */
.headerTop {
	line-height:25px;
	text-align:right;
	background:#fff;
	font-family:"Montserrat", sans-serif;
}
.headerTop #lang_sel_list {
	float:right;
	font-size:1.3em !important;
}
#masthead {
	background:#212e4d;
}
#logo {
	margin:10px auto;
	width:250px
}
#byloris {
	float:right;
	margin:55px 0 0 0;
	color:#A37C37
}






/* menu lingue */
#lang_sel_list ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:0;
	font-size:0.8em;
}
#lang_sel_list ul li,
#lang_sel_list ul li a {
	float:left;
	color:#999;
}
#lang_sel_list ul li a {
	margin-left:20px;
	text-transform:uppercase;
}
#lang_sel_list ul li a.lang_sel_sel {
	color:#A37C37;
}
#lang_sel_list ul li a:hover {
	color:#333;
}
#lang_sel_list ul li a img {
	float:left;
	margin-top:4px;
	width:25px;
}
.overlay-content #lang_sel_list ul {
	margin:0;
}
.overlay-content #lang_sel_list ul li a img {
	display:none;
}


/* link area riservata */
#linkAreaRiservata {
	float:right;
	text-transform:uppercase;
	margin-right:2%;
	font-size:0.8em;
	color:#999;
}
#linkAreaRiservata:hover {
	color:#333;
}




/* FOOTER */
#colophon {
	color:#999;
	font-family:'Montserrat', sans-serif;
	font-size:0.9em;
}
#colophon p {
	margin-bottom:0;
}
.site-info .column1-4 {
	min-height:210px;
}

#logoFooter {
	width:150px;
	margin-bottom:15px;
}
#logoFooterZanca {
	width:130px;
	margin:5px auto;
}

.txtScuro {
	color:#585857;
}
.small {
	font-size:0.8em;
	line-height:1em;
}

.bottomFooter {
	font-size:0.9em;
}

.follow {
	text-align:center;
	margin-top:70px;
	padding-bottom:10px;
}

.txtCenter {
	text-align:center;
}
.txtRight {
	text-align:right;
}
.areaRiservataLink {
	color:#A37C37;
	border:1px solid #A37C37;
	display:block;
	line-height:2em;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
}
.areaRiservataLink:hover {
	background:#A37C37;
	color:#fff;
}







/* MENU NAVIGAZIONE PRINCIPALE */
.menuPrincipale {
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	margin-top:50px;
	font-size:1.2em;
}
.menuPrincipale li {
	display:inline-block;
	text-transform:uppercase;
}
.menuPrincipale li a {
	padding:0 5px;
	line-height:30px;
	color:#fff;
}
.menuPrincipale li a:hover {
	color:#A37C37;
}







/* MENU FOOTER */
.menuFooter {
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
	border-top:1px dotted #999;
	font-size:0.8em;
}
.menuFooter li {
	line-height:30px;
	border-bottom:1px dotted #999;
	text-transform:uppercase;
}
.menuFooter li a {
	display:block;
	color:#999;
}






/* MENU SOCIAL */
#socialMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#socialMenu li {
	display:inline-block;
}
#socialMenu li a {
	margin-right:0 7px;
	font-size:1.7em;
	color:#999;
}
#socialMenu li a:hover {
	color:#000;
}








/* HOME
#logoHome {
	width:300px;
	margin:0 auto 7px;
}
.lineBox {
	width:600px;
	margin:20px auto;
	height:5px;
	clear:both;
}
.linesmall {
	width:33.33333%;
	height:1px;
	background:#fff;
	float:left;
	margin-top:2px;
}
.linelarge {
	width:33.33333%;
	height:5px;
	background:#fff;
	float:left;
}
#video-initial-controls h1 {
	font-family:'Libra Baskerville', serif;
	font-style:italic;
	color:#fff;
	font-weight:100;
	font-size:2.3em;
	margin-top:0;
}
.play-button {
	color:#fff;
	border:1px solid #fff;
	display:block;
	width:150px;
	line-height:30px;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
	margin:100px auto;
}
.page-template-home #masthead,
.page-template-home-riservata #masthead {
	position:absolute;
	top:30px;
	z-index:1;
	width:100%;
	border-bottom:1px solid #fff;
}
.page-template-home #masthead.myfixed,
.page-template-home-riservata #masthead.myfixed  {
	display:none;
}
.page-template-home #breadcrumbs,
.page-template-home-riservata #breadcrumbs {
	display:none;
}
.page-template-home-riservata #logo {
	display:none;
}
.page-template-home .menuPrincipale,
.page-template-home-riservata .menuPrincipale {
	padding-top:30px;
	margin-bottom:5px;
}
.page-template-home #masthead a,
.page-template-home-riservata #masthead a {
	color:#fff;
}
.page-template-home #masthead a:hover,
.page-template-home-riservata #masthead a:hover {
	color:#A37C37;
}

.page-template-home #mysticky-wrap,
.page-template-home-riservata #mysticky-wrap {
	height:0 !important;
}
 */
 
.wrapfixed {
	z-index:999999 !important;
}





/* SLIDER HOME */
.page-template-home #main {
	min-height:0 !important;
}
.page-template-home .flexslider {
	height:calc(100vh - 130px);
}
.page-template-home .flexslider ul {
	margin:0;
	padding:0;
	border:0;
	height:100% !important;
}
.page-template-home .flexslider .slides li  {
	width:100%;
	height:100% !important;
	margin:0;
	padding:0;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
}







/* PAGINE */
#main {
	margin:30px 0 60px;
}

#sidebarLeft {
	width:25%;
	float:left;
	position: sticky;
	position: -webkit-sticky;
	top: 220px;
}
#sidebarRight {
	width:25%;
	float:right;
}
#contentLeft {
	width:75%;
	float:left;
}
#contentRight {
	width:75%;
	float:right;
}

#sidebarLeft .column3-3 {
	width:86%;
	padding:0 7%;
	margin:0;
}


.pageTitle {
	background:#A37C37;
}
.pageTitle h1 {
	margin:0;
	padding:0.5em 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
}
.pageTitleChild {
	background:transparent;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	z-index:999;
}
.pageTitleChild h1 {
	background:#A37C37;
	margin-top:0;
	padding:0.3em 0;
	position: relative;
}
.pageTitleChild h1 a {
	color:#fff;
}
.pageTitleChild h1 a:hover {
	color:#ccc;
}
.pageTitleChild .column1-3 {
	margin-top:0;
}

#fullFeaturedSingle {
	position:relative;
}







/* COLLEZIONI */
.collezioneBox {
	margin-top:20px;
}
.collezioneBoxInside {
	padding:25px;
	border:1px solid #999;
}
.collezioneBox .imageCollezione {
	width:100%;
	height:auto;
	overflow:hidden;
}
.collezioneBox .imageCollezione img {
	transition:all 2s;
	-moz-transition:all 2s; /* Firefox 4 */
	-webkit-transition:all 2s; /* Safari and Chrome */
	-o-transition:all 2s; /* Opera */
}
.collezioneBox a {
	display:block;
	position:relative;
}
.collezioneBox a:hover {
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.collezioneBox:hover .imageCollezione img {
    -ms-transform: scale(1.6); /* IE 9 */
    -webkit-transform: scale(1.6); /* Safari */
    transform: scale(1.6);
}
.collezioneBox .titleCollezione {
	text-align:center;
	font-family:'Libra Baskerville', serif;
	font-style:italic;
	font-weight:100;
	color:#A37C37;
	margin:0;
	line-height:1em;
	padding:12px;
	border:1px solid #999;
	border-top:0;
	z-index:2;
	position:relative;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}
.collezioneBox:hover .titleCollezione {
	color:#fff;
}

.collezioneBox a .hoverBox {
	position:absolute;
	opacity:0;
	width:90%;
	height:94%;
	top:3%;
	left:5%;
	background:rgba(150,94,45,0.7);
	text-align:center;
	color:#fff;
	z-index:1;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}
.collezioneBox a .hoverBox span {
	padding-top:120px;
	display:block;
	text-transform:uppercase;
	font-size:0.8em;
}
.collezioneBox a .hoverBox span:after {
	content:" ";
	height:1px;
	width:30%;
	margin:10px auto;
	display:block;
	clear:both;
	background:#fff;
}
.collezioneBox a:hover .hoverBox {
	opacity:1;
}
.annoBoxCol {
	position:absolute;
	top:0;
	left:50%;
	width:60px;
	margin-left:-30px;
	background:#fff;
	line-height:2em;
	text-align:center;
	z-index:3;
	display:none;
}
.filter {
	text-transform:uppercase;
	margin-left:-0.7%;
	margin-bottom:20px;
	color:#999;
}
.filter span {
	color:#A37C37;
}

#uwpqsf_id .fa.fa-times-circle-o {
	z-index:2;
}

h2.titoloBordi {
	text-align:center;
	border:1px solid #999;
	border-right:0;
	border-left:0;
	line-height:1em;
	text-transform:uppercase;
	font-weight:normal;
	color:#A37C37;
	margin:0;
	font-weight:100;
	font-size:1.3em;
	padding: 17px 0;
}

h3.titoloBordi {
	text-align:center;
	border-top:1px solid #999;
	line-height:2em;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	font-weight:100;
	font-size:1.1em;
	color:#585857;
}




.collezioneBox.collezioneBoxTessuti {
	float:left;
	width:18%;
	margin-right:2%;
}
.collezioneBox.collezioneBoxTessuti.colonne2 {
	width:38%;
	margin-right:4%;
}
.separatore {
	clear:both;
	display:block;
	padding-top:20px;
}
.separatore2 {
	width:80%;
}





/* menu collezioni
.menuCatCollez {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px dotted #666;
	margin-top:30px;
}
.menuCatCollez li a {
	display:block;
	line-height:2.4em;
	border-bottom:1px dotted #666;
	text-align:center;
	text-transform:uppercase;
}
.menuCatCollez li.current a {
	color:#A37C37;
} */







/* SINGLE COLLEZIONE */
#fullFeaturedSingle {
}
#fullFeaturedSingle img {
	width:100%;
}
.title-Single-Coll {
	position:relative;
	background:#fff;
	margin:0;
	padding:10px 0;
	margin-top:-90px;
	line-height:40px;
	z-index:9;
	font-family:'Libre Baskerville', serif;
	font-weight:400;
	font-size:2.4em;
	margin-bottom:30px;
	font-style:italic;
}

.single-collez #main .column1-4,
.single-collez #main .column2-4 {
	min-height:600px;
}
.single-collez #content .column1-4.txtRight {
	font-family:'Libre Baskerville', serif;
	color:#000;
}
.single-collez #content .column1-4.txtRight p {
	line-height:1.7em !important;
}

h3.nome {
	margin-bottom:0;
}
h4.codice {
	margin-top:5px;
	margin-bottom:1em;
}
h4.codice strong {
	color:#A37C37;
	font-weight:100;
}

.schedaTecnica {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.75em;
	font-weight:700;
}
.schedaTecnica li span {
	color:#999;
	display:inline-block;
	width:45%;
	font-weight:100;
}
.schedaTecnica li span.wash,
.schedaTecnica li span.lavaggioWash {
	width:auto;
	margin-right:7px;
	line-height:20px;
	font-size:1.8em;
	vertical-align:middle;;
}
.schedaTecnica li.lavaggio {
	padding-top:5px;
}

.volumeSingleCollez {
	margin-bottom:40px !important;
}

.coordinatiList {
	margin:0;
	padding:0;
	list-style:none;
}
.coordinatiList li,
.coordinatiList li a {
	float:left;
	width:115px;
	margin-right:10px;
}
.coordinatiList li a {
	margin-bottom:10px;
}

.coordinatiTitle {
	margin:6px 0 14px 0;
	text-align:center;
}

.single-coordinati .column1-4.destra {
	margin-top:315px;
}

.gammaColori {
	margin:0;
	padding:0;
	list-style-type:none;
	margin:20px 0;
	padding-top:30px;
	border-top:1px solid #999;
}
.gammaColori li {
	float:left;
	width:23.86%;
	margin-right:1.5%;
	margin-bottom:5px;
}
.gammaColori li:nth-child(4n) {
	margin-right:0;
}
.gammaColori li.clear {
	float:none !important;
}



.single-collezioni #main {
	font-family:"Montserrat", sans-serif;
}
.caption2 {
	text-align:center;
	margin-top:15px;
	font-family:"Montserrat", sans-serif;
	color:#999;
}












/* SLIDER FLEXSLIDER */
.flexslider {
	border:0 !important;
	margin-bottom:0 !important;
}
.flex-control-nav.flex-control-paging,
.flex-direction-nav {
	display:none !important;
}

#carousel1 .flex-viewport {
	overflow:auto !important;
}
#carousel1 .flex-viewport .slides {
	width:auto !important;
	transform:none !important;
}
#carousel1 .flex-viewport .slides li {
	width:49% !important;
	margin-right:2% !important;
	margin-bottom:4px;
	cursor:pointer;
}
#carousel1 .flex-viewport .slides li:nth-child(2n) {
	margin-right:0 !important;
}
#carousel1 .slides li {
	opacity:1;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#carousel1 .slides li:hover,
#carousel1 .slides li.flex-active-slide {
	opacity:0.5
}

.captionTextiles {
	color:#999;
	text-align:center;
	border-top:1px solid #ccc;
	position:relative;
}
.captionTextiles:before {
	position:absolute;
	content:'\f503';
	font-family: "Genericons";
	left: 0;
	top: 0;
	margin-left: -5px;
	margin-top: -9px;
	font-size: 8px;
	text-align:left;
}
.captionTextiles:after {
	position:absolute;
	content:'\f501';
	font-family: "Genericons";
	right: 0;
	top: 0;
	margin-right: -5px;
	margin-top: -9px;
	font-size: 8px;
	text-align:right;
}

.single-collez #fancybox-title,
.page-id-1495 #fancybox-title,
.page-id-2157 #fancybox-title {
	bottom:auto !important;
	top:0;
}


.single #fancybox-left,
.single #fancybox-right {
	bottom:auto !important;
	top:50% !important;
	margin-top:-15px !important;
	height:30px !important;
	width:30px !important;
}
.single #fancybox-right {
	right:50% !important;
	margin-right:-230px !important;
}
.single #fancybox-left {
	left:50% !important;
	margin-left:-230px !important;
}
.single #fancybox-left-ico {
	left:0 !important;
	right:auto !important;
}
.single #fancybox-right-ico {
	left:auto !important;
	right:0 !important;
}
.single #fancybox-right,
.single #fancybox-left {
	background:#fff !important;
}
.single #fancybox-left-ico:after,
.single #fancybox-right-ico:after {
	color:#666 !important;
	margin-top:8px;
}
.single #fancybox-left-ico:after:hover,
.single #fancybox-right-ico:after:hover {
	color:#A37C37;
}
.single #fancybox-left span,
.single #fancybox-right span {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.single #fancybox-left:hover span {
	left:10px !important;
}
.single #fancybox-right:hover span {
	right:10px !important;
}





.page-template-cataloghi #fancybox-left-ico:after,
.page-template-cataloghi #fancybox-right-ico:after {
	padding:8px 10px;
	background:#A37C37;
}








/* FANCYBOX */
#fancybox-right-ico,
#fancybox-left-ico {
	background:none !important;
}
#fancybox-right-ico:after {
    content: "\f054";
    font-family:'FontAwesome';
	color:#fff;
	text-align:right;
	position:absolute;
	right:0;
	font-size:1.2em;
}
#fancybox-left-ico:after {
    content: "\f053";
    font-family:'FontAwesome';
	color:#fff;
	position:absolute;
	left:0;
	font-size:1.2em;
}
#fancybox-close {
	background:none !important;
	top:5px !important;
	right:-30px !important;
}
#fancybox-close:after {
    content: "\f406";
    font-family:'Genericons';
	color:#fff;
	text-align:right;
	position:absolute;
	right:0;
	top:0;
	font-size:1.8em;
}

#fancybox-title-over {
	text-align:center;
	font-family:"Montserrat", sans-serif;
	text-transform:uppercase;
	color:#fff;
}
#fancybox-title-over a {
	color:#fff;
}
#fancybox-title-over a:hover {
	color:#A37C37;
}









/* COLLEZIONI PRIVATE */
.collezioniPrivate .collezioneBox .imageCollezione {
	height:auto;
}
.collezioniPrivate .collezioneBox .titleCollezione {
	font-style:normal;
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1em;
	border:0;
	padding:10px 0;
	margin-top:5px;
	background:#212e4d;
	position:absolute;
	display:block;
	width:100%;
	bottom:-45px;
	color:#fff;
}
.collezioniPrivate .collezioneBox a:hover .titleCollezione {
	color:#A37C37;
}
.collezioniPrivate .collezioneBox .titleCollezione span {
	display:block;
	clear:both;
	color:#999;
	font-size:0.7em;
	line-height:1em;
	margin-bottom:10px;
	margin-top:10px;
}
.collezioniPrivate .collezioneBox .titleCollezione span:before {
	content:"";
	display:block;
	clear:both;
	width:40%;
	margin:0 auto;
	height:1px;
	background:#999;
	margin-bottom:10px;
}
.collezioniPrivate .collezioneBox:hover .titleCollezione {
	color:#333;
}


.filter span.currentParent {
	color:#666;
}

.collezioneBoxFiglia a {
	padding:8%;
	border:1px solid #999;
}
.collezioneBoxFiglia .titleCollezione {
	border:0;
	margin-top:10px;
}
.collezioneBoxFiglia .titleCollezione span {
	margin-bottom:0 !important;
}


#openTipologia {
	display:block;
	border:1px dotted #666;
	border-right:0;
	border-left:0;
	line-height:22px;
	font-size:0.9em;
	color:#999;
	cursor:pointer;
}
.menuCatCollez.menuToggle {
	margin-top:10px;
	border-top:0;
	list-style: none;
	padding: 0;
}
.menuCatCollez.menuToggle li label {
	cursor:pointer;
	position:relative;
	line-height:22px;
}
.menuCatCollez.menuToggle li label:hover {
	color:#A37C37;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}
.menuCatCollez.menuToggle li label input[type=checkbox] {
	position:absolute;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	opacity:0;
}
.menuCatCollez.menuToggle li label input[type=checkbox] + span:before {
	content:"\f00c";
	display:inline-block;
	font-family:"FontAwesome";
	/* Larghezza  e altezza corrispondono a quelle dell'immagine */
	width:19px;
	height:25px;
	margin-right:4px;
	vertical-align:top;
	color:#ccc;
}
.menuCatCollez.menuToggle li label input[type=checkbox]:checked + span:before {
	color:#A37C37;
}

#cercaCodice {
	display:block;
	clear:both;
	background:#333;
	color:#fff;
	width:96%;
	padding:0 2%;
	line-height:40px;
	border:0;
	margin:30px 0;
	text-align:center;
	text-transform:uppercase;
}

.menuColori {
	list-style-type:none;
	margin:0;
	padding:0;
}
.menuColori li input {
	display:none;
}
.menuColori li {
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:5px;
}
.menuColori li img {
	cursor:pointer;
}
.menuColori li:nth-child(3n) {
	margin-right:0;
}
.menuColori li img.cliccato {
	position:relative;
}
.menuColori li label {
	position:relative;
	display: block;
}
.menuColori li label i {
	position:absolute;
	top:15px;
	left:29px;
	color:#fff;
}
.menuColori li:first-child label i {
	color:#333;
}

#tax-check-1 {
	margin-top:30px;
}

#uwpqsf_id input[type=reset] {
	clear:both;
	display:block;
	margin:0;
	margin-top:30px;
	display:block;
	width:100%;
	border:0;
	padding:0;
	text-align:center;
	color:#fff;
	background:#ccc;
	line-height:2em;
	text-transform:uppercase;
	position:relative;
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}
#uwpqsf_id input[type=reset]:hover {
	background:#A37C37;
}
.fa-times-circle-o {
	float:right;
	font-size:1.2em !important;
	margin-top:-20px;
	z-index:9999;
	position:relative;
	margin-right:6px;
	color:#fff;
}




.containerSlideToglePreferiti {
	margin-top:0;
	position:relative;
	width:102%;
	margin-left:-1%;
}
#slideToglePreferiti {
	background:#A37C37;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.2em;
	height: auto;
	cursor: pointer;
	text-transform: uppercase;
}
#slideToglePreferiti span {
	display:block;
	text-transform:none;
	padding-top:8px;
}/*
#slideToglePreferiti:after {
	display:block;
	content:"\f0d7";
	font-family:"fontAwesome";
	position:absolute;
	right:15px;
	top:0;
	font-size:1.3em;
	line-height: 50px;
}*/
#slideToglePreferiti .anteprima {
	display: block;
	padding: 5px 0;
	background: #e9dece;
	margin-top: 7px;
	text-transform: uppercase;
	color: #965e2d;
	font-weight: 400;
}
#slideToglePreferiti .anteprima:after {
	content: "\f0d7";
	font-family: "fontAwesome";
	display: inline-block;
	margin-left: 5px;
}
#slideToglePreferiti .anteprima:before {
	content: "\f0d7";
	font-family: "fontAwesome";
	display: inline-block;
	margin-right: 5px;
}
#containerSlideToglePreferiti.sticky {
	position: fixed;
	top: 120px;
	width: 215px;
	margin-left: -2px;
	z-index: 9;
}

.slidePreferiti {
	display:none;
	height:auto;
	background:#eee;
	position:absolute;
	top:76px;
	width:86%;
	padding:7%;
	z-index:3;
}

.slidePreferiti .wpfp-span ul {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}
.slidePreferiti .wpfp-span ul li {
	float:left;
	width:30%;
	margin:5px 1.5%;
}
.slidePreferiti .wpfp-span .wpfp-link.remove-parent {
	text-indent:-9999px;
    white-space:nowrap;
	display:block;
	position:relative;
	line-height:0;
	visibility:hidden;
}
.slidePreferiti .wpfp-span .wpfp-link.remove-parent:after {
	content:"\f056";
	font-family:"FontAwesome";
	text-indent:0;
	position:absolute;
	top:-26px;
	left:19px;
	font-size:1.5em;
	visibility:visible;
}

.slidePreferiti .printSend {
	display:block;
	clear:both;
	line-height:25px;
	margin-top:5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	background:#A37C37;
	margin:-10px -7% -7%;
}
.slidePreferiti .printSend:hover {
	background:#333;
}

.slidePreferiti .buttonsPS,
.slidePreferiti .cod,
.slidePreferiti h1 {
	display:none;
}

.eliminaTutti {
	display:block;
	clear:both;
	text-align:center;
	text-transform:uppercase;
	font-size:0.9em;
	margin:10px auto 20px;
	color:#A37C37;
}
.eliminaTutti:hover {
	color:#333;
}

.slidePreferiti div.clear {
	height:1px;
}





.backButton {
	background:#ccc;
	color:#fff;
	line-height:3em;
	text-align:center;
	display:block;
	margin: 10px 0 20px;
}
.titleSinglePvt {
	text-transform:uppercase;
	font-size:1.6em;
	text-align:left;
	font-weight:100;
	margin-top:0;
	position:relative;
}
.titleSinglePvt span {
	color:#999;
}



.single-collezioni .coordinatiTitle {
	text-align:center;
	margin:3px 0 17px 0;
}
.single-collezioni .coordinatiList li {
	width:auto;
	margin:0;
	float:left;
	width: 48% !important;
	margin-right: 2% !important;
	margin-bottom:5px;
}
.single-collezioni .coordinatiList li a {
	width:auto;
	height:auto;
	margin:0;
}
.single-collezioni #main .noMargin.borderLeft {
	min-height:700px;
}
.single-collezioni h4.codice {
	float:left;
	width:30%;
	min-height:100px;
}

.single-collezioni .schedaTecnica li span {
	width:28%;
}
.single-collezioni .schedaTecnica li span.wash,
.single-collezioni .schedaTecnica li span.lavaggioWash {
	width:auto;
}
.single-collezioni .coordinatiList li a img {
	transition:all 1s;
	-moz-transition:all 1s; /* Firefox 4 */
	-webkit-transition:all 1s; /* Safari and Chrome */
	-o-transition:all 1s; /* Opera */
}
.single-collezioni .coordinatiList li a:hover img {
	opacity:0.7;
}

.separatorSingle {
	margin:20px 0;
}


.coordinatiList.varianticoloreList li a {
	margin-top:-30%;
}
.coordinatiList.varianticoloreList li.grandi {
	width:100% !important;
	float:none;
	height:90px;
	overflow:hidden;
}
.coordinatiList.varianticoloreList li.medie {
	width:100% !important;
	float:none;
	height:50px;
	overflow:hidden;
}
.coordinatiList.varianticoloreList li.piccole {
	width:48% !important;
	float:left;
	height:50px;
	overflow:hidden;
	margin-right:1% !important;
	margin-left:1% !important;
}

.variantiUniti li {
	position:relative;
}
.variantiUniti li span {
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	color:#999;
	font-size:0.8em;
	padding:0 5px;
	line-height:1.5em;
}



.collezioneBox {
	position:relative;
}
.heart {
	position:absolute;
	bottom:-3px;
	right:36px;
	z-index:2;
}
.heart a {
	color:#999;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border:0;
	padding:0;
}
.heart a:hover,
.heart a .rimuovi-fav {
	color:#A37C37;
}

.titleSinglePvt .heart {
	right:0;
	bottom:0;
	font-size:0.8em;
}







/* INVIA MAIL */
.page-id-2133 .wpfp-span ul,
.page-id-2182 .wpfp-span ul {
	list-style-type:none;
	padding:0;
	border:0;
	margin:0;
}
.page-id-2133 .wpfp-span ul li,
.page-id-2182 .wpfp-span ul li {
	float:left;
	margin:1%;
	width:48%;
	position:relative;
}
.page-id-2133 .wpfp-span .wpfp-link.remove-parent,
.page-id-2182 .wpfp-span .wpfp-link.remove-parent {
	text-indent:-9999px;
	white-space:nowrap;
	display:block;
	position:absolute;
	line-height:0;
	bottom:12px;
	left:53%;
}
.page-id-2133 .wpfp-span .wpfp-link.remove-parent:after,
.page-id-2182 .wpfp-span .wpfp-link.remove-parent:after {
	content:"\f056";
	font-family:"FontAwesome";
	text-indent:0;
	position:absolute;
	top:-9px;
	right:0px;
	font-size:1.2em;
}
.page-id-2133 .wpfp-span .printSend,
.page-id-2182 .wpfp-span .printSend {
	display:none;
}
.page-id-2133 .buttonsPS,
.page-id-2182 .buttonsPS {
	margin:20px 0 50px;;
}
.page-id-2133 .buttonsPS .print,
.page-id-2133 .buttonsPS .send,
.page-id-2182 .buttonsPS .print,
.page-id-2182 .buttonsPS .send {
	width:31%;
	text-align:center;
	display:block;
	background:#999;
	color:#fff;
	text-transform:uppercase;
	line-height:30px;
	cursor:pointer;
	float:left;
	margin:0 1%;
}
.page-id-2133 .buttonsPS .print,
.page-id-2182 .buttonsPS .print {
}
.buttonsPS .send.current {
	background:#A37C37;
}
.page-id-2133 .buttonsPS .send,
.page-id-2182 .buttonsPS .send {
	float:right;
}
.page-id-2133 .buttonsPS .print:hover,
.page-id-2133 .buttonsPS .send:hover,
.page-id-2182 .buttonsPS .print:hover,
.page-id-2182 .buttonsPS .send:hover {
	background:#333;
}
.page-id-2133 .wpfp-span .cod,
.page-id-2182 .wpfp-span .cod {
	margin-top:3px;
	display:block;
	display:none;
}
.page-id-2133 .wpcf7,
.page-id-2182 .wpcf7 {
	display:none;
	margin:-20px 20% 50px;
}



.page-id-2133 .wpfp-span .schedaPreferiti,
.page-id-2182 .wpfp-span .schedaPreferiti {
	display:block !important;
	width:48%;
	float:left;
}
.page-id-2133 .wpfp-span ul > li img,
.page-id-2182 .wpfp-span ul > li img {
	float:left;
	width:48%;
	margin-right:2%;
}
.page-id-2133 .wpfp-span ul li ul li,
.page-id-2182 .wpfp-span ul li ul li {
	width:100%;
	margin:0;
	float:right;
}

.page-id-2133 .schedaTecnica,
.page-id-2182 .schedaTecnica {
	letter-spacing: -1px;
}
.page-id-2133 .schedaTecnica span,
.page-id-2182 .schedaTecnica span {
	letter-spacing: 0;
}
.page-id-2133 .schedaTecnica li span.wash {
	font-size: 1.6em;
}








/* PAGINA ISPIRAZIONI */
.image50 {
	float:left;
	width:49.5%;
	margin-right:0.5%;
}
.image50right {
	margin:0;
	float:right;
}
.scopriCollezione,
.loginBtn.loginBtn--generic,
.mo_oauth_login_button_widget {
	color:#666;
	background: #fff !important;
	border:1px solid #666 !important;
	display:block;
	line-height:2.5em;
	text-align:center;
	text-transform:uppercase;
	margin:20px auto 0;
	font-size:0.9em;
	width:90% !important;
	border-radius: 0 !important;
	height: auto !important;
	box-shadow: none !important;
}
.mo_oauth_login_button_widget i {
	display: none !important;
}
.mo_oauth_login_button_widget .mo_oauth_login_button_text_widget {
	margin: auto !important;
	color: inherit !important;
	display: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	padding: inherit !important;
	font-weight: inherit !important;
}
.scopriCollezione:hover,
.loginBtn.loginBtn--generic:hover {
	color:#A37C37;
	border:1px solid #A37C37;
}
.ispirazionePage h5 {
	margin-top:0;
	padding-top:0px;
	margin-bottom: 48px;
}
.collezionePayoff {
	color:#999;
	text-align:center;
	text-transform:uppercase;
	margin-top:70px;
}








/* PAGINA CONTATTI */
.contattiTxt,
.contattiTxtPrincipale {
	position:relative;
	color:#aaa;
	line-height:1em;
}
.contattiTxtPrincipale:before {
	font-family:'fontAwesome';
	content:"\f041";
	float:left;
	color:#A37C37;
	top:0;
	left:0;
	position:absolute;
}
.contattiTxt strong {
	color:#585857;
}
.contattiTxt h6 {
	margin:5px 0;
	font-size:0.8em;
}
.contattiTxt h6 a {
	color:#aaa;
}
.contattiTxt hr {
	border-bottom:1px dotted #ccc;
}
.contattiTxtPrincipale {
	padding-left:20px;
}
.contattiTxt h1 {
	text-align: center;
    border: 1px solid #999;
    border-right: 0;
    border-left: 0;
    line-height:1.1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #A37C37;
    margin: 0;
    font-weight: 100;
    font-size: 1.3em;
	padding:7px 0;
}
.contattiTxt h1 a {
	color:#A37C37;
	position:relative;
	display:block;
}
.contattiTxt h1 a:hover {
	color:#333;
}
.contattiTxt h1 a em {
	color:#999;
}
.contattiTxt h1 em {
	font-size:0.7em;
	line-height:1em;
	font-style:normal;
}
.column1-3 .contattiTxt p {
	padding:20px 0;
	min-height:100px;
}

.contattiTxt h1 a:after {
	content:"\f006";
	font-family:"FontAwesome";
	position:absolute;
	right:5px;
	top:10px;
	font-size:0.9em;
}
.contattiTxt h1 a:focus:after {
	content:"\f005";
}


.contattiBox {
	margin-bottom:30px !important;
}

.wpcf7 .privacy.clear {
    margin-top: 20px;
    line-height: 1em !important;
    font-size: 0.8em;
    display: block;
    margin-bottom: 2px !important;
}
span.wpcf7-list-item {
	margin-left: 0;
}
.promozioni span.wpcf7-not-valid-tip {
	margin-top: 0;
}






/* LEGENDA COMPOSIZIONI */
.legendaComposizioni ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.legendaComposizioni ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.legendaComposizioni ul li {
	border-top:1px solid #ccc;
	line-height:30px;
	padding:0 10px;
}
.legendaComposizioni ul li strong {
	font-weight:100;
	color:#A37C37;
	width:45px;
	display:inline-block;
}





/* SIMBOLI MANUTENZIONE */
.legendaComposizioni ul.simboliManutenzione li {
	padding:10px !important;
	min-height:80px;
	line-height:1.1em !important;
}
.legendaComposizioni ul.simboliManutenzione li span {
	margin:10px 0 60px ;
	font-size:2.2em;
	color:#A37C37;
	float:left;
	width:45px;
}






/* CERTIFICATO DI ESPORTAZIONE */
.certificato img {
	margin:0 auto;
	border:1px solid #ccc;
}






/* SUPPORTI */
.cPb {
	color:#A37C37;
	font-size:1.3em;
}
.boxEvidenza {
	background:#A37C37;
	color:#fff;
}
.boxEvidenza .cPb {
	color:#fff;
}
.boxEvidenza .scopriCollezione {
	color:#fff;
	border-color:#fff;
}
.logoZancaEvidenza {
	width:120px;
	height:auto;
	margin:-10px auto 0;
}







/* VOLUMI */
.volumiPage .collezionePayoff {
	margin-top:0;
}
.volumePvol {
	margin:20px 0 10px !important;
}
.volumiPage h5 {
	margin-bottom:0;
	color:#666;
	font-size:1.3em;
	line-height:1.1em;
}
.linkVolumiCompleti {
	font-size:0.8em;
	text-align:right;
	display:block;
}
.linkVolumiCompleti a:nth-child(2) {
	color:#A37C37;
}
.volumePvol img {
	width:100%;
}








/*  */









/* FORM CONTATTI*/
.wpcf7 {
	color:#aaa;
	text-transform:uppercase;
	font-size:0.9em;
}
#wpcf7-f555-p12-o1 input[type=submit] {
	float:right;
	margin:0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=file],
.wpcf7 input[type=tel],
.wpcf7 textarea {
	width:96%;
	display:block;
	padding:5px 2%;
	border:1px solid #aaa;
	margin:3px 0 15px;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#fff;
}
.wpcf7 textarea {
	height:120px;
}
.wpcf7 input[type=submit] {
	padding:5px 30px;
	text-transform:uppercase;
	background:#A37C37;
	color:#fff;
	clear:right;
	float:none;
	display:block;
	margin-top:10px;
	cursor:pointer;
	margin:10px auto;
	border:0;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	border-color:#999;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.wpcf7 input[type=submit]:hover {
	background:#333;
	color:#fff;
}
#privacy {
	font-size:0.7em;
	line-height:1.2em;
}
#privacy span {
	display:block;
	float:left;
	margin:0 10px 30px 0;
}
.ajax-loader {
	float:right;
    margin-right:15px;
    margin-top:20px;
}
.wpcf7-response-output {
	clear:both;
}
div.wpcf7-validation-errors {
	clear:both;
}
.wpcf7-not-valid-tip {
	margin-top:-15px;
}

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
	display:block;
	clear:both;
}

.wpcf7 #inlineText {
	width:68%;
	float:right;
	margin-top:-5px;
	margin-right:2.7%;
}

.wpcf7 .left {
	width:48%;
	float:left;
	margin-top:0;
}
.wpcf7 .right {
	width:48%;
	float:right;
	margin-top:0;
}
.wpcf7-form p {
	margin-top:0;
}
.wpcf7 input[readonly=readonly] {
	text-align:center;
	background:#ccc;
	font-weight:700;
}







.togglecheck label {
	line-height:1.5em;
	display:block;
}
.togglecheck label input {
	margin-right:10px;
}


/*the ajax loading icon*/
.umloading {
	width:100%;
	height:20px;
	background:rgba(255, 255, 255, 0.8) url('ajax_loader.gif') no-repeat 50% 50%;
}
/*the form div*/
#uwpqsf_id {
	border:0;
}

/*Form title*/
.uform_title {
	text-align:center;
	border:1px solid #999;
	border-right:0;
	border-left:0;
	line-height:3em;
	text-transform:uppercase;
	font-weight:normal !important;
	color:#A37C37;
	margin:0;
	font-weight:100;
	font-size:1.3em;
}
.uwpqsf_class {
	width:auto;
	margin-bottom:10px;
	clear:both;
	display:block;
}

/*label for each field*/
.uwpqsf_class > span[class*='taxolabel-'],
.uwpqsf_class > span[class*='cmflabel-'],
.uwpqsf_class > .uwpqsf_class.-keyword {
	float:none;
	padding:0;
	clear:auto;
	width:auto;
	display:block;
	text-align:center;
	border-top:1px solid #999;
	line-height:2em;
	text-transform:uppercase;
	margin:0;
	font-weight:100 !important;
	font-size:1.1em;
	color:#585857;
}

/*Checkboxes*/
[class*='tax-check-'] label,
[class*='cmf-check-'] label {
	float:none;
	width:auto;
	clear:both;
	display:block;
}

/*text input for keyword*/
input#uwpqsf_id_key{
	display:block;
	clear:both;
	background:#333;
	color:#fff;
	width:96%;
	padding:0 2%;
	line-height:40px;
	border:0;
	margin:30px 0;
	text-align:center;
	text-transform:uppercase;
}











.togglecheck label {
	line-height:1.5em;
	display:block;
}
.togglecheck label input {
	margin-right:10px;
}


/*the ajax loading icon*/
.umloading {
	width:100%;
	height:20px;
	background:rgba(255, 255, 255, 0.8) url('ajax_loader.gif') no-repeat 50% 50%;
}
/*the form div*/
#uwpqsf_id {
	border:0;
}

/*Form title*/
.uform_title {
	text-align:center;
	border:1px solid #999;
	border-right:0;
	border-left:0;
	line-height:3em;
	text-transform:uppercase;
	font-weight:normal !important;
	color:#A37C37;
	margin:0;
	font-weight:100;
	font-size:1.3em;
}
#uwpqsffrom_2127 .uform_title,
#uwpqsffrom_4875 .uform_title,
#uwpqsffrom_2185 .uform_title {
	display:none;
}
.uwpqsf_class {
	width:auto;
	margin-bottom:10px;
	clear:both;
	display:block;
}
.uwpqsf_class.-keyword {
	/* display:none; */
}
/*label for each field*/
.uwpqsf_class > span[class*='taxolabel-'],
.uwpqsf_class > span[class*='cmflabel-']{
	float:none;
	padding:0;
	clear:auto;
	width:auto;
	display:block;
	text-align:center;
	border-top:1px solid #999;
	line-height:2em;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	font-weight:100 !important;
	font-size:1.1em;
	color:#585857;
}

/*Checkboxes*/
[class*='tax-check-'] label,
[class*='cmf-check-'] label {
	float:none;
	width:auto;
	clear:both;
	display:block;
}

/*text input for keyword*/
input#uwpqsf_id_key{
	display:block;
	clear:both;
	background:#fff;
	border:1px solid #999;
	color:#333;
	width:calc(80% - 42px);
	margin:0;
	margin-left:20%;
	padding:0 5px 0 35px;
	line-height:30px;
	text-transform:uppercase;
	position:relative;
	text-align:left;
}
.uwpqsf_class {
	position:relative;
}
.rx {
	position:absolute;
	top:0;
	left:10px;
	display:block;
	color:#333;
	z-index:1;
	line-height:35px;
	margin:30px 0 0 0;
}

label.uwpqsf_class.-keyword {
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	font-weight:100;
	font-size:1.1em;
	color:#585857;
}



/* ELIMINA I PLACEHOLDER DAGLI INPUT */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}


.titoloBordi.taxolabel-1 {
	display:none;
}
#openTipologia i {
	display:none;
}
#openTipologia {
	display:block;
	border-top:1px solid #999;
	text-align:center;
	line-height:2em;
	color:#585857;
	text-transform:uppercase;
	cursor:auto;
	margin-top:20px;
	letter-spacing:-1px;
	font-size: 1em;
}








.fotoHd {
	background:#A37C37;
	color:#dac8a9;
	text-align:center;
	display:block;
	line-height:30px;
	margin-top:-18px;
}
.fotoHd.collezPvtFH {
	margin-left:-5px;
	margin-right:-5px;
	margin-top: 0;
}
.fotoHd.pageStampaFH {
	margin:0 1% 30px;
	width:97%;
}

/* ANIMAZIONE BANNER FOTO HD */
@keyframes animazioneBannerFotoHD {
	0% { color:#dac8a9; opacity:0.3; }
	50% { color:#fff; opacity:1 }
	100% { color:#dac8a9; opacity:0.3; }
}
@-webkit-keyframes animazioneBannerFotoHD {
	0% { color:#dac8a9; opacity:0.3; }
	50% { color:#fff; opacity:1 }
	100% { color:#dac8a9; opacity:0.3; }
}
.fotoHd {
	animation:animazioneBannerFotoHD 3s;
	-webkit-animation:animazioneBannerFotoHD 3s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}







.titleNameT {
	margin: 5px 0 0 0 !important;
	line-height: 10px !important;
}

#contentRight .collezioneBoxInside {
	padding: 15px !important;
	margin-bottom: 20px;
}






/* ANIMAZIONE CUORE PREFERITI */
@keyframes animazionePreferiti {
	0% { opacity:0.3; }
	50% { opacity:1 }
	100% { opacity:0.3; }
}
@-webkit-keyframes animazionePreferiti {
	0% { opacity:0.3; }
	50% { opacity:1 }
	100% { opacity:0.3; }
}
.cuorepulsante {
	animation:animazionePreferiti 3s;
	-webkit-animation:animazionePreferiti 3s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}






#logoPrint {
	display:none;
}




.myfixed .menuPrincipale {
	margin-top:10px !important;
}
.myfixed .menu-menu-principale-container,
#mysticky-nav {
	padding-top:10px !important;
}
.page-template-home .myfixed .menu-menu-principale-container,
.page-template-home #mysticky-nav {
	padding-top:0 !important;
}








/* TML LOGIN */
#theme-my-login {
	margin:40px auto;
}





#contentRight .column1-3.collezioneBox:nth-child(3n+1),
.dmd_first_element {
	clear:left;
}

#navigationPage {
	clear:both;
	display:block;
	width:75%;
	text-align:center;
}

.dmd_ajax_product_load,
.pix-wrapper.pix-loader {
	display:block;
	clear:both;
	width:75%;
	float:right;
	text-align:center;
}
.pix-wrapper.pix-loader img {
	margin:0 auto;
}






/* COOKIES */
#cookie-notice {
	background:rgba(0,0,0,0.7) !important;
}
#cookie-notice #cn-notice-text {
	text-align: left;
	display: block;
	width: 40%;
	float: left;
	margin: 10px 0 15px 10%;
	font-size: 1em;
	font-weight: 100;
}
#cookie-notice #cn-notice-text a {
	color:#999;
}
#cookie-notice #cn-accept-cookie {
	width: 15%;
	display: inline-block;
	line-height: 25px;
	border: 1px solid #ccc;
	color:#fff;
	font-size: 0.9em;
	margin-top:12px;
}
#cookie-notice #cn-accept-cookie,
#cn-more-info {
	width: 10% !important;
	display: inline-block !important;
	line-height: 25px !important;
	border: 1px solid #ccc !important;
	color:#fff !important;
	font-size: 0.9em !important;
	margin-top:12px !important;
	background:transparent !important;
}

@media screen and (max-width: 700px) {
	#cookie-notice #cn-accept-cookie,
	#cn-more-info {
		width: 15% !important;
	}
}






.page-template-cataloghi .imageSScat #fancybox-wrap #fancybox-content #fancybox-frame {
	height:90vh !important;
}


.page-template-cataloghi #contentRight .column1-3.cataloghiPage:nth-child(3n+2) {
	clear:left;
}

.page-template-cataloghi #contentRight .column1-3.cataloghiPage img {
	margin:10px auto 0;
	width:auto;
	max-height:300px;
}
.page-template-cataloghi #contentRight .column1-3.cataloghiPage .txtCenter {
	margin-bottom:0;
	margin-top:5px;
	font-family:'Libra Baskerville', serif;
	font-size:1.2em;
}
.page-template-cataloghi #contentRight .column1-3.cataloghiPage {
	margin-bottom:0;
}

.imageSScat {
	position:relative;
}
.imageSScat .titleImageSScat {
	position:absolute;
	bottom:0;
	line-height:25px;
	display:block;
	width:100%;
	text-align:center;
	background:rgba(255,255,255,0.7);
	color:#A37C37;
}






/* CORNER ESCLUSIVO */
.boxCorner {
	background:#A37C37;
	text-align:center;
	color:#fff;
	width:100%;
	padding:20px 0;
}
.boxCorner img {
	width:100%;
	max-width:220px;
	height:auto;
	margin:0 auto 30px;
}
.boxCorner .title {
	text-transform:uppercase;
	font-size:2em;
	margin-bottom:5px !important;
	margin-top:5px !important;
}
.boxCorner .description {
	font-size:1.2em;
}

.page-template-corner-esclusivo .txtRight h3 {
	text-align:center;
	text-transform:none;
	font-family:'Libra Baskerville', serif;
	margin-top:40px;
	border-top:1px solid #666;
	border-bottom:2px dotted #999;
	padding:7px 0;
}
.page-template-corner-esclusivo .txtRight ul {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	text-align:center;
}
.page-template-corner-esclusivo .txtRight ul li {
	border-bottom:2px dotted #999;
	padding:5px 0;
}







/* NEWS */
.titleNews {
	color:#A37C37;
	text-align:center;
	font-size:1.3em;
	line-height:1.2em;
	text-align:center;
}
.titleNews a {
	color:#A37C37;
}
.titleNews a:hover {
	color:#333;
}

h1.singleTitle {
	text-align:left;
	margin-top:0;
	border-top:1px solid #999;
	padding-top:15px;
}
.single ul.slides,
.page-template-supporti ul.slides {
	margin:0;
	padding:0;
	border:0;
}
.single .flexslider,
.page-template-supporti .flexslider {
	border:0 !important;
	margin-bottom:0 !important;
	position:relative;
}
.single .flex-direction-nav,
.page-template-supporti .flex-direction-nav {
	display:block !important;
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}
.single .flex-direction-nav .flex-nav-prev a,
.single .flex-direction-nav .flex-nav-next a,
.page-template-supporti .flex-direction-nav .flex-nav-prev a,
.page-template-supporti .flex-direction-nav .flex-nav-next a {
	width:10px;
	background:#fff;
	position:absolute;
	left:0;
	width:30px;
	height:30px;
	top:50%;
}
.single .flex-direction-nav .flex-nav-next a,
.page-template-supporti .flex-direction-nav .flex-nav-next a {
	right:0;
	left:auto;
}
.single .flex-direction-nav .flex-nav-prev a:after,
.page-template-supporti .flex-direction-nav .flex-nav-prev a:after {
	font-family:"FontAwesome";
	content:"\f104";
	line-height:30px;
	width:30px;
	text-align:center;
	display:block;
	font-size:20px;
}
.single .flex-direction-nav .flex-nav-next a:after,
.page-template-supporti .flex-direction-nav .flex-nav-next a:after {
	font-family:"FontAwesome";
	content:"\f105";
	line-height:30px;
	width:30px;
	text-align:center;
	display:block;
	font-size:20px;
}


.socialShare {
	margin-top:30px;
	border-top:1px solid #ccc;
	padding-top:10px;
}
.socialShare .socialIcons {
	text-align:right;
	text-transform:uppercase;
}
.socialShare .socialIcons span {
	margin-right:10px;
}
.socialShare .socialIcons a {
	font-size:1.5em;
	margin-left:2px;
}







/* MENU MOBILE */
.tabletScreen,
.mobileScreen {
	display:none;
}
 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels,
change the font-size of the links and position the close button again,
so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
		font-size:20px;
	}
    .closebtn {
        font-size:40px !important;
        top:15px;
        right:35px;
    }
}








#logoPrint {
	display:none;
}




.myfixed {
	margin:0 auto!important;
	float:none!important;
	border:0px!important;
	background:none!important;
	max-width:100%!important;
}
.myfixed .headerTop {
	display:none !important;
}
.myfixed .site-branding {
}
.myfixed #logo {
	width:150px;
	margin:0;
}
.myfixed .menuPrincipale {
	margin-top:0;
}
.myfixed #byloris {
	margin-top:5px;
}
.myfixed #site-header-menu {
	padding-top:10px;
}




.soloMobile {
	display:none;
}





.fascettaDiscontinuo {
    position: absolute;
    top: 0;
    left: 17px;
    background: #9e150f;
	width: calc(100% - 34px);
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 0;
	font-size: 13px;
	z-index: 999;
}
.fascettaDiscontinuo.faDiSingle {
	top: auto;
	bottom: -22px;
}
.fascettaDiscontinuoSingle {
    background: #9e150f;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 0;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
    text-transform: uppercase;
    position: relative;
}




@media only screen and (-webkit-min-device-pixel-ratio:0) { 
}







/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1024px) {
	
	.content,
	#primary {
		width:90%;
	}
	
	#colophon .site-info .column1-4,
	.bottomFooter .column1-4 {
		width:29.3333%;
	}
	#colophon .site-info .column1-4:nth-child(4) {
		width:96%;
		float:none;
		margin:15px 2%;
		clear:both;
		border-top:1px solid #999;
		margin-top:30px;
		padding:30px 0;
		min-height:auto;
	}
	#colophon .site-info .column1-4:nth-child(4) a {
		width:300px;
		margin:0 auto;
	}
	.bottomFooter .column1-4:nth-child(3) {
		display:none;
	}
	
	#sidebarLeft,
	#contentRight {
		float:none;
		clear:both;
		width:100%;
	}
	
	.column3-4,
	#sidebarLeft .column3-3 {
		float:none;
		clear:both;
		width:96%;
		padding:0 2%;
		margin:15px 0;
	}
	
	#sidebarLeft {
		position: inherit;
		top: auto;
	}
	#containerSlideToglePreferiti.sticky {
		position: inherit;
		top: auto;
		width: auto;
	}
	
	.filter {
		text-align:center;
	}
	
	.menuCatCollez {
		display:none;
	}
	h2.titoloBordi span.genericon {
		display:inline !important;
		float:right;
		line-height:17px;
		font-size:1.5em;
		color:#999;
		cursor:pointer;
	}
	
	.soloDesktop {
		display:none;
	}
	.soloMobile {
		display:block;
	}


	.single-collez .soloMobile p {
		margin-top:0;
	}
	
	.single-collez .column2-4.borderLeft.noMargin {
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		width:62.6666%;
		float:left;
		padding:0 2%;
		margin:15px 0;
	}
	.single-collez #main .column1-4.noMargin.borderLeft {
		width:29.3333%;
		float:left;
		padding:0 2%;
		margin:15px 0;
	}
	.title-Single-Coll {
		margin-left: 25%;
		width: 100%;
	}
	
	.flex-control-nav.flex-control-paging,
	.flex-direction-nav {
		display:block !important;
	}
	#carousel1 {
		display:none !important;
	}

	.flex-direction-nav a.flex-next,
	.flex-direction-nav a.flex-prev {
		text-indent:999px;
		background:#fff;
	}
	.flex-direction-nav .flex-next {
		right:0 !important;
	}
	.flex-direction-nav .flex-prev {
		left:0 !important;
	}
	.flex-direction-nav a {
		width:25px !important;
		opacity:1 !important;
	}
	.flex-direction-nav a.flex-prev:before {
		content: "\f053" !important;
		font-family: 'FontAwesome' !important;
		color:#333;
		text-align: right;
		position: absolute;
		right:15px;
		font-size: 1.2em;
		top: 28%;
	}
	.flex-direction-nav a.flex-next:before {
		content: "\f054" !important;
		font-family: 'FontAwesome' !important;
		color:#333;
		text-align: right;
		position: absolute;
		right: 0;
		font-size: 1.2em;
		top: 28%;
	}
	
	.coordinatiList {
		text-align:center;
	}
	.coordinatiList li,
	.coordinatiList li a {
		float:none;
		display:inline-block;
		margin-right:5px;
		margin-left:5px;
	}
	.coordinatiTitle {
		text-align:center;
	}
	
	.single-collez #main .column1-4,
	.single-collez #main .column2-4 {
		min-height:auto;
	}
	
	.single-coordinati .column1-4 {
		display:none;
	}
	.single-coordinati .column1-4.destra {
		display:block;
	}
	.single-coordinati .column2-4,
	.single-coordinati .column1-4 {
		width:96% !important;
		float:none;
		margin:15px auto !important;
		max-width:500px;
	}
	
	.single-coordinati #fancybox-left {
		display: inline;
		position: fixed;
		top: 50% !important;
		left: 4% !important;
		width: auto !important;
		margin: 0px !important;
	}
	.single-coordinati #fancybox-right {
		display: inline;
		position: fixed;
		top: 50% !important;
		right: 4% !important;
		width: auto !important;
		margin: 0px !important;
	}
	.single-coordinati #fancybox-left span {
		left:20px !important;
	}
	.single-coordinati #fancybox-right span {
		right:20px !important;
	}
	
	.contattiTxtPrincipale {
		text-align:center;
	}
	
	.column3-3 .txtRight {
		text-align:center;
	}
	
	.menuColori li {
		width:10%;
		margin-right:1%;
	}
	.menuColori li:nth-child(3n) {
		margin-right:1%;
	}
	.menuColori li:last-child {
		margin-right:0 !important;
	}
	.menuColori li label i {
		top:40%;
		left:40%;
	}
	.menuCatCollez.menuToggle {
		text-align:center;
	}

	.page-id-2133 .wpfp-span ul li,
	.page-id-2182 .wpfp-span ul li {
		width:100%;
		margin:0 0 20px 0;
	}
	
	
	.single #fancybox-right {
		right:0vw !important;
		margin-right:0 !important;
	}
	.single #fancybox-left {
		left:0vw !important;
		margin-left:0 !important;
	}
	
	#fancybox-overlay {
		z-index:9999999999 !important;
	}
	#fancybox-wrap {
		z-index:99999999999 !important;
	}
	
	.single-coordinati #page {
		width:70%;
	}
	.single-collez #fancybox-wrap #fancybox-content {
		height:auto !important;
	}
	.single-collez #fancybox-wrap #fancybox-content iframe {
		height:90vh !important;
	}
	
	#byloris {
		display:none;
	}
	.menuPrincipale li a {
		padding:0 4px;
		font-size: 0.85em;
	}
	
	.pageTitleChild {
		width:100%;
		left:0;
		margin-left:0;
	}
	.pageTitleChild .content {
		width:100%;
	}
	.pageTitleChild .column1-3 {
		width:100%;
		padding:0;
	}
	.single #fullFeaturedSingle img,
	.archive #fullFeaturedSingle img {
		padding-top:65px;
	}

}

@media screen and (max-width: 750px) {

	.single-collez .column2-4.borderLeft.noMargin {
		width:96%;
	}
	.title-Single-Coll {
		margin-left:0;
	}
	.single-collez #main .column1-4.noMargin.borderLeft {
		width:96%;
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
	}
	
	.colcomp {
		width:46%;
		float:left;
		margin:0 2%;
	}
	.gammaColori {
		padding-top:15px !important;
		margin:0 !important;
	}

}
@media screen and (max-width: 730px) {
}

@media screen and (max-width: 680px) {

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		float:none;
		margin:15px 2%;
	}
	
	#page {
		margin-top:42px;
	}
	#logo {
		margin:0 auto;
		padding:10px 0;
	}
	.pageTitle .content .column1-3 {
		margin-top:2px;
	}
	.site-branding.column1-3 {
		margin-bottom:0 !important;
	}
	#site-header-menu {
		display:none;
	}
	
	
	#colophon .site-info .column1-4.borderRight:nth-child(1) {
		width:96%;
		float:none;
		margin:15px 2%;
		clear:both;
		border:0;
		border-bottom:1px solid #999;
		margin-top:30px;
		padding:0 0 30px 0;
		min-height:auto !important;
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
	}
	#colophon .site-info .column1-4:nth-child(2),
	#colophon .site-info .column1-4:nth-child(3) {
		width:42%;
		float:left;
		clear:none;
	}
	.follow {
		margin-top:0;
	}
	
	.bottomFooter .column1-4:nth-child(1),
	.bottomFooter .column1-4:nth-child(2) {
		width:42%;
		float:left;
		clear:none;
	}
	.bottomFooter .column1-4:nth-child(1) p {
		text-align:left;
	}
	.bottomFooter .column1-4:nth-child(2) {
		text-align:right;
	}
	.bottomFooter .column1-4:nth-child(4) {
		width:92%;
		border-top:1px solid #999;
	}
	.bottomFooter .column1-4:nth-child(4) p {
		text-align:center;
	}


	.tabletScreen,
	.mobileScreen {
		display:inline-block;
	}
	#site-navigation {
		display:none;
	}
	
	.overlay {
		z-index:999999999999;
		background:rgba(255,255,255,0.95);
	}
	#lang_sel_list,
	#linkAreaRiservata {
		display:none;
	}
	.overlay #lang_sel_list,
	.overlay #linkAreaRiservata {
		display:block;
	}
	.page-template-home #masthead,
	.page-template-home-riservata #masthead {
		border:0;
	}
	
	#sandwichButton {
		background:#212e4d;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		line-height:40px;
		z-index:999999999;
	}
	.areaPrivata #sandwichButton {
		background:#A37C37;
	}
	#sandwichButton span.genericon {
		margin-left: 20px;
		font-size: 1.4em;
		line-height:40px;
		color:#fff;
	}
	#sandwichButton .iconsPhone {
		float:right;
		color:#bbb !important;
		display:inline;
		margin-top:-2px;
		margin-right:10px;
	}
	#sandwichButton .fa-envelope,
	#sandwichButton .fa-phone {
		color:#333;
	}
	#sandwichButton .fa-circle {
	}
	
	.overlay #lang_sel_list ul {
		text-align:center;
		display:block;
		clear:both;
		float:none;
	}
	.overlay #lang_sel_list ul li,
	.overlay #lang_sel_list ul li a {
		float:none;
		display:inline;
	}
	.overlay #lang_sel_list ul li a {
		margin:0;
		font-size:14px;
	}
	
	.menuMobile {
		list-style-type:none;
		padding:0;
		margin:0;
		border:0;
		width:370px;
		margin:40px auto 0;
	}
	.menuMobile li a {
		line-height:1.4em;
		border:1px dotted #ccc;
		border-left:0;
		border-right:0;
		text-transform:uppercase;
		padding:0;
	}
	.overlay #linkAreaRiservata {
		color: #A37C37;
		border: 1px solid #A37C37;
		display: block;
		line-height: 2em;
		text-align: center;
		text-transform: uppercase;
		margin:30px auto 0;
		float:none;
		width:300px;
	}
	.overlay-content {
		top:15%;
	}
	.overlay .closebtn .genericon {
		font-size:30px;
	}
	.overlay .closebtn {
		right:auto;
		left:20px;
		padding:0;
	}
	
	.column1-3.collezioneBox {
		width:46% !important;
		clear:none;
		float:left;
		margin:0 0 40px;
	}
	#contentRight .column1-3.collezioneBox:nth-child(3n+4) {
		clear:none;
	}
	#contentRight .column1-3.collezioneBox:nth-child(2n+3) {
		clear:left;
	}
	
	#contentRight.borderLeft {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}

	.column1-3 .contattiTxt p {
		text-align:center;
	}
	
	.column1-4, .column2-4, .column3-4, .column4-4, .column1-3, .column2-3, .column3-3 {
		margin:15px 0;
	}
	
	.collezionePayoff {
		margin-top:0;
		padding-top:10px;
	}
	.ispirazionePage h5 {
		margin-bottom:20px;
	}
	.volumiPage h5 {
		margin-bottom:0;
	}
	
	.containerSlideToglePreferiti {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	
	.single-collezioni #main .noMargin.borderLeft {
		min-height:auto;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}
	.single-collezioni #main .column1-4.noMargin.borderLeft {
		width:100%;
	}
	.single-collezioni .coordinatiList li {
		width:23% !important;
	}
	.single-collezioni .coordinatiTitle {
		margin-top:30px;
	}
	.single-collezioni h4.codice {
		width:100%;
		min-height:auto;
	}
	.single-collezioni .schedaTecnica li span {
		width:40%;
	}
	
	.page-id-2133 .buttonsPS,
	.page-id-2182 .buttonsPS {
		width:100%;
		margin:20px 0 50px;
	}
	.page-id-2133 .wpfp-span ul > li img,
	.page-id-2182 .wpfp-span ul > li img {
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.page-id-2133 .wpfp-span .schedaPreferiti,
	.page-id-2182 .wpfp-span .schedaPreferiti {
		width:100%;
	}
	.page-id-2133 .wpfp-span .wpfp-link.remove-parent,
	.page-id-2182 .wpfp-span .wpfp-link.remove-parent {
		left:auto;
		right:0;
	}

	.legendaComposizioni ul {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count:1; /* Firefox */
		column-count:1;
	}
	
	
	.single-collez .breadcrumb_last,
	.single-collez #breadcrumbsContent span span span i {
		display:none;
	}
	
	.responsive-map {
		width:70% !important;
		margin:0 15%;
	}

	.headerTop {
		display:none;
	}
	
	.collezioneBox.collezioneBoxTessuti {
		width:31%;
		margin-bottom:0;
	}
	
	.desktopScreen {
		display:none;
	}



}



@media screen and (max-width: 480px) {
	
	
	#colophon .site-info .column1-4,
	#colophon .site-info .column1-4 p {
		text-align:center !important;
	}
	#logoFooter {
		margin:15px auto 0;
	}
	#colophon .site-info .column1-4:nth-child(2),
	#colophon .site-info .column1-4:nth-child(3) {
		width:92%;
		float:none;
		clear:both;
		min-height:auto !important;
	}
	
	#colophon .site-info .column1-4:nth-child(4) {
		border-top:0;
		padding:0;
	}
	
	.column1-3.collezioneBox {
		width:96% !important;
		clear:both;
		float:none;
	}
	.collezioneBox .imageCollezione,
	.collezioniPrivate .collezioneBox .imageCollezione {
		height:230px;
	}
	
	.colcomp {
		width:100%;
		float:none;
		margin:0;
	}
	
	.coordinatiList li {
		width:20%;
	}
	.coordinatiList li a {
		width:100% !important;
	}
	
	.menuColori li {
		width:19%;
		margin-right:1%;
	}
	
	.collezioneBox.collezioneBoxTessuti {
		width:48%;
		height:auto !important;
	}
	.tax-cat_collez .collezioneBox .imageCollezione {
		height:auto !important;
	}

}

@media screen and (min-width: 371px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1060px) {
}

@media screen and (min-width: 1280px) {

}

@media print {
}






/* STILI PER LA STAMPA */
@media print {

	@page {
		margin:0.5cm;
		size: auto;
	}
	body {
		font: 12pt Arial, Helvetica, sans-serif;
		line-height: 1.3;
		margin:0 0 0 0;
	}
	html, body { height: auto !important; }

	.content,
	#primary {
		width:auto;
	}

	#mysticky-wrap .site-header-link,
	#mysticky-wrap .site-header-menu,
	#colophon,
	.page-id-2133 .wpfp-span .wpfp-link.remove-parent,
	.page-id-2182 .wpfp-span .wpfp-link.remove-parent,
	.buttonsPS,
	h1,
	#wpcf7-f420-p2133-o1,
	.eliminaTutti,
	#masthead #site-header-menu,
	#fancybox-close,
	#fancybox-left,
	#fancybox-right,
	#logo,
	.site-branding,
	#mysticky-wrap,
	.page-id-2133 .wpfp-span .cod,
	.page-id-2182 .wpfp-span .cod,
	.page-id-2133 .wpfp-span .wpfp-link.remove-parent,
	.page-id-2182 .wpfp-span .wpfp-link.remove-parent,
	.site-header-link {
		display:none !important;
	}
	
	#logoPrint {
		display:block !important;
		margin:1cm auto 0.5cm;
		width:40%;
	}
	/*
	.page-id-2133 .wpfp-span ul li {
		width:85%;
		margin:0 auto;
		clear:both;
		display:block;
		float:none;
	}
	*/
	.page-id-2133 .wpfp-span ul li,
	.page-id-2182 .wpfp-span ul li {
		font-size:6pt;
	}
	.page-id-2133 .wpfp-span .schedaPreferiti,
	.page-id-2182 .wpfp-span .schedaPreferiti {
		width:60%;
	}
	.page-id-2133 .wpfp-span ul > li img,
	.page-id-2182 .wpfp-span ul > li img {
		width:38%;
	}
	.page-id-2133 .wpfp-span h3,
	.page-id-417 .wpfp-span h4,
	.page-id-2182 .wpfp-span h3,
	.page-id-2182 .wpfp-span h4 {
		margin:0 !important;
	}

}





.page-template-home .flex-control-nav.flex-control-paging {
	display:none !important;
}




/*
#post-135-zaffiro {
	display: none !important;
}
*/




/*
ORO A37C37
GRIGIO 585857
BLU 212e4d
*/