@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	position:relative;
	height:100%;
}

body{
	background-image:url(immagini/sfondo.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
p{
	font-family: 'Muli', sans-serif; 
	font-size:15px;
	color:black;
	text-align:justify;
	line-height:24px;
	padding:0 15px 15px 15px;
	font-weight:600;
}
h1{
	font-family: 'Muli', sans-serif; 
	font-size:25px;
	color:black;
	text-align:center;
	line-height:24px;
	font-weight:700;
	padding:15px;	
}
.box-home{
	width:200px;
	height:400px;
	overflow:hidden; 
	float:left;
}

.box-lingue-index{
	width:15%;
	margin-top:1%;
	margin-bottom:15px;
	margin-left:20%;
	margin-right:0;
	float:left;
}

.bandiere-index{
	width:3%;
	min-width:20px;
	padding:5px;
	background-color:rgba(255,255,255,0.75);
	float:left;
}

.box-lingue{
	width:15%;
	float:left;
	margin-top:0;
	margin-bottom:15px;
	margin-left:5%;
	margin-right:0;
	padding-top:0px;
	float:left;
}

.bandiere{
	width:3%;
	min-width:20px;
	padding:5px;
	background-color:rgba(255,255,255,0.75);
	float:left;
}

.imgbandiere{
	border:1px solid #666;
}

#logo{
	width:383px;
	margin-right: 10%;
	margin-bottom: 15px;
	float:right;
}

#logo-home{
	width:70%;
	max-width:383px;
	margin-top:0;
	margin-bottom: 25px;
	margin-left:40%;
	margin-right:0;
	float:left;
}

	

#slide_cont{
	width:800px;
	height:400px;
	margin:90px auto 0;
	overflow:hidden;
}

#menu{
	float:left;
	position:relative;
}

#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	z-index: 99999;
}

#menu ul li{
	padding:0 5px;
	margin:0 25px;
	float:left;
	position:relative;
}

#menu ul li a{
	font-family: /*Satisfy', cursive;*/ 'Muli', sans-serif;
	font-size:18px;
	color:#000; /*vecchio colore #b9c7f4*/
	line-height:35px;
	text-decoration:none;
}
#menu ul li:hover ul{
	display:block;
}
#menu ul li:hover ul li ul{
	display:none;
}
#menu ul li ul{
	left: 0;
	border: 1px solid #000;
	width: 175px;
	display:none;
	position:absolute;
}

#menu ul li ul li{
	margin:0;
	float:none;
	border-bottom: 1px solid #000;
	background:rgba(255,255,255,0.77) ;
	color:#000;
	font-size:18px;
}

#menu ul li ul li:hover{
	background-color:#fff;
	
}
#menu ul li ul li:hover ul{
	display:block;
}
#menu ul li ul li ul{
	left: 175px;
	top: -1px;
	border: 1px solid #000;
	width: 200px;
	display:none;
	position:absolute;
}
#menu ul li ul li ul li{
	margin:0;
	float:none;
	border-bottom: 1px solid #000;
	background:rgba(255,255,255,0.77) ;
	color:#000;
	font-size:18px;
}

#menu ul li ul li ul li:hover{
	background-color:#fff;
	
}
	
	


.bordo_menu{
	width:0;
	height:2px;
	margin:0 auto;
	background:#000;
}

.active{
	width:100% !important;
}

@font-face {
  font-family: 'MTCORSVA';
  src: url(MTCORSVA.TTF) format('truetype');
}

.ghirigoro{
	position:absolute;
	height:110px;
	width:580px;
	left:0;
	z-index:10;
	opacity:0.7;
	background-size:contain;
	background-repeat:no-repeat;
}

.box_prodotti {
	margin:23px;
	width:354px;
	float:left;

}


#sfondo-fenice{
	 height:100%;
	 width:100%;
	 background-color:rgba(0,0,0,0.80);
	 position:fixed;
	 left:0;
	 top:0;
	 z-index:99998;
	 display:none;
	 opacity:0;
}

#gallery-fenice{
	background-color:#fff;
	width:719px;
	height:600px;
	top:calc(50% - 300px);
	left:calc(50% - 359.5px);
	position:fixed;
	z-index:99999;
	display:none;
	opacity:0;
}

/*Form mail*/

.form-control{
	display: block;
  	width: calc(100% - 24px); 
  	height: 22px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus {
  	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn {
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background-color: #333;
	border: none ;
	border-radius: 4px;
}

.btn:hover {
	border:2px solid #fff;
	padding: 4px 10px;	
}

#box-testo{
	background-color:rgba(255,255,255,0.75);
	width:80%;
	margin-top:25px;
	border-radius:15px;
	margin:5% auto;
	position:relative;
}

#box-galleria{
	background-color:#fff;
	width:550px;
	padding:10px 10px 50px;
	margin-top:25px;
	float:left;
	border:1px solid #000;
}

#mappa{
	background-color:#fff;
	width:550px;
	padding:10px;
	margin-top:25px;
	float:left;
	border:1px solid #000;
	height:620px;
}

#index_mobile{
	width:100%;
	display:none;
	margin-top:20px;
}

#footer{
	width:100%;
	padding:10px 0;
	position:absolute;
	bottom:0;
	background-color:rgba(255,255,255,0.75);
	
}

.cont_lbox{
	width:90%;
	margin: 15px auto 10px auto;
}

.img_lbox{
	width:calc(25% - 10px);
	height:325px;
	float:left;
	margin:5px;
	background-position:center center;
	background-size:cover;
}

.contatti{
	  width:calc(40% - 15px) !important;
	  float:left;
	  margin:0 15px 0 0 !important;
}

.mappa{
 width:60%;
 float:left;
 margin:0 auto;
}

.cont_contatti{
	 width:60%;
	 margin:3% auto 0;
}
@media (max-width: 1300px){
	#logo {
		margin-right:5%;
	}
}

@media (max-width: 1031px){
	#logo {
		float:none;
		margin:0 auto 15px;		
	}
	
	#menu {
		width:100%;
		float:none;
		margin-bottom:10px;
		padding-top:5px;
	}
		

	#menu ul li{
		width:100%;
		float:none;
		text-align:center;
		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0;
	}
	
	#menu ul li:hover ul{
	background-color:#FFF;
	
	}
	.contatti{
	  width:100% !important;
	  float:none;
	  margin:0 !important;
	}

	.mappa{
	  width:100% !important;
	  float:none;
	  margin:0 !important;
	}
	.cont_contatti{
		width:80%;	
	}
}

@media (max-width: 400px){
	#logo {
		width:96%;
		margin:0 2%;	
}
	#logo img{
		width:100%;
}
	#logo-home {
		width:96%;
		margin:0 2%;	
}
	.box-lingue-index{
		width:100%;
		margin:1% 0 5px;
		float:none;
}

	
	.box-lingue{
		width:100%;
		padding:0 !important;
		float:none;
}
}

@media (max-width: 1199px){
	#box-testo{
		width:calc(50% - 75px);
	}
	
	#box-galleria, #mappa{
		width:calc(50% - 37px);
	}
	.ghirigoro{
		width:100%;
	}
	.box_prodotti{
		width:30%;
		margin-left:2.5%;
		margin-right:0;
	}
}

@media (max-width: 1050px){
	#box-testo{
		float:none;
		width:100%;
		max-width:550px;
		margin:10px auto;
	}
	#box-galleria, #mappa{
		float:none;
		width:calc(100% - 22px);
		max-width:550px;
		margin:10px auto;
	}
	
	.ghirigoro{
		display:none;
	}
	#box-testo{
		padding:0;
	}
	#mappa{
		height:400px;
	}
}

@media (max-width: 600px){
	.box_prodotti{
		float:none;
		width:95%;
		max-width:350px;
		margin:10px auto;
	}
	#logo-home{
		margin:15%;
	}
}

@media (max-width: 820px){
	#slide_cont{
		display:none;
	}
	#index_mobile{
		display:block;
	}
	#footer{
		position:relative;
		margin-top:20px;
	}
	#logo-home{
		margin:15%;
	}
}