@charset "utf-8";
/* CSS Document */

/* font 

font-family: 'Oregano', cursive;
font-family: 'Aclonica', sans-serif;
font-family: 'BenchNine', sans-serif;
font-family: 'Lekton', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Great Vibes', cursive;

*/

/*BASE*/
html, body, ul, li, img {
	margin: 0;
	border: 0;
	padding: 0;
	-ms-touch-action: none;
}
a {
	color: #0078E7;
}
a:hover {
	color: #CCC;
}
a:visited {
	color: #0078E7;
}
body {
	font-family: 'BenchNine', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #000;
}
/* -----------------------*/

/* PAGINA  */
#sfondo {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
}
#page {
	min-height: 500px;
	min-width: 880px;
	width: 90%;
	height: 80%;
	display: block;
	position: absolute;
	top: 7%;
	left: 5%;
}
#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: block;
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	/*overflow: hidden;*/
	opacity: 0.95;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
#logo {
	top: -60px;
	left: -130px;
	position: absolute;
	z-index: 50;
	width: auto;
	height: auto;
}
#corda {
	z-index: 60;
	position: absolute;
	left: 160px;
	top: 75px;
}
#eti {
	position: absolute;
	display: block;
	top: -50px;
	left: 35px;
	z-index: 55;
}
#sha {
	position: absolute;
	display: block;
	top: -50px;
	left: 35px;
	z-index: 1;
}
/* FINE PAGINA */
#cssmenu {
	float: right;
}
#cssmenu ul {
	background-image: url(../img/menu_back.png);
}
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	display: inline-block;
	color: #ccc;
	font-family: 'BenchNine';
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	min-width: 35px;
	text-align: center;
	letter-spacing: 2px;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu ul ul {
	left: 0px !important;
}
#cssmenu > ul > li {
	float: left;
	cursor: pointer;
}
#cssmenu > ul > li.active > a {
	background-color: #fff;
	color: #000;
}
#cssmenu > ul > li> ul >li.active > a {
	background-color: #fff;
	color: #000;
}
#cssmenu > ul > li.active a:hover {
	background-color: #fff;
	color: #000 !important;
}
#cssmenu > ul > li a {
	/*-moz-box-shadow: inset 0 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	background: #bfbfbf url(grad_light.png) repeat-x left top;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #e5e5e5), color-stop(51%, #d7d7d7), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 50%, #d7d7d7 51%, #ededed 100%);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);*/
	/*border-bottom: 1px solid #444;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	box-shadow: inset 0 0 0 1px #ffffff;*/
	line-height: 34px;
	padding: 0 35px;
	filter: none;
}
#cssmenu > ul > li a:hover {
	/*background: #ffffff url(grad_light.png) repeat-x left bottom;
	background: -moz-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(50%, #bfbfbf), color-stop(51%, #b0b0b0), color-stop(100%, #c7c7c7));
	background: -webkit-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
	background: -o-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
	background: -ms-linear-gradient(top, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
	background: linear-gradient(to bottom, #d9d9d9 0%, #bfbfbf 50%, #b0b0b0 51%, #c7c7c7 100%);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	filter: none;*/
	background-color: #fff;
	color: #000;
}
#cssmenu > ul > li:first-child a {
/*	border-left: 1px solid #d2d2d2;*/
}
#cssmenu > ul > li:last-child a {
	-webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	top: 34px;
	left: -1px;
	min-width: 100%;
	text-align: center;
 *width: 100%;
}
.supervisi {
	display: block !important;
}
#cssmenu .has-sub ul li {
	text-align: center;
}
#cssmenu .has-sub ul li a {
	border-top: 0 none;
	/*border-left: 1px solid #d2d2d2;*/
	display: block;
	font-size: 16px;
	line-height: 120%;
	padding: 9px 5px;
	text-align: center;
}
/*FOOTER*/
#footer {
	position: absolute;
	height: 20px;
	bottom: 30px;
	color: #fff;
	text-align: left;
	font-family: 'BenchNine';
	font-size: 14px;
	width: 90%;
	left: 5%;
	letter-spacing: 2px;
	display: inline-block;
}
/*SOCIAL*/
#social {
	display: inline-block;
	position: absolute;
	height: 20px;
	right: 5%;
	text-align: right;
	bottom: 25px;
	width: 100px;
}
#social ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#social li {
	display: inline-block;
	margin-right: 2px;
}
/*CONTENT*/

#content {
	position: relative;
	widht: 90%;
	height: 80%;
	top: 15%;
	left: 0%;
	display: block;
	/*background-color:#0C9;*/
	z-index: 1001;
}
.rightA {
	text-align: right !important;
}
/* text area */



img.article {
	margin: 10px;
}
#mainTxt {
	display: block;
	position: absolute;
	right: 20%;
	bottom: 0%;
	height: 80%;
	width: 60%;
	background: url(../img/menu_back.png);
	overflow: hidden;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
/*   END TEXT AREA */
/*contact*/

#box_left {
	position: absolute;
	display: block;
	left: 5%;
	width: 43%;
	height: auto;
	top: 85px;
}
#box_right {
	position: absolute;
	display: block;
	right: 5%;
	width: 43%;
	height: auto;
	top: 90px;
}
.address {
	line-height: 20px;
	font-size: 16px;
}
.line {
	border-bottom: 1px solid #666666;
}
