/*
Theme Name: Loris Zanca
Theme URI: https://www.loriszanca.com/
Author: Baoblà
Version: 1.0
Text Domain: loriszanca
*/

/*! 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:#965e2d;
}
::-webkit-scrollbar-track {
  background:#c8c3b8;
}
body {
  scrollbar-face-color:#965e2d;
  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-size:80%;
	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:#965e2d;
	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:#965e2d;
	line-height:1em;
}
h2 {
	font-weight:100;
}
h3 {
	text-transform:uppercase;
	color:#965e2d;
	font-size:1.2em;
	font-weight:100;
}
h4 {
	text-transform:uppercase;
	color:#666;
	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:#965e2d;
	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-collez-pvt #main .column1-4.txtRight.borderRight {
	width:23%;
	padding-left:0;
}
.single-collez #main .column1-4.noMargin.borderLeft,
.single-collez-pvt #main .column1-4.noMargin.borderLeft,
.single-coordinati #main .column1-4.destra {
	width:23%;
	padding-right:0;
}







/* HEADER */
#logo {
	margin:20px auto 30px;
	width:215px;
}

#breadcrumbs {
	text-align:center;
	color:#999;
	line-height:2em;
}
#breadcrumbsContent {
	text-transform:uppercase;
}
#breadcrumbsContent a,
#breadcrumbsContent span {
	color:#999;
	padding:0 15px;
}
#breadcrumbsContent a:hover {
	color:#333;
}
#breadcrumbsContent i {
	font-style:normal;
	font-size:0.8em;
}
#breadcrumbsContent a:hover {
	color:#333;
}


.areaRiservataTitle {
	text-align:center;
	color:#fff;
	background:#965e2d;
	text-transform:uppercase;
	line-height:1.8em;
}






/* menu lingue */
/*
#lang_sel_list ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:2%;
	font-size:1em;
}
#lang_sel_list ul li,
#lang_sel_list ul li a {
	float:left;
	color:#999;
}
#lang_sel_list ul li a {
	margin-left:10px;
	text-transform:uppercase;
	font-size:1.1em;
}
#lang_sel_list ul li a.lang_sel_sel {
	color:#965e2d;
}
#lang_sel_list ul li a:hover {
	color:#333;
}
#lang_sel_list ul li a img {
	float:left;
	margin-top:0;
	width:25px;
}
.overlay-content #lang_sel_list ul {
	margin:0;
}
.overlay-content #lang_sel_list ul li a img {
	display:none;
}

.page-template-home #lang_sel_list {
	font-size:1.15em;
}
.page-template-home #lang_sel_list ul li a.lang_sel_sel,
.page-template-home #lang_sel_list ul li a:hover {
	color:#fff;
}
*/


#lang_sel_list ul {
    position: absolute;
    top: 0;
    left: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#lang_sel_list ul li {
    display: inline-block;
    margin-right: 4px;
}
#lang_sel_list ul li a {
    background: rgba(0,0,0,0.1);
    color: #000 !important;
    padding: 3px 10px;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    width: 30px;
    text-align: center;
}
#lang_sel_list ul li a:hover {
    background: rgba(0,0,0,0.2);
}
#lang_sel_list ul li a.lang_sel_sel {
    background: #965e2d;
    color: #fff !important;
}


/* link area riservata
#linkAreaRiservata {
	float:right;
	text-transform:uppercase;
	margin-right:2%;
	font-size:0.8em;
	color:#999;
}
#linkAreaRiservata:hover {
	color:#333;
} */
#linkAreaRiservata {
	float:right;
	text-transform:uppercase;
	margin-right:2%;
	font-size:0.9em;
	color:#999;
	border:1px solid #965e2d;
	display:block;
	padding:3px 20px;
	margin-top:-5px;
	color:#965e2d !important;
	background:#fff;
	
	background: #000;
	color: #fff !important;
	border-color: #fff;
	font-size: 1.1em;
	padding: 5px 20px;
    position: absolute;
    right: 30px;
}
#linkAreaRiservata:hover {
	color:#fff !important;
	background:#965e2d;
}





/* FOOTER */
#colophon {
	color:#999;
}
#colophon p {
	margin-bottom:0;
}
.site-info .column1-4 {
	min-height:170px;
}

#logoFooter {
	width:130px;
	margin-bottom:15px;
}
#logoFooterZanca {
	width:100%;
	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:60px;
	padding-bottom:10px;
}

.txtCenter {
	text-align:center;
}
.txtRight {
	text-align:right;
}
.areaRiservataLink {
	color:#965e2d;
	border:1px solid #965e2d;
	display:block;
	line-height:2em;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
}
.areaRiservataLink:hover {
	background:#965e2d;
	color:#fff;
}







/* MENU NAVIGAZIONE PRINCIPALE */
.menuPrincipale {
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.menuPrincipale li {
	display:inline-block;
	text-transform:uppercase;
}
.menuPrincipale li a {
	padding:0 20px;
	line-height:30px;
}

.menuPrivato li a {
	color:#965e2d;
}
.menuPrivato li.current-menu-item a,
.menuPrivato li a:hover {
	color:#333;
}

/*
.menuPrincipale li:last-child {
	background: #9e150f;
}
.menuPrincipale li:last-child a {
	color: #fff;
}
.menuPrincipale li:last-child a:hover {
	color: #000;
}
*/
.menuPrincipale3 {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: calc(50% - 150px);
    width: 300px;
    background: rgba(256,256,256,0.6);
    text-align: center;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 40px;
}
.menuPrincipale3 > li > a {
    display: none !important;
}
.menuPrincipale3 ul {
    margin: 0;
    list-style: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    padding: 20px;
}
.menuPrincipale3 ul li a {
    padding: 12px 0 !important;
}
.menuPrincipale3 ul li a:hover {
    transform: scale(1.05);
}
#navigation li.rame a:hover {
    color: #6C625D;
}
#navigation::after {
    display: none;
}






/* MENU FOOTER */
.menuFooter {
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
	border-top:1px dotted #ccc;
	font-size:0.8em;
}
.menuFooter li {
	line-height:30px;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
}
.menuFooter li a {
	display:block;
	color:#999;
	background:#965e2d;
	color:#fff;
	padding-left:10px;
}
.menuFooter li a:hover {
	background:#fff;
	color:#965e2d;
}






/* 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;
	-webkit-filter: drop-shadow(0px 0px 3px #333);
	filter: drop-shadow(0px 0px 3px #333);
}
#titleHome h1 {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.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;
}
#titleHome {
	font-family:'Libra Baskerville', serif;
	font-style:italic;
	color:#fff;
	font-weight:100;
	font-size:2.3em;
	margin-top:0;
	position: absolute;
	top: 31vh;
	width: 100%;
	text-align: center;
}
#titleHome h1 {
    font-size: 1em;
    color: #fff;
	margin: 0;
	font-family:'Libra Baskerville', serif;
	font-style:italic;
	font-weight:100;
}
#titleHome h1.onlyTextDescTitleHome {
	font-size: 1.5em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
.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-v2 #masthead,
.page-template-home-v3 #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-v2 #masthead.myfixed,
.page-template-home-v3 #masthead.myfixed,
.page-template-home-riservata #masthead.myfixed  {
	display:none;
}
.page-template-home #breadcrumbs,
.page-template-home-v2 #breadcrumbs,
.page-template-home-v3 #breadcrumbs,
.page-template-home-riservata #breadcrumbs {
	display:none;
}
.page-template-home #logo,
.page-template-home-v2 #logo,
.page-template-home-v3 #logo,
.page-template-home-riservata #logo {
	display:none;
}
.page-template-home .menuPrincipale,
.page-template-home-v2 .menuPrincipale,
.page-template-home-v3 .menuPrincipale,
.page-template-home-riservata .menuPrincipale {
	padding-top:30px;
	margin-bottom:5px;
}
.page-template-home #masthead a,
.page-template-home-v2 #masthead a,
.page-template-home-v3 #masthead a,
.page-template-home-riservata #masthead a {
	color:#fff;
}
.page-template-home #masthead a:hover,
.page-template-home-v2 #masthead a:hover,
.page-template-home-v3 #masthead a:hover,
.page-template-home-riservata #masthead a:hover {
	color:#965e2d;
}

.page-template-home #mysticky-wrap,
.page-template-home-v2 #mysticky-wrap,
.page-template-home-v3 #mysticky-wrap,
.page-template-home-riservata #mysticky-wrap {
	height:0 !important;
}






/* SLIDER HOME */
.page-template-home .flexslider,
.page-template-home-v2 .flexslider,
.page-template-home-v3 .flexslider {
	height:100% !important;
}
.page-template-home .flexslider ul,
.page-template-home-v2 .flexslider ul,
.page-template-home-v3 .flexslider ul {
	margin:0;
	padding:0;
	border:0;
	height:100% !important;
}
.page-template-home .flexslider .slides li,
.page-template-home-v2 .flexslider .slides li,
.page-template-home-v3 .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 15px;
}

#sidebarLeft {
	width:25%;
	float:left;
	position: sticky;
	position: -webkit-sticky;
	top: 200px;
}
#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;
}










/* COLLEZIONI */
.collezioneBox {
	margin-top:0;
	margin-bottom:30px;
}
.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:#965e2d;
	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:#965e2d;
}

#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;
	color:#965e2d;
	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;
	margin:0;
	font-weight:100;
	font-size:1.1em;
	color:#585857;
}

.fascettaDiscontinuo {
	position: absolute;
	top: 0;
	left: 17px;
	background: #9e150f;
	width: 84%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}

.fascettaDiscontinuoSingle {
	background: #9e150f;
	width: 100%;
	margin-bottom: -25px;
	margin-top: 25px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}



/* 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:#965e2d;
}
/*
.areaPubblica .menuCatCollez li:last-child {
	display: none !important;
}
*/
.areaPubblica .menuCatCollez li:last-child a,
.discontinuiMenuItem a {
	margin-top: 2.4em;
	border-top: 1px dotted #666;
	text-transform: uppercase;
	color: #fff !important;
	background: #9e150f;
}


.fotoHDLink {
	background: #965e2d;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.8em;
	font-size: 0.9em;
	margin: 20px 0;
}
.fotoHDLink:hover {
	background: #333;
}







/* 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:#965e2d;
	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:0 0 10px 0;
}








/* SINGLE CONTRACT */
.single-contract .coordinatiTitle {
	text-align:center;
	margin:3px 0 17px 0;
}


.single-contract .coordinatiList li {
	width:auto;
	margin:0;
	float:left;
	width: 48% !important;
	margin-right: 2% !important;
	margin-bottom:5px;
}
.single-contract .coordinatiList li a {
	width:auto;
	height:auto;
	margin: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;
}

.caption2 {
	text-align:center;
	margin-top:15px;
	font-family:"Montserrat", sans-serif;
	color:#999;
}

.single-contract h4.codice {
	float:left;
	width:30%;
	min-height:100px;
}

.single-contract .schedaTecnica li span {
	width:28%;
}
.single-contract .schedaTecnica li span.wash,
.single-contract .schedaTecnica li span.lavaggioWash {
	width:auto;
}
.single-contract #main .noMargin.borderLeft {
	min-height:630px;
	position:relative;
}

.trevira {
	padding-top:50px;
	position:absolute;
	bottom:0;
	width:84%;
}
.trevira img {
	margin:17px auto;
	width:100px;
}
.treviraPVT {
	position: relative;
	padding-top: 20px;
	width: 92%;
}

.marginTopCatContract {
	margin-top:-10px;
}

.single-contract #fullFeaturedSingle {
	min-height:80px;
}


			
.contenutoTessutiLogo ul {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0;
	text-align: left;
	font-family: "Montserrat", sans-serif;
}
.contenutoTessutiLogo ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}
.contenutoTessutiLogo ul li:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	color: #965e2d;
	top: 0;
	left: -25px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
}
.contenutoTessutiLogo h3,
.contenutoTessutiLogo a {
	font-family: "Montserrat", sans-serif;
}
.contenutoTessutiLogo img.aligncenter {
	margin: 0 auto;
}




.tax-cat-contract #fullFeaturedSingle {
	position:relative;
}
.tax-cat-contract #fullFeaturedSingle .fancybox {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:260px;
	padding:15px 0;
	background:rgba(0,0,0,0.3);
	color:#fff;
	width:170px;
	text-align:center;
	text-transform:uppercase;
	font-weight:100;
	font-size:0.9em;
}
.tax-cat-contract #fullFeaturedSingle .fancybox:hover {
	background:rgba(0,0,0,0.5);
}


.tax-cat-contract .title-Single-Coll {
	margin-top:-75px;
}

.tax-cat-contract .pageTitle.pageTitleChild {
	height:0 !important;
}




/* FOOTER CONTRACT */
.linkRealContr {
	display:block;
	background:#a18c24;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	text-align:center;
	padding:10px;
}
.linkRealContr:hover {
	background:#eee;
	color:#a18c24;
}









.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;
}












/* 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;
}
.descriptionTextiles {
	border: 0;
}
.descriptionTextiles:after,
.descriptionTextiles:before {
	display: none;
}

.single-collez #fancybox-title,
.page-id-1495 #fancybox-title,
.page-id-2157 #fancybox-title,
.page-id-11792 #fancybox-title {
	bottom:auto !important;
	top:0;
}
/* .page-id-11781 #fancybox-title */


.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:#965e2d;
}
.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:#965e2d;
}








/* 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:#965e2d;
}









/* COLLEZIONI PRIVATE */
.collezioniPrivate .collezioneBox .imageCollezione {
	height:auto;
}
.collezioniPrivate .collezioneBox .titleCollezione {
	font-family:"Montserrat", sans-serif;
	font-style:normal;
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1em;
	padding:10px 10px 0px;
}
.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;
}

.codiceSearch {
	position: absolute;
	bottom: -2px;
	color: #999;
	font-size: 0.7em;
	left: 0;
}
.collezioniPrivate .collezioneBox .titleCollezione span.loriszanca {
	color: #965e2d;
	font-weight: 700;
}
.collezioniPrivate .collezioneBox .titleCollezione span.marcopolo {
	color: #a37c37;
	color: #212e4d;
	font-weight: 700;
}

.tipologiaTesSc {
	margin: -15px 0 15px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
}
.tipologiaTesSc.loriszanca {
	color: #965e2d;
}
.tipologiaTesSc.marcopolo {
	color: #212e4d;
}
.codice .tipologiaTesSc {
	margin: 5px 0 0 0;
}


.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;
}
.menuCatCollez.menuToggle li label {
	cursor:pointer;
	position:relative;
	line-height:22px;
}
.menuCatCollez.menuToggle li label:hover {
	color:#965e2d;
	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:#965e2d;
}

#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.666%;
	margin-right:1%;
	margin-bottom:2px;
	position:relative;
	display: block;
}
.menuColori li img {
	cursor:pointer;
}
.menuColori li:nth-child(3n) {
	margin-right:0;
}
.menuColori li label {
}
.menuColori li label i {
	position:absolute;
	top:14px;
	left:30px;
	color:#fff;
	z-index:2;
}
.menuColori li:first-child label i {
	color:#333;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.menuColori li label i {
		top:-25px;
	}
}
*/

#tax-check-1 {
	margin-top:30px;
}

#uwpqsf_id input[type=reset] {
	clear:both;
	display:block;
	margin:0;
	margin-top:30px;
	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:#965e2d;
}
.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:-26px;
	position:relative;
	width:102%;
	margin-left:-1%;
}
.stickyP .containerSlideToglePreferiti {
	margin-top: -30px;
}
#slideToglePreferiti {
	background:#965e2d;
	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:5px;
}/*
#slideToglePreferiti:after {
	display:block;
	content:"\f0d7";
	font-family:"fontAwesome";
	position:absolute;
	right:15px;
	top:0;
	font-size:1.3em;
	line-height:42px;
}*/
#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: 150px;
	width: 215px;
	margin-left: -2px;
	z-index: 9;
}

.slidePreferiti {
	display:none;
	height:auto;
	background:#eee;
	position:absolute;
	top:68px;
	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:-27px;
	left:20px;
	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:#965e2d;
	margin: 20px -7% 0;
}
.slidePreferiti .printSend:hover {
	background:#333;
}

.slidePreferiti .buttonsPS,
.slidePreferiti .cod {
	display:none;
}

.slidePreferiti div.clear {
	height:1px;
}

.eliminaTutti {
	display:block;
	clear:both;
	text-align:center;
	text-transform:uppercase;
	font-size:0.9em;
	margin:10px auto 10px;
	color:#333;
}
.eliminaTutti:hover {
	color:#965e2d;
}


#boxHD {
	background:#965e2d;
	padding:6px 20px;
	color:#fff;
	text-align:center;
	font-size:1.3em;
	margin-bottom:30px !important;
}




.backButton {
	background:#ccc;
	color:#fff;
	line-height:3em;
	text-align:center;
	display:block;
}
.titleSinglePvt {
	text-transform:uppercase;
	font-size:1.6em;
	text-align:left;
	font-weight:100;
	margin-top:0;
	position:relative;
}
.titleSinglePvt span {
	color:#999;
}


.single-collez-pvt #main {
	margin-top:10px;
}

.single-collez-pvt .coordinatiTitle {
	text-align:center;
	margin:3px 0 15px 0;
}
.single-collez-pvt .coordinatiList li {
	width:auto;
	margin:0;
	float:left;
	width: 45% !important;
	margin-right: 2% !important;
	margin-bottom: 4px;
}
.single-collez-pvt .coordinatiList li a {
	width:auto;
	height:auto;
	margin:0;
}
.single-collez-pvt #main .noMargin.borderLeft {
	min-height:650px;
}
.single-collez-pvt h4.codice {
	float:left;
	width:30%;
	min-height:100px;
}

.single-collez-pvt .schedaTecnica li span {
	width:28%;
}
.single-collez-pvt .schedaTecnica li span.wash,
.single-collez-pvt .schedaTecnica li span.lavaggioWash {
	width:auto;
}

.separatorSingle {
	margin:20px 0;
}

#imgColSx,
.imgColSx {
	margin-top: 100px;
	display: block;
}
#imgColSx.noMargin {
	margin-top: 10px;
}
.imgColSx2,
.imgColSx3 {
	margin-top: 10px;
}


.collezioneBox {
	position:relative;
}
.heart {
	position:absolute;
	bottom:17px;
	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:#965e2d;
}

.titleSinglePvt .heart {
	right:0;
	bottom:0;
	font-size:0.8em;
}







/* INVIA MAIL */
.page-id-417 .wpfp-span ul,
.page-id-2150 .wpfp-span ul {
	list-style-type:none;
	padding:0;
	border:0;
	margin:0;
}
.page-id-417 .wpfp-span ul li,
.page-id-2150 .wpfp-span ul li {
	float:left;
	margin:1%;
	width:48%;
	position:relative;
}
.page-id-417 .wpfp-span .wpfp-link.remove-parent,
.page-id-2150 .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-417 .wpfp-span .wpfp-link.remove-parent:after,
.page-id-2150 .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-417 .wpfp-span .printSend,
.page-id-2150 .wpfp-span .printSend {
	display:none;
}
.page-id-417 .buttonsPS,
.page-id-2150 .buttonsPS {
	margin:20px 0 50px;
}
.page-id-417 .buttonsPS .print,
.page-id-417 .buttonsPS .send,
.page-id-2150 .buttonsPS .print,
.page-id-2150 .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-417 .buttonsPS .print,
.page-id-2150 .buttonsPS .print {
}
.buttonsPS .send.current {
	background:#965e2d;
}
.page-id-417 .buttonsPS .print:hover,
.page-id-417 .buttonsPS .send:hover,
.page-id-2150 .buttonsPS .print:hover,
.page-id-2150 .buttonsPS .send:hover {
	background:#965e2d;
}
.page-id-417 .wpfp-span .cod,
.page-id-2150 .wpfp-span .cod {
	margin-top:3px;
	display:block;
	display:none;
}
.page-id-417 .wpcf7,
.page-id-2150 .wpcf7 {
	display:none;
	margin:-20px 20% 50px;
}



.page-id-417 .wpfp-span .schedaPreferiti,
.page-id-2150 .wpfp-span .schedaPreferiti {
	display:block !important;
	width:48%;
	float:left;
}
.page-id-417 .wpfp-span ul > li img,
.page-id-2150 .wpfp-span ul > li img {
	float:left;
	width:48%;
	margin-right:2%;
}
.page-id-417 .wpfp-span ul li ul li,
.page-id-2150 .wpfp-span ul li ul li {
	width:100%;
	margin:0;
	float:right;
}








/* PAGINA ISPIRAZIONI */
.image50 {
	float:left;
	width:49.5%;
	margin-right:0.5%;
}
.image50right {
	margin:0;
	float:right;
}
.ispirazionePage .column3-3 .column1.3 {
}
.scopriCollezione {
	color:#666;
	border:1px solid #666;
	display:block;
	line-height:2.5em;
	text-align:center;
	text-transform:uppercase;
	margin:20px auto 0;
	font-size:0.9em;
	width:90%;
}
.scopriCollezione:hover {
	color:#965e2d;
	border:1px solid #965e2d;
}
.ispirazionePage h5 {
	margin-top:0;
	padding-top:0px;
	margin-bottom: 48px;
}
.collezionePayoff {
	color:#999;
	text-align:center;
	text-transform:uppercase;
	margin-top:50px;
	padding-bottom:10px;
}






/* PAGINA CONTATTI */
.contattiTxt,
.contattiTxtPrincipale {
	position:relative;
	color:#aaa;
	line-height:1em;
}
.contattiTxtPrincipale:before {
	font-family:'fontAwesome';
	content:"\f041";
	float:left;
	color:#965e2d;
	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: #965e2d;
    margin: 0;
    font-weight: 100;
    font-size: 1.3em;
	padding:7px 0;
min-height: 37px;
}
.contattiTxt h1 a {
	color:#000;
	position:relative;
	display:block;
}
.contattiTxt h1 a:hover {
	color:#333;
}
.contattiTxt h1 a em {
	color:#965e2d;
}
.contattiTxt h1 em {
	font-size:0.7em;
	line-height:1em;
	font-style:normal;
}
.column1-3 .contattiTxt p {
	padding: 0px 0 20px;
}
/*
.contattiTxt h1 a:after {
	content:"\f006";
	content:"\f005";
	font-family:"FontAwesome";
	position:absolute;
	right:5px;
	top:10px;
	font-size:0.9em;
	color: #965e2d;
}
.contattiTxt h1 a:focus:after {
	content:"\f005";
}

.contenitoreContatti .contattiBox:nth-child(4) .contattiTxt h1 a:after {
	color: #a0aa2c;
}
.contenitoreContatti .contattiBox:nth-child(4) .contattiTxt {
	min-height: 200px !important;
}
*/


.galleryContatti {
	margin: 10px 0;
}

.contenitoreContatti .contattiBox:nth-child(3n+1) {
	clear: left;
}

.page-template-contatti #fancybox-left-ico,
.page-template-contatti #fancybox-right-ico {
	background: #965e2d !important;
	text-align: center !important;
	line-height: 30px;
	width: 30px;
}
.page-template-contatti #fancybox-left:hover span {
	left: 0 !important;
}
.page-template-contatti #fancybox-right:hover span {
	right: 0 !important;
}
.page-template-contatti #fancybox-left-ico:after {
	left: 8px;
}
.page-template-contatti #fancybox-right-ico:after {
	right: 8px;
}



.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;
}

/*
.gm-style-pbc + div {
	display: none !important;
}
*/





/* 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:#965e2d;
	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:#965e2d;
	float:left;
	width:45px;
}






/* CERTIFICATO DI ESPORTAZIONE */
.certificato img {
	margin:0 auto;
	border:1px solid #ccc;
}






/* SUPPORTI */
.cPb {
	color:#965e2d;
	font-size:1.3em;
}
.boxEvidenza {
	background:#965e2d;
	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:#965e2d;
}
.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:#965e2d;
	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 {
	display:block;
	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;
}




#wpcf7-f420-p417-o1 .wpcf7-submit {
	font-size:150%;
	padding:7px 45px;
}











.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:#965e2d;
	margin:0;
	font-weight:100;
	font-size:1.3em;
}
#uwpqsffrom_255 .uform_title,
#uwpqsffrom_4875 .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:40px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	text-align:left;
}
.uwpqsf_class {
	position:relative;
}
.rx {
	position:absolute;
	top:0;
	left:3px;
	display:block;
	color:#333;
	z-index:1;
	line-height:40px;
	margin:31px 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;
	font-size:1.1em;
	color:#585857;
	text-transform:uppercase;
	cursor:auto;
	margin-top:20px;
	letter-spacing:-1px;
}








/* 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;
}






.page-template-cataloghi .imageSScat #fancybox-wrap #fancybox-content #fancybox-frame {
	height:90vh !important;
}


.page-template-cataloghi #contentRight .column1-3.cataloghiPage:nth-child(3n+2) {

}

.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:#965e2d;
}






/* CORNER ESCLUSIVO */
.boxCorner {
	background:#965e2d;
	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:#965e2d;
	text-align:center;
	font-size:1.3em;
	line-height:1.2em;
	text-align:center;
}
.titleNews a {
	color:#965e2d;
}
.titleNews a:hover {
	color:#333;
}

h1.singleTitle {
	text-align:left;
	margin-top:0;
	border-top:1px solid #999;
	padding-top:15px;
}
.page-template-sciarpe ul.slides,
.page-template-enciclopedia ul.slides,
.single ul.slides {
	margin:0;
	padding:0;
	border:0;
}
.page-template-sciarpe .flexslider,
.page-template-enciclopedia .flexslider,
.single .flexslider {
	border:0 !important;
	margin-bottom:0 !important;
	position:relative;
}
.page-template-sciarpe .flex-direction-nav,
.page-template-enciclopedia .flex-direction-nav,
.single .flex-direction-nav {
	display:block !important;
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}
.page-template-sciarpe .flex-direction-nav .flex-nav-prev a,
.page-template-sciarpe .flex-direction-nav .flex-nav-next a,
.page-template-enciclopedia .flex-direction-nav .flex-nav-prev a,
.page-template-enciclopedia .flex-direction-nav .flex-nav-next a,
.single .flex-direction-nav .flex-nav-prev a,
.single .flex-direction-nav .flex-nav-next a {
	width:10px;
	background:#fff;
	position:absolute;
	left:0;
	width:30px;
	height:30px;
	top:50%;
}
.page-template-sciarpe .flex-direction-nav .flex-nav-next a,
.page-template-enciclopedia .flex-direction-nav .flex-nav-next a,
.single .flex-direction-nav .flex-nav-next a {
	right:0;
	left:auto;
}
.page-template-sciarpe .flex-direction-nav .flex-nav-prev a:after,
.page-template-enciclopedia .flex-direction-nav .flex-nav-prev a:after,
.single .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;
}
.page-template-sciarpe .flex-direction-nav .flex-nav-next a:after,
.page-template-enciclopedia .flex-direction-nav .flex-nav-next a:after,
.single .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;
}

.single-collez .flex-direction-nav {
	display:none !important;
}


.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;
    }
}








.fotoHd {
	background:#965e2d;
	color:#dac8a9;
	text-align:center;
	display:block;
	line-height:30px;
	margin-top:-18px;
}
.fotoHd.collezPvtFH {
	margin-left:-5px;
	margin-right:-5px;
}
.fotoHd.pageStampaFH {
	margin:-20px 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;
}






/* 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,
.page-template-home-v2 .myfixed .menu-menu-principale-container,
.page-template-home-v2 #mysticky-nav,
.page-template-home-v3 .myfixed .menu-menu-principale-container,
.page-template-home-v3 #mysticky-nav {
	padding-top:0 !important;
}








.collezioneBox.collezioneBoxTessuti {
	float:left;
	width:28%;
	margin-right:4%;
	margin-bottom:0;
	margin-top:8px;
}
.collezioneBox.collezioneBoxTessuti.colonne4 {
	width:21%;
}
.collezioneBox.collezioneBoxTessuti.colonne5 {
	width:18%;
	margin-right:2%;
}
/*
.collezioneBox.collezioneBoxTessuti.colonne2 {
	width:38%;
	margin-right:4%;
}
*/
.separatore {
	clear:both;
	display:block;
	padding-top:9px;
}
.separatore2 {
	width:80%;
}











/* CONTRACT GENERICA */
.singleContract h2,
.singleContract h3 {
	color: #a18c24;
	font-weight: 700;
	font-size: 1.5em;
	margin: 1.5em 0 0.5em;
	text-transform: none;
}
.singleContract h3 {
	color: #c00;
}

.linkCatContract {
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}

.linkCatContract li a {
	text-align: center;
	border: 1px dotted #999;
	border-right: 0;
	border-left: 0;
	line-height: 1em;
	text-transform: uppercase;
	color: #a18c24;
	margin: -1px 0 0 0;
	font-weight: 100;
	font-size: 1.3em;
	padding: 17px 0;
	display: block;
}
.linkCatContract li a:hover {
	color: #000;
}

.logoSxCont {
	width: 120px;
	margin: 220px auto 0;
}
.logoSxCont2 {
	margin: 50px auto;
	width: 90px;
}

.titoloBordiContract {
	color: #a18c24 !important;
	font-weight: 400;
}


.backButtonContract {
    position: absolute;
    width: 84%;
    margin-top: -80px;
}





.asterix {
	float: right;
	margin: 0;
	font-size: 2.5em;
	color: #ff0;
	position: absolute;
	top: 7px;
	right: 5px;
}





h2.titleCollezione {
	font-weight: 700 !important;
}
h2.titleCollezione span.sottotitoloCollezione {
	display: block;
	font-style: normal;
	font-size: 16px;
	margin-top: 2px;
	font-weight: 100;
}
.title-Single-Coll {
	font-weight: 700 !important;
}
.title-Single-Coll span.sottotitoloCollezione {
	display: block;
	font-style: normal;
	font-size: 20px;
	margin-top: 4px;
	line-height: 20px;
	font-weight: 100;
}











.soloMobile {
	display:none;
}













/* ANIMAZIONE MENU NEWS */
@keyframes animazioneMenuItem {
	0% { color:#fff; }
	50% { color:#965e2d; }
	100% { color:#fff; }
}
@-webkit-keyframes animazioneMenuItem {
	0% { color:#fff; }
	50% { color:#965e2d; }
	100% { color:#fff; }
}
.page-template-home .menu-item-5499 a {
	animation:animazioneMenuItem 3s;
	-webkit-animation:animazioneMenuItem 3s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}









@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%;
	}
	#sidebarLeft .titoloBordi + .menuCatCollez {
		display: none;
	}
	
	.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%;
	}
	.single-contract .title-Single-Coll,
	.tax-cat-contract .title-Single-Coll {
		margin-left:0;
	}
	.tax-cat-contract .title-Single-Coll {
		margin-top:-70px;
	}
	
	.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-417 .wpfp-span ul li,
	.page-id-2150 .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;
	}
	
	
	.tax-cat-contract #fullFeaturedSingle .fancybox {
		bottom:10px;
		margin-left:25%;
	}

}

@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;
	}
	
	
	.tax-cat-contract .collezioneBox.collezioneBoxTessuti {
		width:31%;
		margin-bottom:0;
		margin-right:2.3%;
	}
	.collezioneBox.collezioneBoxTessuti.colonne4 {
		width:23%;
		margin-bottom:0;
		margin-right:2%;
	}
	.collezioneBox.collezioneBoxTessuti.colonne5 {
		margin-right:2%;
		width:18%;
	}

	.tax-cat-contract .collezioneBox .imageCollezione {
		height:auto !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:70px;
	}
	
	
	#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-v2 #masthead,
	.page-template-home-v3 #masthead,
	.page-template-home-riservata #masthead {
		border:0;
	}
	
	#lang_sel_list {
		position: fixed;
		top: 0;
		right: 230px;
	}
	
	#sandwichButton {
		background:#333;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		line-height:40px;
		z-index:999999999;
	}
	.areaPrivata #sandwichButton {
		background:#965e2d;
	}
	#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: #965e2d;
		border: 1px solid #965e2d;
		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 20px;
	}
	#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-collez-pvt #main .noMargin.borderLeft {
		min-height:auto;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}
	.single-collez-pvt #main .column1-4.noMargin.borderLeft {
		width:100%;
	}
	.single-collez-pvt .coordinatiList li {
		width:23% !important;
	}
	.single-collez-pvt .coordinatiTitle {
		margin-top:30px;
	}
	.single-collez-pvt h4.codice {
		width:100%;
		min-height:auto;
	}
	.single-collez-pvt .schedaTecnica li span {
		width:40%;
	}
	
	.page-id-417 .buttonsPS,
	.page-id-2150 .buttonsPS {
		width:100%;
		margin:20px 0 50px;
	}
	.page-id-417 .wpfp-span ul > li img,
	.page-id-2150 .wpfp-span ul > li img {
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.page-id-417 .wpfp-span .schedaPreferiti,
	.page-id-2150 .wpfp-span .schedaPreferiti {
		width:100%;
	}
	.page-id-417 .wpfp-span .wpfp-link.remove-parent,
	.page-id-2150 .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%;
	}
	
	.desktopScreen {
		display:none;
	}
	.tabletScreen,
	.mobileScreen {
		display:inline-block;
	}
	.single-contract #main .noMargin.borderLeft {
		box-shadow:none;
	}

	.trevira {
		padding-top:30px;
		padding-bottom:30px;
		position:relative;
		bottom:auto;
		width:auto;
	}
	
	
	.tax-cat-contract #fullFeaturedSingle .fancybox {
		margin-left:-90px;
	}

	.buttonsPS .print,
	.buttonsPS .send {
		width:98% !important;
		clear:both;
		display:block;
		float:none;
		margin-bottom:5px !important;
	}
	
	

	#imgColSx {
		margin-top: 10px;
		margin-bottom: 20px;
	}
    
    
    #breadcrumbsContent {
        display: none;
    }
    .menuMobile {
        width: 100%;
    }


}



@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%;
	}

}

@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 {
}






/* VIDEO HOME */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.intro-video *,
.intro-video *:before,
.intro-video *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.text-index {
	position: relative;
	z-index: 200;
}
.intro-video video {
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	opacity: 0;
	visibility: hidden;
}
.intro-video video.visible {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.intro-video video.hidden-video {
	z-index: 200;
	display: none;
}
.inside-corner {
	display: block;
	padding-bottom:0;
	padding-left: calc(4% + 10px);
	padding-top:0px;
	padding-right: calc(4% + 10px);
	width: 100%;
	height: 100%;
	position:absolute;
	top:40%;
	margin-top:-135px;
	height:270px;
}
.page-template-home-riservata .inside-corner {
	top:50%;
}

.play-pause {
	display: inline-block;
	border: none;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	border: none;
	background: transparent;
	text-align: center;
	line-height: 30px;
	padding: 0;
}
.play-pause:before {
	color: white;
	content: '\f04c';
	font-size: 20px;
	line-height: 30px;
	font-family:'FontAwesome';
}
.play-pause.pause:before {
	content: '\f04b';
}

.discover {
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	-webkit-animation: arrow-anim 1.5s infinite;
	-moz-animation: arrow-anim 1.5s infinite;
	-o-animation: arrow-anim 1.5s infinite;
	animation: arrow-anim 1.5s infinite;
	position: fixed;
	left: 50%;
	bottom: 40px;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	z-index: 3;
	text-align:center;
}
.discover.out {
	opacity: 0;
}
.discover:after {
	font-family:'fontAwesome';
	content: "\f078";
	position: relative;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 40px;
	color: white;
	background: transparent;
}

.lineFooterHome {
	width:45%;
	height:1px;
	background:#fff;
	display:block;
	position:absolute;
	left:0;
	top:92vh;
	z-index:3;
}
.lineFooterHome.rightLine {
	right:0;
	left:auto;
}
.lineFooterHomePriv {
	width:100%;
	height:1px;
	background:#fff;
	display:block;
	position:absolute;
	left:0;
	top:92vh;
	z-index:3;
}

.seek-bar {
	-webkit-appearance: none;
	height: 8px;
	width: 100%;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: move;
	position: relative;
	top: -4px;
	padding: 0;
}
.seek-bar-container {
	width: 80%;
	display: inline-block;
	line-height:2em;
}
.progress {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 8px;
	background: #965e2d;
	z-index: 100;
}

.seek-bar {
	-webkit-appearance: none;
	height: 8px;
	width: 100%;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: w-resize;
	position: relative;
	z-index: 200;
	top: -4px;
	border: none;
}
.seek-bar::-webkit-slider-runnable-track {
	-webkit-appearance: none !important;
	height: 8px;
	padding: 0;
	border: none;
	background: transparent;
	outline: 0;
}
.seek-bar::-moz-range-track {
	-moz-appearance: none !important;
	height: 8px;
	padding: 0;
	border: none;
	background: transparent;
	outline: 0;
}
.seek-bar::-ms-track {
	-ms-appearance: none !important;
	height: 8px;
	padding: 0;
	border: none;
	background: transparent;
	outline: 0;
}
.seek-bar::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	width: 10px;
	height: 8px;
	border: none;
	opacity: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	cursor: w-resize;
}
.seek-bar::-moz-range-thumb {
	-moz-appearance: none !important;
	width: 10px;
	height: 8px;
	border: none;
	opacity: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	cursor: w-resize;
}
.seek-bar::-ms-thumb {
	-ms-appearance: none !important;
	width: 10px;
	height: 8px;
	border: none;
	opacity: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	cursor: w-resize;
}

.table {
	display: table;
}
.table.table--center {
	margin: 0 auto;
}
.table.table--full--height {
	height: inherit;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.table.table--height--news {
		height: 60px;
	}
}
.table.table--full--width {
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell.table--full--width {
	width: 100%;
}
.table-cell.table-center-align {
	text-align: center;
}
.table-cell.bottom-align {
	vertical-align: bottom;
}
.table-row {
	display: table-row;
}
.relative {
	position: relative;
	z-index:0;
}


@-webkit-keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 60%);
    -webkit-transform: translate(0, 60%);
    -moz-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 60%);
    -webkit-transform: translate(0, 60%);
    -moz-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 60%);
    -webkit-transform: translate(0, 60%);
    -moz-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 60%);
    -webkit-transform: translate(0, 60%);
    -moz-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}







/* 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-417 .wpfp-span .wpfp-link.remove-parent,
	.page-id-2150 .wpfp-span .wpfp-link.remove-parent,
	.buttonsPS,
	h1,
	#wpcf7-f420-p417-o1,
	.eliminaTutti,
	#masthead,
	.areaRiservataTitle,
	#breadcrumbs,
	#burger,
	#masthead #site-header-menu,
	#fancybox-close,
	#fancybox-left,
	#fancybox-right,
	#logo,
	.site-branding,
	#mysticky-wrap,
	.page-id-417 .wpfp-span .cod,
	.page-id-2150 .wpfp-span .cod,
	.page-id-417 .wpfp-span .wpfp-link.remove-parent,
	.page-id-2150 .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-417 .wpfp-span ul li {
		width:85%;
		margin:0 auto;
		clear:both;
		display:block;
		float:none;
	}
	*/
	.page-id-417 .wpfp-span ul li,
	.page-id-2150 .wpfp-span ul li {
		font-size:6pt;
	}
	.page-id-417 .wpfp-span ul li:nth-child(2n+1),
	.page-id-2150 .wpfp-span ul li:nth-child(2n+1) {
		clear: left;
	}
	.page-id-417 .wpfp-span .schedaPreferiti,
	.page-id-2150 .wpfp-span .schedaPreferiti {
		width:60%;
	}
	.page-id-417 .wpfp-span ul > li img,
	.page-id-2150 .wpfp-span ul > li img {
		width:38%;
	}
	.page-id-417 .wpfp-span h3,
	.page-id-417 .wpfp-span h4,
	.page-id-2150 .wpfp-span h3,
	.page-id-2150 .wpfp-span h4 {
		margin:0 !important;
	}
	
	
	.page-id-417 .wpfp-span ul li:nth-child(2n+1),
	.page-id-2150 .wpfp-span ul li:nth-child(2n+1) {
		clear: left;
	}
	
	.wpfp-span ul li {
		page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-inside: avoid; /* or 'auto' */
	}

}





.page-template-home .flex-control-nav.flex-control-paging,
.page-template-home-vs .flex-control-nav.flex-control-paging {
	display:none !important;
}






#fixedSec {
	position: fixed;
	z-index: 2;
	height: 500px;
	width: 100%;
	top: 151px;
}
#scrollingSec {
	margin-top: 151px;
	position: relative;
	z-index: 0;
}

#colophon,
#contenutoHoverHome {
	position: relative;
	z-index: 3;
	background: #fff;
}

#contenutoHoverHome .contenutoItem {
	text-align: center;
	padding: 50px 0;
	border-bottom: 1px solid #ababab;
}
#contenutoHoverHome .contenutoItem h2 {
	font-family: 'Libra Baskerville';
	font-weight: 400;
	font-style: italic;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
}
#contenutoHoverHome .contenutoItem:first-child h2 {
	color: #965e2d;
}
#contenutoHoverHome .contenutoItem p {
	font-size: 20px;
	margin: 10px 0 30px;;
	line-height: 24px;
}
.imgBoxS {
	position: relative;
	overflow: hidden;
}
.imgBoxS img {
	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 */
}
.imgBoxS:hover img {
	transform: scale(1.2);
}

.linkHW {
	width: 100%;
	max-width: 300px;
	font-size: 16px;
	line-height: 16px;
	color: #BABABA;
	font-weight: 700;
	background: #F0ECE2;
	text-align: center;
	padding: 14px;
	display: inline-block;
	transform: translateY(-24px);
}
.linkHW:hover {
	background: #965e2d;
	color: #fff;
}

.imgZoomNews {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.imgZoomNews img {
	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 */
}
.imgZoomNews:hover img {
	transform: scale(1.2);
}



.home #breadcrumbs,
.page-template-home-v4 #breadcrumbs {
	display: none;
}

#breadcrumbs {
	margin-top: 149px;
}

.site-branding {
	position: absolute;
	width: 250px;
	left: calc(50% - 125px);
}
.site-branding span.payoff {
	font-family:'Libra Baskerville', serif;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	bottom: -25px;
	font-size: 19px;
	color: #999;
}
.site-branding span.payoff span {
	font-size: 15px;
}


#lang_sel_list ul {
	z-index: 2;
	left: 2%;
}
#lang_sel_list ul li a {
	box-sizing: border-box;
	width: 75px;
	background: #F0ECE2;
	color: #BABABA;
}
#lang_sel_list ul li {
	margin-right: 20px;
}

#burger {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	z-index: 3;
	position: absolute;
	right: 2%;
	top: 0;
	background: #965e2d;
}
#burger img {
	margin: 12px auto;
}
#burger .close,
#burger.active .open {
	display: none;
}
#burger.active .close {
	display: inline-block;
}
#burger span {
    position: absolute;
    padding: 0 10px 0 10px;
    left: -60px;
    top: 0;
    line-height: 45px;
    height: 45px;
    background: rgba(256,256,256,0.6);
    width: 40px;
}



#navigation {
	display: none;
	background: #F0ECE2;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
#navigation ul.menuPrincipale2 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	margin-top: 25vh;
	height: 75vh;
	max-width: 970px;
}
#navigation ul.menuPrincipale2 > li {
	display: inline-block;
	border-left: 1px solid #BABABA;
	padding-left: 30px;
	box-sizing: border-box;
	vertical-align: top;
	width: 30%;
	height: 60%;
}
#navigation ul.menuPrincipale2 > li > a {
	display: none;
}
#navigation ul.menuPrincipale2 > li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation a {
	color: #6C625D;
	text-decoration: none;
	display: block;
	font-size: 20px;
	padding: 17px 0;
	font-weight: 100;
}
#navigation li.bold a {
	font-weight: 700;
}
#navigation li.rame a {
	color: #965e2d;
}
#navigation a:hover {
	color: #965e2d;
}


#masthead {
	min-height: 110px;
	border-bottom: 1px solid #bababa;
	background: #fff;
	position: fixed;
	width: 100%;
	height: 150px;
	top: 0;
	z-index: 9999999;
	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 */
}

#logo {
	width: 250px;
	margin: 40px auto 0;
}

.mobile {
	display: none;
}

.maxWidthFooterCol {
	max-width: 200px;
}
.maxWidthFooterCol1 {
	padding-left: 58px;
}
.maxWidthFooterCol2 {
	margin: 0 auto;
}
.maxWidthFooterCol3 {
	float: right;
}



.myfixed #burger {
	top: 0;
}
.myfixed#masthead {
	min-height: 45px;
	height: 45px;
}



#masthead {
	position: fixed;
	width: 100%;
	height: 150px;
	top: 0;
	z-index: 9999999;
}
.wrapfixed {
	height: 55px;
}
#mysticky-nav {
	padding: 0 !important;
}
.myfixed .site-branding {
	display: block !important;
	opacity: 0;
}

#colophon {
	color: #999;
	padding-bottom: 80px;
}

#scrollAdvice {
	position: fixed;
	left: calc(50% - 10px);
	z-index: 9999;
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	bottom: 60px;
}
#scrollAdvice.sticky {
	opacity: 0;
}


@media screen and (max-width: 700px) {

	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

	#masthead {
		top: 20px;
		height: 130px;
	}
	.myfixed#masthead {
		min-height: 0;
		height: 0;
	}

	.maxWidthFooterCol1 {
		padding: 0;
		text-align: center;
		max-width: inherit;
	}
	.maxWidthFooterCol3 {
		float: none;
		margin: 0 auto;
	}
}

ul.menuMobile > li > a {
	display: none;
}
ul.menuMobile > li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



.contentInside {
	max-width: 1024px;
	margin: 0 auto;
}
#bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.4em;
	color: #6C625D;
}
#bottom a {
	color: #6C625D;
}
#bottom .column3-3 {
	border-top: 3px solid #965e2d;
	padding-bottom: 10px;
}
#bottom .icon {
	font-size: 25px;
	font-weight: 700;
	margin: 0 10px;
	font-style: normal;
}
#bottom .icon:hover {
	color: #965e2d;
}
#bottom .news,
#bottom .contatti {
	color: #6C625D;
	font-size: 15px;
}
#bottom .news:hover,
#bottom .contatti:hover {
	color: #965e2d;
}


.areaRiservataTitle {
	margin-top: 111px;
	line-height: 45px;
}
.areaRiservataTitle + #breadcrumbs {
	margin: 0;
}

.stickyP .areaRiservataTitle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	margin-top: 0;
}				
.stickyP #filtriRicercaNew {
	position: fixed;
	background: #fff;
	z-index: 999;
	top: 46px;
	width: 760px;
	margin-left: 250px;
}
.stickyP #containerSlideToglePreferiti {
	position: fixed;
	width: 214px;
	top: 76px;
	margin-left: 0;
	z-index: 999;
}
@media screen and (max-width: 700px) {
	.stickyP #filtriRicercaNew {
		position: relative;
		top: inherit;
		width: inherit;
		margin: inherit;

	}
}



#masthead.myfixed #burger span {
    color: #585857 !important;
}
#lang_sel_list ul li a {
    padding: 3px 10px 2px;
    line-height: 40px;
}



@media screen and (min-width: 825px) and (max-width: 1182px) {

	.heart a {
	  font-size: 25px;
	}

}





/*
ORO 965e2d
GRIGIO 585857
*/