/*
Theme Name: lacesenate
Author: Giacomo Lazzarin
Version: 1.0
Text Domain: lacesenate
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/





/* STILI GENERICI */
html {
	height:100%;
	font-size: 62.5%; /* 62.5% of 16px = 10px */
}
body {
	height: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #33231d;
	background: #fff;
}

a {
	text-decoration:none;
	color:#000;
	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:#666;
	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, b, .bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}

ol {
	list-style-type: decimal;
	padding-left: 20px;
	padding-bottom: 1.6rem;
}
ol li {
	margin: 1.6rem 0;
}

iframe {
	max-width:100%;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

hr {
	margin: 30px auto;
	padding: 0;
	border: 0;
	height: 6px;
	clear: both;
	display: block;
	background: #000;
	width: 12%;
}

.screen-reader-text {
	position: absolute;
	left: -99999px;
}

.noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.whiteSpace {
	display: block;
	clear: both;
	height: 50px;
}
.whiteSpace.smallSpace {
	height: 20px;
}
.whiteSpace.doubleSpace {
	height: 100px;
}
.contentWide {
	background: #E3E3E3;
	width: 100%;
}

.biggerText {
	font-size: 2rem;
	line-height: 2.5rem;
}

.dTable {
	display: table;
	width: 100%;
}
.dTableCell {
	display: table-cell;
	vertical-align: middle;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.textUppercase {
	text-transform: uppercase;
}











/* STRUTTURA */
#page {
	min-height: calc(100vh - 402px);
}
.contentInside {
	width: calc(100% - 40px);
	max-width: 1130px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsideLarge {
	width: calc(100% - 80px);
	padding: 0 40px;
	margin: 0 auto;
}
.contentInsideSmall {
	width: calc(100% - 40px);
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsidePadding {
	padding: 30px 0;
}

.column1-4 {
	width: calc(25% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-4 {
	width: calc(50% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-4 {
	width: calc(75% - 30px);
	float: left;
	margin: 15px 15px;
}
.column4-4 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3 {
	width: calc(33.333% - 30px);
	float: left;
	margin: 15px 15px;
}
.column2-3 {
	width: calc(66.666% - 30px);
	float: left;
	margin: 15px 15px;
}
.column3-3 {
	width: calc(100% - 30px);
	float: left;
	margin: 15px 15px;
}

.column1-3-2 {
	width: calc(16.666% - 30px);
	float: left;
	margin: 15px 15px;
}






/* STILI PAGINA */
h1 {
	font-size: 2.8rem;
	text-align: center;
	font-weight: 700;
	line-height: 3.2rem;
}
h2 {
	font-weight: 100;
	font-size: 2.6rem;
	line-height: 2.8rem;
}
h3 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2.6rem;
}
h4 {
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 2.2rem;
}
h5 {
	font-style: italic;
	font-size: 1.6rem;
	line-height: 1.8rem;
}
h6 {
	font-size: 1.4rem;
	line-height: 1.6rem;
}






/* HEADER */
#logo {
    float: left;
    width: 240px;
}
#menuPrincipale {
    float: right;
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
	font-size: 1.4rem;
}
#menuPrincipale li {
    float: left;
    text-transform: uppercase;
    margin-left: 20px;
    position: relative;
}
#menuPrincipale > li:last-child {
    margin-left: 8px;
    padding-left: 7px;
    border-left: 1px solid #000;
}
#menuPrincipale li a {
    color: #000;
}
#menuPrincipale li a:hover,
#menuPrincipale li.current-menu-item a {
    color: #ce0e2d;
}
#menuPrincipale ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    z-index: 99999;
    background: #fff;
    padding: 20px 0;
    width: 200px;
    left: calc(-50% - 7px);
    text-align: center;
}
#menuPrincipale li ul li {
    float: none;
    margin: 5px 0;
}
#menuPrincipale ul li a {
    color: #000 !important;
}
#menuPrincipale ul li a:hover {
    color: #ce0e2d !important;
}
#menuPrincipale li:hover ul {
    display: block;
}

#masthead {
    top: -100px;
}
#masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: top 1s;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}




/* FOOTER */
#colophon {
    background: #33231d;
    color: #fff;
    padding: 50px 0;
}
#colophon a {
    color: #fff;
}
#colophon a:hover {
    color: #ce0e2d;
}
#colophon hr {
    background: #ce0e2d;
    width: 100%;
    margin: 20px 0 0;
    height: 1px;
}
.socialLink {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socialLink li {
    display: inline-block;
    margin-left: 5px;
}
.socialLink li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ce0e2d;
    border-radius: 50%;
    display: block;
    font-size: 1.8rem;
}
.socialLink li a i {
    vertical-align: middle;
}
.socialLink li a:hover {
    background: #000;
}




/* HOME */
.flexslider {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}
.flex-direction-nav a::before {
    line-height: 40px;
    font-size: 20px !important;
    text-align: center !important;
    color: #fff !important;
    width: 40px;
}
.flex-direction-nav a {
    /* background: #33231d; */
    border-radius: 50%;
}
/* HOME */
.flexslider .title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    display: table;
}
.flexslider .title h2 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
    font-size: 4vw;
    line-height: 4.2vw;
}
.flex-direction-nav .flex-next {
    right: 10px !important;
}
.flex-direction-nav .flex-prev {
    left: 10px !important;
}






/* CONTENUTI */
.citazione {
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase;
}
.citazione img {
    margin: 0 auto;
    width: 125px;
}
.citazione .testo {
    padding: 20px 0;
}
.videoImg {
    position: relative;
    background: #000;
}
.contentVideo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    height: 100%;
    text-align: center;
}
.contentVideo i {
    font-size: 4rem;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #fff;
    color: #ce0e2d;
    border-radius: 50%;
	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 */
}
.contentVideo .testo {
    position: absolute;
    bottom: 100px;
    width: 100%;
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 5rem;
}
.videoImg 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 */
}
.videoImg a:hover i {
    background: #ce0e2d;
    color: #fff;
}
.videoImg a:hover img {
    opacity: 0.7;
}

.videoImg .titolo {
    font-size: 4vw;
    line-height: 4vw;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
}


.fascia {
	display: table;
	width: 100%;
}
.fascia .contenuto {
	vertical-align: middle;
	box-sizing: border-box;
	display: table-cell;
}
.fascia .contenuto h2 {
	text-align: left;
	margin: 20px 0;
    font-size: 6rem;
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 6.2rem;
}
.fascia .contenuto .testo {
    font-size: 2.0rem;
    line-height: 3.2rem;
}

.areaDiTesto {
    font-size: 2.0rem;
    line-height: 2.5rem;
}
.areaDiTesto h2 {
    font-size: 4.0rem;
    line-height: 4.5rem;
    text-transform: uppercase;
}
.areaDiTesto img.alcenero {
    float: right;
    width: 100px;
    margin-left: -100px;
}

.colStoria {
    padding: 0 5%;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}
.colStoria li {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    position: relative;
}
.colStoria li h3 {
    font-size: 3.0rem;
    font-weight: 400;    
}
.colStoria li h3:after {
    position: absolute;
    width: calc(100% - 100px);
    top: 40px;
    right: -30%;
    height: 1px;
    border-top: 2px dotted #fff;
    content: "";
}

.bottoni {
    display: block;
    margin: 10px 0;
    background: #ce0e2d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    line-height: 30px;
    padding: 10px 10px 5px;
}
.bottoni:hover {
    background: #333;
    color: #fff;
}

.areaDiTestoColonna h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
}
.areaDiTestoColonna h3 + p {
    margin: 0;
}
.areaDiTestoColonna h3 + p a {
    color: #999;
}
.areaDiTestoColonna h3 + p a:hover {
    color: #33231d;
}

.sormontoSfondo {
    position: relative;
    top: -20px;
}
.sormontoSfondo::before {
    content: "";
    background: #ce0e2d;
    height: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.sormontoSfondo .contentInside {
    z-index: 1;
    position: relative;
}
.sormontoSfondo .column1-3,
.sormontoSfondo .column2-3 {
    margin-top: 0;
}

h5 {
    display: block;
    margin: 15px 0;
    background: #ce0e2d;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    line-height: 22px;
    padding: 13px 15px 11px;
    font-size: 1em;
}
h6 {
    display: block;
    margin: 10px 0;
    background: #f9b233;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
    padding: 10px 15px 8px;
    font-size: 1em;
}
img.numero {
    width: 85px;
}
img.numeroN4,
img.numeroN5 {
    position: absolute;
}

.foglieH5 {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.foglieH5::after {
    content: "";
    background: url("assets/images/foglie.png") no-repeat center center;
    width: 100%;
    height: 475px;
    display: block;
    position: absolute;
    bottom: 0;
}


.wpcf7-form {
    background: #fff;
    padding: 15px 30px;
    max-width: 750px;
    margin: 0 auto;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form select {
    box-sizing: border-box;
    width: calc(100% - 2px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 10px 5px;
}
.wpcf7-form-control-wrap.privacy {
    font-size: 1.45rem;
    display: block;
    line-height: 1.5rem;
}
.wpcf7-form-control-wrap.privacy a {
    color: #ce0e2d;
}
.wpcf7-form input[type=submit] {
    box-sizing: border-box;
    width: 200px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 10px 5px;
    color: #fff;
    background: #ce0e2d;
}





.wpcf7-form.cf7mls {
	max-width: 100%;
	color: #999;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset {
	box-sizing: border-box;
}

.wpcf7-form.cf7mls p {
	padding: 15px;
	float: left;
	box-sizing: border-box;
}
.wpcf7-form.cf7mls .c1-6 {
	width: 16.666%;
}
.wpcf7-form.cf7mls .c2-6 {
	width: 33.333%;
}
.wpcf7-form.cf7mls .c3-6 {
	width: 50%;
}
.wpcf7-form.cf7mls .c4-6 {
	width: 66.666%;
}
.wpcf7-form.cf7mls .c5-6 {
	width: 83.333%;
}
.wpcf7-form.cf7mls .c6-6 {
	width: 100%;
}

.wpcf7-form.cf7mls hr {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background: #999;
}
.wpcf7-form.cf7mls .wpcf7-list-item-label {
	color: #000;
}
.wpcf7-form.cf7mls textarea {
	height: 100px;
}









.maps iframe {
    width: 100%;
}

.puntoVendita {
    background: #ce0e2d;
    color: #fff;
    padding: 30px;
    position: relative;
    top: -50px;
}
.puntoVendita h2 {
    margin-top: 10px;
}
.puntoVendita a {
    color: #fff;
}


.prodottiItem {
    margin: 0;
    border-bottom: 2px dotted #ce0e2d;
}
.prodottiItem h3 {
    color: #ce0e2d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.2rem;
    margin: 0 0 10px;
    padding-left: 30px;
    position: relative;
}
.prodottiItem h3:before {
    background: #ce0e2d;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.prodottiItem p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin: 0;
    padding-left: 30px;
}
.listaIcone {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.listaIcone img {
    height: 80px;
}



#gotop {
	display:none;
	position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    background: #ce0e2d;
    z-index: 99999999999;
    border-radius: 50%;
}
#gotop.sticky  {
	display: block;
}





.mobile {
	display: none !important;
}


@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: 767px) {

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		margin:15px 2%;
	}
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
    
    
    #burger {
        position: fixed;
        top: 24px;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 65px;
        text-align: center;
        font-size: 1.3em;
        color: #333;
        z-index: 999;
    }
    #burger:hover {
        color: #000;
    }
    #burger .close {
        display: none;
    }
    #burger.active .close {
        display: inline;
    }
    #burger.active .open {
        display: none;
    }


    #navigation {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        max-width: 400px;
        width: 90%;
        background: #ce0e2d;
        color: #fff;
        text-align: left;
        z-index: 99;
    }
    .menu-menu-principale-container {
        display: table;
        width: 100%;
        height: 100%;
    }
    #menuPrincipale {
        display: table-cell;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        max-width: 250px;
        padding: 0 20%;
        float: none;
    }
    #menuPrincipale li {
        font-weight: 700;
        text-transform: uppercase;
        float: none;
        margin-left: 0;
    }
    #menuPrincipale li a {
        color: #fff;
        display: block;
        padding: 14px 0;
        line-height: 1.2em;
        border-bottom: 1px solid #fff;
    }
    #menuPrincipale li a:hover,
    #menuPrincipale li.current-menu-item a {
        color: #000;
    }
    #menuPrincipale li ul {
        position: relative;
        font-size: 0.8em;
        background: transparent;
        padding: 0 0 0 25px;
        width: auto;
        left: inherit;
        text-align: left;
    }
    #menuPrincipale li:hover ul {
        display: none;
    }
	#menuPrincipale>li:last-child {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	#page {
		text-align: center;
	}
    
    
    .citazione img {
        width: 65px;
    }
    .citazione {
        font-size: 3rem;
        line-height: 4rem;
    }
    
    .contentVideo {
        position: relative;
        background: #ce0e2d;
        height: auto !important;
    }
    .contentVideo .testo {
        position: relative;
        bottom: inherit;
        padding-bottom: 20px;
        font-size: 3rem;
        line-height: 4rem;
    }
    .contentVideo i {
        margin: -70px 0 20px;
    }
    .fascia .contenuto h2 {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    .fascia .contenuto .testo {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    
    .videoImg .titolo {
        font-size: 2.5rem;
        line-height: 2.8rem;
        padding: 20px;
    }
    
    .areaDiTesto {
        font-size: 1.6rem;
        line-height: 2.0rem;
    }
    .areaDiTesto h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .areaDiTesto img.alcenero {
        float: none;
        margin: 0 auto;
    }
    .colStoria li {
        width: 100%;
    }
    
    .sormontoSfondo::before {
        height: 60px;
    }
    
    #colophon {
        font-size: 1.3rem;
    }
    #colophon,
    #colophon .column2-4.textRight {
        text-align: center;
    }
    img.numeroN4,
    img.numeroN5 {
        position: relative;
    }
    img.numero {
        margin: 0 auto;
    }
    .puntoVendita {
        top: 0;
    }
	
	.fascia .contenuto h2 {
		text-align: center;
	}
	
}

