
/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
video,
nav,
section {
 display: block;
}

/* Immagini responsive */
img { 
 border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
}

 
img.scala { 
 width:100%; 
	height:100%;
	padding:0px;
	margin:0px;
}

 
img.locale { 
	box-shadow: 4px 4px 4px #888888;
}


body {
	margin:0px;
	padding:0px;
	background-color:#ba9e82;
}

.menu {
	position:absolute;
	z-index:999;
	width:100%;
	background-color:rgba(72,52,36,0.5);
	top:0px;
	left:0px;
}

nav {
	width:100%;
	text-align: center;
}

nav h2 {
	display:block;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:50px;
	margin:0px;
	background-image:url(/img/responsive.png);
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:head;
}

nav h2.aperto {
	background-image:url(/img/responsiveX.png);
}

nav ul {
  list-style:none;
  width:100%;
  margin:0px auto;
  display:none;
	background-color:#000;
}

nav ul li {
  position:relative;
}

nav ul li a {
	display:block;
	padding:20px;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	text-align:left;
}

nav ul li a:hover {
	color:#47c100;
}

nav ul ul {
	display:none;
	background-color:#222;
}



header {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	min-height:650px;
	margin-top:0px;
	padding:0px;
	z-index:500;
	position:relative;
}

header.home {
	min-height:650px;
 }

header.mappa {
	min-height:650px;
}

header.int {
	min-height:650px;
 box-shadow: inset 0px -20px 0px rgba(36, 26, 18, 0.5);
	-webkit-box-shadow: inset 0px -20px 0px rgba(36, 26, 18, 0.5);
   -moz-box-shadow: inset 0px -20px 0px rgba(36, 26, 18, 0.5);
}

iframe {
	width:100%;
	height:350px;
}

.full {
	width:100%;
	margin:0px auto;
	padding:0px;
}
.container {
	width:90%;
	margin:0px auto;
}


.scorr {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#666;
	z-index:0;
	overflow:hidden;
	z-index:400;
}

.scorr div {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
 box-shadow: inset 0px -20px 0px rgba(36, 26, 18, 0.5);
	-webkit-box-shadow: inset 0px -20px 0px rgba(36, 26, 18, 0.5);
   -moz-box-shadow: inset 0px -20px 0px rgba(36, 26, 18, 0.5);
}

.scorr div .logo {
	position:absolute;
	height:100%;
	width:100%;
	background-image:url(img/logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:100;
}


#mappa {
	width:100%;
	height:650px;
}

.bordo {
	border-radius:5px;
	border:5px solid #333;
}



footer {
	background-color:#241a12;
	width:100%;
	margin:0px;
	padding:0px;
	border-bottom:20px solid #2d2118;
	border-top:20px solid #2d2118;
}

.foot {
	padding-top:20px;
	padding-bottom:20px;
}

@media all and ( min-width: 960px ) {

footer [class*="col-"] {
	height:200px;
}

footer [class*="col-"] {
	border-right:1px dashed #ba9e82;
}

footer [class*="col-"]:last-child {
	border-right:0px dashed #ba9e82;
}

}