﻿body {padding:0;margin:0;height:100%;background: #0b0b0a;  font-size: 16px;}
div#logo {display: none;}
div#wrap1 {	display: block; margin: auto;}
div#wrap11 { display: block; height:  168px;  float: left; clear: both; }
p {
	color:  #ffffff;
	font-size: 0.8em;
	font-family: 'Century Gothic', 'Sans-Serif';
	padding-left: 8px;
	padding-right: 8px;
}
p#att {
	padding-left: 12px;
	padding-right: 12px;
	color: #757479;
}
div#wrap60 {
	display: block; width: 96%; margin: auto; border: 0px dotted black; min-height: 30%; 
}
div#wrap60 div {
	display: block;
	float: left;
	width: 30%;
	height: 100%;
	/* border: 1px dashed red; */
	margin-left: 1%;
	margin-right: 2%;
}
div#wrap60 div h2 {
	display: block;
	margin: 0; padding: 0;
	min-height: 30px;
	width: 100%;
	font-size: 0.8em;
	font-weight: lighter;
	font-family: 'Century Gothic', 'Sans-Serif';
}
div#wrap60 div span{
	display: block;
	font-family: 'Century Gothic', 'Sans-Serif';
	text-align: center;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
	font-weight: lighter;
	background-color: #000;
	color: #fff;
	margin-top: 5px;
	min-height: 30px;
}
#footer { clear: both; padding-bottom: 30px; }
#area_riservata_button {
	background: #C83A33 url('../lock.png') 250px 0 no-repeat; 
	border: 0; 
	border-radius: 4px; 
	color: #fff; 
	cursor: pointer; 
	display: block;
	height: 30px; 
	margin: auto;
	width: 280px;
}


@media screen and (min-width: 1000px) {
	body {	background: #0b0b0a url('../gfx/background-1200x740.png') center 0 no-repeat;	}
	div#wrap3 { margin-left: 100px; }
}
@media screen and (max-width: 999px) {
	div#logo {display: block; clear: both; float:left;}
	div#logo img { width: 100%; }
	div#wrap11 { height: 90px; }
}
@media screen and (min-width: 884px) {
	div#wrap1 {width: 910px;}
	div#wrap11 {width: 910px;}
	div#wrap2 {
		float: left;
		display: block;
		width: 910px;
		min-height: 520px;
		border: 0px dotted white;
	}
	div#wrap3 {
		position: relative;
		float: left;
		display: block;
		width: 770px;
		min-height: 520px;
		border: 8px solid #3b3b39;
	}
	div#wrap4 {
		position: absolute;
		display: block;
		width: 100%;
		height: 190px;
		left: 0;
		top: 0;
	}
	div#wrap5 {
		position: absolute;
		display: block;
		width: 100%;
		height: 190px;
		left: 0;
		bottom: 0;
	}
	div#wrap6 {
		position: absolute;
		display: block;
		width: 775px;
		height: 120px;
		padding-bottom: 10px;
		left: -3px;
		top: 50%;
		margin-top: -65px;
		background-color: #cbd3d6;
	}
} 
@media screen and (max-width: 883px) {
	div#wrap3 {
		position: relative;
		float: left;
		display: block;
		
		width: 96%;
		min-height: 520px;
		border: 8px solid #3b3b39;
	}
	div#wrap4, div#wrap5, div#wrap6 {
		width: 90%;
		display: block; 
		clear: both;
	}
	div#wrap5 { padding-top: 5px; }
	div#wrap6 {background-color: #cbd3d6; float: left; width: 100%;	padding-bottom: 10px;}
}
@media screen and (max-width: 550px) {
	div#wrap60 div h2 {
		min-height: 70px;
	}
}
@media screen and (max-width: 1030px) {
	div#footer {
		display: block;
		width: 100%;	
		float: left;
		border: 0px dotted white;
	}
	div#footer hr {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #e20612;
		border: 0;
	}
	div#footer div {
		display: block;
		width: 100%;
		min-height: 114px;
		float: left;
		background-color: #282826;
	}
	
	div#footer div p{
		color: #fff;
		font-size: 1.2em;
		font-family: arial;
		display: block;
		text-align: center;
	}
	div#footer div p a{
		text-decoration: none;
		color: #ffffff;
	}
 }
 @media screen and (min-width: 1031px) {
 	div#footer {
		padding-top: 10px;
		display: block;
		width: 910px;	
		margin-left: auto;
		margin-right: auto;
		border: 0px dotted white;
	}
	div#footer hr {
		display: block;
		clear: both;
		width: 100%;
		height: 3px;
		background-color: #e20612;
		border: 0;
		margin-top: 10px;
		float: left;
	}
	div#footer div {
		display: block;
		width: 100%;
		min-height: 114px;
		float: left;
		background-color: #282826;
	}
	
	div#footer div p{
		color: #fff;
		font-size: 1.2em;
		font-family: arial;
		display: block;
		text-align: center;
	}
	div#footer div p a{
		text-decoration: none;
		color: #ffffff;
	}
} 