@charset "utf-8";
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-style: normal;
	font-weight: 400;
	font-size: 0.88em;
	align-content: center;
	background-color: #000000; 
	
/*repeating-radial-gradient(
  circle,
  white,
  gray 10px,
  #c5c2ba 10px, 
  #777674 20px
);*/
}
.responsive-object iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-object {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	max-width: 900px;
	color: #ffffff;
}
h1, h2, h3 {
	color: #EC1216;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.5em;
	text-align: center;
}
h2 {
	margin-top: 0.5em;
	font-size: 1.25em;
}
h3 {
	margin-top: 0.5em;
	font-size: 1.25em;
	text-align: center;
	text-align: left;
}
a {
	font-weight: bold;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #6A6562;
}
a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: none;
}
#menulink {
	background-color: #0B0B0B;
	margin: 0;
	text-align: center;
}
#menulink a {
	color: white;
	font-size: 0.7em;
	text-transform:lowercase;
	/* [disabled]display: block;
*/
	font-weight: 200;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-family: Courier New;
	font-style: normal;
}
#navlinks {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #1E1D22;
	/*background-color: rgba(0,0,0,0.65);
	position: absolute;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;*/
}
#navlinks.displayed {
	top: 135px;
	z-index: 1;
	opacity: 1;
}
#navlinks.start {
	display: none;
}
#navlinks.collapsed {
	top: -12em;
	opacity: 0;
}
#navlinks a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-weight: 400;
	text-decoration: none;
	text-transform: lowercase;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
	color: #EC1216;
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
	max-width: 100%;
	display: block;
}
#hero p {
	color: #899383;
	font-weight: 600;
	font-size: 1.5em;
	text-transform: lowercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 20px;
	margin-top: 10px;
	font-family: source-sans-pro;
	font-style: normal;
}
figure {
	width: 600px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
figure img {
	max-width: 100%;
}
figcaption {
	display: block;
	margin-top: 0.5em;
	font-size: 0.8em;
	text-transform: lowercase;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
footer {
	width: 100%;
	max-width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	color: #FFFFFF;
}
.style-footer1 {
	float: left;
	padding-top: 0.8em;
	padding-left: 3.000em;
	padding-bottom: 0.8em;
	background-color: #999999;
	margin-right:auto;
	display: block;
	color: #000000;
}	
.style-footer2 {
	float: center;
	padding-top: 0.8em;
	padding-left: 1.000em;
	padding-bottom: 2.100em;
	padding-right: 3.000em;
	background-color: #999999;
	margin-right:auto;
	display: block;
	color: #000000;
}
.style-footer3 {
	background-color: #FFFFFF;
	display: block;
}	
.img-responsive {
	max-width: 13%;
}


@media (min-width: 700px) {
#menulink {
	display: none;
}
#navlinks {
	max-width: 100%;
	position: static;
	background-color: transparent;
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 25%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	float: left;
	color: #6F6A6A;
}
header {
    overflow: hidden;
	background-color: #000000;
}
#hero p {
	width: 36%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	position: absolute;
	color: white;
	border-width: 5px;
	border-style: solid;
	top: 90px;
	right: 33px;
}
#hero {
	position: relative;
}

}
aside {
	width: 96%;
	margin-left: 20px;
}
main, aside {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.875em;
}
footer {
	clear: left;
}
}

@media (min-width: 900px) {
.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
	/*dal menu*/
	#titolo
{
	display: block;
	margin-top:30px;
	font-size: 45px;
	font-weight: bold;
}
#subtitle
{
	display: block;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color:black;
	margin-top:10px;
	font-size: 12px;
}
#container
{
	position: relative;
	width:180px;
	height:auto;
	margin-right: auto;
	margin-left:10px;
	margin-top:120px;
	text-align: left;
}
a
{
	text-decoration: none;
	color:#373e3d;
	font-weight: 25px;
}
.menu_box ul,.menu_box_due ul
{
	list-style: none;
}
.menu_box,.menu_box_due
{
	position: relative;
	width:auto;
	height:auto;
	
}
.menu_box
{
	float:left;
	margin:0;
}
.menu_box_due
{
	float:right;
	margin:0;
}
.menu_header
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background-color: #ee5430;
	padding-top:10px;
	font-size: 13px;
}
.menu
{
	position: relative;
	width:100%;
	height:auto;
	top:auto;
	left:0;
	background-color: #ffffff;
	font-size: 13px;
	
}
.menu_header label
{
	display: block;
	margin-left:20px;
	margin-top: 10px;
	font-weight: bold;
}
.title_ul
{
	margin-left:-60px;/*------------distanza da sinistra------*/
}
.submenu_title, .submenu_title_fis
{
	margin-top:10px;/*-------------altezza tra i titoli minimo 10-----*/
	margin-left:18px;/*-------mio-distanza da sinistra del sottotitolo aperto-----*/
}
.sub
{
	display: none;
}
.sub ul
{
	margin-top:10px;/*-------distanza tra titolo e sub minima 10-----*/
}
.sub ul li a
{
	color:#6e6e6e;
}

	
}
