@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/* --------------- RESET CSS -------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
/* --------------- FINE RESET CSS -------------*/

/* HTML ELEMENTS */
body {
	font-family: Open Sans;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	background-color: #000;
}

strong {
    font-weight: 700;
}

input {
	font-family: "Open Sans";
	font-size: 18px;
	border-right-width: 0em;
	border-bottom-width: 0.1em;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #000;
	border-top-width: 0em;
	border-left-width: 0em;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin-top: 10px;
	font-weight: 200;
	color: #000;
}
textarea {
	font-family: "Open Sans";
	font-size: 18px;
	color: #000;
	border-right-width: 0em;
	border-bottom-width: 0.1em;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #000;
	border-top-width: 0em;
	border-left-width: 0em;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin-top: 10px;
	font-weight: 200;
}
select {
	font-family: "Open Sans";
	font-size: 18px;
	border-right-width: 0em;
	border-bottom-width: 0.1em;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #000;
	border-top-width: 0em;
	border-left-width: 0em;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin-top: 10px;
	font-weight: 200;
}
#submit {
	font-family: "Open Sans";
	background-color: #FFF;	 /* colore di sfondo    */
	color: #000000;                /* padding             */
	height: 32px;              /* altezza             */
	width: 65px;               /* larghezza           */
	border: 0.1em solid #000;
	margin-bottom: 5px;
	padding: 0px;
}

/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH */
#search { float:right; width:150px; padding:10px; }

/* NAVIGATION */
#nav-outer {
	height: 110px;
	width: 100%;
	padding-top: 11px;
	top: 0px;
	background-image: url("../images/base/headerbg.png");
	padding: 10px 35px;
	list-style-type: none;
	position: fixed;
	z-index: 2;
	}
#navigation { height:100px; width:960px; margin:0 auto; background-image:url("../images/base/logo.png"); background-position:top left; background-repeat:no-repeat; }

/* HEADER DOWN */
#header-down {
	position: fixed;
	top:130px;
	margin:0 auto;
	width:100%;
	height: 10px;
	background-color: #875896;
	position: fixed;
	z-index: 1;
}

/* MENU */
#menu {
	position:relative; top:85px;
	font-weight: 600;

}

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:10px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }

/* CONTENT */
#content {
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}
#pagina {
	font-size: 16px;
	margin-bottom: 1000px;
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	padding-left: 20px;
}
#pagina a { text-decoration:none; color:#CD2B3A; }
#pagina a:hover { text-decoration:underline; color:#7F000C; }
#pagina h2 {
	font-size: 36px;
	color: #09C;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#pagina h3 {
	font-size: 40px;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#pagina h4 {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	font-weight: bold;
	width: 960px;
	display: block;
	float: left;
	font-size: 18px;
}
#pagina h5 {
	color: #CD2B3A;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-weight: bold;
	width: 960px;
	display: block;
	float: left;
	font-size: 16px;
}
#pagina, #pagina h2, #pagina h3 {
	width: 960px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.social {
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: -3px;
}
#space {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	display: block;
}
#headerpage {
width: 1500px;
position: relative;
left: 50%;
margin-left: -750px;
}

#box_frase {
	padding-top: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}
#footer {
	position: fixed;
	bottom: 0px;
	height: 40px;
	width: 970px;
	z-index: 999999;
}
.footer_text {
	font-size: 10px;
	background-color: #000;
	padding: 5px;
	margin: 0px;
}

/* --------------- BOX FOTO -------------*/
.box {
	width: 960px;
	display: block;
	float: left;
}
.box-mask {
	width: 130px;
	height: 130px;
	/* -moz-border-radius: 130px;
	-webkit-border-radius: 130px;
	border-radius: 130px; */
}
.box-mask2 {
	width: 100px;
	height: 100px;
	/* -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px; */
}
.box-mask3 {
	width: 60px;
	height: 60px;
	/* -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px; */
}
.box-mask, .box-mask2, .box-mask3 {
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: thin solid #FFF;
}
.commentato{
	position:relative;
	color: black;
	text-decoration: none;
}
.commentato div{
	position: absolute;
	visibility: hidden;
	color: #FFF;
	text-decoration: none;
	top: 0;
	left: 0;
	font-size: 10px;
	height: 36px;
	width: 100%;
	margin-top: 70px;
	background-image: url(../images/base/bg_black80.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.commentato:hover div{
	visibility: visible;
	index-z:100;
}
/* --------------- FINE BOX FOTO -------------*/

#privacy_page {
	font-family: "Open Sans";
	color: #000000;
	font-size: 12px;
	padding: 20px;
	background-color: #FFF;
}
#privacy {
	font-family: "Open Sans";
	color: #000000;
	font-size: 12px;
	padding: 5px;
}
.note {
	font-size: 14px;
	font-style: italic;
	color: #FC0;
}
.bianco {
	color: #FFF;	
}
