@charset "UTF-8";
/* CSS Document overrides w3.css defaults*/

img {
    max-width: 100%;
    height: auto;
	border: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}


body, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
}
h1,h2,h3,h4,h5,h6 {
	color: #009933;
	margin-left: 0.25em;
}
table h3 {
	font-size: 1.5em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	text-decoration: none;
	color: #009933;
}
#content a:hover {
	text-decoration: underline;
}

.error {
	color: #FF0000;
}
.okay {
	color: #009933
}
.small {
	font-size: 0.8em;
}
.normal {
	color: #333;
}

.w3-green,.w3-hover-green:hover{
	color:#fff!important;
	background-color:#009933!important;
}

#italian_flag {
	height: 60px;
	width: 100%;
	background-image: url(../img/italian_flag.jpg);
	background-size: 100% 100%;
	border-top: 1px solid #009933;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: none;
	margin-top: 1em;
}
.clear {
	clear: both;
	width: 100%;
}
#footer {
	font-size: 0.8em;
	width: 100%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	padding: 1em;

}
#copyright {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	text-align: center;
	margin-top: 1em;
}


#menu {
	position:fixed;
	width:100%;
	z-index:1;
	top:0
	}
	
/*top level menu*/
#menu ul li{
    float:left;
    /*background-color:#009933;*/
    /*border-right:solid 1px white;*/
	/*cursor:pointer;*/
}

/*second level menu*/
#menu ul li ul li {
	width: 100%;
	float:left;
}


/*third level menu*/
#menu ul li ul li ul {
	position:absolute;
    display:none;
}

#menu ul li ul li:hover ul {
	left: 25%;
    top: 0px;
    display:block;
	width: 100%;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	clear: both;
}


/*adjust menu for small screen*/
#menu-title {
	max-width: 80%;
}

#small-menu-margin {
	margin-top: 50px;
}
@media only screen and (max-width:600px){

}

@media only screen and (min-width:601px){
#menu-title {
	float: right !important;
}
img {
    max-width: 48%;
}
}
@media only screen and (max-width:768px){

}

@media only screen and (max-width:992px){
#pagetitle, #logo {
	display: none;
}
#logo {
	margin-top: 0;
}

}

@media only screen and (min-width:993px){
img {
    max-width: 300px;
    height: auto;
}
#container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #009933;
	padding: 0em;
	/*border-radius: 5px;/*rounded corners*/
	box-shadow: 10px 10px 5px #888888;/*drop shadow*/
}
#pagetitle {
	float: left;
	height: 51px;
	width: 30%;
	margin-left: 1em;
	margin-right: auto;
	text-align: left;
	vertical-align: middle;
	font-size: 2em;
	margin-top: 1em;
	color: #009933;	
}

#logo {
	float: right;
	height: 51px;
	width: 60%;
	margin-right: 1em;
	margin-left: auto;
	text-align: right;
	vertical-align: middle;
	font-size: 2em;
	margin-top: 1em;
	color: #009933;
}
#menu {
	float: left;
	clear: both;
	/*
	background-color: #009933;
	height: 40px;
	*/
	position: relative;
	margin-bottom: 1em;
	line-height: 1em;
}
#menu-title {
	display: none;
}
}

