/* Copyright 2008 www.dm8.it  --------- http://quirktools.com ----- versione min cssminifier.com ---- */


@media all and (min-width: 1025px) {
body,html{
font-size: 99%;
}

#corpo{
z-index:50;
position:relative;
width: 1000px;
margin: 80px auto;
}
#testa{
margin: 0 auto;
width: 1000px;
color: #fff;
}
#slogan{
margin-left:10%;
font-size:1.0em;
}
#sub_testa{
margin:0 6px 0 6px; /* su - dx - gił - sx */
font-size:1.5em;
}
#barra{
height: 70px;
}

.ColonnaDX{
position:absolute;
top:5px;
right:4px;
width: 170px;
}

#footer{
font-size:0.9em;
}
}









@media all and (min-width: 768px) and (max-width: 1024px) {
body,html{
font-size: 98%;
}

#corpo{
z-index:50;
width: 100%;
margin: 70px auto;
}
#testa{
margin: 0 auto;
width: 1000px;
color: #fff;
}
#slogan{
margin-left:10%;
font-size:1.0em;
}
#sub_testa{
margin:0 6px 0 6px; /* su - dx - gił - sx */
font-size:1.3em;
}
#barra{
height: 60px;
}
.ColonnaDX{
display:none;
}


#footer{
font-size:0.8em;
}
}








@media all and (min-width: 481px) and (max-width: 767px) {/* mio Sony orizzontale */
body,html{
font-size: 97%;
}

#corpo{
z-index:50;
width: 100%;
margin-top: 40px;
}
#testa{
margin: 0;
width: 100%;
color: #fff;
}
#sub_testa{
margin:10px 4px 0 1%; /* su - dx - gił - sx */
font-size:0.9em;
}
#barra{
height: 40px;
}
.ColonnaDX{
display:none;
}

#boxData{
display:none;
}

#footer{
font-size:0.8em;
}
}






@media all and (min-width: 320px) and (max-width: 480px) {/* mio Sony verticale */
body,html{
font-size: 96%;
}

#corpo{
z-index:50;
width: 100%;
margin-top: 38px;
}
#testa{
margin: 0;
width: 100%;
color: #fff;
}
#sub_testa{
margin:7px 6px 0 5%; /* su - dx - gił - sx */
font-size:1.0em;
}
#barra{
height: 32px;
}
.ColonnaDX{
display:none;
}

#boxData{
display:none;
}

#footer{
font-size:0.7em;
}
}






@media all and (min-width: 177px) and (max-width: 319px) {
body,html{
font-size: 95%;
}

#corpo{
z-index:50;
width: 100%;
margin-top: 37px;
}
#testa{
margin: 0;
width: 100%;
color: #fff;
}
#sub_testa{
margin:7px 6px 0 4%; /* su - dx - gił - sx */
font-size:1.0em;
}
#barra{ /* ok */
height: 32px;
}
.ColonnaDX{
display:none;
}

#boxData{
display:none;
}

#footer{
font-size:0.7em;
}
}





@media all and (min-width: 10px) and (max-width: 176px) {
body,html{
font-size: 95%;
}

#corpo{
z-index:50;
width: 100%;
margin-top: 30px;
}
#testa{
margin: 0;
width: 100%;
color: #fff;
}
#sub_testa{
margin:6px 6px 0 3%; /* su - dx - gił - sx */
font-size:0.7em;
}
#barra{ /* ok */
height: 30px;
}
.ColonnaDX{
display:none;
}

#boxData{
display:none;
}


#footer{
font-size:0.7em;
}
}











/* ---------------------- generale ------------------------ */

body{
margin: 0;
padding: 0;
background:#E2E7EC; /* blu = 0C1A46*/
font-family: 'Muli', sans-serif;
}

body, html{
height: 100%;
}

#background { 
  background: url(/Grafica/sfondo_sito.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Grafica/sfondo_sito.jpg', sizingMethod='scale');
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Grafica/sfondo_sito.jpg', sizingMethod='scale')";
  width:100%;
 height:100%;
 position:fixed;
 top:0px; left:0px;
 z-index:-100;
}

#container {
margin-bottom:-40px; /* negativo: in base all'altezza del footer */
min-height:100%;
height:auto !important;
height:100%;
}

#container #corpo{
padding-bottom:40px; /* in base all'altezza del footer */
}


#barra{
z-index:100;
position:fixed;
left:0;
top:0;
width: 100%;
background:#153AB1;
}

#footer{
margin-top:5px;
line-height:1.4em;
background:#fff;
color: black;
text-align:center;
}
#footer a{
text-decoration:none;
color:black;
font-weight: bold;
}
#footer a:hover{
text-decoration:underline;
color:#fff;
font-weight: bold;
background: black;
}
#footer img{
background:#fff;
}





a{
text-decoration:none;
background-color:inherit;
color:#345EE8;
font-weight:bold;
}
a:hover{
text-decoration:none;
background:#345EE8;
color:#fff;
font-weight:bold;
}


img{
text-decoration:none;
border: 0px;
vertical-align:top;
}

img a{
text-decoration:none;
border: 0px;
vertical-align:top;
}

img a:hover{
text-decoration:none;
border: 0px;
vertical-align:top;
background: url(/Grafica/trasp.png) repeat;
}



div.panel {
z-index:10000000;
position:fixed;
left:0;
min-widht: 200px;
min-height: 70px;
display: none;
margin: 0px;
padding: 20px;
color:#fff;
background: #153AB1;
}
div.panel a{
text-decoration:none;
background-color:inherit;
color:#fff;
font-weight:bold;
}
div.panel a:hover{
text-decoration:none;
background:#fff;
color:#153AB1;
font-weight:bold;
}

.hover {
display: block;
position:relative;
width: 98%;
margin:1.5% auto;
background:white;
cursor:pointer;
overflow:hidden;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
border:2px solid #808080;
border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
}
.hover h1, .hover h2, .hover h3{
margin: 3px 1% 2px 3%; /* su - dx - gił - sx */
}
a.hover{
color:black;
}
.hover:hover {
background:white;
color:black;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}


.SfondoVideo {/* per player video Youtube - ok anche per mobile */
position:relative;
padding-bottom:54.75%;
padding-top:0;/* qui era 30px */
height:0;
overflow:hidden;
border:4px solid red;
border-radius: 12px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
}
.SfondoVideo iframe, .SfondoVideo object, .SfondoVideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

code {
font-size:1.1em;
background:#DBDBDB;
padding:2%;
width:96%;
margin:10px auto;
line-height:1.2em:
display:block;
float:left;
word-wrap:break-word;
border:1px solid #808080;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
}

.img_art{
margin:0 10px 0 0;
float:left;
max-width:20%;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border-radius-top-left: 15px;
-moz-border-radius-top-left: 15px;
-khtml-border-radius-top-left: 15px;
-webkit-border-radius-top-left: 15px;
border-radius-bottom-left: 15px;
-moz-border-radius-top-left: 15px;
-khtml-border-radius-bottom-left: 15px;
-webkit-border-radius-bottom-left: 15px;
}
.img_artG{
margin:1.5%;
float:left;
max-width:45%;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border:1px solid gray;
border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
}

.img_videoG{
max-width:100%;
overflow:hidden;
position:relative;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border:2px solid red;
border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
}
.img_videoS{
max-width:45%;
overflow:hidden;
display:inline-block;
position:relative;
margin:2px;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border:2px solid red;
border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
}

.img_fotoG{
max-width:100%;
overflow:hidden;
position:relative;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border:2px solid #404040;
border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
}
.img_fotoS{
width:126px;
height:126px;
margin:3px;
overflow:hidden;
float:left;
position:relative;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border:2px solid #404040;
border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
}

.imgCerchio{
margin:2%;
overflow:hidden;
float:left;
background: url(grafica/LoadTxt.gif) center center no-repeat;
border:1px solid #808080;
border-radius: 50%;
-moz-border-radius: 50%;
-khtml-border-radius: 50%;
-webkit-border-radius: 50%;
}

#boxTestoA{
text-align:left;
position:absolute;
left:0;
top:0;
width:100%;
background:black;
color:white;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

#boxTesto{
text-align:left;
position:absolute;
left:0;
bottom:0;
width:100%;
background:black;
color:white;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

#BoxComm {
width: 95%;
padding:1%;
margin:1% auto;
border:1px solid #808080;
border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
}


li{
list-style-type: square; /*toglierebbe il "pallino" con none */
margin: 0px 0px 0px 22px; /* su - dx - gił - sx */
padding: 2px;
}


ul{
margin: 0px;
padding: 0px;
}

p{
margin: 0px;
padding: 0px;
line-height:1.0em;
display:inline;
}


h1{
font-size:1.0em;
line-height:1.2em;
margin:0;
padding:0;
}
h2{
font-size:0.9em;
line-height:1.2em;
font-weight:normal;
margin:0;
padding:0;
}
h3{
font-size:0.8em;
line-height:1.1em;
font-weight:normal;
margin:0;
padding:5px 1em 10px 1em; /* su - dx - gił - sx */
}

blockquote {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
}

#slogan{
float:left;
margin-bottom:3px;
text-align:center;
padding:2px;
}



#sub_testa{
float:left;
color: #fff;
padding:2px 0 0 0; /* su - dx - gił - sx */
font-weight:bold;
overflow:hidden;
border:2px solid white;
border-radius: 6px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
}
#sub_testa a{
padding:2px 5px 2px 5px; /* su - dx - gił - sx */
text-decoration:none;
background-color:inherit;
color:#fff;
}
#sub_testa a:hover{
text-decoration:none;
background:#fff;
color:#153AB1;
}


#boxDX{
width: 162px;
padding:6px;
font-size:0.9em;
line-height:1.4em;
margin-bottom:4px;
background:#fff;
color:#153AB1;
}
#boxDX a:hover img{
text-decoration:none;
border: 0px;
vertical-align:top;
background: #fff;
}


#boxArt{
margin:5px auto;
color:#000;
width: 98%;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
}


#boxTitle{
margin:5px;
float:left;
font-weight:bold;
color:#345EE8;
padding:5px;
/* padding:3px 0 3px 0; su - dx - gił - sx */
/* box-shadow:0 0 2px 2px #345EE8; */
}


#boxTitle2{
margin:5px;
float:left;
font-weight:bold;
color:#345EE8;
padding:3px 5px 3px 5px; /* su - dx - gił - sx */
}

#boxData{
position:absolute;
top:5px;
right:8px;
font-size:0.8em;
font-weight:normal;
color:#808080;
}





hr{
margin:1px 0px 2px 0px;  /* su - dx - gił - sx */
padding:0px 0px 0px 0px;  /* su - dx - gił - sx */
border-top:1px solid #0000FF;
border-right:0px solid #0000FF;
border-bottom:0px solid #0000FF;
border-left:0px solid #0000FF;
border-style:dotted;
}


.clear{
clear:both;
margin:0;
}

.textbox{
font-size:0.8em;
line-height:1.0em;
font-weight:normal;
background:#FFFF80;
color:#0000FF;
margin:0px 0px 0px 0px;
border:1px solid #ddd;
}








