@charset "UTF-8";

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.eot');
    src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Instrumentserif';
    src: url('fonts/instrumentserif-regular-webfont.eot');
    src: url('fonts/instrumentserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/instrumentserif-regular-webfont.woff2') format('woff2'),
        url('fonts/instrumentserif-regular-webfont.woff') format('woff'),
        url('fonts/instrumentserif-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 14px;
	color: #333333;
    background-color: #2d2c31;
	font-family: 'Inter', Arial, sans-serif;
	font-weight: normal;
    line-height: 20px;
}
#top {
	position: absolute; 
	top: 0;
	left: 0;
}
#logo {
	width: 270px;
	position: absolute;
	top: 38px;
	left: 3%;
	display: block;
	z-index: 99;
}
#logo img {
	width: 270px;
}
#marchio {
	width: 80px;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left:-45px;
	display: block;
	z-index: 99;
}
#marchio img {
	width: 80px;
}

#navigation {
    position: absolute;
	top: 0;
	left: 0;
    height: 100px;
    width: 100%;
	background-color: white;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	z-index: 90;
}
#menu {
	width: 90%;
	height: 30px;
	margin-top: 54px;
	margin-left: 5%;
	text-align: right;
	display: block;	
	z-index: 91;
}
.menubutt {
    display: inline-block;	
	margin: 20px 0;
	font-size: 32px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #007035;
}
.submenubutt {
    font-size: 16px;
    display: inline-block;	
	margin-left: 15px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.active {
    font-weight: bold;
}
#ham, #x {
	position: absolute;
	right: 5%;
	top: 80px;
	width: 32px;
	height: 28px;
	cursor: pointer;
	display: none;
	z-index: 99;
}
#ham:hover, #x:hover {
	opacity: .9;
}
#lang {
	position: absolute;
	left: 5%;
	top: 80px;
	width: 100px;
	z-index: 2;
}
#lang a {
	width: 25px;
	display: inline-block;
	color: white !important;
	padding: 5px;
	text-align: center;
	border: 1px solid #999999;
}
#lang a:hover {
	border: 1px solid #FFFFFF;
}

.slideshow {
	width: 100%; 
	height: 600px;
	z-index: 0;
	position: relative;
}
.slide {
    width: 100%;
	height: 600px;
    background-size: cover;
    background-position: center center;
}
.slideshow_full {
	width: 100%;
	height: 100%;
	margin-top: 100px;
	z-index: 0;
}
.slide_full {
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
}
.slideshow_half {
	width: 100%;
	height: 50%;
	z-index: 0;
}
.slide_half {
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
}

#container {
	width: 100%;
	display: block;
	margin: 0 auto;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
}
#content {
	width: 94%;
	display: block;
	margin: 0 auto;
}
.par {
	display: block;
	margin-bottom: 3px;
	padding-top: 10px;
	cursor: pointer;
}
.cap {
	display: block;
	margin-top: 5px;
}
.filter {
	padding: 5px 10px;
	background-color: #efefef;
	border-radius: 15px;
	margin: 0 5px;
	display: inline-block;
}
.bigfilter {
	font-weight: bold;
	padding: 10px 15px;
	background-color: #efefef;
	border-radius: 25px;
	margin: 0 5px;
	display: inline-block;
}
.filteractive {
	background-color: #007035 !important;
	color: white !important;
}
#mappa {
	width: 70%;
	height: 600px;
	display: inline-block;
	margin-top: 300px;
}
#legenda {
	width: 25%;
	padding: 0 2%;
	height: 600px;
	max-height: 600px;
	display: inline-block;
	margin-top: 300px;
	vertical-align: top;
	overflow-y: scroll;
}
.line {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #000000;
}
.grayline {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #E1E1E1;
}
p {
	margin-bottom: 12px;
}

.col_1 {
	width: 100%;
	display: block;
	vertical-align: top;
}
.col_2_sx {
	width: 42.5%;
	margin: 3% 5%;
	display: inline-block;
	vertical-align: top;
}
.col_2_dx {
	width: 42.5%;
	margin: 3% 0;
	display: inline-block;
	vertical-align: top;
}
.col_3 {
	width: 32%;
	margin: 0 1% 1% 0;
	display: inline-block;
	vertical-align: top;
}
.col_3_dx {
	width: 32%;
	margin: 0 0 1% 0;
	display: inline-block;
	vertical-align: top;
}
.col_4 {
	width: 23.5%;
	margin: 2% 0.5% 0.5% 0.5%;
	display: inline-block;
	vertical-align: top;
	height: 600px;
	background-size: cover;
	background-position: center center;
}
.margined {
	margin: 0.5% 0.5% 0.5% 0.5%;
}
.col_70 {
	width: 70%;
	vertical-align: top;
	margin: 0 auto;
	min-width: 1000px;
}
.col_100 {
	width: 100%;
	vertical-align: middle;
	display: block;
	text-align: center;
}
.col_4 img, .col_3 img, .col_3_dx img, .col_2_sx img, .col_2_dx img {
	width: 100%;
}
.item {
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;	
}
.item:hover {
	filter: brightness(106%);
}
.lefted {
	text-align: left;
}
.righted {
	text-align: right;
}

#gallery {
	width: 102%; 
	margin: 50px auto; 
}
.element {
	width: 31.6%;
	margin: -5px 20px 20px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.element img {
	width: 100%;
}
li {
	margin-left: 25px;
}

.hometitle {
    position: absolute;
	display: block;
	width: 90%;
	left: 5%;
	top: 50%;
	font-size: 64px;
    font-family: 'Instrumentserif', Arial, Helvetica, sans-serif;
    line-height: 64px;
    color: #FFFFFF;	
	letter-spacing: 0px;
	text-align: center;
	z-index: 2;
}
.pagetitle {
    position: absolute;
	display: block;
	width: 90%;
	left: 5%;
	top: 38%;
	font-size: 64px;
    font-family: 'Instrumentserif', Arial, Helvetica, sans-serif;
    line-height: 64px;
    color: #FFFFFF;	
	letter-spacing: 0px;
	text-align: center;
	z-index: 2;
}
.hometitle span {
	display: block;
	font-size: 16px;
	font-family: 'Inter', Arial, sans-serif;
	font-weight: normal;
    line-height: 20px;
	margin-top: 30px;
	width: 45%;
}
.homeico {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.homeico:hover {
	filter: brightness(120%);
}
.title {
    display: block;
	width: 100%;
	margin-left: 0;
	font-size: 64px;
    font-family: 'Instrumentserif', Arial, Helvetica, sans-serif;
    line-height: 68px;
    color: #007035;	
	z-index: 1;
}
.smalltitle {
    font-size: 32px;
    font-family: 'Instrumentserif', Arial, Helvetica, sans-serif;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
	color: #007035;
}
.minititle {
    font-size: 18px;
	line-height: 28px;
}
.area {
    padding: 2%;
    margin-bottom: 16px;
    margin-top: 4px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 86%;
}
#newsletter {
	width: 94%;
	padding: 3%;
	border-top: 1px solid #EFEFEF;
	background-color: #EFEFEF;
}
.download_icon {
	width: 32px;
	margin-bottom: -12px;
	opacity: .8;
}
.download_icon:hover {
	opacity: 1;
}
.up-link {
	width: 40px !important;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.up-link img {
	width: 40px !important;
}

#footer {
    background-color: #2d2c31;
    width: 94%;
	padding: 3%;
	color: white;
	font-size: 12px;
	line-height: 18px;
}
.footer_sx {
    float: left;
}
.footer_dx {
    float: right;
}
#footer a:link, #footer a:visited {
	color: white;
	opacity: .8;
}
#footer a:active, #footer a:hover {
	color: white;
	opacity: 1;
}

b, strong {
    font-weight: bold;
}
.butt {
    color: white !Important;
    background-color: #007035;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	cursor: pointer;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.butt:hover {
    background-color: #000000;
}
.separatore {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
	position: relative;
}
.miniseparatore {
	width: 100%;
	height: 15px;
	display: block;
	clear: both;
	position: relative;
}

a:link, a:visited {
	text-decoration: none;
	color: #007035;
	/* font-weight: bold !important; */
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
a:hover, a:active {
	text-decoration: none;
	color: #799679;
	/* color: #fb8404; */
	/* font-weight: bold !important; */
}

.mobile {
	display: none;
}
.nomobile {
	/* display: block; */
}


@media screen and (max-width: 1199px) {
	
	body {
		background-color: white;
	}
	#logo {
		width: 300px;
		top: 36px;
		left: 5%;
	}
	#logo img {
		width: 300px;
	}
	#ham, #x {
		right: 5%;
		top: 36px;
		width: 32px;
		height: 28px;
		display: block;
	}
	.hometitle_mobile {
		position: absolute;
		display: block;
		width: 90%;
		left: 5%;
		top: 50vh;
		font-size: 32px;
		font-family: 'Instrumentserif', Arial, Helvetica, sans-serif;
		line-height: 34px;
		color: #FFFFFF;	
		letter-spacing: 0px;
		text-align: center;
		z-index: 9;
	}
	.pagetitle {
		position: absolute;
		display: block;
		width: 90%;
		left: 5%;
		top: 50%;
		font-size: 32px;
		font-family: 'Instrumentserif', Arial, Helvetica, sans-serif;
		line-height: 34px;
		color: #FFFFFF;	
		letter-spacing: 0px;
		text-align: center;
		z-index: 2;
	}
	#navigation {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: white;
		border-bottom: 0;
		vertical-align: middle;
		display: none;
		z-index: 90;
	}
	#menu {
		width: 90%;
		height: 30px;
		margin-top: 100px;
		margin-left: 5%;
		padding-left: 5px;
		text-align: left;
		display: block;	
		z-index: 91;
	}
	.menubutt {
		display: inline-block;	
		margin-bottom: 10px;
		font-size: 18px;
		font-family: 'Inter', Arial, Helvetica, sans-serif;
		line-height: 24px;	
		color: #333333;
	}
	.submenubutt {
		font-size: 20px;
		display: block;	
		font-family: 'Inter', Arial, Helvetica, sans-serif;
		margin-bottom: 0px;
		margin-left: 0;
		letter-spacing: -0.5px;
		width: 100%;
		padding: 3% 0;
		border-bottom: 1px solid #E1E1E1;
	}
	.filter {
		width: 80%;
		padding: 2% 5%;
		background-color: #efefef;
		border-radius: 15px;
		margin: 5px 5%;
		display: block;
	}
	#content {
		min-width: auto;
	}
	.slideshow {
		height: 240px;
	}
	.slide {
		height: 240px;
	}
	.slideshow_half {
		margin-top: 100px;
	}
	.slideshow_full {
		/* height: 400px !important; */
	}
	.slide_full {
		background-position: center right;
	}
	#mappa {
		width: 100%;
		height: 400px;
		display: block;
		margin-top: 200px;
	}
	#legenda {
		width: 90%;
		padding: 0 5%;
		min-height: 1000px;
		height: auto;
		display: block;
		margin-top: 30px;
		vertical-align: top;
		overflow-y: auto;
	}
	.title_stores {
		top: 150px !important;
	}
	.title {
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
		margin-top: 20px;
	}
	.smalltitle {
		font-size: 20px;
		line-height: 20px;
	}
	.col_70 {
		width: 100%;
		vertical-align: top;
		margin: 0 auto;
		min-width: auto;
	}
	.col_3 {
		width: 90%;
        margin: 0;
		display: inline-block;		
		vertical-align: top;
	}
	.adapted {
		margin-left: 5% !important;
	}
	.col_4 {
		width: 90%;
		margin: 2% 5% 7% 5%;
		display: inline-block;
		vertical-align: top;
	}
	.margined {
		width: 30%;
		margin: 1% 1% 1% 1%;
		display: inline-block;
		vertical-align: top;
	}
	.col_1, .col_2_sx, .col_2_dx {
		width: 90%;
        margin-bottom: 30px;
        margin-left: 5%;
		text-align: center;
	}
	.col_3_dx {
		width: 90%;
        margin-bottom: 50px;
        margin-left: 5%;
		text-align: left;
	}
	.col_2_sx img, .col_2_dx img {
		max-width: 80vw;
	}
	#buttback {
		margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 80px !important;
	}
	#footer .col_3 {
		margin: 0 0 50px 5%;
	}
	.up-link {
		width: 48px;
		display: block;
		margin: 0 auto;
		text-align: left;
	}
	.area {
		padding: 2%;
		margin-bottom: 2px;
		margin-top: 4px;
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
		width: 86%;
	}
	#gallery {
		width: 100%; 
		margin: 0 auto; 
	}
	.element {
		width: 31%;
		margin: 0 1%;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.element img {
		width: 100%;
	}
	.mobile {
		display: block;
	}
	.nomobile {
		display: none !important;
	}
}