@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);/*font-family: 'Open Sans', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Martel:400,200,300,600,700,900,800);/*font-family: 'Martel', serif;*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);/*font-family: 'Playfair Display', serif;*/
/*GENERALI*/
* {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin-before: 0em;
	margin-after: 0em;
}
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: #f8f6ed;
	background-image: url(../images/element/texture.png);
	background-repeat: repeat;
	color: #918585;
	overflow-x: hidden;
}
.clear {
	clear: both;
}
img {
	border: none;
}
b, strong {
	font-weight: 600;
}
a, a:link {
	text-decoration: none;
	color: inherit;
}
h1 strong, h1 b,h2 strong, h2 b, span.color {
	color: #8db6bc;
	-webkit-animation: animeColor 40s ease infinite;
	-o-animation: animeColor 40s ease infinite;
	-moz-animation: animeColor 40s ease infinite;
	-animation: animeColor 40s ease infinite;
}
h1 strong, h1 b,h2 strong, h2 b {
	font-weight:800;
}
h2.paragrafo strong, h2.paragrafo b {
	font-weight:600;
}
.cont-foto {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.cont-foto img {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}
.aligncenter {
	text-align: center;
}
.separator {
	position: absolute;
	width: 1px;
	height: 200px;
	top: -100px;
	left: 50%;
	z-index: 1000;
	overflow: hidden;
}
a.more {
	display: block;
	font-weight: 900;
	font-family: 'Martel', serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8db6bc;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
}
a.more:hover {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	opacity: 0.85;
}
.share {
	position: fixed;
	right: -90px;
	top: 50%;
	margin-top: -40px;
	font-weight: 900;
	font-family: 'Martel', serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 128px;
	height: 150px;
	line-height: 50px;
	background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
	z-index: 1900;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor:pointer;
		-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display:none;
}
.share .at-share-tbx-element .at-share-btn {
	margin:0px;
}
.share .addthis_32x32_style .at-icon {
		-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	    width: 50px;
    height: 50px;
}
.share:hover {
	right: -47px;
}
/*END GENERALI*/
/*HEADER*/
.header {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 100px;
	z-index: 2000;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.logotop {
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -70px;
	background-image: url(../images/logo/logotop.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: 0.8s, opacity 0.35s;
	-moz-transition: 0.8s, opacity 0.35s;
	-o-transition: 0.8s, opacity 0.35s;
	-ms-transition: 0.8s, opacity 0.35s;
	transition: 0.8s, opacity 0.35s;
}
.header.move .logotop {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
/*END HEADER*/
.global {
	position: relative;
	padding-top: 100px;
	padding-bottom:100px;
}
.content {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
.content.grey {
	background-color: #f1efe6;
}
.contentimg {
	padding: 0px;
	height: 90vh;
	margin: 60px 0;
	margin-bottom: 100px;
	padding-top:100px;
}
.center {
	position: relative;
	display: block;
	width: 1000px;
	height: inherit;
	margin: 0 auto;
	margin-bottom: 60px;
}
.center.centerlittle {
	width: 500px;
}
.center.centerbig {
	width: 100%;
	padding: 0 200px;
}
.content .center:last-child {
	margin-bottom: 0;
}
.int {
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
}
h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 80px;
	line-height: 100%;
	color: #b6abaa;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
h2.paragrafo {
	font-family: 'Martel', serif;
	font-weight: 600;
	font-size: 50px;
	text-transform: none;
	text-align: center;
	line-height:130%;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 140%;
	letter-spacing: -0.045em;
	margin-top: 10px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
h4 {
	font-family: 'Martel', serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	margin-top: 15px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
.title {
	text-align: center;
}
p {
	font-family: 'Martel', serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 40px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
p a {
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
p a:hover {
	color: #443535;
}
p strong, p b {
	font-weight: 800;
}
.center p:last-child, .credits p:last-child {
	margin-bottom: 0px;
}
p.focus {
	text-align: center;
}
.focusball {
	height: 500px;
	width: 500px;
	position: relative;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border: 2px solid #8db6bc;
	padding: 0 45px;
	text-align: center;
	-webkit-animation: animeBorderColor 40s ease infinite;
	-o-animation: animeBorderColor 40s ease infinite;
	-moz-animation: animeBorderColor 40s ease infinite;
	-animation: animeBorderColor 40s ease infinite;
	margin-top: 100px;
}
.focusball:before {
	content: '';
	position: absolute;
	height: 450px;
	width: 450px;
	top: 25px;
	left: 25px;
	border: 1px solid #8db6bc;
	background: transparent;
	border-radius: 450px;
	-webkit-border-radius: 450px;
	-moz-border-radius: 450px;
	-webkit-animation: animeBorderColor 40s ease infinite;
	-o-animation: animeBorderColor 40s ease infinite;
	-moz-animation: animeBorderColor 40s ease infinite;
	-animation: animeBorderColor 40s ease infinite;
}
.focusball p {
	margin-top: 10px;
}
.focusball:nth-child(odd) {
	margin-left: 50%;
}
/*SIDEBAR MENU*/
.sidebar {
	position: fixed;
	z-index: 1300;
	width: 20px;
	height: 300px;
	display: block;
	top: calc(50% - 100px);
	left: 40px;
	list-style: none;
}
.sidebar-item {
	width: 100%;
	height: 16px;
	padding-top: 7px;
	display: block;
	position: relative;
	cursor: pointer
}
.sidebar-item .sidebar-line {
	width: 100%;
	height: 1px;
	background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sidebar-item:hover .sidebar-line {
	width: 150%;
}
/*END SIDEBAR MENU*/
/*HOME*/
body.home .global {
	padding-top: 0;
	padding-bottom: 100px;
}
body.home .logotop {
	display: none;
}
.contentimghome {
	padding: 0px;
	height: 100vh;
	margin-bottom:100px;
			background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
}
.contentimghome .cont-foto {
	z-index: 1;
	top: 0px;
	position: absolute;
}
.contentimghome::after {
	/*content: "";*/
	position: absolute;
	bottom: 0;
	height: 30%;
	width: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	z-index: 5;
}
.claim {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	width: 100%;
	height: inherit;
	text-align: center;
	z-index: 10;
	background-color: rgba(0,0,0,0.2);
}
.claim .center{
	display:table;
	}
.claim.claimtop {
	background: none;
}
.contentimghome .claim h1 {
	color: #fff;
		font-weight:300;
	font-family: 'Martel', serif;
	font-size: 30px;
	text-transform:none;
	letter-spacing:0;
}
.contentimghome .claim h2 {
	color: #fff;
}
.claim a.more {
	margin-top: 40px;
}
.claim .iconscroll {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -20px;
}
.claim p {
	margin-top: 40px;
}
.contentimghome .claim p {
	color: #fff;
}

.logohome {
	width: 100%;
	height: 80px;
	margin-bottom:30px;
	background: url(../images/logo/logohome.png) center center no-repeat;
	background-size: contain;
}
h2.premio {
	padding-top: 200px;
	background: url(../images/element/bicchiere.png) no-repeat center top;
	background-size: 160px;
}
a.boxwine {
	display:block;
	width:25%;
	float:left;
	text-align:center;
	margin:60px 0;
	padding:0 50px;
	overflow:hidden;
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a.boxwine:hover {
	opacity:0.9;	
	-ms-transform:scale3d(0.95, 0.95, 0.95) ;
	-webkit-transform:scale3d(0.95, 0.95, 0.95) ;
	transform: scale3d(0.95, 0.95, 0.95);
}
a.boxwine img {
	height:100%;
}
a.boxwine .imgwine {
	height:700px;
	margin-bottom:60px;	
}
a.boxwine h2 {
	font-size:45px;
}
/*END HOME*/
/*COL&BOX*/
.col {
	position: relative;
	width: 50%;
	text-align: left;
}
.colsx {
	float: left;
	text-align: right;
}
.coldx {
	float: right;
	text-align: left;
}
.col03 {
	width: 30%;
	float: left;
	margin-right: 5%;
	padding-bottom: 100px;
}
.col03.last {
	margin-right: 0;
}
/*wine*/
.contentwine {
	padding:50px 0;
	display: block;
}
.contentwine .colsx, .contentwine .coldx {
	height: 700px;
}
.imgwine {
	height: inherit;
}
.contentwine .imgwine {
	padding: 0 100px 0 100px;
}
.imgwine img {
	height: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contentwine .imgwine::before {
	content: "}";
	font-family: 'Playfair Display', serif;
	font-size: 100px;
	font-weight: 400;
	line-height: 100%;
	color: #8db6bc;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -50px;
	-webkit-animation: animeColor 40s ease infinite;
	-o-animation: animeColor 40s ease infinite;
	-moz-animation: animeColor 40s ease infinite;
	-animation: animeColor 40s ease infinite;
}
.imgwine a:hover img {
	-moz-filter: brightness(1.10);
	-webkit-filter: brightness(1.10);
	filter: brightness(1.10);
}
.imgmap {
	height: 700px;
	text-align: center;
}
.imgmap img {
	height: 100%;
}
.content.imgwinebig .imgwine::before {
	display: none;
}
.content.imgwinebig {
	height: 900px;
	text-align: center;
	padding: 0px;
	margin-bottom: 100px;
}
.contentwinealt .colsx {
	float: right;
	text-align: left;
}
.contentwinealt .coldx {
	float: left;
	text-align: right;
}
.contentwinefocus {
	padding: 150px 100px;
}
.contentwinefocus .colsx {
	text-align: left;
}
.contentwinefocus .coldx {
	text-align: right;
}
.contentwinealt .imgwine::before {
	content: "{";
	left: 30px;
}
.contentwine a:hover h1, .contentwine a:hover h2, .contentwine a:hover h3, .contentwine a:hover h4, .contentwinefocus a:hover h1, .contentwinefocus a:hover h2, .contentwinefocus a:hover h3, .contentwinefocus a:hover h4 {
	opacity: 0.7;
}
.contentwine .coldx a {
	height:inherit;
	width:100%;
}
.contentwine .coldx a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: 250px;
	background: #b6abaa;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contentwine.contentwinealt a::after {
	right: 0;
}
.contentwine a:hover::after {
	width: 100%;
	opacity: 0.6;
}
/*news*/
.foto{
	position:relative;
	width:100%;
	}
.foto img{
	position:relative;
	width:100%;
	height:auto;
	}	
.contentnews.contentwine {
	padding:0;
}
.contentnews .colsx, .contentnews .coldx {
	height: 400px;
}
.contentnews.contentwine .coldx a::after {
	display:none;
}
a.data {
	display:block;
	position:absolute;
	right:50px;
	top:50%;
	margin-top:-120px;
	width:240px;
	height:240px;
	text-align:center;
	font-family: 'Martel', serif;
    font-weight: 600;
    font-size: 25px;
	color:#fff;
		background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
		-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
		-webkit-transition: 0.8s;
	transition: 0.8s;
}
a.data:hover {

	opacity:0.7;
}
span.datanum {
	    display: block;
    font-size: 80px;
    line-height: 80%;
    font-weight: 800;
}
.contentwinealt  .data{
	right:auto;
	left:50px;
}
/*end news*/
.contenttext h2::before {
	content: "";
	display: block;
	height: 60px;
	margin-bottom: 20px;
	background: url(../images/icon/apixtop.png) left top no-repeat;
	background-size: contain;
}
.contenttext h2::after {
	content: "";
	display: block;
	height: 60px;
	margin-top: 20px;
	background: url(../images/icon/apixbottom.png) left top no-repeat;
	background-size: contain;
}
.scheda {
	position: relative;
	margin: 20px 0;
}
.scheda .dettscheda {
	background: url(../images/icon/ball.png) left center no-repeat;
	background-size: 40px;
	padding: 20px 0;
	padding-left: 60px;
}
.scheda .dettscheda.vitigno {
	background: url(../images/icon/vitigno.png) left center no-repeat;
	background-size: 50px;
	padding-left: 80px;
}
.scheda .dettscheda.esposizione {
	background: url(../images/icon/esposizione.png) left center no-repeat;
	background-size: 50px;
	padding-left: 80px;
}
.scheda .dettscheda.invecchiamento {
	background: url(../images/icon/invecchiamento.png) left center no-repeat;
	background-size: 50px;
	padding-left: 80px;
}
.scheda .dettscheda.schedacolor {
	background: url(../images/icon/color.png) left center no-repeat;
	background-size: 60px;
	padding-left: 80px;
}
.scheda .dettscheda.schedanose {
	background: url(../images/icon/nose.png) left center no-repeat;
	background-size: 60px;
	padding-left: 80px;
}
.scheda .dettscheda.schedataste {
	background: url(../images/icon/taste.png) left center no-repeat;
	background-size: 60px;
	padding-left: 80px;
}
.scheda p {
	margin: 0;
}
.areapunteggi {
	position: relative;
	margin-bottom: 200px;
	text-align: center;
}
.areapunteggi h3 {
	font-family: 'Martel', serif;
	font-weight: 200;
	font-size: 40px;
	color: #aea2a2;
}
.center .areapunteggi:last-child {
	margin-bottom: 0;
	border: none;
	background: none;
}
.punteggio {
	padding: 70px 50px 0 50px;
	font-family: 'Martel', serif;
	font-weight: 300;
	font-size: 25px;
	color: #aea2a2;
}
.punteggio span {
	display: block;
	vertical-align: middle;
	margin: 0 5px;
	line-height: 100%;
}
.punteggio span.point {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 80px;
	line-height: 90%;
}
.punteggio span.namewine {
	margin-bottom: 15px;
}
/*FOOTER*/
.footer {
	background: url(../images/element/introfooter03.png) center top no-repeat;
	background-size: 250px;
	padding-top: 300px;
	padding-bottom:0;
}
.footer p.dati {
	text-align: center;
	font-size: 14px;
	padding: 100px 40px 100px 40px;
	margin: 0;
}
.logofooter {
	width: 100%;
	height: 200px;
	background: url(../images/logo/tower.png) center bottom no-repeat;
	background-size: contain;
}
.credits {
	position: relative;
	padding: 40px;
	text-align: center;
	background-color: #f8f6ed;
	border-top: 1px solid #d7d4c6;
}
.credits p {
	font-size: 14px;
}
#map-canvas {
	height: 50vh;
	margin: 60px 0;
	margin-bottom: 150px;
}
.bando_eu{
	position:relative;
	text-align: center;
    background: url(../images/element/eu_flag.png) top center no-repeat;
    background-size: 35px;
	padding: 40px 0 100px 0;
}
/*END FOOTER*/

/*FORM*/
.formpage {
	position: relative;
}
.field {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
	font-family: 'Martel', serif;
	font-weight: 300;
}
.fieldbig {
	width: 100%;
}
.field span {
	display: block;
	margin-bottom: 15px;
}
.field input, .field textarea, .field select {
	position: relative;
	font-family: 'Martel', serif;
	font-size: 12px;
	color: #918585;
	width: 100%;
	padding: 10px 3% 10px 3%;
	box-sizing: border-box;
	border: 1px solid #d7d4c6;
	background: #f1efe6;
	font-size: inherit;
	font-weight: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: none;
}
.field .button {
	color: #fff;
	height: 60px;
	font-weight: 900;
	font-family: 'Martel', serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border: none;
	background-color: #8db6bc;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
}
.field .button:hover {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	opacity: 0.85;
}
.field input[type="checkbox"] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 0;
	width: auto;
}
.checkbox label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}
.field textarea {
	min-height: 150px;
	resize: none;
}
.field.last {
 margin-bottom: 0;
}
.field .button {
	margin-bottom: 0;
}
input, textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.nota {
	margin-top: 20px;
	color: #e83f48;
}
/*END FORM*/
/*ICON*/
.iconscroll {
	width: 40px;
	margin: 0 auto;
	cursor: pointer;
}
.iconscroll span {
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
}
.iconscroll01 {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	width: 36px;
	height: 36px;
	background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
}
.iconscroll01:after {
	content: '';
	height: 16px;
	width: 2px;
	display: block;
	background: #F8F6ED;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.iconscroll01:before {
	content: '';
	height: 9px;
	width: 9px;
	display: block;
	border: 2px solid #F8F6ED;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.iconscroll:hover .iconscroll01:after {
	top: 15px;
	height: 9px;
}
.iconscroll:hover .iconscroll01:before {
	bottom: 15px;
	height: 9px;
}
.iconball {
	margin: 30px auto;
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
}
.iconball:before {
	content: '';
	position: absolute;
	height: 36px;
	width: 36px;
	top: 2px;
	left: 2px;
	border: 10px solid #f8f6ed;
	background: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
/* SPECIFICHE ICONE VINI SVG*/
.svg-vino {
    width: auto;
    height: 40px;
	fill:#8db6bc;
	margin:10px -3px;
	-webkit-animation: animeFILLBGColor 40s ease infinite;
	-o-animation: animeFILLBGColor 40s ease infinite;
	-moz-animation: animeFILLBGColor 40s ease infinite;
	-animation: animeFILLBGColor 40s ease infinite;
}
/***/
/*END ICON*/
/*LOADING*/
#loading {
	position:fixed;
	top:0px;
	left:0px;
	z-index:100000;
	width:100%;
	height:100%;	
		background-color: #8db6bc;
	-webkit-animation: animeBGColor 40s ease infinite;
	-o-animation: animeBGColor 40s ease infinite;
	-moz-animation: animeBGColor 40s ease infinite;
	-animation: animeBGColor 40s ease infinite;
	border:20px solid #f8f6ed;
}
#loading .loader {
	position:absolute;
	width:150px;
	height:150px;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-75px;
	background:url(../images/element/loader.png) center no-repeat;
	background-size:contain;	
		-webkit-animation: Loading 20s  infinite;
	-o-animation: Loading 20s  infinite;
	-moz-animation: Loading 20s  infinite;
	-animation: Loading 20s  infinite;
}
#loading .loadertext  {
	position:absolute;
	top:100px;
    width: 100%;
    height: 60px;
    background: url(../images/logo/logohome.png) center center no-repeat;
    background-size: contain;
	display:none;
}

#video {
    position: relative;
    padding-bottom: 28.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes Loading {
50% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(-60deg);
	transform: rotate(360deg);}
}
/*END LOADING*/
/*MEDIA QUERY*/
@media only screen and (min-width: 200px) and (max-width:1600px) {
/*HEADER*/
.header {
	height: 60px;
}
.global {
	padding-top: 60px;
}
.logotop {
	width: 100px;
	margin-left: -50px;
}
.separator {
	height: 100px;
	top: -50px;
}
a.more {
	font-size: 12px;
	width: 200px;
	height:50px;
	line-height:50px;
}
a.more:hover {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	opacity: 0.85;
}
/*END HEADER*/
.content {
	padding: 60px 0;
}
.contentwine {
    padding: 30px 0;
}
.contentimghome {
	padding:0;
}
.contentimg {
	height: 80vh;
	margin: 0;
	margin-bottom: 100px;
	padding:0;
	padding-top:60px;
}
.center {
	width: 800px;
	margin-bottom: 40px;
}
.center.centerlittle {
	width: 450px;
}
.center.centerbig {
	padding: 0 120px;
}
h1, h2 {
	font-size: 50px;
}
h2.paragrafo {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 12px;
	margin-top: 10px;
}
p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
}
p a {
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.focusball {
	height: 400px;
	width: 400px;
	border: 2px solid #8db6bc;
	padding: 0 40px;
	margin-top: 50px;
}
.focusball:before {
	content: '';
	position: absolute;
	height: 380px;
	width: 380px;
	top: 10px;
	left: 10px;
}
/*SIDEBAR MENU*/
.sidebar {
	left: 20px;
}
/*END SIDEBAR MENU*/
/*HOME*/
body.home .global {
	padding-bottom: 60px;
}
.claim a.more {
	margin-top: 25px;
}
.claim .iconscroll {
	bottom: 80px;
	}
.claim p {
	margin-top: 25px;
}
h2.premio {
	padding-top: 130px;
	background-size: 100px;
}
/*END HOME*/
/*COL&BOX*/
.col03 {
	padding-bottom: 60px;
}
/*wine*/
.contentwine .colsx, .contentwine .coldx {
	height: 500px;
}a.boxwine .imgwine {
	height:500px;
	margin-bottom:30px;	
}
a.boxwine h2 {
	font-size:32px;	
}
.contentwine .imgwine {
	padding: 0 60px 0 60px;
}
.imgwine::before {
	font-size: 80px;
	margin-top: -40px;
	right: 20px;
}
.imgmap {
	height: 500px;
}
.content.imgwinebig {
	height: 700px;
	margin-bottom: 60px;
}
.contentwinefocus {
	padding: 100px 60px;
}
.contentwine .coldx a::after {
	bottom: 180px;
}
.contenttext h2::after {
	height: 40px;
	margin-top: 15px;
}
.contenttext h2::before {
	height: 40px;
	margin-bottom: 15px;
}
.scheda {
	margin: 15px 0;
}
.scheda .dettscheda {
	background-size: 30px;
	padding: 20px 0;
	padding-left: 40px;
}
.scheda .dettscheda.schedacolor ,.scheda .dettscheda.vitigno ,.scheda .dettscheda.esposizione ,.scheda .dettscheda.invecchiamento  {
	background-size: 50px;
	padding-left: 60px;
}
.scheda .dettscheda.schedanose {
	background-size: 50px;
	padding-left: 60px;
}
.scheda .dettscheda.schedataste {
	background-size: 50px;
	padding-left: 60px;
}
.areapunteggi {
	margin-bottom: 80px;
}
.areapunteggi h3 {
	font-size: 30px;
}
.punteggio {
	padding: 50px 30px 0 30px;
	font-size: 20px;
}

.punteggio span.point {
	font-size: 50px;
}
/*FOOTER*/
.footer {
	background-size: 150px;
	padding-top: 200px;
	padding-bottom:0;
}
.footer p.dati {
	font-size: 12px;
	padding: 80px 30px 80px 30px;
}
.logofooter {
	height: 150px;
}
.credits {
	padding: 25px;
}
.credits p {
	font-size: 12px;
}
#map-canvas {
	height: 50vh;
	margin: 40px 0;
	margin-bottom: 100px;
}
/*END FOOTER*/

/*FORM*/
.formpage {
	position: relative;
}
.field {
	margin-bottom: 20px;
	font-size: 14px;
}
/*END FORM*/

@media only screen and (max-width:1023px) {
.header {
	height:50px;
	background-color:#f1efe6;	
}
body.home .global {
    padding-top: 50px;
}
body.home .logotop {
    display: block;
}
.center, .center.centerlittle, .center.centerbig {
	width: 70%;
}
.center.centerbig {
    padding: 0;
}
.share {
	display:none;	
}
.contentimg, .contentimghome {
    height: 450px;
	padding:0px;
    padding-top: 60px;
}
.contentimghome .center {
	width:300px;
}
.contentimghome {
	padding:0px;
}
.contentimghome h2, .contentimghome h1 {
	display:none;
}
.contentimghome .iconscroll {
	display:none;
}
.contentimghome a.more {
	display:none;
}
.focusball {
    height: auto;
    width: 100%;
    border: 0;
    padding: 0;
    margin-top: 50px;
}
.focusball::before {
	display:none;	
}
.focusball:nth-child(odd) {
	margin-left:0;
}
.svg-vino {
    height: 20px;
}
.col03 {
	width:100%;
	padding-bottom:30px;
	margin-right:0;	
}
.scheda {
    margin: 10px 0;
}
.scheda .dettscheda.schedacolor ,.scheda .dettscheda.vitigno ,.scheda .dettscheda.esposizione ,.scheda .dettscheda.invecchiamento {
    background-size: 30px;
    padding-left: 40px;
}
.scheda .dettscheda.schedanose {
    background-size: 30px;
    padding-left: 40px;
}
.scheda .dettscheda.schedataste {
    background-size: 30px;
    padding-left: 40px;
}
.contentwinefocus {
	display:none;
}
#map-canvas {
	display:none;	
}
a.data {
	
	width:180px;
	height:180px;
    font-size: 20px;
}
a.boxwine  {
	width:50%;
}
.share {
	display:none;	
}

 @media only screen and (max-width:550px) {
	.contentimghome .center {
	width:200px;
}
h1, h2 {
    font-size: 25px;
}
h2.paragrafo {
    font-size: 22px;
}
p {
    font-size: 13.2px;
    line-height: 24px;
	text-align:left;
}
p.focus {
	text-align:left;
	}
.title {
	text-align:center;	
}
.footer .title,  .footer p, .footer p.focus, .credits p {
	text-align:center;	
}
.center, .center.centerlittle, .center.centerbig {
	width: 85%;
}
.content {
    padding: 30px 0;
}
.footer {
	padding-top:200px;
}
.contentimg, .contentimghome {
    height: 300px;
	padding:0px;
	margin-bottom:30px;
}
.separator {
	display:none;
}
a.more {
	width:85%;
}
.contentnews a.more {
    width: 100%;
}
.imgmap {
    height: auto;
    width: 100%;
}
.imgmap img {
    height: auto;
    width: 100%;
}
.col {
	width:85%;
	float:none;
	margin:0 auto;
}
.contentwine .colsx, .contentwine .coldx {
    height: auto;
	text-align:center;
	float:none;
}
.contentwine .int {
	display:block;
	width:100%;
}
.contentwine .imgwine {
	height:300px;
	margin-bottom:30px;
	padding:0;
}
.imgwine::before {
    display:none;
}
.contentwine .coldx a::after {
	display:none;	
}
.content.imgwinebig {
	height:450px;
	
}
.areapunteggi  {
	margin-bottom:80px;
}
.areapunteggi h3 {
    font-size: 20px;
}
.punteggio {
	padding-left:0px;	
	font-size:15px;
}
.credits a {
	display:block;	
}
.contentnews {
	height:auto;
	margin:30px 0 50px 0;	
}
a.data {
	 display: inline-block;
    position: relative;
    right: auto;
    top: 50%;
    margin-top: 0px;
    margin-bottom: 20px;	
}
a.data .int {
	width:180px;
	display:table-cell;	
}
a.boxwine  {
	width:100%;
}
a.boxwine .imgwine {
	height:300px;
}.footer {
	padding-bottom:0;	
}
#loading {
	border-width:10px;	
}
#loading .loader {
	width:80px;
	height:80px;
	margin-top:-40px;
	margin-left:-40px;
}
#loading .loadertext  {
    height: 40px;
	top:30px;
}
}
}
}



/***ANIMAZIONI WEBSITE ***/
.animefade {
	opacity:0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.animefade.visible {
	opacity: 1;
}
.animesx {
	opacity:0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}
.contentwine .animesx {
	-webkit-transform: translateX(-5%);
	-moz-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	-o-transform: translateX(-5%);
	transform: translateX(-5%);
}
.animedx {
	opacity:0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%);
}
.animesx.visible, .animedx.visible {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.animefade.visible {
	opacity: 1;
}

.separator::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 0%;
	top: 10%;
	left: 0;
	-webkit-transition: 1s;
	transition: 1s;
		background-color: #d8d0d0;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.separator.visible::after {
	height: 80%;
}

/*animazioni*/
@keyframes animeColor {
30% {
color:#87b78f;
}
60% {
color:#d8c167;
}
80% {
color:#b2d2b6;
}
}
@keyframes animeBGColor {
30% {
background-color:#87b78f;
}
60% {
background-color:#d8c167;
}
80% {
background-color:#b2d2b6;
}
}
@keyframes animeFILLBGColor {
30% {
fill:#87b78f;
}
60% {
fill:#d8c167;
}
80% {
fill:#b2d2b6;
}
}
@keyframes animeBorderColor {
30% {
border-color:#87b78f;
}
60% {
border-color:#d8c167;
}
80% {
border-color:#b2d2b6;
}
}



