
@font-face {
  font-family: 'KoHo';
  font-weight: 300;
  src: url('./KoHo/KoHo-Light.ttf');
}

@font-face {
  font-family: 'KoHo';
  font-weight: 400;
  src: url('./KoHo/KoHo-Regular.ttf');
}

@font-face {
  font-family: 'KoHo';
  font-weight: 500;
  src: url('./KoHo/KoHo-Medium.ttf');
}

@font-face {
  font-family: 'KoHo';
  font-weight: 700;
  src: url('./KoHo/KoHo-Bold.ttf');
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:62.5%;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: 700;
	color: #4b3b2f;
	font-family: 'KoHo', "Times New Roman";
	font-size: 3rem;
}

h2{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: 700;
	color: #4b3b2f;
	font-family: 'KoHo', sans-serif;
	font-size: 2rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
	color: #4b3b2f;
	font-family: 'KoHo', sans-serif;
}

.fasciaHomeVuota h2, .fasciaHomeVuota h3{
	font-family: 'KoHo', sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-family: KoHo, "Times New Roman";
	font-size: 1.5rem;
	color: #marroneScuro;
	line-height: 2rem;
	background: #f5f1e8;
}

a{
	text-decoration: none;
	color: #;
}

a:hover{
	text-decoration: underline;
	color: #;
}

.fa-input {
	font-family: FontAwesome !important;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

span.corsivo{
	font-family: 'KoHo', sans-serif;
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'KoHo', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #4b3b2f;
	background: #4b3b2f;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'KoHo', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #32271e;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
}

#contenitore{
	position:relative;
	width: 100%;
}

.contenuto{
	position: relative;
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

#titolo{
	position: relative;
	width: 100%;
	/*background: #;*/
	align: center;
	text-align: center;
	padding: 1.4rem 0;
}

#titolo h1{
	color: #;
}

#header{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	padding-top: 4rem;
}

#logo{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 20%;
	padding: 0;
	display: block;
	text-align: center;
}

#logo img{
	height: 12rem;
	display: inline-block;
}

@media only screen and ( max-width: 767px){
	#logo{
		position: relative;
		float: left;
		top: 0;
		left: 0;
		width: 50%; 
		padding: 1rem 0;
		display: block;
		text-align: center;
	}

	#logo img{
		height: 7rem;
		display: inline-block;
	}
	
	#header{
		width: 100%;
	}
}

/************************************************/
/* 				MenuLingue						*/
/************************************************/
#menuLingue{
	position: relative;
	top: 0;
	left: 5%;
	width: 90%;
	z-index: 200;
	margin-top: 0.8rem;
}

#menuLingue > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 500;
}

#menuLingue > ul > li{
	position: relative;
	float: right;
	top: 0;
	left: 0;
	margin: 0; 
	padding: 0.4rem 0%;
	color: #;
	border-right: 0.1rem solid #7d7b7c;
}

#menuLingue > ul > li:last-child{
}

#menuLingue > ul > li a{
	display: block;
	color: #7d7b7c;
	text-decoration: none;
}

#menuLingue > ul > li a:hover{
	display: block;
	color: #4b3b2f;
	text-decoration: none;
}

@media only screen and ( max-width: 767px){
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	bottom: 0rem;
	right: 0;
	width: 80%;
	z-index: 2000;
}

.lineaMenu{
	position: absolute;
	width: 0%;
	height: 0.8rem;
	background: #ffffff;
	bottom: 0;
	left: 50%;
	opacity: 0;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.7rem;
	font-weight: 400;
}

#nav > ul > li{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 20%;
	transition: background 0.4s;
}

#nav > ul > li:hover{
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 8rem 0 2rem 0; 
	font-weight: 300;
	color: #32271e;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #4b3b2f;
}

#nav > ul > li.corrente a{
	color: #;
}

#nav > ul > li.corrente ul li a{
	color: #ffffff;
}

#nav > ul ul > li.corrente a{
	color: #;
}

#nav > ul ul > li.corrente{
	background: #ffffff;
}

/* secondo livello*/
#nav li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
	background: #32271e;
}

 #nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
}

#nav > ul ul > li:hover{
	background: #ffffff;
}

#nav > ul ul > li a{
	display: block;
	text-align: center;
	padding: 0.8rem 0rem; 
	color: #ffffff;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: # !important;
}

@media only screen and ( max-width: 767px){
	#menu{
		position: relative;
		float: left;
		width: 50%;
	}

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}
	
    /* first level */
 
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        right: 0%;
		background: #32271e;
		top: 6rem;
		font-size: 1.8rem;
		width: 200%;
		z-index: 1000;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		padding: 0 5%;
	}
	
	#nav > ul > li:hover{
		background: #;
	}
	
	#nav > ul > li a{
		color: #ffffff;
		padding: 1.4rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
	}
	
	#nav li:hover ul{
		//display: block;
	}

	#nav > ul ul > li{
		position: relative;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 5%;
		border-top: 1px solid #;
		color: #ffffff;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #ffffff;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 2rem 5%;
	background: #;
	border-radius: 4rem;
	padding: 0.6rem 1rem;
	color: #32271e;
	line-height: 0;
}

.tastoMenu:hover{
	color: #4b3b2f;
}

/************************************************/
/* 				home							*/
/************************************************/
a .homeScopri{
	display: inline-block;
	padding: 0.4rem 1rem;
	margin-top: 1rem;
	font-weight: 500;
	cursor: pointer;
	background:#4b3b2f;
	color: #f5f1e8;
}

#homeAzienda{
	position: relative;
	width: 100%;
	background: #dfd7cb;
	margin-top: 5rem;
	padding-top: 5rem;
}

#homeAziendaRaccordo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 50%;
	background: #f5f1e8;
	display: none;
}

#homeAgriturismo{
	position: relative;
	width: 100%;
	background: #f5f1e8;
}

#elle{
	position: absolute;
	bottom: 10%;
	left: 4rem;
	width: 30%;
	height: 120%;
	z-index: 1000;
	border-left: 1.6rem solid #cbbb9d;
	border-bottom: 1.6rem solid #cbbb9d;
	border-bottom-left-radius: 2rem;
}

#homeAgriturismoRaccordo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 8rem;
	background: #dfd7cb;
}

.homeAziendaFoto{
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 100%;
	z-index: 100;
}

#tetto{
	position: absolute;
	top: 5rem;
	right: 0;
	width: 55%;
	height: 50%;
	background-image: url("tetto.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
	z-index: 125;
}

.homeAgriturismoFoto{
	position: absolute;
	top: 10%;
	right: 0;
	width: 50%;
	height: 80%;
	border: 0.1rem solid transparent;
	border-bottom-left-radius: 2rem;
	overflow: hidden;
}

.homeAgriturismoTesto, .homeAziendaTesto{
	position: relative;
	width: 50%;
	float: left;
	padding: 12rem 10%;
	z-index: 150;
}

.homeAziendaTesto{
	float: right;
}

@media (max-width: 767px){

	.homeAziendaFoto{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 40vh;
	}

	.homeAgriturismoFoto{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 40vh;
		border-radius: 0rem;
		overflow: hidden;
	}
	
	#homeAgriturismoRaccordo{
		display: none;
	}

	.homeAgriturismoTesto, .homeAziendaTesto{
		position: relative;
		width: 100%;
		float: none;
		padding: 5rem 10%;
	}
	
	#elle, #tetto{
		display: none;
	}
	
	
}

#homeCentro{
	position: relative;
	background: #cbbb9d;
	padding: 5rem 0;
	text-align: center;
}

.centro{
	position: relative;
	float: left;
	width: 24%;
	margin: 4rem 4.5%;
	border: 2rem solid #dfd7cb;
	border-radius: 2rem;
	overflow: hidden;
	z-index: 100;
}

.centro img{
	width: 100%;
	display: block;
}

#homeCentroRaccordo{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 20rem;
	background: #f5f1e8;
}

#homeRecensioni{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #f5f1e8;
	text-align: center;
}

.recensioni{
	position: relative;
	float: left;
	width: 24%;
	margin: 4rem 4.5%;
	z-index: 100;
	text-align: left;
	font-weight: 300;
	font-size: 1.2rem;
}

.recensionePallino{
	position: relative;
	float: left;
	width: 1rem;
	height: 1rem;
	margin: 0 0.1rem 0.4rem 0.1rem;
	border-radius: 2rem;
	border: 0.1rem solid #32271e;
	overflow: hidden;
}

.recensionePallinoPieno{
	background: #32271e;
}

#homeSocial{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	background: #dfd7cb;
}

#homeSocialContenuto{
	position: relative;
	max-width: 1400px;
	width: 40%;
	margin: 0 auto;
	padding: 5rem 5%;
	background: #ffffff;
	z-index: 100;
	text-align: center;
}

#homeSocialRaccordo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 15rem;
	background: #f5f1e8;
}

@media (max-width: 767px){

	.centro, .recensioni{
		float: none;
		width: 90%;
		margin: 4rem 5%;
	}
	
	#homeSocialContenuto{
		position: relative;
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		padding: 5rem 5%;
		background: #ffffff;
		z-index: 100;
		text-align: center;
	}
	
}

/************************************************/
/* 				corpo							*/
/************************************************/
.corpoSx{
	position: relative;
	float: left;
	width: 60%;
	padding: 1rem 4% 1rem 0;
	border-right: 0.1rem solid #cccccc;
}

.corpoSx h1{
	color: #222222;
	font-size: 2.4rem;
	padding: 2rem 1%;
}

.corpoDx{
	position: relative;
	float: right;
	width: 40%;
	padding: 3rem 0 1rem 4%;
}

@media (max-width: 767px){
	.corpoSx, .corpoDx{
		float: none;
		width: 100%;
		padding: 1rem 0;
		border: 0;
	}
}

/************************************************/
/* 				pagine interne					*/
/************************************************/

#pagineInterne{
	position: relative;
	width: 100%;
	background: #dfd7cb;
	padding: 5rem 0;
}

#pagineInterneRaccordo{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 10rem;
	background: #f5f1e8;
}

.pagineInterneFoto{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	max-height: 40rem;
}

.pagineInterneTesto{
	position: relative;
	width: 50%;
	float: right;
	padding: 0rem 10% 8rem 10%;
}

#pagineInterneGallery{
	position: relative;
	width: 100%;
	background: #dfd7cb;
	padding: 5rem 0;
	text-align: center;
}

#pagineInterneGalleryRaccordo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 14rem;
	background: #f5f1e8;
}

a .tastoContattaci{
	display: inline-block;
	padding: 3rem 8%;
	margin: 8rem 0 0 0;
	background: #f5f1e8;
	font-size: 2rem;
	cursor: pointer;
	color: #4b3b2f;
}

a .tastoContattaci:hover{
	color: #f5f1e8;
	background: #4b3b2f;
}

@media (max-width: 767px){
	.pagineInterneFoto{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 50rem;
	}

	.pagineInterneTesto{
		position: relative;
		width: 100%;
		float: none;
		padding: 5rem 5% 8rem 5%;
	}
}

/************************************************/
/* 				box fine						*/
/************************************************/
#pagineComposte{
	position: relative;
	width: 100%;
	padding: 5rem 0;
}

#pagineComposteRaccordoTop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 8rem;
}

#pagineComposteRaccordoBottom{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 10rem;
}

.pagineComposteFoto{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	max-height: 40rem;
}

.pagineComposteFotoLeft{
	left: 0;
}

.pagineComposteFotoRight{
	right: 0;
}

.pagineComposteTesto{
	position: relative;
	width: 50%;
	padding: 0rem 10% 8rem 10%;
}

.pagineComposteTestoLeft{
	float: left;
}

.pagineComposteTestoRight{
	float: right;
}

@media (max-width: 767px){

	.pagineComposteFoto{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 50rem;
	}

	.pagineComposteTesto{
		position: relative;
		width: 100%;
		float: none;
		padding: 5rem 5% 8rem 5%;
	}
	
}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: center;
	background: #4b3b2f;
	z-index: 30;
	color: #f5f1e8;
}

#fine a, #fine a:hover{
	color: #f5f1e8;
}

.boxFine, .boxFineSx{
	position: relative;
	float: left;
	width: 30%;
	margin: 4rem 1.5%;
}

.boxFineSx img{
	display: inline-block;
	height: 6rem;
	margin: 1rem;
}

.boxFine img{
	display: inline-block;
	height: 3rem;
	margin: 1rem;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
	font-family: 'KoHo', sans-serif;
}

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 1.6rem;
    font-weight: bold;
}

.boxFine li a, .boxFine li a:hover{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
	color: #beigeChiaro;
}

#logoFine{
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}

#logoFine img{
	height: 10rem;
}

#fineInfo{
	position: relative;
	width: 100%;
	background: #32271e;
	text-align: center;
	font-size: 1.2rem;
	padding: 2rem 0;
}

@media (max-width: 767px) {

	.boxFine, .boxFineSx{
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
}

/************************************************/
/* 				Foto							*/
/************************************************/
.foto{
	position: relative;
	float: left;
	width: 26%;
	margin: 0 3.5%;
	background: #4b3b2f;
}

.foto img{
	width: 100%;
	display: block;
}

.fotoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: 100;
}

.fotoImg img{
	width: 100%;
	display: block;
}

.fotoTesto{
	position: absolute;
	width: 100%;
	height: 55%;
	top: 45%;
	left: 0;
	z-index: 101;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.2rem;
}

@media (max-width: 767px) {
	.foto{
		position: relative;
		float: left;
		width: 50%;
		margin: 0;
	}
}

/************************************************/
/* 				Media Video						*/
/************************************************/
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/************************************************/
/* 				Prenotazione					*/
/************************************************/
#_prenotazione{
	display: inline-block;
	padding: 1.4rem 2%;
	margin: 0 0 4rem 0;
	background: #4b3b2f;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
}

#_prenotazione:hover{
	background: #4b3b2f;
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px) {
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}