/**/
*{
	margin:0 0;
	padding:0 0;
}
body{
	min-width:960px;
	background:url(../img/sabbia.png) repeat ;
	
}
/*
 * HEADER
 */
.wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#header{
	position:relative;
	display:block;
	height:535px;
	width:100%;
}
#header1{
	position:relative;
	display:block;
	height:auto;
	
	width:100%;
}
#menu{
	position:absolute;
	top:0;
	left:0;
	z-index:111111;
	width:100%;
	height:100px;
	background:url(../img/squares.png) repeat #f0f0f0;
	opacity:0.8;
	box-shadow:0 0 3px #333;
	border-bottom:10px #6b2d00 solid;
}
#logo{
	position:relative;
	top:5px;
	float:left;
	width:100%;
	height:30px;
	z-index: 11111;
}
h1.logo{
	text-indent: -9999px;
}

#content{
	border-top:10px #6b2d00 solid;
	box-shadow: 0 0 10px #000;
	min-height:400px;
	position:relative;
	z-index:111111111;
	overflow:auto;
}

#footer, #header{
	clear:both;
}
#footer{
	clear:both;
	height:80px;
	width:100%;
	position:relative;
	left:0;
	bottom:0;
	text-align:center;
	border-top:5px solid #903f05;
	padding-top:40px;
	color:#fff;
	text-shadow:0 0 5px #000;
	box-shadow:0 0 10px #000;
	background:url(../img/wall.jpg) repeat;
	background-size:100%;
	font-family: 'Ubuntu Mono', sans-serif;
	font-size:13px;
}
#footer p{
	position:relative;
	/*top:-15px;*/
}
#smallShow{
	position:absolute;
	top:102px;
	z-index:11111111111;
	box-shadow:0 0 10px #000;
	width:960px;
	height:430px;
	margin:0 auto;
	border:5px solid #fff;
	border-radius:4px;
}
#smallshow img{
	position:absolute;
	height:auto;
	width:100%;
	max-height:430px;
	left:0;
	right:0;
}
nav#topMenu{
	position:relative;
	top:30px;
	float:right;
	width:50%;
	z-index: 111111111;
}
nav#topMenu ul{
	list-style:none;
	color:#000;
}
nav#topMenu ul li{
	float:left;
	width:33%;
	text-decoration:none;
	color:#000;
	text-align:center;
	height:70px;
	border-top:0;
	border-bottom:0;
	border-right:2px;
	border-left:2px;
	border-color: #333;
}
nav#topMenu ul li a{
	text-decoration:none;
	color:#4d1a01;
	font-variant:small-caps;
	font-size:25px;
	font-family: 'Sofadi One', cursive;
	z-index:1111px;
	
}
nav#topMenu ul li a:hover{
	text-shadow: 0px 0px 10px #fff000;
	z-index:1111px;
}
nav#topMenu ul li a:hover{
filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}
/*nav#boxes{
	position:relative;
	top:20px;
	float:left;
	width:100%;
}
nav#boxes ul{
	list-style:none;
}
nav#boxes ul li{
	width:270px;
	height:270px;
	padding:20px;
	margin:5px;
	box-shadow:inset 0 0 3px #000;
	box-sizing:content-box;
	background:#fff;
	float:left;
	border-radius:4px;
	background:url(../img/noise.png) #fff;
}

*/
a{
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
}

.overlay img{
	border-radius:4px;
}

a.logo{
	text-decoration: none;
	border:none;
}

body {
   behavior: url("../js/csshover3.htc");
}
/*
 * FULL OVERLAY
 */

ul.full_overlay{
	float:left;
	list-style:none;
	border-radius:4px;
	box-shadow:0 0 3px #000;
	margin:40px 0;
	border:2px solid #000;
}
ul.full_overlay:nth-child(2){
	margin-left:69px;
	margin-right:69px;
}
.full_overlay {
	position:relative;
	/* Set the width and the height according to the size of your pictures */
	width:270px;
	height:270px;
}
.full_overlay p {
	color:#FFFFFF;
	padding:10px;
}
	.full_overlay .content {
		position: absolute;
		left: 0px;
		/* Set the width and the height according to the size of your pictures */
		width: 270px;
		height:270px;
		/* Set a 0 opacity to hide the content */
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		/* Semi-transparent background for modern browsers, black for older browsers */
		background:#d08503;
		background: rgba(208,133,3,0.7);
		/* CSS3 transitions, creates the fading effect */
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}
	.content h2, .content p {
		/* Text styling */
		padding:10px;
		color:#ffffff;
	}
	.full_overlay:hover .content {
		/* Setting a 100% opacity on mouse hover to show the content */
		filter: alpha(opacity=40);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
a img{
	border:none;
}

h1{
	font-family: 'Sofadi One', cursive;
	color:#FFFFFF;
	text-align:center;
}
#super{
	height:535px;
	position:absolute;
}


/*contattaci*/

.contact{
	width:954px;
	margin:110px auto;
	border-left:3px solid #903F05;
	border-right:3px solid #903F05;
	position:relative;
	float:left;
	margin-top:130px;
	width:950px;
	min-height:400px;
	background:rgba(192,131,2,0.7);
	box-shadow:0 0 10px #000;
}

/*definizione delle classi per il modulo contatti*/

label{
	width:180px;
	float:left;
	color:#fff;
	font-family: 'Francois One', sans-serif;
}

input, textarea{
	float:left;
	font-family: 'Francois One', sans-serif;
	
}
input{
	width:315px;
}
input, fieldset, textarea, label{
	padding:5px;
	margin:10px;
}
input, textarea{
	background:rgba(0,0,0,0.5);
	border:none;
	box-shadow:inset 0 0 3px #000;
	color:#fff;
}
legend{
	text-align:center;
	font-variant:small-caps;
	color:#fff;
	font-size:30px;
	font-weight:bolder;
	padding:10px;
}
.submit{
	box-shadow:0 0 10px #000;
	background:#ec7206;
	font-weight:bold;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-ms-transition:0.5s linear all;
	-o-transition:0.5s linear all;
	margin-left:-90px;
}
.submit:hover{
	background:#872818;
	box-shadow:0 0 1px #000;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-ms-transition:0.5s linear all;
	-o-transition:0.5s linear all;
	color:#fff;
}
textarea{
	resize:none;
}
br{
	clear:both;
}
#scaptcha_img{
	width:100px;
	margin-left:15px;
	float:left;
}
.short_explanation{
	margin-left:20px;
	color:#fff;
	font-size:10px;
	float:left;
}
.short_explanation a{
	color:#fff;
	font-weight:bold;
}
.short_explanation a:hover{
	color:#872818;
	font-weight:bold;
}
fieldset{
	
	border:transparent;
}

/*mappa*/
.map{
	width:955px;
	height:700px;
	text-align:left;
	margin-top:130px;
	min-height:400px;
	background:rgba(192,131,2,0.7);
	box-shadow:0 0 10px #000;
	z-index:11;
	margin-bottom:25px;
	border-left:3px solid #903F05;
	border-right:3px solid #903F05;
	position:relative;
	float:left;
}
#map{
	width:800px;
	height:350px;
	margin:30px auto;
	text-align:left;
}
.description{
	float:left;
	text-align:left;
}
.Desc{
	width:350px;
}
