@import url(https://fonts.googleapis.com/css?family=Josefin+Slab|Cinzel);

* { margin: 0; padding: 0; }
body	{
	font-family: 'Cinzel', serif;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
a, a:hover, a:visited, a:active {
	text-decoration: none;
}
a {
	color:#000;
}

 a:hover {
}

.box_ext	{
	width: 100%;
	height: 100%;
	background-color:#000;
	position: fixed;
	left: 0px;
	top: 0px;
}
#sx	{
	height: 50%;
	width: 50%;
	float: left;
	background-image: url(../img/home_01.jpg);
}
#dx	{
	display: block;
	height: 50%;
	width: 50%;
	margin-left:50%;
	background-image: url(../img/home_02.jpg);
}
#mx	{
	display: block;
	height: 50%;
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/home_03.jpg);
}

#dx, #sx, #mx	{
	color:#FFF;
	/*border: 1px solid #000;*/
	text-shadow: 1px 1px 1px #000000;
	/*-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);*/
	opacity:0.8;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-position: center center;
	overflow: auto;
}
#sx:hover, #dx:hover, #mx:hover	{
	opacity:1;
	text-shadow: 1px 1px 1px #000000;
}

.logo	{
	width: 200px;
	z-index: 100;
	text-align:center;
	position: absolute;
	right: calc(50% - 100px);
	top:calc(50% - 100px);
	/*top:0;*/
}

.title	{
	font-size: 28px;
	text-transform: capitalize;
	background-color: rgba(255,255,255,0);
	text-align: center;
	width: 70%;
	margin-top: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}

#top	{
	width: 100%;
	color: #000;
	background-color: rgba(255,255,255,1);
	position: fixed;
	z-index: 500;
	top: 0px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;*/
}
.box_top	{
	width: 100%;
	max-width:700px;
	margin-right: auto;
	margin-left: auto;
}

#logo	{
	width:90px;
	float: left;
	text-align: left;
	margin-top:15px;
}

#logo img	{
	width:100%;
	max-width:100px;
}


.tastiera	{
	width: 550px;
	margin-right: 0px;
	margin-left: auto;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tastiera li {
	text-align:right;
	float: left;
	font-size: 16px;
	display: inline;
	margin-top:25px;
	margin-right: 10px;
	margin-left: 10px;
}
.tastiera .small {
	width: 80px;
}

.head	{
	width: 100%;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
.head img	{
	width: 100%;
}

.section	{
	width: 100%;
	padding-top:100px;
	margin-bottom: 150px;
}

.nome	{
	font-size: 26px;
	width: 95%;
	max-width:700px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-transform: capitalize;
	padding-bottom: 25px;
}

.testo	{
	width: 95%;
	max-width:850px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Josefin Slab', serif;
	text-align: justify;
}
.prize	{
	width: 95%;
	max-width:850px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Josefin Slab', serif;
	text-align: center;
	overflow: auto;
}
.prize span	{
	text-transform: uppercase;
}
.prize .alta	{
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.prize .bassa	{
	width: 50%;
	margin-left: 50%;
	margin-bottom: 25px;
}







.testo	ul	{
	list-style-type: circle;
	margin-left: 35px;
}
.testo	img {
	width: 100%;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

.box_galley	{
	max-width:850px;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.testo	table {
	width:90%;
	max-width:300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	margin-top: 50px;
}
.testo	table img	{
	width:64px;
	margin: 0px;
}

#booking	.testo	{
	text-align: center;
}
#booking	.testo p	{
	margin-bottom: 50px;
}

.map	{
	width: 100%;
	max-width:850px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.map iframe {
	width: 100%;
	height:350px;
}

.bottom	{
	font-family: 'Josefin Slab', serif;
	font-size: 14px;
	width: 100%;
	max-width:700px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 150px;
	margin-bottom: 50px;
	padding-top: 15px;
}




@media only screen and (max-width: 850px) {
	.box_ext	{
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
		top: 0px;
	}
	.logo	{
		background-color:#000;
		width: 100%;
		z-index: 100;
		text-align:center;
		position: relative;
		right: auto;
		left:auto
		top:0;
	}
/*	.logo	 img{
		width: 100px;
		height:100px;
	}
*/		
	#dx, #sx, #mx	{
		position: relative;
		opacity:1;
	}
	#sx	{
		height: 33%;
		width: 100%;
		float: none;
		background-image: url(../images/60.jpg);
	}
	#dx	{
		display: block;
		height: 33%;
		width: 100%;
		margin-left:0;
		background-image: url(../images/26.jpg);
	}	
	#mx	{
		display: block;
		height: 33%;
		width: 100%;
		margin-left:0;
		background-image: url(../images/50.jpg);
	}
	.title	{
		font-size: 28px;
		margin-top: 30%;
	}
}



@media only screen and (max-width: 700px) {
	.tastiera	{
		display:none;
	}
	.section	{
		padding-top:100px;
		margin-bottom: 0px;
	}
	#logo	{
		margin-left:25px;
	}
	
}

@media only screen and (max-width: 600px) {
	.title	{font-size: 22px;}

	.testo	{
		margin-top: 25px;
		font-size: 16px;
		line-height: 22px;
	}
	.map iframe {
		width: 100%;
		height:250px;
	}
	.prize .alta	{
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.prize .bassa	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	.logo{
		padding-top:15px;
		padding-bottom:15px;
	}
	.logo	 img{
		width: 100px;
		height:100px;
	}
	#sx	, #dx, #mx  {
		height: 200px;
		width: 100%;
		float: none;
		background-size: auto 100%;
		margin-bottom:0px;
	}
	#sx	{
		background-image: url(../img/01.jpg);
	}
	#dx	{
		background-image: url(../img/02.jpg);
	}	
	#mx	{
		background-image: url(../img/03.jpg);
	}
	.title {
		margin-top:0px;
		font-size:22px;
	}		
	
	
}
/*-------- ON LOAD	-------*/
#loading_screen
{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,1);
	color: #000;
	text-align: center;
	z-index: 1000;	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	font-size: 12px;
}
.box_load	{
	margin-top:12%;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.box_load h1	{
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}