body{
  font-size: 16px;
	background-color: #000;
	padding-bottom: 100px;
	font-family: 'ABeeZee', sans-serif !important;
	color: #000;
}

.clearer{clear: both;}

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

header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width:  100%;
}

#filetto{
	background: #fff url('../img/header.jpg') repeat-x center top;
	width:  100%;
	height: 38px;
	margin: 0;
}

#sottomenu{
	width: 100%;
	padding-bottom:  5px;
	background: #fff;
}

#sottomenu .separator{
	border-top:  1px solid #99b6dd;
	text-align: right;
}


	
#header{
	background: #fff;
	opacity: 1;
	width: 100%;
	height: 100px;
	

}



#logo{
	padding-top:20px;
}




.content{
	margin-top: 150px;
	padding-top: 50px;
}

h2{
	text-align: left !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	font-size: 16px;
	/*border-bottom: solid 1px #c6c6c6;*/
}

h3{
	text-align: left;
	font-size: 0.90em;
}

.page{
	opacity:0;
	font-size: 14px;
}

@media only screen and (max-width: 40em) { .page{ opacity: 1}} 


.sideimage{
	height: 160px;
	background: rgba(255,255,255,0.9);
	overflow: hidden;

}

.ricamificio{
	height: 160px;
	width: 230px;
}

.sideimage img{
	margin: 0px;
	margin-top: 0px;
}


.hideme{
	display: none;
}

.testo{
	background: rgba(255,255,255,0.9);
	min-height: 160px;
	padding: 10px;
  font-size: 14px !important;
	margin-right: 50px;
}

.testo p{
	font-size: 14px !important;
}


.lente{
	background: url('../img/lente.png') no-repeat right;
	position: absolute;
	top: 10px;
	width: 200px;
	height: 50px;
	left: 20px;
	z-index: 50;
	
}
 
.gallery{
	text-align: center;
}

.prodotti h2{
	text-align: center;
	margin: 10px;
}

.prodotti li{
	margin-bottom: 10px;
}

.prodotto-descrizione{
	margin-top: 10px;
}

.prodotto-next, .prodotto-prev{
	padding:0;
	margin: 0;
  width:50px;
  height: 50px;
	margin-top: 80%;
}

.prodotto-next{
  background: #312e2e url('../img/next.png') center center no-repeat;
}

.prodotto-prev{
  background: #312e2e url('../img/prev.png') center center no-repeat;
}


.contatti .form{
	background: rgba(255,255,255,0.8);
	padding: 10px;
}

.testo-contatti{
	background: rgba(255,255,255,0.8);
	padding: 10px;
}

#ender{
	background: #99b6dd;
	width: 100%;
	height: 15px;
	position:  relative;
	bottom: 0;
}

#footer{
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color: #fdfdfd;
	opacity: 1;
	text-align: left;
	height: 40px;
	padding-top: 2px;
	padding-left: 0;

}

#footer .social{
	text-align: right;
	width: 100%;
	margin-bottom: 5px;
}


#footer .social a{
	width:40px;
	height: 40px;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#footer .social a.fb{
	background: url("../img/facebook.png") no-repeat center top;
}

#footer .social a.tw{
	background: url("../img/twitter.png") no-repeat center top;
}

#footer .social a.yb{
	background: url("../img/youtube.png") no-repeat center top;
}

#footer .pallozzi{
	text-align: right;
}


.pp_pic_holder{
	top: 0% !important;
	position: fixed !important;
}

div.light_rounded, div.dark_rounded, div.facebook, 
div.light_square, div.dark_square, div.pp_overlay { position: fixed; }

.gallery{
	width: 100%;
	margin-left: 15px;
}

.gallery li{
	margin: 5px;
	min-height: 165px;
}

.lang-alternative{
}

.lang-content{
  
}

.lang-box {
  text-align: center;

	width: 100%;
}

.lang-box ul{
  width: 70px;
  margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.lang-box ul li{
  display: inline-block;
}

.lang-box ul li a{
  color: #000 ;
	font-size: 0.8em;
}

.flash-success, .flash-error{
	background-color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.flash-success{ color: green;}
.flash-error {color: red;}

/** media queries for mobile **/

@media only screen and (max-width: 40em) { .page{ opacity: 1}

	.top-bar .toggle-topbar.menu-icon a {color: #000;}
	.top-bar .toggle-topbar.menu-icon a span {
		-webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
		box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
	}
	.menu-item a{color:#000;}
	.menu-item a:hover{color:#000;}
	.top-bar-section ul {width: inherit;}
	.top-bar.expanded .title-area {background: #fdfdfd;}
	#logo{padding-top:10px;}
	.content { margin-top: 10px; margin-bottom:50px;}
	#header{ height:40px; position:static;  height: inherit;}
	#footer{height: auto; position: fixed; bottom:0; }
	#footer p{font-size: 0.5em!important;}
	.carousel ul li img{max-height: 100px;}
	.sideimage {height: auto;}
	body {padding-bottom: 0}
	.testo{margin-right: 0px; margin-top:  100px;}
	
} 

/** media queries for tablets **/


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	.menu li {width: 100px;}
	#footer{height: auto; position: fixed; bottom:0; }
	#footer p{font-size: 0.5em!important;}
	.testo{margin-right: 0px; margin-top:  100px;}
}




.privacy-text{
	font-size: 0.8em;
}

p,h1,h2,h3,h4,h5,div,span,b,li{font-family: 'ABeeZee', sans-serif;}
.top-bar a{font-family: 'Kite One', sans-serif !important;}