/* Copyright 2021 www.bicchieriapad.it */


@media all and (min-width: 1025px) {
body,html{
font-size: 99%;
}
#corpo{
z-index:50;
position:relative;
width: 1000px;
margin: 60px auto;
}
#testa{
margin: 0 auto;
width: 1000px;
color: #fff;
}
#barra{
height: 45px;
}
div.FZR{
font-size:1.8em;
}
div.FZR3{
font-size:1.2em;
}
#footer{
font-size:0.9em;
}
.boxR{
width:45%;
max-width:490px;
}

}


@media all and (min-width: 10px) and (max-width: 800px) {

}


@media all and (min-width: 10px) and (max-width: 1024px) {
body,html{
font-size: 95%;
}
#corpo{
z-index:50;
width: 99%;
margin: 42px auto;
}
#testa{
margin: 0;
width: 100%;
color: #fff;
}
#barra{ /* ok */
height: 38px;
}
div.FZR{
font-size:1.3em;
}
div.FZR2{
font-size:1.5em;
}
div.FZR3{
font-size:2.1vw;
}
div.FZR4{
font-size:1.0em;
line-height:1.3em;
}
.imgB1{
width:70px;
}
.imgB2{
width:53px;
}
#boxData{
display:none;
}
#footer{
font-size:0.7em;
}
}





/* ---------------------- generale ------------------------ */

body{
margin: 0;
padding: 0;
background:#E2E7EC; /* blu = 0C1A46*/
font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, html{
height: 100%;
}


.fontA{
font-size:2.0em;
font-weight:bold;
font-family: 'Dancing Script', cursive;
}
.fontB{
font-size:1.0em;
font-family: 'Fira Sans', sans-serif;
line-height:1.6em;
}
.fontC{
font-size:1.3em;
font-family: 'Amaranth', sans-serif;
}
.fontD{
font-size:1.0em;
font-family: 'Pattaya', sans-serif;
}

.boxR{
width:100%;
display:inline-block;
object-fit: cover;
max-height:230px;
}


#background { 
  background: white; /* 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:-70px; /* negativo: in base all'altezza del footer */
min-height:100%;
height:auto !important;
height:100%;
}

#container #corpo{
padding-bottom:70px; /* in base all'altezza del footer */
}


#barra{
z-index:100;
position:fixed;
left:0;
top:0;
width: 100%;
background:black;
}

#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;
}
  
.but1,.but2,.but3{
display:inline-block;
margin:5px 5px 10px 5px; /* su - dx - gił - sx */
padding:3px 6px 3px 6px; /* su - dx - gił - sx */
text-align:center;
border:0;
border-radius: 6px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
}
.but1{
background: green;
color:white;
}
.but1:hover{
text-decoration:none;
background:#345EE8;
color:#fff;
cursor:pointer;
border:0;
}
.but2{
border:2px solid red;
color:red;
}
.but3{
background: red;
color:white;
}

.opa5{
opacity: 0.5;
}

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(/img/trasp.png) repeat;
}


.boxRA{
width:44%;
max-width:175px;
height:175px;
}

.boxArt{
vertical-align:top;
margin:3px;
padding:3px;
display:inline-block;
background:white;
color:black;
border:2px solid #DBDBDB;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
}
a.boxArt{
text-decoration:none;
}
a.boxArt:hover{
text-decoration:none;
background:white;
color:#345EE8;
border:2px solid #345EE8;
}



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(/img/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(/img/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(/img/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(/img/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(/img/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(/img/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(/img/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;
}

#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;
}




#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;
}








