/* ==========================================================================
 	Normalize
 	========================================================================== */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#2b1a18;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}



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

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

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #49463d;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
  color: black; background: white;
}

::selection {
  color: black; background: white;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

main {
	overflow: hidden;
}

a,
button {
	outline: none;
}

/* Mixed Styles: Popup - Quotes - Stepper
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------*/
.news-popup a.quote-button {
	right: 50px;
	bottom: 70px;
}

.news-popup a.hobby-button {
	right: 50px;
	bottom: 110px;
}

.smart-forms .reset-button {
	margin: 60px auto 0 auto;
	float: none;
	display: block;
}

.quote-wines img {
	width: 100px;
	display: block;
	margin: 0 auto 5px auto;
	float: none;
}

.quote-wines .prime-note-quote-wines img {
	width: 158px;
}

.quote-wines img.quote-wines-bag-in-box {
	width: 133px;
	margin: 0 auto 10px auto;
}

.quote-wines img.quote-wines-bag-in-box-couple {
	width: 170px;
}

.quote-wines .field {
	width: 80%;
	float: none;
	margin: 0 auto;
}

.quote-wines .field-label {
	text-align: center;
	margin-bottom: 12px;
}

.quote-wines .gui-input {
	font-size: 16px;
	padding: 12px 10px 10px 15px;
	height: 50px;
}

.c-stepper input[type='number'] {
	-moz-appearance: textfield;
}

.c-stepper input::-webkit-outer-spin-button, .c-stepper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.c-stepper__controls {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 3em;
}
.c-stepper__controls button {
	width: 100%;
	background: #fff;
	border: 2px solid #7d7567;
	font-size: 20px;
	cursor: pointer;
	height: 26px;
	line-height: 5px;
}
.c-stepper__controls .button-down {
	font-size: 27px;
	margin-top: -1px;
	padding-bottom: 6px;
}

.c-stepper__controls button:focus, .c-stepper__controls button:active, .c-stepper__controls button:hover {
	outline: none;
	border-color: #7d7567;
	background-color: #7d7567;
	color: #fff;
	position: relative;
	z-index: 1;
}

.c-stepper__controls button:first-child {
	margin-bottom: -1px;
}


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

.modal-wrapper-content {
	width: 650px;
	height: 650px;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -325px 0 0 -325px;
	border: 10px solid #fff;
	background: #ecedee;
	box-shadow: 0 0 7px 4px rgba(0,0,0,.4);
}

.modal-wrapper-content img {
	display: block;
	margin: 0;
	padding: 0;
}

.modal-wrapper-content img {
	width: 100%;
}

.modal-wrapper-content .close-overlay {
	right: -35px;
	top: -35px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 60% 60%;
	background-color: #fff;
}

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

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

@media only screen and (max-width: 1023px) {
	.modal-wrapper-content {
		width: 90%;
		max-width: 800px;
		margin: -280px 0 0 -45%;
		height: auto;
	}
}

@media only screen and (max-width: 639px) {
	.modal-wrapper-content {
		margin: 0 0 0 -45%;
		top: 150px;
	}
	
	.modal-wrapper-content .close-overlay {
		right: 50%;
		margin-right: -20px;
		top: -45px;
	}
}



/* ==========================================================================
   Main Layer
   ========================================================================== */
.main-layer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-is-open .main-layer {
	background: rgba(0,0,0,0.65);
	z-index: 1000;
}

@media only screen and (max-width: 1023px) {
.menu-is-open .main-layer {
	z-index: -1;
	background: rgba(0,0,0,0);
}
}



/* ==========================================================================
   Popup
   ========================================================================== */
.news-popup {
	width: 550px;
	height: 200px;
	background: #49463d url(../img/topografia-terreno-dark.svg) center center no-repeat;
	bottom: 25px;
	left: 25px;
	position: fixed;
	z-index: 1000;
	padding-right: 25px;
	-webkit-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.25);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-600px);
	-moz-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	transform: translateX(-600px);
	-webkit-transition: -webkit-transform 0.75s;
	-moz-transition: -moz-transform 0.75s;
	transition: transform 0.75s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.news-popup-show {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.0007);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.menu-is-open .news-popup {
	-webkit-transform: translateX(-600px);
	-moz-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	transform: translateX(-600px);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.news-popup img {
	float: left;
	margin-right: 25px;
}

.news-popup h1 {
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	line-height: 27px;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
	color: #fff;
}

.news-popup h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	margin-top: 15px;
}

.news-popup a {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    background: #67645a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-popup-close {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #e3e1dd url(../img/icons/close-popup.svg) center no-repeat;
	border-radius: 50%;
	margin: -20px -20px 0 0;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
	right: 0;
}

.news-popup-close:hover {
	-webkit-transform: scale(0.85);
	-moz-transition: scale(0.85);
	-o-transition: scale(0.85);
	transition: scale(0.85);
}

@media screen and (max-width: 599px) {
.news-popup {
	width: 87.5%;
	padding-left: 25px;
}

.news-popup img {
	display: none;
}

.news-popup a.quote-button {
	right: 50%;
	margin-right: -115px;
}

.news-popup a.hobby-button {
	right: 50%;
	margin-right: -115px;
}
}



/* ==========================================================================
   Buttons
   ========================================================================== */
.button {
	display: block;
	color: #fff;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	background: #625f57;
	font: inherit;
	line-height: 1;
	margin: 50px auto 0 auto;
	padding: 17px;
	width: 230px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	text-align: center;
}

.button:after {
	position: absolute;
	content: '';
	width: 236px;
	top: -3px;
	left: -3px;
	border: 1px solid #2c2b27;
	height: 56px;
}

.button-light:after {
	border: 1px solid #625f57;
}

.button:hover,
.button:focus {
	color: #fff;
	-webkit-box-shadow: inset 0 52px 0 0 #2c2b27;
			box-shadow: inset 0 52px 0 0 #2c2b27;
}

.carousel-two-lines-button {
	padding: 10px 17px 8px 17px;
	line-height: 16px;
}

.single-news-container img.download-guide {
	margin: 50px auto;
	display: block;
	float: none;
}

/* ==========================================================================
   Slider
   ========================================================================== */
.slideshow-container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.slideshow {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  background-color: #302e26;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 36s;
          animation-duration: 36s;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hero {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: kenburns-5 15s ease-in-out;
	animation: kenburns-5 15s ease-in-out;
}

.hero-chi-siamo {
	background-image: url(../img/ceotto-vini-chi-siamo-01.jpg);
}

.hero-territorio {
	background-image: url(../img/ceotto-vini-territorio-01.jpg);
}

.hero-qualita {
	background-image: url(../img/ceotto-vini-qualita-01.jpg);
}

.slideshow-image:nth-child(1) {
	background-image: url(../img/ceotto-vini-home-slider-01.jpg);
	-webkit-animation-name: kenburns-1;
			animation-name: kenburns-1;
	z-index: 3;
}

.slideshow-image:nth-child(2) {
	background-image: url(../img/ceotto-vini-qualita-01.jpg);
	-webkit-animation-name: kenburns-2;
			animation-name: kenburns-2;
	z-index: 2;
}

.slideshow-image:nth-child(3) {
	background-image: url(../img/ceotto-vini-chi-siamo-01.jpg);
	-webkit-animation-name: kenburns-3;
			animation-name: kenburns-3;
	z-index: 1;
}

.slideshow-image:nth-child(4) {
	background-image: url(../img/ceotto-vini-territorio-01.jpg);
	-webkit-animation-name: kenburns-4;
			animation-name: kenburns-4;
	z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes kenburns-5 {
    0% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes kenburns-5 {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.slideshow-logo {
  width: 250px;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 100px;
  margin: 0 0 0 -125px;
}

.signature-container {
  width: 400px;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  margin: -7.5% 0 0 -200px;
}

.signature {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 0;
  padding-bottom: 55.30973%;
}

.signature svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.bubbly {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 4;
	mix-blend-mode: multiply;
}

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

@media screen and (max-width: 640px) {
.signature-container {
  width: 300px;
  margin: -20% 0 0 -150px;
}
}

@media screen and (max-width: 320px) {
.signature-container {
  width: 250px;
  margin: -15% 0 0 -125px;
}
}


/* ==========================================================================
   Scroll Down Arrow
   ========================================================================== */
.scroll-down-container {
	position: absolute;
	z-index: 5;
	bottom: 25px;
	left: 50%;
	margin-left: -32px;
	cursor: pointer;
}

.scroll-down {
	display: block;
	position: relative;
	padding-top: 42px;
	text-align: center;
}

.arrow-down {
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 25px;
}

.arrow-down:after {
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	behavior: url(-ms-transform.htc);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.scroll-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: .1em;
}

.scroll-down::before {
	-webkit-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
	-moz-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
	-o-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
	animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -2px;
	width: 2px;
	height: 50px;
	background: #fff;
	content: ' ';
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@media screen and (max-width: 1024px) {
.scroll-down-container {
	bottom: 50px;
}
}



/* ==========================================================================
   Main
   ========================================================================== */
main {
	position: relative;
	z-index: 2;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.menu-is-open main {
	-webkit-transform: translateX(70%);
	-moz-transform: translateX(70%);
	-ms-transform: translateX(70%);
	-o-transform: translateX(70%);
	transform: translateX(70%);
}

@media only screen and (max-width: 1023px) {
.menu-is-open main {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
}



/* ==========================================================================
   Hamburger
   ========================================================================== */
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: fixed;
	z-index: 4;
	left: 75px;
	top: 40px;
}

.hamburger:after {
	position: absolute;
	display: block;
	content: 'MENU';
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	color: #fff;
	margin: -30px 0 0 -60px;
}

.hamburger-dark:after {
	color: #302e26;
}

.menu-is-open .hamburger:after {
	content: 'CHIUDI';
	margin: -30px 0 0 -70px;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-dark .hamburger-inner,
.hamburger-dark .hamburger-inner::before,
.hamburger-dark .hamburger-inner::after {
	background-color: #302e26;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.menu-is-open .hamburger--arrow .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-42deg) scale(0.7, 1);
}

.menu-is-open .hamburger--arrow .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(42deg) scale(0.7, 1);
}

.menu-is-open .hamburger-dark:after {
	color: #fff;
}

.menu-is-open .hamburger-dark .hamburger-inner,
.menu-is-open .hamburger-dark .hamburger-inner::before,
.menu-is-open .hamburger-dark .hamburger-inner::after {
	background-color: #fff;
}

@media screen and (max-height: 800px) {
.hamburger {
	top: 20px;
}
}

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




/* ==========================================================================
   Menu
   ========================================================================== */
.menu {
	position: fixed;
	display: table;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 70.1%;
	background: #49463d url(../img/topografia-terreno-dark.svg) center center no-repeat;
	background-size: cover;
	-webkit-transition: visibility 0s 0.5s;
	-moz-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
	visibility: visible;
}

.menu-wrapper {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	padding: 0 20%;
	display: table-cell;
	vertical-align: middle;
}

#menu:after {
	display: table;
	height: 100%;
	width: 50%;
	position: absolute;
	content: '';
	background: #49463d;
	right: -50%;
}

.menu-is-open .menu {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.menu-is-open .menu-wrapper {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

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




/* ==========================================================================
   Menu Navigation
   ========================================================================== */
.menu h2 {
	position: relative;
	margin-bottom: 72px;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

.menu h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 1px;
	width: 60px;
	background-color: currentColor;
}

.menu-block {
	width: 50%;
	float: left;
}

.menu-navigation {
	margin-top: 0;
}

.menu-navigation li {
	margin: 16px 0;
}

.menu-navigation li,
.menu-navigation a {
	font-family: 'Playfair Display', serif;
	font-size: 27px;
	color: #fff;
	display: table;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-navigation li.selected {
	color: rgba(255, 255, 255, 0.5);
}

.menu-navigation li.selected:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	background: #cd1719;
	margin-top: 3px;
}

.menu-navigation a:hover,
.no-touch .menu-navigation a:hover {
	color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-height: 800px) {
.menu h2 {
	display: none;
}

.menu-navigation li,
.menu-navigation a {
	font-size: 23px;
}
}



/* ==========================================================================
   Menu Address
   ========================================================================== */
.menu-block address {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	margin-top: 70px;
}

.menu-block address a {
	color: #FFF;
}

.menu-block address strong {
	font-weight: bold;
}

.menu-block img {
	float: right;
	display: block;
	clear: both;
}

.menu-block p {
	font-family: 'Open Sans', sans-serif;
	color: #c4a548;
	font-size: 19px;
	line-height: 33px;
	margin-top: 50px;
	float: right;
	clear: both;
	font-style: italic;
}

.menu-block p.citation {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	font-style: normal;
	text-align: right;
	margin: 0 0 75px 0;
}

.menu-info {
	margin-top: 75px;
	float: right;
	clear: both;
}

.menu-info img {
	float: left;
	width: auto;
}

.menu-info p {
	float: left;
	clear: none;
	font-size: 16px;
	margin: 5px 0 15px 0;
	color: #fff;
	font-style: normal;
}

.menu-info a {
	color: #FFF;
	text-decoration: none;
}

.menu-address-fix {
	display: none;
}

@media screen and (max-height: 800px) {
.menu-address-fix {
	display: block;
}

.menu-block img {
	width: 150px;
	margin-top: 18px;
}

.menu-info img {
	width: auto;
	margin-top: 0;
}

.menu-block p {
	font-size: 14px;
	line-height: 18px;
}

.menu-block p.citation {
	margin: 0 0 50px 0;
}
}

@media screen and (max-width: 1280px) {
.menu-address-fix {
	display: block;
}
}


/* ===========================================================================
   12 - Header Mobile Navigation With MeanMenu Plugin
============================================================================== */
a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: fixed;
	background: #2d2b26;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #49463d;
	font-family: 'DinNextLTPro';
	margin-top: 48px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 16px;
	margin: 0;
}

.mean-container .mean-nav ul li:after {
	display: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li.selected {
	display: block;
	float: left;
	width: 100%;
	padding: 17px 25px 15px 25px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.25);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

.mean-container .mean-nav ul li.selected {
	background: #403d35;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
	background: #4f463e;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 24px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	line-height: 25px;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}

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

@media screen and (max-width: 1023px) {
.mobile-logo {
	display: block !important;
	position: fixed;
	top: 0;
}
}





/* ==========================================================================
   Content
   ========================================================================== */
.content-container {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.wine-carousel-content-container {
	padding: 80px 0;
	background: url(../img/ceotto-vini-home-02.jpg) center center no-repeat;
	background-size: cover;
}

.content-container h1 {
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	line-height: 50px;
	margin-top: 25px;
	text-transform: uppercase;
	color: #fff;
}

.content-container h2 {
	font-family: 'Open Sans', sans-serif;
	color: #302e26;
	font-size: 22px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
}

.content-container p {
	font-family: 'Open Sans', sans-serif;
	color: #302e26;
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
}

.content-block {
	width: 50%;
	float: left;
	background: #e3e1dd;
	display: table;
	overflow: hidden;
	min-height: 650px;
	padding: 80px 0;
	background-size: cover;
}

.content-block h1 {
	color: #302e26;
}

.content-block h2 {
	margin-top: 25px;
	color: #969289;
}

.content-block-text {
	display: table-cell;
	vertical-align: middle;
	color: #302e26;
	padding: 0 20%;
}

.content-block-text img {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.content-block-text-left {
	text-align: left;
}

.content-block-text-left p::first-letter {
	font-family: 'Playfair Display', serif;
    font-size: 250%;
}

@media screen and (max-width: 1440px) {
.content-block {
	padding: 40px 0 60px 0;
	min-height: 550px;
}

.content-block-text {
	padding: 0 10%;
}

.wine-carousel-content-container {
	padding: 40px 0 80px 0;
}
}

@media screen and (max-width: 1280px) {
.content-container h1 {
	font-size: 35px;
	line-height: 40px;
}

.content-container h2 {
	font-size: 18px;
	line-height: 26px;
}

.content-container p {
	font-size: 16px;
	line-height: 26px;
}
}

@media screen and (max-width: 767px) {
.content-block {
	width: 100%;
	min-height: 0;
}

.content-block-text {
	padding: 5% 10%;
}
}


/* ==========================================================================
   Home Content
   ========================================================================== */
.content-block-home-01 {
	background: url(../img/ceotto-vini-home-01.jpg) center right no-repeat;
	overflow: hidden;
}

.content-fix {
	display: none;
}

.content-block-home-02 {
	height: 700px;
	padding: 0;
	position: relative;
}

.content-block-home-02 + .content-block {
	padding: 0;
}

.strada-del-prosecco-map {
	position: absolute;
	right: 50px;
	width: 80%;
	max-width: 600px;
	top: 50%;
	margin-top: -275px;
}

.content-block-home-03 {
	padding: 0 20% 0 20px;
	height: 700px;
}

.content-block-home-03 h1,
.content-block-home-03 h2,
.content-block-home-03 p {
	text-align: left;
}

.content-block-home-03 .button {
	float: left;
}

@media screen and (max-width: 1440px) {
.content-block-home-01 {
	background: url(../img/ceotto-vini-home-01.jpg) 75% center no-repeat;
}

.content-block-home-02 {
	height: 600px;
}

.strada-del-prosecco-map {
	margin-top: -35%;
}

.content-block-home-03 {
	padding: 0 10% 0 20px;
	height: 600px;
}
}

@media screen and (max-width: 767px) {
.strada-del-prosecco-map {
	position: relative;
	right: auto;
	width: 90%;
	top: auto;
	margin: 50px auto 0 auto;
}

.content-block-home-03 {
	padding: 0 10% 80px 10%;
	height: auto;
}

.content-block-home-03 .button {
	float: none;
}

.content-fix {
	display: block;
	width: 100%;
}
}


/* ==========================================================================
   Chi Siamo Content
   ========================================================================== */
.content-block-chi-siamo-01 {
	background: url(../img/ceotto-vini-chi-siamo-02.jpg) center right no-repeat;
}

.content-block-chi-siamo-02 {
	background: #49463d url(../img/ceotto-vini-chi-siamo-03.jpg) center center no-repeat;
	background-size: cover;
	text-align: left;
	padding: 0;
	height: 750px;
}

.content-block-chi-siamo-02 h1 {
	text-align: left;
}

.content-block-chi-siamo-02 .content-block {
	background: none;
	padding: 80px 200px 250px 80px;
}

.content-block-chi-siamo-02 .content-block-text {
	background: rgba(0,0,0,0.5);
	padding: 50px;
}

.content-block-chi-siamo-02 .content-block-text h1,
.content-block-chi-siamo-02 .content-block-text p {
	color: #fff;
}

.content-block-chi-siamo-02 .content-block-text h1 {
	margin-top: 0;
}

.content-block-chi-siamo-03 {
	background: url(../img/ceotto-vini-chi-siamo-04.jpg) center center no-repeat;
	background-size: cover;
}

.content-block-chi-siamo-04 {
	background: url(../img/ceotto-vini-chi-siamo-08.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1640px) {
.content-block-chi-siamo-02 {
	height: 700px;
}

.content-block-chi-siamo-02 .content-block {
	background: none;
	padding: 80px 0 250px 80px;
}
}

@media screen and (max-width: 1440px) {
.content-block-chi-siamo-01 {
	background: url(../img/ceotto-vini-chi-siamo-02.jpg) 75% center no-repeat;
}

.content-block-chi-siamo-02 .content-block {
	padding: 50px 0 150px 50px;
}
}

@media screen and (max-width: 1360px) {
.content-block-chi-siamo-02 .content-block-text {
	padding: 25px;
}
}

@media screen and (max-width: 767px) {
.content-block-chi-siamo-02 {
	background: #49463d url(../img/ceotto-vini-chi-siamo-03.jpg) 60% bottom no-repeat;
	height: 650px;
}

.content-block-chi-siamo-02 .content-block {
	padding: 0;
}

.content-block-chi-siamo-02 .content-block-text {
	padding: 25px;
	margin: 0 auto;
	float: none;
}
}




/* ==========================================================================
   Territorio Content
   ========================================================================== */
.content-block-territorio-01 {
	background: url(../img/ceotto-vini-territorio-02.jpg) center right no-repeat;
}

.content-block-territorio-02 {
	background: #49463d url(../img/ceotto-vini-territorio-03.jpg) center top no-repeat;
	background-size: cover;
	text-align: left;
}

.content-block-territorio-02 h1 {
	text-align: left;
}

.content-block-territorio-02 .content-block {
	background: none;
	padding: 150px;
}

.content-block-territorio-02 .content-block-text {
	background: rgba(0,0,0,0.5);
	padding: 50px;
}

.content-block-territorio-02 .content-block-text h1,
.content-block-territorio-02 .content-block-text p {
	color: #fff;
}

.content-block-territorio-02 .content-block-text h1 {
	margin-top: 0;
}

.content-block-territorio-03 {
	background: url(../img/ceotto-vini-territorio-04.jpg) center top no-repeat;
	background-size: cover;
}

.content-block-teritorio-04 {
	background: url(../img/ceotto-vini-territorio-08.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1780px) {
.content-block-territorio-02 .content-block {
	padding: 100px;
}
}

@media screen and (max-width: 1640px) {
.content-block-territorio-02 .content-block {
	padding: 100px 0 100px 100px;
}
}

@media screen and (max-width: 1440px) {
.content-block-territorio-02 .content-block {
	padding: 50px 0 50px 50px;
}
}

@media screen and (max-width: 1360px) {
.content-block-territorio-02 .content-block-text {
	padding: 25px;
}
}

@media screen and (max-width: 767px) {
.content-block-territorio-02 .content-block {
	padding: 25px;
}
}



/* ==========================================================================
   Qualità Content
   ========================================================================== */
.content-block-qualita-01 {
	background: url(../img/ceotto-vini-qualita-02.jpg) center right no-repeat;
}

.content-block-qualita-02 {
	background: #49463d url(../img/ceotto-vini-qualita-03.jpg) center 100% no-repeat;
	background-size: cover;
	text-align: left;
	height: 800px;
}

.content-block-qualita-02 h1 {
	text-align: left;
}

.content-block-qualita-02 .content-block {
	background: none;
	padding: 150px;
	margin-top: 200px;
}

.content-block-qualita-02 .content-block-text {
	background: rgba(0,0,0,0.5);
	padding: 50px;
}

.content-block-qualita-02 .content-block-text h1,
.content-block-qualita-02 .content-block-text p {
	color: #fff;
}

.content-block-qualita-02 .content-block-text h1 {
	margin-top: 0;
}

.content-block-qualita-03 {
	background: url(../img/ceotto-vini-qualita-04.jpg) center top no-repeat;
	background-size: cover;
}

.content-block-qualita-04 {
	background: url(../img/ceotto-vini-qualita-10.jpg) center right no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1780px) {
.content-block-qualita-02 .content-block {
	padding: 100px;
}
}

@media screen and (max-width: 1640px) {
.content-block-qualita-02 {
	height: 700px;
}

.content-block-qualita-02 .content-block {
	padding: 100px 0 100px 100px;
	margin-top: 75px;
}
}

@media screen and (max-width: 1440px) {
.content-block-qualita-02 .content-block {
	padding: 50px 0 50px 50px;
}
}

@media screen and (max-width: 1360px) {
.content-block-qualita-02 .content-block-text {
	padding: 25px;
}
}

@media screen and (max-width: 767px) {
.content-block-qualita-02 {
	height: 500px;
}

.content-block-qualita-02 .content-block {
	padding: 25px;
	margin-top: 0;
}
}



/* ==========================================================================
   Pages Common Styles
   ========================================================================== */
.pages-container {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 80px 0;
	background: #e3e1dd;
}

.pages-container h1 {
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	text-transform: uppercase;
	color: #302e26;
	text-align: center;
}

.pages-container address,
.pages-container p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #302e26;
	padding-top: 40px;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.pages-container p {
	margin: 25px auto 0 auto;
	font-weight: 500;
	padding-top: 0;
}

.pages-container a {
	color: #302e26;
	text-decoration: none;
}

.pages-container strong {
	width: auto;
	padding-top: 0;
	font-weight: 700;
}

.pages-container h1 {
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	color: #302e26;
	text-align: center;
}

@media screen and (max-width: 639px) {
.pages-container {
	padding: 100px 0 50px 0;
}
}



/* ==========================================================================
   News Pages
   ========================================================================== */
.news-container {
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;          /* Aggiungi */
    flex-wrap: wrap;        /* Aggiungi */
}

.news-item {
    width: calc((100% - 4%) / 3);  /* 3 colonne, 2 gap da 2% */
    float: none;                   /* Rimuovi il float */
    overflow: hidden;
    margin: 0 2% 50px 0;
    display: flex;
    flex-direction: column;
}

/* Ogni terzo elemento (3°, 6°, 9°…) non deve avere margine destro */
.news-item:nth-of-type(3n) {
    margin-right: 0;
}

.prime-note-container {
	width: 1280px;
}

.news-container .news-item {
	overflow: visible;
}

.news-container .button {
	color: #fff;
}

.prime-note-container .news-item {
	width: 282px;
	margin: 0 50px 50px 0;
}

.prime-note-container .news-item:nth-of-type(4) {
	margin: 0 0 50px 0;
}

@media screen and (max-width: 1279px) {
	.prime-note-container {
		width: 640px;
	}
	.prime-note-container .news-item:nth-of-type(2) {
		margin: 0 0 50px 0;
	}
}

.news-item-image {
	height: 384px;
	position: relative;
}

.news-item-image img {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.prime-note-container .news-item img {
	margin: 0 auto;
	display: block;
}

.news-item-image:after {
	position: absolute;
	z-index: 2;
	display: block;
	content: '';
	background: rgba(0,0,0,0.5) url(../img/icons/link.svg) center center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news-item-image:hover:after {
	opacity: 1;
}

.news-item-text {
	padding: 25px;
	padding-bottom: 60px;
	color: #FFF;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	background: #969289;
	position: relative;
	flex: 1;
}

.pages-container .news-item-text {
	background: #fff;
	color: #1a1916;
}
.news-carousel-text time {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.news-item-text h1 {
	font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
	color: #302e26;
	text-align: left;
	text-transform: none;
}
.news-item-text p {
	width: auto;
	text-align: left;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    color: #FFF;
}
.pages-container .news-item-text p {
	color: #67645a;
}
.news-item-text a {
	width: auto;
	text-align: right;
	font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 15px;
    color: #FFF;
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-decoration: none;
	padding: 7px 15px;
	background: #67645a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news-item-text a:hover {
	background: #49463d;
}
.single-news-container {
	width: 90%;
	max-width: 1000px;
	padding: 50px 0 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.single-news-container img {
	float: left;
}
.single-news-item-text {
	width: 450px;
	padding: 0 0 0 50px;
	float: left;
}
.single-news-item-text-large {
	width: 100%;
	padding: 10px 0 80px 0;
}
.pages-container .single-news-item-text-large p {
	max-width: 100%;
}
.single-news-item-text time {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
	color: #302e26;
	text-align: left;
	text-transform: none;
}
.single-news-item-text h1 {
	font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
	color: #302e26;
	text-align: left;
	text-transform: none;
}
.single-news-item-text p,
.single-news-item-text li {
	width: auto;
	text-align: left;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 15px;
    color: #302e26;
	font-family: 'Open Sans', sans-serif;
}
.single-news-item-text a {
    color: #fff;
}
.single-news-item-text ul {
	list-style-type: disc;
	padding-left: 15px;
}
.single-news-item-text li a {
    color: #302e26;
	text-decoration: underline;
	font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.single-news-item-text .button {
	float: left;
}
.step-imbottigliamento {
	margin: 80px auto 0 auto;
	display: block;
	float: none;
}
.download-guide {
	margin: 35px auto;
	display: block;
	float: none;
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.download-guide:hover {
	opacity: 1;
}
.single-news-item-text .button.event-button {
	float: none;
	margin: 25px 0;
	width: 242px;
	float: none;
}
.event-button:after {
	width: 248px;
}
.single-news-item-text-large .button {
	margin: 50px auto 0 3px;
}

@media screen and (max-width: 1280px) {
.news-container {
	width: 1000px;
}
.prime-note-container {
	width: 640px;
}
.news-item-text {
}

.news-item-image {
	height: 320px;
}

.single-news-container {
	max-width: 900px;
}

.step-imbottigliamento {
	max-width: 900px;
	width: 100%;
}

.single-news-container img {
	width: 47.5%;
	padding: 0 0 0 0;
}

.single-news-item-text {
	width: 50%;
	padding: 0 0 0 5%;
}

.single-news-item-text-large {
	width: 100%;
	padding: 10px 0 80px 0;
}
}

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

.prime-note-container {
	width: 640px;
}

.news-item,
.news-item:nth-of-type(3),
.news-item:nth-of-type(6),
.news-item:nth-of-type(9) {
	width: 100%;
	max-width: 400px;
	float: none;
	margin: 0 auto 50px auto;
}

.prime-note-container .news-item,
.prime-note-container .news-item:nth-of-type(3),
.prime-note-container .news-item:nth-of-type(6),
.prime-note-container .news-item:nth-of-type(9) {
	width: 282px;
	max-width: auto;
	float: left;
	margin: 0 50px 50px 0;
}

/* Ogni terzo elemento (3°, 6°, 9°…) non deve avere margine destro */
.news-item:nth-of-type(3n) {
    margin: 0 auto 50px auto;
}

.news-item-text {
	height: auto;
	overflow: hidden;
}

.news-item-image {
	height: 400px;
}

.news-item-text a {
	position: relative;
	float: right;
	bottom: auto;
	right: auto;
	margin-top: 25px;
}

.single-news-container img {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	float: none;
	display: block;
}

.single-news-item-text {
	width: 100%;
	max-width: 500px;
	margin: 50px auto 0 auto;
	padding: 0;
	float: none;
}

.single-news-item-text-large {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

.single-news-item-text .button {
	float: none;
	margin: 50px auto 0 auto;
}

.single-news-item-text .button.event-button {
	margin: 25px auto;
}

.news-item-text {
	padding-bottom: 25px;
}
}

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

.prime-note-container {
	width: 100%;
}

.single-news-container {
	padding: 0 0 50px 0;
}

.news-item,
.news-item:nth-of-type(3),
.news-item:nth-of-type(6),
.news-item:nth-of-type(9) {
	width: 300px;
	max-width: none;
}

.prime-note-container .news-item,
.prime-note-container .news-item:nth-of-type(3),
.prime-note-container .news-item:nth-of-type(6),
.prime-note-container .news-item:nth-of-type(9) {
	width: 100%;
	max-width: 400px;
	float: none;
	margin: 0 auto 50px auto;
}

.prime-note-container .news-item:nth-of-type(2),
.prime-note-container .news-item:nth-of-type(4) {
	margin: 0 auto 50px auto;
}

.news-item-image {
	height: 300px;
}
}


/* ==========================================================================
   Contacts Pages Social Icons
   ========================================================================== */
.contacts-social {
	float: none;
	margin: 50px auto 100px auto;
	width: 180px;
	overflow: hidden;
}

.contacts-social p {
	width: auto;
	font-weight: 700;
}

.contacts-social a {
	float: left;
	margin: 15px 15px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contacts-social a:hover {
	transform: scale(0.8);
}

.contacts-social a:last-of-type {
	margin: 15px 0 0 0;
}


/* ==========================================================================
   Footer Newsletter
   ========================================================================== */
.footer-newsletter {
	width: 100%;
	background: #24221c;
	border-bottom: 1px solid #464338;
	overflow: hidden;
}

.footer-newsletter-content {
	float: none;
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding: 35px 0;
}

.footer-newsletter-title {
	width: 70%;
	float: left;
}

.footer-newsletter-button {
	width: 30%;
	float: left;
}

.footer-newsletter-title h3 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #e3e1dd;
}

.footer-newsletter-title h3 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #e3e1dd;
	margin-left: 20px;
}

.footer-newsletter-button .button {
	float: right;
	margin: 0 4px 0 0;
}

.footer-newsletter-button .button:after {
	border: 1px solid #959391;
}

@media screen and (max-width: 1280px) {
	.footer-newsletter-content {
		width: 90%;
	}
}

@media screen and (max-width: 1280px) {
	.footer-newsletter-content {
		padding: 35px 0 50px 0;
	}
	
	.footer-newsletter-title,
	.footer-newsletter-button {
		width: 100%;
	}
	
	.footer-newsletter-title h3 {
		text-align: center;
	}
	
	.footer-newsletter-title h3 span {
		margin-left: 0;
	}
	
	.footer-newsletter-button .button {
		float: none;
		margin: 25px auto 0 auto;
	}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	width: 100%;
	overflow: hidden;
	background: #302e26;
	padding-bottom: 25px;
}

.footer-content {
	float: none;
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

.footer-block {
	float: left;
	width: 20%;
	padding: 80px 0 50px 0;
	overflow: hidden;
}

.footer-block-address {
	width: 35%;
}

.footer-block address {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

.footer-block address a {
	color: #ffffff;
	text-decoration: none;
}

.footer-block address strong {
	font-weight: bold;
}

.footer-block-navigation {
	width: 45%
}

.footer-block-navigation nav {
	display: block;
	float: left;
	margin-right: 65px;
}

.footer-block-navigation nav li,
.footer-block-navigation nav li a {
	font-family: 'Open Sans', sans-serif;
	color: #969289;
	font-size: 16px;
	line-height: 43px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-block-navigation nav li.item-current-page {
	color: #ffffff;
	position: relative;
	display: table;
}


.footer-block-navigation nav li.item-current-page:after {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	background: #cd1719;
	margin-top: -10px;
	position: absolute;
}

.footer-block-navigation nav li a:hover {
	color: #fff;
}

.footer-block-navigation img {
	float: right;
}

img.col-fondo-footer {
	margin-right: 15px;	
}

@media screen and (max-width: 1280px) {
.footer-content {
	width: 90%;
}

.footer-block {
	width: 25%;
}

.footer-block-address {
	width: 35%;
}

.footer-block-navigation {
	width: 40%
}

.footer-block-navigation nav {
	margin: 0 30px 0 5px;
}
}

@media screen and (max-width: 1210px) {
img.col-fondo-footer {
	margin-right: 0;
	clear: both;
	margin-top: -30px;
}
}

@media screen and (max-width: 1023px) {
.footer-block,
.footer-block-address,
.footer-block-navigation {
	width: 100%;
	padding: 50px 0 0 0;
}

.footer-block-navigation {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	float: none;
}

.footer-block-navigation nav {
	margin: 0 25px 50px 35px;
}

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

.footer-block address {
	text-align: center;
}

img.col-fondo-footer {
	margin-top: 25px;
}
}

@media screen and (max-width: 350px) {
.footer-block-navigation nav {
	margin: 0 25px 50px 25px;
}
}

/* ==========================================================================
   Footer Bottom
   ========================================================================== */
.footer-block-bottom {
	width: 100%;
	overflow: hidden;
	float: left;
}

.social-icon-container {
	float: left;
	margin-top: 25px;
	overflow: hidden;
}

.social-icon {
	opacity: 0.7;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
}

.social-icon:hover {
	opacity: 1;
}

.policies {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #969289;
	margin: 87px 0 0 0;
	position: absolute;
}

.credits {
	float: right;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #969289;
	margin: 25px 0 0 0;
	overflow: hidden;
}

.legal {
	float: left;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #969289;
	margin: 50px 0 0 0;
	width: 50%;
}

.policies a,
.credits a,
.legal a {
	color: #969289;
}

.alemans-logo {
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 48px;
	margin: -17px 0 0 -42px;
	background-image: url(../img/alemans-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.pnrr-desktop {
	width: 100%;
	display: block;
	overflow: hidden;
}

.pnrr-desktop img {
	margin-top: 50px;
}

@media screen and (max-width: 1280px) {
	.social-icon-container {
		margin-top: 0;
	}
}

@media screen and (max-width: 1023px) {
.policies {
	position: relative;
	float: none;
	margin: 0 auto;
}

.footer-block-bottom {
	height: auto;
	overflow: hidden;
	border-top: none;
}

.social-icon-container {
	float: none;
	width: 158px;
	margin: 25px auto 0 auto;
}

.policies {
	float: none;
	text-align: center;
	margin: 25px auto 0 auto;
}

.credits {
	float: none;
	text-align: center;
	margin: 50px 0 25px 0;
	width: 100%;
	overflow: hidden;
}

.legal {
	float: none;
	margin: 50px auto 0 auto;
	width: 90%;
	text-align: center;
}
}

@media screen and (max-width: 640px) {
.legal {
	text-align: left;
	width: 100%;
}
}



/* ==========================================================================
   Owl Carousel
   ========================================================================== */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../img/icons/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



/* ==========================================================================
   Owl Carousel Custom Styles
   ========================================================================== */
.owl-carousel .owl-nav {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav [class*='owl-'] {
	position: absolute;
	text-indent: -9999px;
	background-color: rgba(0,0,0,0.5);
	display: inline-block;
	cursor: pointer;
	width: 80px;
	height: 80px;
	top: 45%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 50;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
	background-color: rgba(0,0,0,0.75);
}

.owl-carousel .owl-prev  {
	left: 15px;
	background-image: url(../img/icons/owl-prev-arrow.svg);
}

.owl-carousel .owl-next  {
	right: 15px;
	background-image: url(../img/icons/owl-next-arrow.svg);
}

.owl-carousel .owl-nav.disabled + .owl-dots  {
	margin-top: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	left: 50%;
	margin: 0 0 0 -152px;
	z-index: 100;
	position: absolute;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px 10px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 50%;
	border: 3px solid #3c352f;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #8d7e6f;
}

.owl-prime-note-item img {
    margin-left: -40px !important;
}


@media screen and (max-width: 1280px) {
.wine-carousel .item img {
	width: 200px !important;
}

.wine-carousel .owl-prime-note-item img {
    width: 316px !important;
}

.owl-prime-note-item img {
    margin-left: auto !important;
}
}

/* ==========================================================================
   Owl Wines Carousel
   ========================================================================== */
.wine-carousel {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.wine-carousel .owl-nav [class*='owl-'] {
	background-color: rgba(255,255,255,0.5);
	top: 42.5%;
}

.wine-carousel .owl-nav [class*='owl-']:hover {
	background-color: rgba(255,255,255,0.75);
}

.wine-carousel .owl-prev {
	left: 0px;
	background-image: url(../img/icons/owl-prev-arrow-black.svg);
}

.wine-carousel .owl-next {
	right: 0px;
	background-image: url(../img/icons/owl-next-arrow-black.svg);
}

.wine-carousel .owl-dots {
	margin: 0 0 0 -152px;
}

.wine-carousel .item .button {
	margin: 10px auto 0 auto;
	font-size: 15px;
	width: 240px;
}

.wine-carousel .item .button:after {
	width: 246px;
}

.wine-carousel .item .button:hover .wine-carousel .item img {
	opacity: 0.5;
}

.wine-carousel .item {
	padding-bottom: 5px;
}

.wine-carousel .item img {
	margin: 0 auto;
	width: auto;
}

.wine-carousel-item-image {
	position: relative;
}

.wine-carousel-item-image img {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.wine-carousel-item-image:after {
	position: absolute;
	z-index: 2;
	display: block;
	content: '';
	background: rgba(0,0,0,0.5) url(../img/icons/link.svg) center center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.wine-carousel-item-image:hover:after {
	opacity: 1;
}

.wine-carousel .owl-prev {
	left: -15px;
}

.wine-carousel .owl-next {
	right: -15px;
}

@media screen and (max-width: 1200px) {
.wine-carousel .owl-nav [class*='owl-'] {
	top: 40%;
}
}

@media screen and (max-width: 1023px) {
.wine-carousel .owl-nav [class*='owl-'] {
	top: 35%;
}
}

@media screen and (max-width: 767px) {
.wine-carousel .owl-nav,
.wine-carousel .carousel-text-border {
	display: block;
}

.wine-carousel .owl-nav [class*='owl-'] {
	top: 40%;
}
}

@media screen and (max-width: 639px) {
.wine-carousel .owl-nav [class*='owl-'] {
	top: 30%;
}

.wine-carousel .item img {
	width: 200px;
}
}



/* ==========================================================================
   Owl News Carousel
   ========================================================================== */
.news-carousel-content-container {
	background: #969289 url(../img/topografia-terreno.svg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.news-carousel-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.news-carousel-content-headline {
	width: 350px;
	float: left;
}

.news-carousel-content-headline h1 {
	float: left;
	clear: both;
	margin-top: 100px;
}

.news-carousel-content-headline h2 {
	color: #302e26;
	float: left;
	clear: both;
	text-align: left;
}

.news-carousel-content-headline .button {
	float: left;
}

.news-carousel {
	width: 700px;
	float: right;
	margin-right: 50px;
}

.news-carousel .owl-stage-outer {
	padding-bottom: 15px;
}

.news-carousel .owl-item {
	-webkit-box-shadow: 0px 10px 9px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 9px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 9px -5px rgba(0,0,0,0.25);
}

.news-carousel .owl-nav [class*='owl-'] {
	top: 42.5%;
}

.news-carousel .owl-prev {
	left: -100px;
}

.news-carousel .owl-next {
	right: -100px;
}

.news-carousel item {
	overflow: hidden;
}

.news-carousel-item-image {
	position: relative;
	width: 343pxpx;
}

.news-carousel item img {
	position: relative;
}

.news-carousel-text {
	padding: 25px;
	color: #FFF;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	background: #67645a;
	height: 204px;
}

.news-carousel-text time {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.news-carousel-text h1 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.news-carousel-text p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 15px;
	color: #FFF;
}

@media screen and (max-width: 1250px) {
.news-carousel-content-headline {
	width: 100%;
	float: none;
}

.news-carousel-content-headline h1 {
	float: none;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.news-carousel-content-headline h2 {
	float: none;
	text-align: center;
}

.news-carousel-content-headline .button {
	float: none;
	margin: 50px auto;
}

.news-carousel {
	width: 700px;
	float: none;
	margin: 0 auto;
}
}

@media screen and (max-width: 940px) {
.news-carousel-content-container {
	padding: 100px 0 180px 0;
}

.news-carousel .owl-nav [class*='owl-'] {
	width: 80px;
	height: 80px;
	top: auto;
	bottom: -100px;
}

.news-carousel .owl-prev {
	left: 50%;
	margin-left: -90px;
}

.news-carousel .owl-next {
	left: 50%;
	right: auto;
	margin-left: 10px;
}
}

@media screen and (max-width: 768px) {
.news-carousel {
	width: 400px;
}
}

@media screen and (max-width: 479px) {
.news-carousel {
	width: 280px;
}

.news-carousel-text h1,
.news-carousel-text p {
	font-size: 15px;
	line-height: 23px;
	margin-top: 10px;
}
}



/* ==========================================================================
   Owl Pages Carousel
   ========================================================================== */
.pages-carousel-content-container {
	background: #969289 url(../img/topografia-terreno.svg) center center no-repeat;
	padding: 50px 0 100px 0;
}

.pages-carousel-content-container h1 {
	color: #49463d;
}

.pages-carousel-content-container h2 {
	color: #fff;
}

.pages-carousel {
	margin-top: 25px;
}

.pages-carousel .owl-stage-outer  {
	padding: 50px 0;
}

.pages-carousel .owl-item.active.center > div {
	transform: scale(1.05);
	opacity: 1;
}

.pages-carousel .item {
	overflow: hidden;
	transition: all .3s ease-in-out;
	transform: scale(0.95);
	position: relative;
	 -webkit-box-shadow: 0px 10px 10px -3px rgba(29,28,23,0.35);
	-moz-box-shadow: 0px 10px 10px -3px rgba(29,28,23,0.35);
	box-shadow: 0px 10px 10px -3px rgba(29,28,23,0.35);
}

.pages-carousel .item:before {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(0,0,0,0.5);
}

.pages-carousel .owl-item.active.center > div:before {
	display: none;
}

.news-carousel item img {
	height: auto;
}

.quality-carousel .owl-dots {
	margin: 0 0 0 -95px;
}

.about-us-pages-carousel .owl-dots {
	margin: 0 0 0 -76px;
}

.territorio-carousel .owl-dots {
	margin: 0 0 0 -62px;
}



/* ==========================================================================
   Form
   ========================================================================== */
.contacts-form {
	max-width: 850px;
	width: 90%;
	padding: 100px 0 5px 0;
	overflow: hidden;
	margin: 0 auto;
}

.contacts-form p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #2b1a18;
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
	line-height: 20px;
}

.form-block {
	width: 100%;
	max-width: 400px;
	float: left;
	font-family: 'Open Sans', sans-serif;
}

.form-block:nth-of-type(2) {
	margin-left: 40px;
}

.form-block p {
	text-align: left;
	padding-bottom: 20px;
	color: #302e26;
}

.input-container {
	position: relative;
	z-index: 1;
	display: block;
	margin: 45px auto;
	width: 100%;
	vertical-align: top;
	height: 50px;
}

.input-field {
	position: relative;
	display: block;
	border-radius: 0;
	font-weight: 400;
	-webkit-appearance: none;
	width: 100%;
	padding: 20px;
	background: #fff;
	color: #282F44;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	border: none;
}

.textarea-container .input-field {
	height: 153px;
}

.input-field:focus {
	outline: none;
}

.input-label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #302e26;
	font-weight: bold;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	position: absolute;
	top: -30px;
	text-align: left;
	overflow: hidden;
	padding: 4px 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input-label-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 1em;
	font-weight: 400;
	color: #302e26;
}

.input-label-content::after {
	font-family: 'Open Sans', sans-serif;
	content: attr(data-content);
	position: absolute;
	top: -170%;
	left: 19px;
	color: #302e26;
	font-weight: 600;
}

.input-field:focus,
.input-filled .input-field {
	background-color: #d4d1ca;
}

.input-field:focus + .input-label,
.input-filled .input-label {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input-field:focus + .input-label .input-label-content,
.input-filled .input-label-content {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

.form-block .button {
	float: right;
	margin: 50px auto 0 auto;
	width: 230px;
	height: 50px;
	position: relative;
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	line-height: 40px;
	overflow: visible;
	padding: 0;
	-webkit-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}

.form-block .button .button {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
	margin: 0 auto;
}

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

.textarea-container + .checkbox {
	margin: 150px 0 50px 0;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@media screen and (max-width: 1023px) {
.contacts-form {
	padding: 0 0 5px 0;
}

.form-block,
.form-block:nth-of-type(2) {
	margin: 0 auto !important;
	float: none !important;
}

.contacts-social {
	margin: 25px auto 50px auto;
}
}

@media screen and (max-width: 639px) {
.textarea-container + .checkbox {
	overflow: hidden;
}

.form-block .button {
	float: none;
}
}


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


/* ==========================================================================
	Privacy Checkbox
   ========================================================================== */
.icheckbox_square-green {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	padding: 0;
	width: 33px;
	height: 33px;
	background: url(../img/icons/checkbox-unchecked.svg) no-repeat;
	border: none;
	cursor: pointer;
	margin: 0 !important;
	float: left !important;
	border: 2px solid #b5b0a5;
}

.icheckbox_square-green {
	background-position: 0 0;
	background-size: contain;
}

.icheckbox_square-green.checked {
	background: url(../img/icons/checkbox-checked.svg) no-repeat;
	border-color: #49463d;
	background-size: contain;
}

.icheckbox_square-green.checked .form-error {
	display: none;
}

.checkbox {
	clear: left;
	margin: -50px 0 15px 0;
}

.checkbox label {
	color: #302e26;
	font-size: 16px;
	margin: 0 0 0 10px;
	float: left;
	width: 85%;
}

.form-body .checkbox label {
	margin: 8px 0 0 10px;
}

.checkbox label.error {
	display: none !important;
}

.checkbox label a {
	color: #302e26;
	text-decoration: underline;
	cursor: pointer;
}

.checkbox label.error {
	display: none !important;
}

@media screen and (max-width: 560px) {
.checkbox label {
	margin: 4px auto 0 10px;
	width: 85%;
	text-align: left;
	font-size: 14px;
}

.form-body .checkbox label {
	margin: 0 0 0 10px;
}
}



/* ==========================================================================
	Valid / Invalid Inputs
   ========================================================================== */
.form label.error {
	color: #F00;
	text-align: right;
	float: right;
	font-size: 14px;
	margin: -20px 5px 0 0;
}

.form .input-container input:focus ~ label.error,
.form .input-container input:valid ~ label.error,
.form .input-container textarea:focus ~ label.error,
.form .input-container textarea:valid ~ label.error {
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
}

label[for="message"].error {
	top: 208px !important;
}

.form input.valid,
.form textarea.valid {
	background: #f8f9f9 url(../img/icons/input-checked.gif) no-repeat right center;
	background-size: 30px auto;
}

@media only screen and (max-width: 479px) {
.form label.error {
	font-size: 11px;
}
}



/* ==========================================================================
	Form Response
   ========================================================================== */
.form-response {
	width: 450px;
	overflow: hidden;
	position: fixed;
	background: #fff;
	z-index: 20000;
	top: 50px;
	right: -500px;
	padding: 20px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.15);
}

.visible-form-response {
	right: 50px;
}

.response-message {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #281e1d;
}

.response-message strong {
	font-family: 'Open Sans', sans-serif;
}

#success {
	width: 80px;
	margin-right: 20px;
	height: 80px;
	float: left;
	background: url(../img/icons/form-success.svg) no-repeat;
	background-position: center;
}

#fail {
	width: 80px;
	margin-right: 20px;
	height: 80px;
	float:left;
	background: url(../img/icons/form-fail.svg) no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1024px) {
	.form-response {
		bottom: auto;
		height: 120px;
		top: -120px;
		right: auto;
		left: 50%;
		margin-left: -225px;
	}

	.visible-form-response {
		right: auto;
		top: 50px;
	}
}



/* ==========================================================================
	Map
   ========================================================================== */
#map-container {
	position: relative;
}

.map-consent {
	width: 100%;
	height: 650px;
	float: left;
	background: url("../img/ceotto-vini-map-background.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

.map-consent-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -100px;
	background: #e3e1dd;
	color: #625f57;
}

.map-consent-button:after {
	border: 1px solid #e3e1dd;
}

#map {
	position: relative;
	width: 100%;
	height: 650px;
	float: left;
}

#zoom-in, #zoom-out {
	height: 40px;
	width: 40px;
	cursor: pointer;
	z-index: 5;
	margin: 0 0 25px 0;
	background-color: #373027;
	background-repeat: no-repeat;
	background-size: 40px 80px;
	background-image: url("../img/icons/map-controller.svg");
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#zoom-in:hover, #zoom-out:hover,
.no-touch #zoom-in:hover, .no-touch #zoom-out:hover {
	background-color: #231f19;
}

#zoom-in {
	background-position: 50% 0;
	margin: 0 0 -40px 0;
}

#zoom-out {
	background-position: 50% -40px;
	margin: 0 0 25px 50px;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

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



/* ==========================================================================
   Products Page
   ========================================================================== */
@media screen and (min-width: 1261px) {
#myContainer {
	height: 100vh !important;
	overflow: hidden;
	position: relative;
}
}

#myContainer.quote-wine-sheets-container {
	display: none;
}

body.products-page {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow-y: scroll !important;
}

.ms-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-section.ms-table{
    display: table;
    width: 100%;
}

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	padding-bottom: 150px;
}

.ms-easing {
-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.ms-responsive .ms-hide {
    display: none;
}

.ms-left .ms-tableCell {
	padding: 0 50px 50px 0;
}

.ms-section h1 {
	font-size: 50px;
	text-align: left;
	font-family: 'Playfair Display', serif;
	color: #fff;
	padding: 0 50px;
	width: 95%
}

.ms-left .ms-section .button {
	display: none;
}

.ms-left .ms-section h1 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: -80px auto 25px auto;
	color: #302e26;
	width: 100%;
	opacity: 0;
	padding: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.ms-left .ms-section {
	padding-left: 50px;
}

.ms-left .ms-section h1.open-wine-sheet-title {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 1;
}

.ms-section h2 {
	text-align: left;
	clear: both;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-top: 25px;
	width: 600px;
	padding: 0 50px;
}

.ms-section .subtitle {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-top: 25px;
	padding: 0 50px;
}

p.col-fondo-text {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	padding: 0 25px;
}

#left10 img.download-sheet {
	margin: 25px 50px 0 0;
}

.ms-section .button {
	float: left;
	margin-left: 50px;
}

.ms-section .button-light:after {
	border: 1px solid #969289;
}

.ms-section .button:hover,
.ms-section .button:focus {
	color: #fff;
	-webkit-box-shadow: inset 0 52px 0 0 #969289;
			box-shadow: inset 0 52px 0 0 #969289;
}

.ms-section img {
	float: none;
	display: block;
	margin: -100px auto 80px auto;
	width: 350px;
}

#right9 img {
	width: 525px;
}

@media screen and (max-height: 920px) {
.ms-section img {
	margin: 0 auto 80px auto;
}
}

#right10 {
	padding-left: 100px;
}

#right10 img {
	width: 600px;
}

.ms-right .ms-section img {
	display: none;
}

.ms-right .ms-section {
	background: #49463d !important;
}

.ms-left .ms-section {
	background: #49463d url(../img/topografia-terreno-light.svg) center right no-repeat;
	background-size: 150%;
}
		
#wines-menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 150px;
	z-index: 70;
	width: 100%;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #27251e;
}

#wines-menu h1 {
	font-size: 18px;
	color: #e3e1dd;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 25px 0 15px 0;
}

#wines-menu li {
	display: inline-block;
	min-width: 120px;
	margin: 0;
	color: #302e26;
	background: #969289;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

#wines-menu li span {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	margin: 12px 0 0 0;
	font-weight: 600;
	font-size: 13px;
	color: #969289;
}

#wines-menu li:hover{
	background: #e3e1dd;
}

#wines-menu li.active,
#wines-menu li.active:hover {
	background: #e3e1dd;
	color: #302e26;
}

#wines-menu li a {
	text-decoration: none;
	font-size: 14px;
	color: #302e26;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
}

#wines-menu li a,
#wines-menu li.active a {
	padding: 8px 12px;
	display: block;
}

#wines-menu li.active a {
	color: #302e26;
}

#wines-menu .slide {
	margin: 35px auto 0 auto;
	float: none;
	height: 9px;
	width: 1074px;
	background: url(../img/residuo-zuccherino.svg) no-repeat;
	background-size: cover;
}

#multiscroll-nav {
    position: absolute;
    z-index: 100;
    margin-top: -32px;
    top: 40%;
    opacity: 1;
}

#multiscroll-nav.right {
    right: 17px;
}

#multiscroll-nav.left {
    left: 80px;
}

#multiscroll-nav ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#multiscroll-nav ul:after {
  	display: block;
	content: '';
	background: #302e26;
	width: 2px;
	height: 320px;
	top: 5px;
	left: 28px;
	position: absolute;
}

#multiscroll-nav:before {
	content: 'Residuo Zuccherino';
	width: 335px;
	display: block;
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: absolute;
	top: 172px;
	left: -230px;
	background: #969289;
	padding: 10px;
	text-align: center;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#multiscroll-nav li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 25px 20px;
    position:relative;
}

#multiscroll-nav li:last-of-type {
	display: none;
}

#multiscroll-nav li:before {
    display: block;
	content: '';
	font-size: 14px;
	color: #302e26;
	font-family: 'Open Sans', sans-serif;
	margin: -3px 0 0 -55px;
	position: absolute;
}

#multiscroll-nav li:nth-of-type(1):before {
	content: '13 gr/lt';
}

#multiscroll-nav li:nth-of-type(2):before {
	content: '8 gr/lt';
}

#multiscroll-nav li:nth-of-type(3):before {
	content: '\00a0 \00a0 7 gr/lt';
}

#multiscroll-nav li:nth-of-type(4):before {
	content: '\00a0 \00a0 3 gr/lt';
}

#multiscroll-nav li:nth-of-type(5):before {
	content: '\00a0 \00a0 \00a0 0 gr/lt';
}

#multiscroll-nav li:nth-of-type(6):before {
	content: '\00a0 \00a0 \00a0 0 gr/lt';
}

#multiscroll-nav li:nth-of-type(7):before {
	content: '\00a0 \00a0 \00a0 0 gr/lt';
}

#multiscroll-nav li:nth-of-type(8):before {
	content: '\00a0 \00a0 \00a0 0 gr/lt';
}

#multiscroll-nav li:nth-of-type(9):before {
	content: '\00a0 \00a0 \00a0 0 gr/lt';
}

#multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 250px;
	margin-left: -150px;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
	padding: 20px 30px;
}

#multiscroll-nav li .active span {
    background: #333;
}

#multiscroll-nav span {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
	margin-left: 150px;
    border: 1px solid #302e26;
    background: rgb(227, 225, 221);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.multiscroll-tooltip {
    position: absolute;
    color: #302e26;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    top: -2px;
    white-space: nowrap;
    max-width: 220px;
}

.multiscroll-tooltip.right {
    right: 20px;
}

.multiscroll-tooltip.left {
    left: 20px;
}

.ms-responsive .ms-hide {
    display: none;
}

.wine-sheet {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #39372e;
	top: 0;
	right: 0;
	padding: 80px 80px 0 80px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(101%);
	-moz-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-o-transform: translateX(101%);
	transform: translateX(101%);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.open-wine-sheet {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.close-wine-sheet {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 25px;
	top: 25px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	opacity: 1;
	z-index: 100;
}

.close-wine-sheet:hover {
	-webkit-transform: scale(0.85);
	-moz-transition: scale(0.85);
	-o-transition: scale(0.85);
	transition: scale(0.85);
}

.close-wine-sheet:before,
.close-wine-sheet:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 40px;
	width: 4px;
	background-color: #e3e1dd;
}

.close-wine-sheet:before {
	transform: rotate(45deg);
}

.close-wine-sheet:after {
	transform: rotate(-45deg);
}

.ms-right .ms-section img.download-sheet {
	display: block;
	margin: 25px -5px 80px 0;
	width: auto;
	float: right;
}

.ms-right .ms-section img.download-col-fondo-project {
	display: block;
	margin: 25px 0 0 0;
	width: auto;
	float: left;
	transition: all .2s ease-in-out;
	padding-left: 0;
}

.ms-right .ms-section img.download-col-fondo-project:hover {
	transform: scale(0.9);
}

.close-mobile-sheet-button {
	display: none;
}

@media screen and (max-height: 920px) {
.ms-tableCell {
	padding-bottom: 130px;
}

.ms-section img {
	width: 300px;
}

#right9 img {
	width: 450px;
}

#wines-menu {
	height: 93px;
}

#wines-menu h1 {
	margin: 15px 0;
}

#wines-menu li a,
#wines-menu li.active a {
	padding: 8px 6px;
	font-size: 12px;
	display: block;
}

#wines-menu li span {
	margin: 8px 0 0 0;
}

.wine-sheet {
	padding: 60px 50px 0 50px;
}

.close-wine-sheet {
    right: 0.5%;
}
}

@media screen and (max-width: 1700px) {
.close-wine-sheet {
	right: 5px;
	top: 12px;
}
}

@media screen and (max-width: 1580px) {
.ms-section h1 {
	font-size: 40px;
}

.ms-section h2 {
	font-size: 30px;
	line-height: 40px;
}

.ms-section .subtitle {
	font-size: 16px;
	line-height: 26px;
}

.ms-section img {
	width: 350px;
	padding-left: 50px;
}

.ms-left .ms-section h1 {
	padding-left: 50px;
}

#right10 img {
	width: 500px;
	padding-left: 50px;
}

.wine-sheet {
	padding: 60px 25px 0 25px;
}
}

@media screen and (max-width: 1360px) {
.ms-section img {
	width: 300px;
	padding-left: 50px;
}

#right10 img {
	width: 450px;
	padding-left: 50px;
}

#wines-menu {
	bottom: 0;
}
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
#myContainer {
	height: 100vh !important;
	overflow: hidden;
	position: relative;
}
}

@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
#myContainer {
	height: 96vh !important;
	overflow: hidden;
	position: relative;
}

#wines-menu {
	height: 117px;
}
}

@media screen and (max-width: 1360px) {
#wines-menu li {
	min-width: 100px;
	margin: 0;
}

#wines-menu li a {
	font-size: 12px;
	padding: 8px 6px;
}

.wine-sheet {
	padding: 60px 0 0 0;
}

.ms-section .subtitle {
	font-size: 14px;
	line-height: 24px;
}

.ms-section img {
	width: 330px;
	padding-left: 80px;
}

#right9 img {
	width: 450px;
}

.ms-left .ms-section h1 {
	padding-left: 80px;
	font-size: 20px;
	line-height: 30px;
}

.ms-right .ms-section {
	background: #49463d !important;
}

#right10 img {
	width: 375px;
	padding-left: 25px;
}

.close-wine-sheet {
    right: 0.5%;
}

.ms-right .ms-section img.download-sheet {
	margin: 25px 25px 80px 0;
}

.wine-sheet .accordion h4 a:before {
	margin: -6px 10px 0 15px;
}

.wine-sheet .accordion h4:hover a:before {
	margin: -6px 10px 0 30px;
}

.ms-right .ms-section img.download-col-fondo-project {
	padding-left: 18px;
}
}

@media screen and (max-width: 1260px) {
.ms-right .ms-section img.download-col-fondo-project {
	padding-left: 50px;
}
}

@media screen and (max-width: 1195px) {
.ms-section .subtitle {
	width: 90%;
}


#left10 img.download-sheet {
	margin: 25px 100px 0 0;
}

.close-wine-sheet {
	right: 50px;
}

.ms-right .ms-section img.download-sheet {
	margin: 25px 70px 80px 0;
}

.ms-section .shop-button {
	clear: both;
	margin-left: 50px;
	margin-top: 25px;
}
}

@media screen and (max-width: 1130px) {
.close-wine-sheet {
	right: 80px;
}

.ms-right .ms-section img.download-sheet {
	margin: 25px 85px 80px 0;
}
}

@media screen and (max-width: 1090px) {
#wines-menu li {
	margin-left: -2px;
}

#wines-menu li a,
#wines-menu li.active a {
	padding: 8px 2px;
	font-size: 11px;
}

.close-wine-sheet {
	right: 90px;
}

.ms-right .ms-section img.download-sheet {
	margin: 25px 105px 80px 0;
}
}

@media screen and (max-width: 1090px) {
.ms-right .ms-section img.download-col-fondo-project {
    padding-left: 35px;
}
}

@media screen and (max-width: 1023px) {
#myContainer {
	overflow: hidden;
	position: relative;
}

#myContainer.quote-wine-sheets-container {
	display: block;
}

#wines-menu {
	display: none;
}

.ms-section img {
	padding-left: 0;
	margin: 0 auto;
	width: 250px;
}

#right9 img {
	width: 375px;
	margin: 0 auto 25px auto;
}

.ms-left {
	overflow: hidden;
}

.ms-left .ms-section {
	background: #e3e1dd;
	padding: 70px 0 0 0;
	overflow: hidden;
}

.ms-left .ms-section h1 {
	opacity: 1;
	padding: 0;
	margin: 0 auto;
}

.ms-left .ms-section .button {
	margin: 25px auto;
	float: none;
	display: block;
}

#left10 img.download-sheet {
	display: none;
}

.ms-right {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	width: 100%;
	z-index: -1;
}

.ms-right-mobile-height {
	z-index: 1;
}

.ms-right .ms-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #39372e !important;
}

.ms-right .ms-section h1,
.ms-right .ms-section h2,
.ms-right .ms-section .button,
.ms-right .ms-section .subtitle {
	display: none;
}

#right10 {
	padding-left: 0;
	padding-bottom: 80px
}

#right10 img {
	padding-left: 0;
	margin: 0 auto;
	width: 400px;
}

.wine-sheet {
	right: auto;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 125px 0;
	position: fixed;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transition: -webkit-transform 0;
	-moz-transition: -moz-transform 0;
	transition: transform 0;
	z-index: -1;
}

.open-wine-sheet {
	z-index: 1;
}

.wine-sheet-10 .subtitle {
	display: block !important;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.close-wine-sheet {
	position: absolute;
	left: 50%;
	right: auto;
	margin-left: -22px;
	top: 70px;
}

.ms-right .ms-section .close-mobile-sheet-button {
	display: block !important;
	float: none;
	margin: 0 auto;
	clear: both;
}

.ms-right .ms-section img.download-sheet,
 #left10 .wine-sheet-10 img.download-sheet {
	margin: 50px auto 80px auto;
	float: none;
	display: block;
}

.ms-right .ms-section img.download-col-fondo-project {
    padding-left: 0;
	margin: -45px auto 80px auto;
	float: none;
}
}

@media screen and (max-width: 639px) {
.ms-left .ms-section h1 {
	font-size: 25px;
}

.ms-section img {
	width: 200px !important;
}

#right9 img {
	width: 300px !important;
}

#right10 img {
	width: 300px;
}
}



/* ===========================================================================
   Products Page Accordions
============================================================================== */
.wine-sheet .accordion h4 a {
	font-family: 'Open Sans', sans-serif;
	background: url(../img/icons/wine-sheet-arrow-open.svg) right 8px no-repeat;
	display: block;
	padding: 15px 0 25px 0;
	text-decoration: none;
	font-size: 16px;
	color: #e3e1dd;
	margin: 12px 0;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

.col-fondo-accordion-items-container p a {
	color: #fff;
}

.wine-sheet .accordion h4.open a {
	background: url(../img/icons/wine-sheet-arrow-close.svg) right 8px no-repeat;
	border-bottom: none;
}

.wine-sheet .accordion:nth-of-type(5) h4 a {
	border-bottom: none;
}

.wine-sheet-9 .accordion:nth-of-type(5) h4 a {
	border-bottom: 1px solid #000;
}

.wine-sheet .accordion-items-container {
	padding: 0 30px 30px 30px;
}

.wine-sheet .accordion-item {
	width: 100%;
	height: 50px;
	background: #49463d;
	margin-bottom: 5px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #e3e1dd;
}

.wine-sheet .accordion-item-four-lines {
	height: 84px;
	line-height: 84px;
}

.wine-sheet .accordion-item-left {
	width: 40%;
	float: left;
	padding-left: 25px;
}

.wine-sheet .accordion-item-right {
	width: 60%;
	float: left;
	padding-right: 25px;
}

.wine-sheet .accordion-item-right-two-lines {
	line-height: 16px;
	padding-top: 9px;
}

.wine-sheet .accordion h4 a:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin: -11px 11px 0 0;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.wine-sheet .accordion h4:hover a:before {
	margin: -11px 11px 0 15px;
}

.wine-sheet .accordion h4.open:hover a:before {
	margin: -11px 11px 0 15px;
}

.wine-sheet .accordion h4.dati-generali a:before {
	background-image: url(../img/icons/wine-sheet-dati-generali.svg)
}

.wine-sheet .accordion h4.degustazione a:before {
	background-image: url(../img/icons/wine-sheet-degustazione.svg)
}

.wine-sheet .accordion h4.territorio a:before {
	background-image: url(../img/icons/wine-sheet-territorio.svg)
}

.wine-sheet .accordion h4.vinificazione a:before {
	background-image: url(../img/icons/wine-sheet-vinificazione.svg)
}

.wine-sheet .accordion h4.info a:before {
	background-image: url(../img/icons/wine-sheet-info.svg)
}

.four-lines-br {
	display: block;
}

.wine-sheet .col-fondo-accordion-items-container {
	max-height: 320px;
	overflow: scroll;
}

@media screen and (max-width: 1580px) {
.wine-sheet .accordion-items-container {
	padding: 0 0 15px 0;
}

.wine-sheet .accordion h4 a {
	padding: 5px 0 15px 0;
	margin: 12px 0;
	background: url(../img/icons/wine-sheet-arrow-open.svg) right 0 no-repeat;
	font-size: 14px;
}

.wine-sheet .accordion h4 a:before {
	width: 30px;
	height: 30px;
	background-size: contain;
	margin: -6px 10px 0 0;
}

.wine-sheet .accordion h4:hover a:before {
	margin: -6px 10px 0 15px;
}

.wine-sheet .accordion h4.open:hover a:before {
	margin: -6px 10px 0 15px;
}

.wine-sheet .accordion h4.open a {
	background: url(../img/icons/wine-sheet-arrow-close.svg) right 0 no-repeat;
}

.wine-sheet .accordion-items-container {
	padding: 0 30px 15px 30px;
}
}

@media screen and (max-width: 1360px) {
.wine-sheet .accordion-item {
	font-size: 13px;
}

.wine-sheet .accordion-item-left {
	width: 45%;
	padding-left: 20px;
}

.wine-sheet .accordion-item-right {
	width: 55%;
	padding-right: 20px;
}

.wine-sheet .accordion-item {
	height: 34px;
	line-height: 34px;
}

.wine-sheet .accordion-item-four-lines {
	height: 62px;
	line-height: 62px;
}

.wine-sheet .accordion-item-right-two-lines {
	line-height: 14px;
	padding-top: 2px;
}

.wine-sheet .accordion h4 a {
	padding: 0 0 10px 0;
	background-size: 20px 20px;
}

.wine-sheet .accordion h4.open a {
	background-size: 20px 20px;
}

.wine-sheet .accordion h4 a:before {
	width: 25px;
	height: 25px;
	margin: -3px 10px 0 0;
}

.wine-sheet .accordion h4 a {
	background: url(../img/icons/wine-sheet-arrow-open.svg) 97.5% 0 no-repeat;
	background-size: 20px 20px;
}

.wine-sheet .accordion h4.open a {
	background: url(../img/icons/wine-sheet-arrow-close.svg) 97.5% 0 no-repeat;
	background-size: 20px 20px;
}

.wine-sheet .accordion h4 a:before {
	margin: -6px 10px 0 15px;
}

.wine-sheet .accordion h4.open:hover a:before,
.wine-sheet .accordion h4:hover a:before {
	margin: -6px 10px 0 30px;
}
}


@media screen and (max-width: 1260px) {
.wine-sheet .accordion {
	width: 90%;
	margin:0 0 0 5%;
}

.wine-sheet .accordion-item {
	font-size: 12px;
}

.wine-sheet .accordion-item-left {
	width: 40%;
	padding-left: 10px;
}

.wine-sheet .accordion-item-right {
	width: 60%;
	padding-right: 0;
}

.wine-sheet .accordion-item-right-two-lines {
	padding-top: 4px;
}

.wine-sheet .col-fondo-accordion-items-container p {
	padding-bottom: 75px;
}
}

@media screen and (max-width: 1195px) {
.wine-sheet .accordion {
	width: 90%;
	margin: 0 0 0 4.5%;
}
}

@media screen and (max-width: 1130px) {
.wine-sheet .accordion {
	margin: 0 0 0 5%;
}

.wine-sheet .accordion-item-left {
	width: 37.5%;
}

.wine-sheet .accordion-item-right {
	width: 62.5%;
}
}

@media screen and (max-width: 1070px) {
.wine-sheet .accordion {
	margin: 0 0 0 2.5%;
}
}

@media screen and (max-width: 1023px) {
.wine-sheet .accordion {
	margin: 0 auto;
	width: 90%;
}

.four-lines-br {
	display: none;
}

.wine-sheet .accordion-items-container {
	padding: 0 0 15px 0;
}

.wine-sheet .accordion-item {
	height: auto;
	overflow: hidden;
	line-height: 20px;
	padding: 5px 0
}

.wine-sheet .accordion-item-left {
	width: 100%;
	padding: 0 10px;
}

.wine-sheet .accordion-item-right {
	width: 100%;
	padding: 0 10px;
}

.wine-sheet .col-fondo-accordion-items-container {
	max-height: 100%;
	overflow: auto;
}

.wine-sheet .col-fondo-accordion-items-container p {
	padding-bottom: 0;
}
}

@media screen and (max-height: 1000px) and (min-width: 1024px)  {
.wine-sheet .accordion-item {
	height: 40px;
	line-height: 40px;
}

.wine-sheet .accordion-item-four-lines {
	height: 74px;
	line-height: 74px;
}

.wine-sheet .accordion-item-right-two-lines {
	line-height: 16px;
	padding-top: 5px;
}
}

@media screen and (max-height: 920px) {
.wine-sheet .accordion h4 a {
	padding: 5px 0 15px 0;
	margin: 12px 0;
	background: url(../img/icons/wine-sheet-arrow-open.svg) 97.5% 0 no-repeat;
	font-size: 14px;
}

.wine-sheet .accordion h4.open a {
	background: url(../img/icons/wine-sheet-arrow-close.svg) 97.5% 0 no-repeat;
}

.wine-sheet .accordion h4 a:before {
	width: 30px;
	height: 30px;
	background-size: contain;
	margin: -6px 10px 0 15px;
}

.wine-sheet .accordion h4.open:hover a:before,
.wine-sheet .accordion h4:hover a:before {
	margin: -6px 10px 0 30px;
}

.wine-sheet .accordion-items-container {
	padding: 0 0 15px 0;
}
}

@media screen and (max-width: 639px) {
.wine-sheet .accordion h4 a {
	font-size: 12px;
}
}

/* ==========================================================================
   Privacy Policy / Cookie Policy Wrappers
   ========================================================================== */
.privacy-wrapper,
.cookies-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #e3e1dd;
	z-index: 1000;
	display: none;
	overflow: scroll;
}

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

.privacy-wrapper .button,
.cookies-wrapper .button {
	position: fixed;
	margin: 0;
	right: 50px; 
	top: 50px;
	width: 150px;
}

.privacy-wrapper .button:after,
.cookies-wrapper .button:after {
	width: 156px;
}

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

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


/* ==========================================================================
   Privacy Policy / Cookie Policy Text
   ========================================================================== */
.privacy-block {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding: 30px 0;
	text-align: left;
	text-transform: none;
}

.privacy h1 {
	font-family: 'Playfair Display', serif;
	text-align: left;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 33px;
	padding-top: 0;
	color: #141313;
	margin-bottom: 10px;
}

.privacy h2 {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	color: #141313;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	line-height: 33px;
}

.privacy h3 {
	font-size: 23px;
	letter-spacing: 0.05em;
	color: #141313;
	padding-top: 28px;
	line-height: inherit;
	margin-bottom: 10px;
}

.privacy p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #514d4d;
	font-weight: normal;
	text-align: left;
	max-width: inherit;
	width: auto;
	margin: 0;
}

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

.privacy-block .accordion h4 a {
	background: #d4d1ca url(../img/icons/privacy-arrow-closed.svg) 20px 23px no-repeat;
	display: block;
	padding: 23px 0 20px 65px;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-size: 18px;
	color: #373434;
	margin: 25px 0;
	text-decoration: none;
	line-height: 17px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

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

.privacy-block .accordion span {
	color: #4b585e;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 20px;
}

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

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

.no-scroll {
	overflow: hidden !important;
}

@media only screen and (max-width: 767px) {
.privacy-block {
	padding: 30px 0 0 0;
}

.privacy h1,
.privacy h2,
.privacy h3 {
	font-size: 20px;
	line-height: 25px;
}

.privacy p {
	font-size: 14px;
	line-height: 21px;
}

.privacy-block .accordion h4 a {
	padding: 20px 0 20px 55px;
	line-height: 16px;
	background: #eef1f2 url(../img/icons/privacy-arrow-closed.svg) 15px 23px no-repeat;
}
}



/* ==========================================================================
   Cookies Banner
   ========================================================================== */
#cookie-banner {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 22px 25px;
	display: none;
	position:fixed;
	width:100%;
	margin:0;
	left:0;
	bottom:0;
	z-index: 10000;
}

#cookie-banner-info {
	width: 820px;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #272727;
	text-align: left;
}

#cookie-banner-actions {
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #272727;
	text-decoration: none;
	float: right;
	right: 70px;
	position: absolute;
	top: 38px;
	text-transform: uppercase;
}

#cookie-banner-actions a:nth-of-type(1) {
	color: #6b6b6b;
}

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

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

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

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

#cookie-banner-info {
	float: none;
	text-align: center;
	margin: 0 auto 15px auto;
}

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

@media screen and (max-width: 900px) {
#cookie-banner-info {
	width: 90%;
	font-size: 12px;
}
}


/* ==========================================================================
   Wine Sheet - Fix righe accordion con testo su piu righe
   Le righe hanno altezza fissa e i due blocchi sono in float: se
   un'etichetta o un valore va a capo, il testo sfonda la riga e
   disallinea tutte le righe successive. Con flexbox il contenuto
   resta centrato dentro la riga e le righe successive non si spostano.
   ========================================================================== */
@media screen and (min-width: 1024px) {
	.wine-sheet .accordion-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1.35;
	}

	.wine-sheet .accordion-item-left,
	.wine-sheet .accordion-item-right {
		float: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.wine-sheet .accordion-item-right-two-lines {
		line-height: 1.35;
		padding-top: 0;
	}
}
