html{
min-height:100%;
height:auto;
font-family:"Helvetica Neue", Arial, sans-serif;
}

body{
	min-height:100%;
    height:auto;
    background-image:url(../img/bg.png);
    background-repeat:repeat;
}

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

#scrolltotop{
	width:47px; 
	height:47px;
	position:fixed;
	float:right;
	bottom:30px;
	right:30px;
	z-index:999;
}  


.page {
	width:100%;
	height:100%;
}

.page1 {
	position:absolute;
	top:100%;
	width:100%;
	height:100%;
	
}


#logo{
	vertical-align: middle;
}


.middlesmall{
	display:none;
}

.middle li {
	display:inline;
	margin-left:10px;
	margin-right:10px;
	list-style-type: none;
	}
	
.middle a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	}

.middle{
	text-align: center;
	position: absolute;
	top: 50%;
	height: 286px;
	margin-top: -143px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	z-index: auto;
}

.navbar{
	text-align:center;
	position:absolute;
	top:10px;
	height:186px;
	width:680px;
    left:50%;
	margin-left:-340px;
z-index:auto;
}

.navbar li {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	line-height:186px;
	}
	
.navbar a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	}
	
#ricamo{
	/*position:absolute;
	bottom:0px;*/
	float: right;
	width:100%;
	height:11px;
	background-image:url(../img/ricamo.png);
	background-repeat:repeat-x;
}

#ricamo2{
	position:relative;
	top:0px;
	width:100%;
	height:11px;
	background-image:url(../img/ricamo.png);
	background-repeat:repeat-x;
}

#tratteggio{
	position:relative;
	top:-10px;
	width:100%;
	height:10px;
	background-image:url(../img/tretteggio.png);
	background-repeat:repeat-x;
}

.title{
	width:100%;
	padding-top:0px;
	text-align:center;
}


.title img{
	height:auto;
}

/*MOSAICFLOW*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	}


#containergallery{
	position:relative;
	float:left;
	width:70%;
	height:auto;
	margin-left:15%;
	margin-right:15%;
	margin-top:35px;
}

.mosaicflow__column {
	float:left;
	}

.mosaicflow__item {
	position:relative;
	border-style:solid;
	border-width:10px;
	/*border-bottom-width:30px;*/
	 -moz-box-shadow:  3px  3px 4px #dedede;
  -webkit-box-shadow:  3px  3px 4px #dedede;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=135, Strength=10);
  box-shadow: 3px 3px 4px #dedede;
	border-color:#FFF;
	margin:8px;
	}
.mosaicflow__item img {
		display:block;
		width:100%;
		max-width:500px;
		height:auto;
		}
		
/*END MOSAICFLOW*/

#about {
	margin-top:40px;
	float:left;
	width:100%;
	min-height:100%;
	background-image:url(../img/bg-about.png); 
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 1000px;
}
#news {
	float:left;
	width:100%;
	min-height:100%;
	/*background-image:url(../img/bg-about.png); */
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 800px;
}
	
#about-txt{
 width:30%;
 margin-left:35%;
 margin-right:35%;
 margin-bottom:30px;
 height:auto;
 margin-top:35px;
 font-family:'Bad Script', cursive;
 text-align:center;
 color:#0A0E20;
}

#about-txt h1{
	font-weight:900;
	font-size:30px;
}

#about-txt p{
	font-weight:900;
	font-size:20px;
	line-height:35px;
}

#glifo{
	margin-top:10px;
	margin-bottom:10px;
}

#contatti{
	float:left;
	width:100%;
	height:auto;
	background-color:#0A0E20;
	
}

#contenutocontatti{
	float:left;
	width:30%;
	margin-left:35%;
	margin-right:35%;
	margin-top: 150px;
	margin-bottom:100px;
	font-family:"Helvetica Neue", Arial, sans-serif;
	color:#FFF;
	font-size:12px;
	
}

#dove{
	float:left;
	width:50%;
	height:200px;
	text-align:center;
}


#dove p{
	margin-top:10px;
}

#telefono{
	float:right;
	width:50%;
	height:200px;
	text-align:center;
}


#telefono p{
	margin-top:10px;
}

#fb{
	float:right;
	width:50%;
	height:200px;
	text-align:center;
}


#fb p{
	margin-top:10px;
}

#mail{
	float:left;
	width:50%;
	height:200px;
	text-align:center;
}


#mail p{
	margin-top:10px;
}


#footer{
	float: left;
	width: 100%;
	height: 40px;
	background-color: #040111;
}

#footer p{
	float:left;
	width:70%;
	margin-left:15%;
	margin-right:15%;
	font-family:"Helvetica Neue", Arial, sans-serif;
	color:#CCC;
	line-height:40px;
	font-size:10px;
	text-align:center;
}


@media (max-width: 1280px) {
	#about-txt{
 width:50%;
 margin-left:25%;
 margin-right:25%;

}

#contenutocontatti{
	width:56%;
	margin-left:22%;
	margin-right:22%;
}

	}


@media (max-width: 710px) {
	
.middle {
	display:none;
	}
	
.middlesmall{
	display: list-item;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 286px;
	margin-top: -143px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	z-index: auto;
	}

.middlesmall li {
	display:list-item;
	margin-left:10px;
	margin-right:10px;
	list-style-type: none;
	margin-top:15px;
	}
	
.middlesmall a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	}

	#about-txt{
 width:70%;
 margin-left:15%;
 margin-right:15%;
}


#contenutocontatti{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

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

	
}


@media (max-width: 500px) {
	#about-txt{
 width:80%;
 margin-left:10%;
 margin-right:10%;
}

#about-txt p{
	font-weight:900;
	font-size:16px;
	line-height:25px;
}


#dove{
	width:100%;
}

#fb{
	width:100%;
}

#mail{
	width:100%;
}

#telefono{
	width:100%;
}

	
}
	
