/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', sans-serif;
	vertical-align: baseline;
}

	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {
	line-height: 1.5;
	max-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{font-size: 62.5%;
}
 /* fattore di conversione: 0.133 rem/pt */
div, p, li{font-size: 10pt; font-size: 1.3rem;}

a:link, a:visited
{text-decoration: none;
color: #504949;
font-weight:normal;
outline:none;}

a:hover, a:active
{color: #aa0000;
font-weight:normal;
outline:none;}

h1{font-family:'Roboto Condensed';font-weight:normal;font-size: 24pt; line-height:26pt; font-size:3.2rem; line-height:3.45rem;}

.clearer{clear:both;}

/* end reset */

/* 1.0 - Body */
html{height:100%;}
body{width:100%;
	height:100%;
overflow:hidden;}

/*@media only screen and (min-width:320px) and (max-width:1024px){.body{width:1024px;width:102.4rem;}}*/

/* 2.0 - Rules */

#site-header,#site-footer{position:relative;display:block; width:100%;}

.container
{
position:relative;
display:block;
background: url(../images/palace.jpg) top center no-repeat;
background-size: cover;
width:100%;
height:1000px;
height: 100rem;
}

@media only screen and (min-width:320px) and (max-width:1024px){.container{width:120%;height:1800px; height: 180rem;}}

.container-mob{display:none;}

.site-header
{position:relative;
	display:block; 
	width: 1200px;
	width:120rem;
	margin:0 auto;
	padding-top: 20px;
	padding-top: 2rem;
}



.logo-area
{position: relative;
	display:block; 
	width: 250px;
	width: 25rem;
margin-left: 50px;
margin-left: 5rem;
padding: 20px 0;
padding: 2rem 0;}

.logo-area img{width:100%; height:auto;}

.nav-area
{position:relative;
	display:block; 
	width: 1200px;
	width: 120rem;
	background:rgba(255,255,255,0.4);
padding:15px 0;
padding:1.5rem 0;
margin-top: 20px;
margin-top: 2rem;
text-align: right;
}

.nav-area nav{
position:relative;
display:inline-block;
margin-right: 50px;
margin-right: 5rem;
}

.nav-area nav ul li{display: inline; list-style-type: none;
margin-right: 15px;
}

.nav-area nav ul li:last-child
{margin-right: 0;}

.content{
	position:relative;
	display:block;
	width: 1160px;
	width: 116rem;
margin: 0 auto;}

.info-container{position:relative;
	display:block;
	/*width:500px;
	width:50rem;*/
	float:left;
margin-top:150px;
margin-top:15rem;
padding:30px;
padding:3rem;
/*background: rgba(255,255,255,0.3);*/}

.info-container p{text-align:left;	font-size: 10pt; font-size:1.3rem;color:#727070;}
	
.info-container h1{font-size:27pt; font-size: 3.59rem;text-align:left;color: #aa0000;font-family: 'Futura';}



	
	
