@charset "utf-8";
body{
	/*background-color: rgba(32,79,36,.2);*/
	background-color: #d2dbd3;
	font-family: "NotoSans-Regular";
	font-size: 19px;
	letter-spacing: .6px;
	overflow-x: hidden;
}
p, .text{
	line-height: 32px !important;
    font-size: 16px !important;
}
b{
	font-weight: normal;
	font-family: "NotoSans-Medium";
}
.pointer{
    cursor: pointer;
}
.list.text{
	padding-left: 20px;
}
.pad_page{
	padding: 0 2.5vw;
}
#header_filter {
    background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
    width: 100%;
    height: 30vh;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
	display: none;
}
#clear_header {
    height: 131px;
    display: none;
}
header{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	padding: 20px 0;
	font-weight:100;
	font-size: 23px;
	letter-spacing: 1.2px;
	z-index: 20;
}
header .grid_menu{
	display: grid; 
	grid-template-columns: 1fr minmax(150px, 200px) 1fr;
}
header #logo{
	width: 100%;
	align-self: center;
	max-width: 150px;
}
header #wrap_logos{
	text-align: right;
}
#handle_menu{
	cursor: pointer;
}
#handle_menu p{
	margin-left: 15px;
	width: 66px;
}
#handle_menu.light_mode p{
	color: white;
}
#handle_menu p::after{
	content: 'Menu';
}
#hamburger{
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
}
#hamburger::before, #hamburger::after{
	content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
	background-color: black;
    transition: transform 200ms cubic-bezier(0.4, 0.08, 0.84, 0.98),top 200ms cubic-bezier(0.4, 0.08, 0.84, 0.98);
}
.light_mode #hamburger::before, .light_mode #hamburger::after{
	background-color: white;
}
#hamburger::after{
	top: calc(50% + 6px);
}
/**** EFFECT MENU******/
.menu_open{
	overflow-y: hidden;
}
.menu_open #hamburger::before, .menu_open #hamburger::after{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu_open #hamburger::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.menu_open #handle_menu p::after{
	content: 'Chiudi';
}
.menu_open #wrap_menu{
	left: 0;
}
.menu_open #filter_menu{
	opacity: 1;
	visibility: visible;
}
/**** END EFFECT MENU******/
#choose_lang{
	cursor: pointer;
}
#choose_lang .other_lang p{
	padding-top: 20px;
}
#choose_lang .other_lang{
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	transition-timing-function: ease-in-out;
}
.ico{
	width: 30px;
}
.first_box{
	height: calc(100vh - 143px);
	position: relative;
}
.first_box .slides{
	position: relative;
	width: 100%;
	height: 100%;
}
.first_box .wrapper{
	position: absolute;
    overflow: hidden;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip: rect(0, auto, auto, 0);
}
.first_box .slide{
	position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
}
.first_box img{
	/*position: absolute;*/
	position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
	z-index: 2;
}
.first_box .filter{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height:50vh;*/
    height:20vh;
    background: linear-gradient(180deg, #d2dbd3 0%, transparent 100%);
    z-index: 3;
    transition: 400ms;
}
.first_box .large_filter{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #d2dbd3 40%, rgba(210,219,211, .8) 60%, rgba(210,219,211, .6) 80%,  transparent 100%);
    z-index: 3;
    transition: 400ms;
}


.slider .hide{
	display: none;
}

.big_title{
	font-family: "Lora-Regular";
	font-size: 70px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 110px;
	word-spacing: 20px;
	position: relative;
	z-index: 10;
	width: 90%;
	margin: auto;
}
.effect_foto{
	width: 90%;
	max-width: 1500px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.effect_foto .custom_clear{
	clear: both;
	height: 30vh;
}
.wrap_photos{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
}
.wrap_photo {
	width: 45%;
	height: 500px;
	background-color: antiquewhite;
	position: relative;
}
.wrap_photo.rt{
	float: right;
}
.wrap_photo img{
	opacity: 0.4;
}
#filter_effect_foto{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(210,219,211,.8);
	width: 100%;
	height: 100%;
	display: none;
}
.line{
	height: 1px;
	background-color: #204f24;
}
.slick-list{
	overflow: visible !important;
}
.slick-list.draggable{
	padding: 0px 0% !important;
}
.gallery_std{
	overflow: hidden;
}
.gallery_std .slide{
	position: relative;
	height: 100vh;
}
.gallery_std .slide .padding_20{
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.gallery_std .slide .padding_20 .info{
	transform: rotate(-2deg);
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery_std .info .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	color: white;
	font-size: 60px;
	font-family: "Lora-Regular";
	text-align: center;
}
.gallery_std .info .filter_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: linear-gradient(180deg, #000 0%, transparent 100%);
    opacity: 0;
    z-index: 3;
    transition: 400ms;
}
.gallery_std .info .filter_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
    z-index: 3;
    transition: 400ms;
}
.vert_title{
	height: 100px;
	width: 700px;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: top left;
	top: 30px;
    left: 0;
    position: absolute;
    text-align: right;
	font-size: 80px;
    line-height: 1;
}

#wrap_menu{
	width: 500px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
    background-color: white;
	left: -500px;
	transition: 400ms ease-in-out;
	font-family: "NotoSans-Regular";
	overflow: hidden;
}
#wrap_menu .pad{
	padding: 0 2.5vw;
	padding-top: 168px;
}
#wrap_menu #menu{
	list-style-type: none;
	position: relative;
	z-index: 70;
}
#wrap_menu #menu li{
	margin: 10px 0;
}
#wrap_menu #menu a{
	display: block;
	padding: 10px 0;
}
#filter_menu{
	position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    /*background-color: rgba(255,255,255,.7);*/
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: 400ms ease-in-out;
}
header #ico_handle_menu{
	justify-content: flex-start; 
	position: relative; 
	z-index: 99;
}
#wrap_menu #logo_bk_menu{
	position: absolute;
    left: -120px;
    bottom: 0;
    min-width: 100%;
    min-height: 70%;
    opacity: .1;
}
.wrap_2cols{
	background-color: #c4d3c6;
}
.wrap_2cols .wrap_img{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.wrap_2cols .wrap_img img, .col.image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap_2cols .wrap_text .text{
	width: 90%;
	max-width: 500px;
	text-align: center;
}
.wrap_2cols .wrap_text .text .title{
    color: #013918;
	font-family: "Lora-Regular";
}
.wrap_2cols .wrap_text .text .description{
	/*text-align: justify;*/
	line-height: 30px;
}
.std_btn{
	display: inline-block;
	/*float: left;*/
	background-color: #013918;
	padding: 10px 20px;
	color: white !important;
	border-radius: 5px;
	text-decoration: none !important;
}

.material-icons{
	font-family: "MaterialIcons-Regular";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	vertical-align: middle;
}

.important_info .line{
	height: .5px;
	background-color: #013918;
}
.std_cols_2 .col{
	width: 50%;
	position: relative;
}
.important_title{
	font-size: 35px;
	font-family: "Lora-Regular";
}
.std_text{
	text-align: justify;
    line-height: 32px;
}
.std_cols_2 .pad_rt{
	padding-right: 50px;
}
.std_cols_2 .pad_lt{
	margin-left: 50px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

footer{
	background-color: #013918;
	color: rgba(250,247,240,.75);
    position: relative;
}
footer #logo_footer{
	opacity: .75;
}
footer .hor_list p{
	display: inline-block;
}
footer .hor_list p:first-child{
	margin-right: 30px;
}
footer .footer_grid{
	display: -ms-grid;
    display: grid;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    
}
footer .footer_grid .col{
	webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .footer_grid .col h3{
	font-family: "Lora-Regular";
}
footer p{
	font-size: 16px;
}
footer .line_col{
	height: .5px;
	background-color: rgba(250,247,240,.75);
}
footer .space_scrolltop{
    clear: both;
    height: 200px;
}
footer .wrap_scrolltop{
	position: absolute;
	left: 50%;
    bottom: 0;
	transform: translateX(-50%);
    cursor: pointer;
}
footer .wrap_scrolltop p{
	margin-bottom: 5px;
	transition: 400ms ease-out;
	font-size: 23px;
}
footer .wrap_scrolltop .line{
	width: 1px;
	background-color: rgba(250,247,240,.75);
	transition: 400ms ease-out;
	position: relative;
	bottom: 0;
	margin-bottom: 0;
    height: 129px;
}
footer .wrap_scrolltop:hover .line{
	height: 0;
	margin-bottom: 129px;
}


.map_marker{
	width: 500px;
	max-width: 100%;
}
ul.text{
	padding-left: 20px;
}
.text a{
	color: #be1522;
	text-decoration: underline;
}
.certif_logo{
	vertical-align: middle;
	width: 80px;
}