@import url(iubenda.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900italic,900);
/*GENERALI*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
}
body {
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
	box-sizing: border-box;
	font-family: 'Playfair Display', serif;
}
body.overflow-hidden .header {
	background: #c3bcb2;
}
.clear {
	clear: both;
}
img {
	border: none;
}
b, strong {
	font-weight: 700;
}
a, a:link {
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.cont-foto {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	background-position: center center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-color: #fff;
}
.cont-foto img {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}
.aligncenter {
	text-align: center;
}
a.more, .more {
	display: inline-block;
	position: relative;
	border-bottom: 2px solid #c3bcb2;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #c3bcb2;
	overflow: hidden;
	padding-bottom: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.more:hover {
	color: #000;
	border-bottom-color: #000;
}
.moretit {
	margin: -30px 0 30px 0;
}
.col02.dx .more {
	margin-top: 40px;
}
.int {
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
}
/*END GENERALI*/
/*HEADER*/
.header {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 70px;
	z-index: 2000;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.logotop {
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -70px;
	background-image: url(../images/logo/logomobile.svg);
	background-position: center center;
	background-size: 140px;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.lang {
	position: absolute;
	top: 0px;
	right: 30px;
	text-align: right;
	height: 100%;
	line-height: 70px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
a.lang:hover {
}
.move.header {
	background-color: #fff;
}
.grey {
	background-color: #f8f7f7;
}
.textblack {
	color: #000;
}
.intro {
	position: absolute;
	top: 40%;
	left: 50%;
	border-left: solid 1px #000000;
	padding-left: 50px;
	z-index: 99;
}
.intro::before {
	content: url(../images/icon/stemma.png);
	top: -70px;
	left: -15px;
	position: absolute;
}
.intro h1 {
	color: #fff;
	font-size: 80px;
	font-weight: 400;
	line-height: 70px;
	display: block;
	text-transform: uppercase;
}
.intro h1 span {
	font-weight: 700;
	display: block;
}
/*END HEADER*/
/*STRUTTURA*/
.global {
	padding-top: 70px;
}
.content {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.marrone {
	background-color: #c3bcb2;
}
.center {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.centermini {
	width: 500px;
}
.colslide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(50,50,50,0.40);
	z-index: 10;
}
.center.nopad {
	padding-top: 0;
}
.scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -20px;
	padding: 0;
	height: 40px;
	width: 40px;
	z-index: 100;
	background-image: url(../images/icon/scroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px;
	cursor: pointer;
}
/*TEXT*/
h1, h2 {
	position: relative;
	font-weight: 400;
	font-size: 30px;
	line-height: 32px;
	font-family: 'Playfair Display', serif;
}
h1.tit {
	font-size: 22px;
	font-style: normal;
	line-height: 26px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 50px;
}
h2 {
	font-style: italic;
	text-align: center;
	font-family: 'Playfair Display', serif;
}
h2.tit {
	text-transform: uppercase;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 50px;
}
h1.tit::before, h2::before {
	content: url(../images/icon/stemma.png);
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -15px;
	display: block;
	margin-bottom: 15px;
}
h2.pageInt {
	font-size: 20px;
	line-height: 25px;
}
h2.pageInt::before {
	content: "";
}
h3, h1.titseparator {
	font-size: 80px;
	line-height: 70px;
	color: #c3bcb2;
	font-weight: 400;
}
h1.titseparator, h3.titseparator {
	text-align: center;
	margin-bottom: 100px;
	text-transform: uppercase;
}
h4, h5 {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
}
h5 {
	font-style: normal;
	font-weight: 600;
}
h6 {
	font-size: 20px;
	line-height: 22px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}
.center h1.tit:last-child, .center h2.tit:last-child, .center h1.titseparator:last-child, .center h2.titseparator:last-child {
	margin-bottom: 0;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0px;
}
p a {
	font-weight: 500;
}
p a:hover {
	color: #c3bcb2;
}
p.textcenter {
	padding: 0 100px;
}
p.testoHoverBox {
	text-align: right;
	font-size: 20px;
	font-style: italic;
	line-height: 25px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
p strong {
	font-weight: 500;
}
/*END GENERALI*/
/*COL&BOX*/
.col {
	position: relative;
	width: 100%;
	height: 650px;
	display: block;
	overflow: hidden;
}
a.box {
	display: block;
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.content a.box:last-child {
	border-bottom: 0;
}
.col02 {
	position: relative;
	width: 50%;
	float: left;
	height: inherit;
}
.col02.dx {
	padding-left: 150px;
	padding-right: 150px;
}
.col02.dx:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	background-color: #f8f7f7;
	z-index: -10;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.col02 h2, .col02 h3 {
	color: #c3bcb2;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	line-height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.col02 h2 {
	font-weight: 700;
}
.col02 h2::before {
	content: "";
}
.didbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	padding-right: 150px;
	padding-left: 100px;
	box-sizing: border-box;
	background: rgba(255,255,255,1.00);
	background-color: #f8f7f7;
	z-index: 10;
	text-align: right;
	text-align: -webkit-right;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.col02.dx .more {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
a.box:hover .didbox, a.box:hover .col02.dx:after {
	opacity: 1;
}
a.box:hover .col02.dx .more {
	opacity: 1;
}
a.box:hover .col02 h2, a.box:hover .col02 h3 {
	color: #000;
}
a.box.boxvino {
	float: left;
	width: 25%;
	border-bottom: 0;
}
a.box.boxvino .didbox {
	padding-right: 30px;
	padding-left: 30px;
	background-color: #fff;
	z-index: 10;
	text-align: center;
	text-align: -webkit-center;
	display:table;
}
a.box.boxvino .more {
	margin-top: 20px;
}
.fotovino {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: inherit;
	z-index: 1;
	text-align: center;
}
.fotovino img {
	margin-top: 10%;
	max-height: 80%;
	max-width: 90%;
}
.colblog {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 120px;
}
.colblog.dx {
	text-align: left;
	padding-right: 0;
	padding-left: 120px;
	border-left: 1px solid #333;
}
.blog {
	padding-top: 60px;
}
.blog h4, .blog h5, .blog h6 {
	margin-bottom: 10px;
}
.contentblog {
	position: relative;
}
.blogint {
	float: left;
	width: 50%;
	text-align: right;
	padding: 0;
	padding-right: 120px;
	border-right: 1px solid #333;
	margin-top: 60px;
	min-height: 290px;
}
.contentblog .blogint:nth-child(even) {
	text-align: left;
	padding-right: 0;
	padding-left: 120px;
	border: none;
}
.imgblog {
	width: 100%;
	height: 650px;
	margin-top: 70px;
}
.textblog {
	margin-top: 50px;
}
#video {
	position: relative;
	padding-bottom: 52%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	margin-top: 50px;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menublog {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.menublogint {
	margin-bottom: 100px;
}
.menublog ul li {
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 10px;
}
.menublog ul li a {
	/*border-bottom: 2px solid #c3bcb2;
	padding-bottom: 5px;*/
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #c3bcb2;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.menublog ul li a:hover {
	color: #000;
	border-bottom-color: #000;
}
.imgbox {
	position: relative;
	width: 100%;
	height: 100%;
}
.menuwine {
	padding-bottom:40px;	
}
/*FOOTER*/
.footer::before {
	margin-bottom: 30px;
	content: url(../images/logo/footer.svg);
	display: block;
}
.footer {
	text-align: center;
}
.footer h2::before {
	content: "";
}
.footer p.dati {
	font-size: 16px;
	margin: 60px 0;
}
#map-canvas {
	position: relative;
	width: 100%;
	height: 650px;
}

/*END FOOTER*/
/*MEDIA QUERY*/
@media only screen and (max-width:1600px) {
.intro h1 {
	font-size: 60px;
	line-height: 50px;
}
.center {
	padding: 70px 0;
}
h1, h2 {
	font-size: 25px;
	line-height: 30px;
}
h1.tit {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 35px;
	margin-top: 20px;
}
h2.tit {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 35px;
	margin-top: 20px;
}
h2.pageInt {
	font-size: 18px;
	line-height: 22px;
}
h3, h1.titseparator {
	font-size: 60px;
	line-height: 50px;
}
h1.titseparator, h3.titseparator {
	margin-bottom: 70px;
}
h4, h5 {
	font-size: 15px;
	line-height: 25px;
}
h6 {
	font-size: 18px;
	line-height: 22px;
}
p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
p.textcenter {
	padding: 0 70px;
}
p.testoHoverBox {
	font-size: 18px;
	line-height: 22px;
}
.col {
	height: 500px;
}
a.box {
	height: 500px;
}
.col02.dx {
	padding-left: 80px;
	padding-right: 80px;
}
.didbox {
	padding-right: 80px;
	padding-left: 80px;
}
.colblog {
	padding-right: 80px;
}
.colblog.dx {
	padding-left: 80px;
}
.blog {
	padding-top: 35px;
}
.blogint {
	padding-right: 80px;
	margin-top: 35px;
	min-height: 300px;
}
.contentblog .blogint:nth-child(even) {
	padding-left: 80px;
}
.imgblog {
	height: 500px;
	margin-top: 40px;
}
.textblog {
	margin-top: 40px;
}
.menublogint {
	margin-bottom: 70px;
}
.menublog ul li {
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 10px;
}
.menublog ul li a {
	font-size: 18px;
	line-height: 25px;
}
.footer::before {
	margin-bottom: 20px;
ì
}
.footer {
	text-align: center;
}
.footer h2::before {
	content: "";
}
.footer p.dati {
	font-size: 15px;
	margin: 40px 0;
}
#map-canvas {
	height: 500px;
}
.center {
	width: 930px;
}
@media only screen and (max-width:1023px) {
.homepage {
 padding-top: 70px;
}
.homepage .header {
 background-color: #fff;
}
.intro {
 position: absolute;
 left: 10%;
 border-left: none;
 padding-left: 0;
 width: 80%;
 text-align: center;
}
.intro::before {
 display:none;
}
.intro h1 {
 font-size: 45px;
 line-height: 45px;
}
.intro h1 span {
 display: initial;
}
.scroll {
 display:none;
}
.center {
 width: 80%;
}
.centermini {
 width: 80%;
}
.menublog {
 width: 80%;
}
.blogint {
 float: none;
 width: 100%;
 text-align: center;
 padding: 0;
 border-right: none;
 min-height:0;
 max-width:450px;
 margin:0 auto;
 margin-bottom:60px;
}
.contentblog .blogint:nth-child(even) {
 padding: 0;
 text-align: center;
}
.col02.dx {
 padding-left: 50px;
 padding-right: 50px;
}
.didbox {
 padding-left: 50px;
 padding-right: 50px;
}
.col02 h2 {
 font-size:18px;
}
.col02 h3 {
 font-size:35px;
 line-height:35px;
}
a.box.boxvino {
 width: 50%;
}
a.box .didbox {
 display:none;
}
.col02.dx .more {
 opacity: 1;
 filter: alpha(opacity=100);
}
@media only screen and (max-width:650px) {
.intro h1 {
 font-size: 35px;
 line-height: 35px;
}
.logotop {
 background-size: 120px;
}
h1, h2 {
    font-size: 20px;
    line-height: 25px;
}
h3, h1.titseparator {
 font-size: 45px;
 line-height: 45px;
}
a.lang {
 display:none;
}
.menublog {
 display: none;
}
.content.nomobile {
 display:none;
}
a.box.boxvino {
 width: 100%;
}
.col {
 height:auto;
}
a.box {
 height:auto;
}
a.box.boxvino {
 height:500px;
}
 .col02 {
 width: 100%;
 float: none;
}
.col02 .cont-foto {
 height:350px;
}
.col02.dx {
 padding:50px 0;
 width:80%;
 margin:0 auto;
}
#map-canvas {
 height: 350px;
}
.imgblog {
 height:350px;
}
}
}
}
