<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/* GENERAL */

#slides {
      display:none;
	  margin-top: 50px;
    }

.slidesjs-play{
	display:none !important;
}


/* FINE GENERAL */


body{
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}

.header{
	z-index:999999;
	width:100%;
	height:90px;
	height:50px;
	background-color:#FFF;
	position:fixed;
	top:0px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.57);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.57);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.57);

}

.logo img{
	width:100%;
	height:auto;
	max-width:250px;
     -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

.hasScrolled{
    max-width:99px !important;
}

.menu{
		display:block;
	}

.mobile-mob{
		display:none;
	}

 .open-menu{
	 width:30px;
	 height:auto;
  }

nav{
	margin-top:20px;
	text-align:right;
	display:block;
}

nav li{
	display:inline;
	list-style:none;
	margin-left:20px;
	font-size:13px;
	color:#2E3C42;
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

nav li a{
    color:#2E3C42;
    text-decoration: none;
}

nav li a:hover{
    color:#2E3C42;
    text-decoration: none;
}

.container{
}

.blocco{
    padding-top:20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}

h1{
	text-align:center;
	color:#2E3C42;
	font-family:;
	margin:30px auto 40px auto ;
	font-family: 'Montserrat', sans-serif !important;
}

.separator{
    margin-top: -20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.separator img{
    width: 30px;
    height: auto;
}


.container p{
	margin-left:20%;
	max-width:60%;
	text-align:center;
	font-size:18px;
	line-height:25px;
    font-family: 'Alice', serif;
}

footer{
    width: 100%;
    background-color:#2E3C42;
    height: auto;
    color: #fff;
    text-align: center;
    margin-bottom:-10px;
	position:relative;
}

footer img{
	width:30px;
	margin:6px 10px 0px 10px;
}

footer p{
    color: #fff;
    font-size: 9px;
    padding-top: 15px;
    padding-bottom:15px;
	margin:0 !important;
}

.pietanza h2{
	 font-family: 'Montserrat', sans-serif;
	 font-size:35px;
	 font-weight:bold;
	 text-align:center;
	 color: #fff;
	 margin-bottom:17px !important;

}

h2{
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	margin: 30px auto 40px auto;
}

.middle_space {
margin-bottom: 100px;
margin-top: 20px;
}

.descrizione_parallax{
	font-family: 'Alice', serif !important;
	color: #fff;
	max-width:100% !important;
	margin-left: 0 !important;
	margin-top:40px;
}



.prezzo{
	 font-family: 'Alice', serif;
	 font-size:45px;
	 font-weight:bold;
	 text-align:center;
	 margin-top:10px;
	 color: #fff;
}

.foto{
	margin-top: 30px;
}

.foto div{
	margin-bottom:30px;
}

.foto img{
	width:100%;
	height:auto;
}

.blocco_foto{
	margin-top:0px;
}

.blocco_gray{
	background-color:#F6F4F2 !important;
}

.blocco_parallax{
	background: url(../images/ristorante_bg.jpg) no-repeat 50% 0; height: auto; position:relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		}

.blocco_parallax_camere{
	background: url(../images/camere/camere_bg.jpg) no-repeat 50% 0; height: auto; position:relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.blocco_parallax_contatti{
	background: url(../images/contatti/contatti_bg.jpg) no-repeat 50% 0; height: auto; position:relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}



.more_space{
	margin-top:80px;
	margin-bottom:100px;
}

.camera{
	background-color: rgba(255, 255, 255, 0.8);
	height:300px;
	width: 48%;
	margin-left: 1%;
	position:relative;
	float:left;
}

.titolo_camera{
	position:absolute;
	left: 0px;
	top:0px;
	width:100%;
	height:100px;
	background-color:#2E3C42;
}

.prezzo_camera{
	position:absolute;
	left: 0px;
	top:100px;
	width:100%;
	height:100px;
}

.note_camera{
	position:absolute;
	left: 0px;
	top:200px;
	width:100%;
	height:100px;
}

.titolo_camera h2{
	font-size:17px !important;
	font-family: 'Alice', serif;
	color: #fff;
	line-height:25px;
}

.prezzo_camera h2{
	font-size:30px !important;
	font-family: 'Alice', serif;
	color: #2E3C42;
	font-weight:bold;
}

.note_camera p{
	font-size:15px !important;
	font-family: 'Montserrat', sans-serif;
	color: #2E3C42;
	margin-left: 5%;
    max-width: 90%;
}

.mini_hr{
	margin-top: 0px;
margin-bottom: 20px;
border: 0;
border-top: 2px solid #2E3C42;
width:30px;
}

.payoffcamere{
	width:80%;
	margin-left:10%;
	font-family: 'Alice', serif;
	text-align:center;
}

.payoffcamere p{
	color:#FFF !important;
	font-size:13px;
}


.banner_ristorante{
	background-image:url(../images/banner_ristorante.jpg);
	background-repeat:no-repeat;
}

.banner_camere{
	background-image:url(../images/banner_camere.jpg);
	background-repeat:no-repeat;
	background-position: right center;
}

.banner_dove{
	background-image:url(../images/banner_dove.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

.banner_valori{
	background:url(../images/banner_valori.jpg) #FFF;
	background-repeat:no-repeat;
	background-position: right top;
}

.banner_valori2{
	background:url(../images/bici.jpg) #FFF;
	background-repeat:no-repeat;
	background-position:right top;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}


.banner_contatti{
	background:url(../images/banner_contatti.jpg) #FFF;
	background-repeat:no-repeat;
	background-position: right top;
}


.mappa{
	padding:0 !important;
}

.contatti_text{
	font-size:16px !important;
	font-family: 'Montserrat', sans-serif !important;
	color:#FFF !important;
}

.contact_input{
	width: 100%;
height: 40px;
margin-bottom: 15px;
border: 1px solid #DADADA;
border-radius: 2px;
padding: 10px;
}

.contact_form{
	margin-top:40px;
}

.contact_textarea{
	width: 100%;
height: 80px;
margin-bottom: 15px;
border: 1px solid #DADADA;
border-radius: 2px;
padding: 10px;
resize: none;
}

.contact_submit{
	width: 100%;
height: 40px;
background-color: #2E3C42;
color: white;
border: none;
font-family: 'Montserrat', sans-serif !important;
border-radius: 2px;
}

.contact_submit:hover{
background-color: #3F4D53;
}

#success{
	font-family: 'Montserrat', sans-serif !important;
	font-size:15px;
	text-align:center;
}

.lang{
	position:absolute;
	top:50%;
	background-color:#2E3C42;
	z-index:999;
	width:40px;
	right:0px;
	height:150px;
	margin-top:-75px;
	display:block;
}

.lang li{
	list-style: none;
	padding: 8px;
	text-align: center;
}

.lang li a{
	color:#FFF;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	font-size:13px;
}

.lang li a:hover{
	color:#FFF;
	text-decoration:none;
}

.flexslider{
	position:relative;
}

.full_page{
	position:relative;
}

.nav_mobile{
	min-height: 100%;
	position: fixed;
	top: 0px;
	right: -250px;
	width: 250px;
	-webkit-box-shadow: inset 11px 0px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 11px 0px 13px -6px rgba(0,0,0,0.75);
	box-shadow: inset 11px 0px 13px -6px rgba(0,0,0,0.75);
	background-color: #272827;
}


.nav_mobile li{
	margin:17px auto 10px 27px;
	list-style:none;
	display:list-item;
}

.nav_mobile li a{
	font-family: 'Montserrat', sans-serif !important;
	color:#FFF;
	font-size:13px;
	font-weight:100;
	text-decoration:none;
}

.lang_mob{
	margin-top: 17px;
	margin-left: 17px;
}

.lang_mob li{
	display:inline;
	margin:17px auto 2px 27px;
}

.nav_mobile hr {
margin-top: 13px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid black;
}



/*-------------------------------*/
/*-----------MEDIA QUERIES-------*/
/*-------------------------------*/

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

	.logo img{
		max-width:150px;
	}

	.menu{
		display:none;
	}

	nav{
		margin-top:17px;
	}

	.mobile-mob{
		display:block;
	}

	.lang{
		display:none;
	}

	.header{
		text-align: left;
	}

	.camera{
	width: 48%;
	margin-bottom:20px;
}

.foto img{
	margin-bottom:20px;
}


}

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

	.camera{
		width: 80%;
		margin-left:10%;
		margin-bottom:20px;
	}

}
</pre></body></html>