
body, html{
  margin:0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
/*  height: 100%;*/
    line-height: 1.6;
}

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

img{
  border: 0;
}

p{
  line-height: 2;
}

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

a:link, a:visited
{text-decoration: none;
font-weight:normal;
outline:none;}

a:hover, a:active
{
font-weight:normal;
outline:none;color: #888;
}

h1,h2,h3{
    font-weight: 400;
    line-height: 1.1;
}


.flex-a{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
padding: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}

.flex-b{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}


.flex-b-stop{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}



.flex-b-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
}

.flex-c{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
}



.flex-c-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content:center;
  align-items: flex-start;
}


.flex-c-block{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
	text-align: center;
}



/*DESKTOP*/

@media only screen and (min-width: 651px){

  .flex-c-end{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content:flex-end;
    align-items: flex-start;
  }

  .mobile{
    display: none;
  }

.slide{
  width: 100%;
  height: 82vh;
  margin:0 0 0 0;
  padding: 0;
  position: relative;
}


.afterslog {
    font-size: 1.2em;
    color: #fff;
    margin: 20px auto 0 auto;
    padding: 0;
   width: 60%;
   /* font-style: italic;*/
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}

.evi_angus{
position: absolute;
z-index: 999;
width: 60%;
margin: auto;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255,255,255,0.8);
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
padding: 20px 10px 0 10px;
text-align: center;
}

.text_angus{
		text-align: left;
		color: #222;
		background:url(/images/star_big.png) no-repeat;
		background-size:28%;
		background-position: top right;
	}

	.text_angus h1{
		color: #f00;
		font-size:2.5em;
		margin: 0;
		font-weight: normal;
		font-family: 'Kaushan Script', cursive;
			padding: 0 0 0 0;
		display: inline;

	}

	.star-angus{
		width:53%;
		text-align: center;
	}

		.text_angus h2{
		font-size:1.2em;
		display: inline;
			font-weight: 600;
			margin: 0;
			padding: 8px 0;
	}

			.text_angus p{
		font-size:0.85em;
			margin: 0 0 10px 0;
			padding: 0;
				line-height: 1.5;
	}

	.desk_angus{
		width: 60%;
	}


	.red{
		color: #f00;
	}

			.text_angus h3{
		font-size:1.1em;
				line-height: 1.5;
			margin: 0;
			padding:10px 0;
	}

	img-angus-mob{
		display: none;
	}


.item{
  margin:0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
}


.gallery{
  width: 80%;
  /*height: 50vh;*/
  padding: 80px 0;
  margin: 0 auto;
  background-color: #fff;
}

.owl-carousel2{
  width: 80%;
  margin:0 auto;;
}

.item2{
  margin:0;
  width: 98%;
  height: 76vh;
}


.slogan{
  font-family: 'Kaushan Script', cursive;
  font-size:3.2em;
  color:#fff;
  margin: 0 auto;
  padding: 0;
  width: 60%;
text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}

.beforeslog{
  font-size:1.3em;
  color:#fff;
  margin: 0 auto 15px auto;
  padding: 0;
  width: 60%;
  font-style: italic;
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}


.button-hp{
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 60%;
}

.button-hp a{
  display: inline;
  color: #fff;
  font-size: 1.2em;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.button-hp a:hover{
  background-color: #222;
  text-decoration: none;
}

.prenota-but{
  background-color: #589442;
  margin-right: 10px;
}

.menu-but{
  background-color: #f00;
}


.about-hp{
  width: 100%;
  padding: 80px 0 0 0;
  background: url(../images/about_hp3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  /*min-height: 60vh;*/
}



.about{
  width: 60%;
  margin: 0 auto;
}

.about h1{
  font-family: 'Kaushan Script', cursive;
  font-size:3.2em;
  color:#fff;
  margin:30px 0 10px 0;
}

.desc_about_hp{
  width:50%;
}

.desk_back{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;


}

.desc_about_hp p{
  color: #222;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
  font-size: 0.9em;
  display: block;
}

.about-but{
  display: block;
    color: #fff;
    font-size: 1em;
    width: 150px;
    margin: 15px 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #f00;

  }

  .about-but:hover{
    background-color: #222;
    text-decoration: none;
  }




header{
  width: 100%;
  position: fixed;
  top:0;
  z-index: 9999999999999;
  border-top: 8px solid #f00;
  transition: 0.3s;
 -moz-transition: 0.3s;
 -webkit-transition: 0.3s;

}

.head-hp{
  width: 60%;
  margin: 0 auto;
}

.logo-hp{
  padding: 24px 0 0 0;
  text-align: center;
  /* background-color: #feecbe; */
}


	.logo-hp img{
		  height: 7vw;
	}

.shrink{
  padding: 0 0 0 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #000;
  height: 76px;
  border-top: 4px solid #f00;
}

.shrink .logo-hp{
  padding: 10px 25px 8px 30px;
  text-align: center;
  background-color: #000;
}

.shrink .logo-hp img{height: 6vh;}


.menu-hp{
  padding-top: 30px;
}

.shrink .menu-hp{
  padding-top: 0;
}

.menu-hp ul{
  list-style-type: none;
  color: #fff;
  vertical-align: middle;

}

.menu-hp li{
  display: inline;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0 8px;

}

.shrink .menu-hp li{
  display: inline;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0 10px;

}


.menu-hp a{
  transition: 0.3s ease;
  border-top: 1px dotted transparent;
border-bottom: 1px dotted transparent;
  color: #fff;
  text-decoration: none;
}


.shrink .menu-hp a{
  transition: 0.3s ease;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  color: #fff;
  text-decoration: none;
}

.menu-hp a:hover{
  text-decoration: none;
  border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
}

.shrink .menu-hp a:hover{
  text-decoration: none;
  border-top: 1px dotted #222;
border-bottom: 1px dotted #222;
}

.select{
  color: #f00;
  text-decoration: none;
  border-top: 1px dotted #f00;
border-bottom: 1px dotted #f00;
}


.prenota a{
  transition: 0.3s ease;
  border-top: 1px dotted transparent;
border-bottom: 1px dotted transparent;
  color: #f00;
    text-decoration: none;
}


.shrink .prenota a{
  transition: 0.3s ease;
  border-top: 1px dotted transparent;
border-bottom: 1px dotted transparent;
  color: #f00;
    text-decoration: none;
}

.prenota a:hover{
  text-decoration: none;
  border-top: 1px dotted #f00;
border-bottom: 1px dotted #f00;
}

.shrink .prenota a:hover{
  text-decoration: none;
  border-top: 1px dotted #f00;
border-bottom: 1px dotted #f00;
}


.lingue{
  display: flex;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
  text-align: center;
}

.lingue a:hover{
  border-top: 1px dotted transparent;
border-bottom: 1px dotted transparent;
text-decoration: none;
}

.lingue img{
  padding-left: 4px;
  height: 20px;
	}

.lang_gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.lang_gray:hover{
	  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}


.red-sec{
  width: 100%;
  background-color: #f00;
  padding: 20px 0;
}

.orari{
  width: 60%;
  margin: 0 auto;
  color: #fff;
}

	.orari_img{width:29%;}
	.orari_txt{width:60%;}

  .column_orari{
    column-count: 2;
  }

.orari p{
  font-size: 1em;
  line-height: 1.2;
}


.sec-menu{
  width: 100%;
  background: url(../images/back_menu_hp2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 0 0;
}

.tit-menu-hp{
  width: 60%;
  margin: 0 auto;
}

.tit-menu-hp h1{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #f00;
  display: inline;
  margin: 0 25px;
}

.tit-menu-hp p{
  display: block;
margin-top: 50px;
  /*columns: 2;
  column-gap: 30;*/
  font-size: 0.9em;
  color:#222;
  text-align: justify;
  width: 40%;
  line-height: 1.6;
}


.scopri-but{
  width: 40%;
}

.scopri-but-bimbi{
  width: 40%;
  float:right;
  margin-top: 40px;
}

.scopri-menu-but{
    color: #fff;
    font-size: 1.2em;
    margin: 15px 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #f00;
    text-transform: uppercase;

  }

  .scopri-menu-but:hover{
    background-color: #222;
    text-decoration: none;
  }

  .menu-bimbi{
    width: 100%;
    background: url(../images/back_menu_bimbi2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
    /*min-height: 70vh;*/
    border-top: 10px solid #f00;
  }

  .tit-menu-bimbi{
    width: 63%;
    margin: 0 auto;
    text-align: right;
    border-right: 3px dotted #fff;
    padding-right: 30px;
  }

  .tit-menu-bimbi h1{
    font-family: 'Kaushan Script', cursive;
    font-size:3em;
    color: #fff;
    margin: 0;
  }

  .tit-menu-bimbi p{
    width: 35%;
      float: right;
  }

  .prenota-contatti{
    width: 100%;
    padding: 20px;
    background: url(../images/back_fork.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0 0 0;
        min-height: 50vh;
  }

.pre-div{
  width: 60%;
  margin: 0 auto;
}

.pre-div h1{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #fff;
  margin: 20px 0 20px 0;
}

.pre-div h2{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #f00;
  margin: 40px 0 20px 0;
}

.pre-div p{
  display: block;
margin-top: 10px;
  font-size: 0.9em;
  color:#fff;
  text-align: left;
  line-height: 1.6;
}

.pre-div a{
  text-decoration: none;
  color: #f00;
}

.pre-div a:hover{
  text-decoration: none;
  color: #fff;
}

.divtf{
  text-align: center;
}

.logotf{
  height: 100px;
}

.bottle{
  padding-left: 20px;
  margin-bottom: 40px;
}

footer{
  padding: 30px 0;
  width: 100%;
  background-color: #222;
}

.foot{
  width: 70%;
  margin: 0 auto;
  text-align: center;

}

	.logo_foot{
		width: 15vw;
	}


.foot p{
  color: #fff;
  font-size: 0.9em;
}

.foot a{
  text-decoration: none;
  color: #f00;
}

.foot a:hover{
  text-decoration: none;
  color: #fff;
}

.social{
  width: 100%;
  }

.soc{
  width: 70%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}


.insta-div{
width: 40%; border:1px solid #dedede;padding:5px;
}

.soc h1{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #f00;
  margin: 80px 20px 0 0;
}

.kit{
  position: absolute;
  bottom:0;
  left: 30px;
}

.h1_loc{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #fff;
width: 100%;
padding: 25px 0;
margin: 0;
text-align: center;
background-color: #f00;
}

.intest{
  padding:130px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.back_gallery{
  background-image: url(../images/gallery/back_gallery.jpg);
}

.back_about{
  background-image: url(../images/back_about.jpg);
}

.back_menu{
  background-color: #222;
  background-image:url(../images/intest_menu_interno.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding:110px 0 60px 0;
  width: 100%;
}

.intest h1{
 font-family: 'Kaushan Script', cursive;
 font-size:3em;
 color: #f00;
 margin: 0 auto;
 text-align: center;
 width: 30%;
 border: 1px solid #fff;
 padding: 40px 0;
}


.intest_white h1{
 font-family: 'Kaushan Script', cursive;
 font-size:3em;
 color: #fff;
 margin: 0 auto;
 text-align: center;
 width: 30%;
 border: 1px solid #fff;
 padding: 40px 0;
}


.menu_first{
  width: 100%;
  background: url(/images/back_menu_interno2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}


.menu_second{
  width: 100%;
  background: url(/images/back_menu_interno_dolce.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}


.menu_bimbi{
  width: 100%;
  background: url(/images/back_menu_bimbi_interno2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0;
}


.menu_first_text{
  width: 35%;
margin: 0 0 0 48%;
text-align: center;
padding-top: 30px;
}


.menu_second_text{
  width: 35%;
margin: 0 0 0 10%;
text-align: center;
padding-top: 30px;
}


.menu_center_text{
  width: 30%;
margin: 0 auto;
text-align: center;
padding-top: 30px;
}


.menu_first_text h1, .menu_second_text h1{
  font-family: 'Kaushan Script', cursive;
  font-size:2em;
  color: #f00;
  display: inline;
  margin: 0 25px;
}

.menu_center_text h1{
  font-family: 'Kaushan Script', cursive;
  font-size:2.8em;
  color: #f9b436;
  margin: 0 0 20px 0;
}


.menu_first_text h2, .menu_second_text h2, .menu_center_text h2{
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 0;
}


.menu_first_text p, .menu_second_text p, .menu_center_text p{
  font-size: 0.8em;
    text-align: left;
    margin: 0;
    padding: 0;
}

.menu_center_text h2, .menu_center_text p{
  color: #fff;
}


.voce_menu{
  margin-bottom: 10px;
}

.prezzo{
  font-size: 0.8em;
  font-weight: 600;
}

.menu_center_text .prezzo{
  color:#fff;
}

.menu_center_text .voce_menu{
  margin-bottom: 30px;
}

.gallery_interno{
  width: 60%;
  margin: 40px auto;
  display: block;
  min-height: 100vh;
}

.gallery_interno ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.item_gall{
  width:33%;height:230px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}


.about-scheda{
  width: 60%;
  margin: 40px auto;
}

.img_about{width: 50%;}

.img_about img{width: 100%;}

.about-scheda h1{
  font-size:2em;
  color: #222;
  margin: 0 0 20px 0;
  padding: 0;
}

.about-scheda p{
  font-size:0.8em;
  color: #222;
  margin: 0;
  text-align: justify;
  padding: 0;
}

.text-about{
  width: 45%;
}




}



/*MOBILE*/


@media screen and (max-width: 650px) { /*max-device-width importante per la visualizzazione landscape*/
  .flex-c-end{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content:center;
    align-items: center;
  }


.desk{
  display: none;
}


.slide{
  width: 100%;
  height: 80vh;
margin:0 0 0 0;
padding: 0;
	position: relative;
}

	.afterslog {
    font-size: 1.2em;
    color: #fff;
    margin: 20px auto 0 auto;
    padding: 0;
   width: 60%;
   /* font-style: italic;*/
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}


.evi_angus{
		position: absolute;
		z-index: 999;
		width: 96%;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
		padding: 10px 0 0 0;
		text-align: center;
}

	.text_angus{
		text-align: center;
		color: #222;
		/*background:url(/images/star_big.png) no-repeat;
		background-size:48%;
		background-position: bottom right;*/
	}

	.text_angus h1{
		color: #f00;
		font-size:1.8em;
		margin: 0;
		font-weight: normal;
	font-family: 'Kaushan Script', cursive;
			padding: 5px 0 8px 0;

	}

	.star-angus{
		width:70%;
		margin: 0 auto;
		text-align: center;
	}

	.star-angus img{
		height: 30px;
	}

		.text_angus h2{
		font-size:1em;
			display: inline;
			font-weight: 600;
			margin: 0;
			padding: 10px 0;
	}

			.text_angus p{
		font-size:0.8em;
			margin: 0;
			padding: 0;
				line-height: 1.4;
	}
	.red{
		color: #f00;
	}

			.text_angus h3{
		font-size:0.8em;
				line-height: 1.4;
			margin: 0;
			padding:5px 0;
	}

	.img-angus-mob{
		text-align: center;
		margin: 8px 0;
	}

	.img-angus-mob img{
		height: 60px;
		margin: 0 3px;
	}


.item{
  margin:0;
  padding: 10% 0 0 0;
  width: 100%;
  height: 100%;
}

.gallery{
  width: 90%;
  height: 66vh;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

.owl-carousel2{
  width: 100%;
  margin:0 auto;
}

.item2{
  margin:0;
  width: 100%;
  height: 100%;
}


.slogan{
  font-family: 'Kaushan Script', cursive;
  font-size:2.5em;
  color:#fff;
  margin: 0 auto;
  padding: 0;
  width: 90%;
text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}

.beforeslog{
  font-size:1.2em;
  color:#fff;
  margin: 0 auto 15px auto;
  padding: 0;
  width: 90%;
  font-style: italic;
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}


.button-hp{
  margin: 0 auto ;
  padding: 30px 0 0 0;
  width: 90%;
}

.button-hp a{
  display: inline;
  color: #fff;
  font-size: 1em;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.button-hp a:hover{
  background-color: #222;
  text-decoration: none;
}

.prenota-but{
  background-color: #589442;
  margin-bottom: 10px;
}

.menu-but{
  background-color: #f00;
}


.about-hp{
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}



.about{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.about h1{
  font-family: 'Kaushan Script', cursive;
  font-size:12vw;
  color: #f00;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.desc_about_hp{
  padding: 15px 20px;
  width:100%;
}

.desc_about_hp p{
  color: #222;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
  font-size: 0.8em;
  display: block;
}

.about-but{
  display: block;
    color: #fff;
    font-size: 1em;
    width: 150px;
    margin: 15px 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #f00;

  }

  .about-but:hover{
    background-color: #222;
    text-decoration: none;
  }




header{
  width: 100%;
  background-color: #fff;
  /* padding-bottom: 10px; */
  border-top: 8px solid #f00;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.head-mob{
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  text-align: center;
}

.logo-hp{
  padding: 15px 0 0 0;
  text-align: center;
  width: 100%;
}

.logo-hp img{
      height: 12vh;
}

.icomenu{
  cursor:pointer;
  height: 24px;
  width: 24px;
}

.lang-mob{
  text-align: right;
  padding-top: 6px;
}

.lang-mob img{
height: 18px;
}

.logo_menu{
  height: 80px;
  margin: 0 auto;
}



.intest{
  padding: 0;
  width: 100%;
  margin-bottom: 20px;

}

.intest h1{
 font-family: 'Kaushan Script', cursive;
 font-size:12vw;
 color: #f00;
 margin: 0 auto;
 text-align: center;
 padding: 20px 0;
}

.gallery_interno{
  width: 90%;
  margin: 20px auto;
  display: block;
/*  min-height: 100vh;*/
}

.gallery_interno ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.item_gall{
  width:100%;height:230px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}


.about-scheda{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.img_about{width: 100%;}

.img_about img{width: 100%;}

.about-scheda h1{
  font-size:8vw;
  color: #222;
  margin: 10px auto;
  padding: 0;
  font-weight: bold;
}

.about-scheda p{
  font-size:0.8em;
  color: #222;
  margin: 0;
  text-align: justify;
  padding: 0;
}

.text-about{
  width: 90%;
  margin: 0 auto;
}


.red-sec{
  width: 100%;
  background-color: #f00;
  padding: 20px 0;
}

.orari{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.orari p{
  font-size: 1em;
  line-height: 1.2;
}

footer{
  padding: 30px 0;
  width: 100%;
  background-color: #222;
}

.foot{
  width: 90%;
  margin: 0 auto;
  text-align: center;

}

.logo_foot{
		height: 9vh;
	}



.foot p{
  color: #fff;
  font-size: 0.9em;
}

.foot a{
  text-decoration: none;
  color: #f00;
}

.foot a:hover{
  text-decoration: none;
  color: #fff;
}




.sec-menu{
  width: 100%;
  background: url(../images/back_menu_hp_mob.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 0 0 0;
}

.tit-menu-hp{
  width: 90%;
text-align: center;
 margin: 0 auto;
 background-color: rgba(255,255,255,0.75);
}

.tit-menu-hp h1{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #f00;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.midline{
  display: none;
}

.tit-menu-hp p{
  display: block;
margin-top: 20px;
  font-size: 0.8em;
  color:#222;
  text-align: center;
  width:100%;
  line-height: 1.6;
}


.scopri-but{ /*butmob*/
  width: 100%;
  text-align: center;
}

.scopri-but img{
  margin: 0 auto;
}


.scopri-but-bimbi{
  width: 100%;
  text-align: center;
}

.scopri-menu-but{
    color: #fff;
    font-size: 1.2em;
    margin:  0 auto;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #f00;
    text-transform: uppercase;

  }

  .scopri-menu-but:hover{
    background-color: #222;
    text-decoration: none;
  }

  .menu-bimbi{
    width: 100%;
    background: url(../images/back_menu_bimbi_mob.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
    border-top: 10px solid #f00;
  }

  .tit-menu-bimbi{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-right: 3px dotted #fff;
    padding-right: 30px;
     background-color: rgba(255,255,255,0.75);
  }

  .tit-menu-bimbi p{
    text-align: right;

  }

  .tit-menu-bimbi h1{
    font-family: 'Kaushan Script', cursive;
    font-size:3em;
    color: #fff;
    margin: 0 auto;
  }


  .tit-menu-bimbi img{
    height: 70px;
  }

  .prenota-contatti{
    width: 100%;
    padding: 0;
    margin-top: 0;
  }

  .pre-div{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  }

  .pre-div h1{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #fff;
  margin: 20px auto;
  }

  .pre-div h2{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  color: #f00;
  margin: 20px auto;
  }

  .pre-div p{
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color:#fff;
  text-align: left;
  line-height: 1.6;
  }

  .pre-div a{
  text-decoration: none;
  color: #f00;
  }

  .pre-div a:hover{
  text-decoration: none;
  color: #fff;
  }

  .divtf{
  text-align: center;
  background-color: #589442;
  padding: 20px 10px;
  width: 100%;

  }

  .contact-mob{
    background-color: #333;
    padding: 20px 10px;
    width: 100%;
  }

  .logotf{
  height: 100px;
  }

  .bottle{
  padding-left: 20px;
  margin-bottom: 40px;
  }


  .h1_loc{
    font-family: 'Kaushan Script', cursive;
    font-size:3em;
    color: #fff;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background-color: #f00;
  }

  .social{
    width: 100%;
    }

  .soc{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }


	.insta-div{
width: 100%; border:1px solid #dedede;padding:5px;
margin-bottom: 20px;
}


  .soc h1{
    font-family: 'Kaushan Script', cursive;
    font-size:3em;
    color: #f00;
    margin: 20px auto;
  }

  .kit{
    display: none;
  }


  .back_menu{
    background-color: #222;
    background-image:url(../images/intest_menu_interno.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:60px 0;
    width: 100%;
  }



  .intest_white h1{
   font-family: 'Kaushan Script', cursive;
   font-size:3em;
   color: #fff;
   margin: 0 auto;
   text-align: center;
   width: 90%;
   border: 1px solid #fff;
   padding: 20px 0;
  }


  .menu_first{
    width: 100%;
    background: url(/images/back_menu_interno2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
  }


  .menu_second{
    width: 100%;
    background: url(/images/back_menu_interno_dolce.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
  }


  .menu_bimbi{
    width: 100%;
    background: url(/images/back_menu_bimbi_interno2_mob.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
  }


  .menu_first_text{
    width: 90%;
    margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  }


  .menu_second_text{
    width: 90%;
    margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  }


  .menu_center_text{
    width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
  }


  .menu_first_text h1, .menu_second_text h1{
    font-family: 'Kaushan Script', cursive;
    font-size:2em;
    color: #f00;
    display: inline;
    margin: 0 25px;
  }

  .menu_center_text h1{
    font-family: 'Kaushan Script', cursive;
    font-size:2.8em;
    color: #f9b436;
    margin: 0 0 20px 0;
  }


  .menu_first_text h2, .menu_second_text h2, .menu_center_text h2{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
  }


  .menu_first_text p, .menu_second_text p, .menu_center_text p{
    font-size: 0.8em;
      text-align: left;
      margin: 0;
      padding: 0;
  }

  .menu_center_text h2, .menu_center_text p{
    color: #fff;
  }


  .voce_menu{
    margin-bottom: 10px;
  }

  .voce_menu div{
    width: 49%;

  }

  .prezzo{
    font-size: 0.8em;
    font-weight: 600;
  }

  .menu_center_text .prezzo{
    color:#fff;
  }

  .menu_center_text .voce_menu{
    margin-bottom: 30px;
  }

}
