@media only screen and (min-width: 970px) and (max-width: 1169px) {

#vedi-ph
{
display:none;
}

.mobile-only {
display: none !important;
}


.content {
min-height: calc(100vh - 165px);
z-index:1;
}

img
{
max-width:100%;
}

img.logo
{
display:block;
margin:auto;
max-width:100%;
}

img.logof
{
display:block;
width:120px;
margin-left:25px;
}

img.ico
{
display:block;
margin:auto;
height:176px;
}

img.win
{
display:block;
margin:auto;
width:520px;
}

img.buonopre
{
display:block;
margin:auto;
width:520px;
}

.line {
position: fixed;
top: 0;
width: 6px;
height: 100vh;
background-color: #ffffff;
z-index: 9999; /* opzionale, per essere sicuro che siano in cima */
}

.left-line {
left: 8px;
}

.right-line {
right: 8px;
}




.triangolo1 {
width: 0;
height: 0;
border-top: 43px solid #c61a27;       /* cateto orizzontale */
border-right: 43px solid transparent; /* cateto verticale trasparente */
margin:auto;
}

.ruotato1 {
transform: rotate(270deg);
}

.ruotato2 {
transform: rotate(180deg);
}




header
{
width: 100%;
position:relative;
z-index:999;
height:121px;
background-color: #ffffff; 
}


footer
{
width: 100%;
position:relative;
z-index:20;
height:165px;
background-color: #ffffff; 
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}

#footerpre
{
width: 100%;
position:relative;
z-index:20;
height:300px;
}


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}


#giallo
{
width: 100%;
position:relative;
z-index:30;
background-color: #ffed00; 
}

#giallopre
{
width: 100%;
position:relative;
z-index:30;
background-color: #ffed00; 
height:555px;
}


#pos_logo
{
position:absolute;
z-index:50;
top:14px;
width:220px;
left:50%;
margin-left:-110px;
}

#pos_logo_pre
{
position:absolute;
z-index:50;
top:14px;
width:220px;
left:50%;
margin-left:-110px;
}

#pos_menu
{
display:none;
}

#pos_premio
{
position:absolute;
z-index:30;
top:-130px;
width:100%;
}

#home
{
width: 100%;
position:relative;
z-index:20;
min-height:58.3vw;
background-image: url('../images/img-home-tb.jpg');
background-position:  center top;
background-repeat:no-repeat;
background-size:cover;
}

#nowin
{
width: 100%;
position:relative;
z-index:20;
min-height:70vw;
background-image: url('../images/img-home-tb.jpg');
background-position:  center bottom;
background-repeat:no-repeat;
background-size:100%;
}

#buono
{
width: 100%;
position:relative;
z-index:20;
height:432px;
background-image: url('../images/buono.png');
background-position:  center top;
background-repeat:no-repeat;
background-size:100%;
right:0px;
top:-40px;
}


#buonopre
{
width: 530px;
position:absolute;
z-index:20;
height:432px;
background-image: url('../images/buono.png');
background-position:  center top;
background-repeat:no-repeat;
background-size:cover;
top:325px;
left:50%;
margin-left:-265px;
}


.rigamed
{
width: 640px;
border-top: 1px solid #ffffff;
margin: 0 auto; 
margin-top:40px;
margin-bottom:40px;
}

#box-priv
{
position:relative;
z-index:20;
width: 90%;
margin:auto;
}

#box-que
{
position:relative;
z-index:20;
width:570px;
margin:auto;
}

#box-textpremio
{
position:relative;
z-index:20;
width:840px;
margin:auto;
padding-top:340px;
padding-bottom:40px;
}


.tabella {display: table;width:100%;position:relative;}

.tabella0 {
display: block;
width: 100%;
max-width: 600px; /* limita la larghezza */
margin: 0 auto;
padding: 0em;
border: none; /* rimuove il bordo del fieldset */
box-sizing: border-box;
}


.tabella-menu1 {display: table;position:relative;margin-left:15px;}
.tabella-menu2 {display: table;position:relative;margin-right:15px;float:right;}


.riga { display:table-row;}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}

.colonna50 {display: table-cell;vertical-align: top;width:50%;}
.colonna33 {display: table-cell;vertical-align: top;width:33%;}
.colonna {display: table-cell;vertical-align: middle;}
.colonna-menu {display: table-cell;vertical-align: middle;height:121px;}
.colonna-footer1 {display: table-cell;vertical-align: middle;width:200px;height:165px;}
.colonna-footer2 {display: table-cell;vertical-align: middle;width:970px;height:165px;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}



A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Nunito", sans-serif;
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 32px;
font-weight: 800;
text-align: center;
color:#be0617;
padding-top: 17px;
padding-bottom: 17px;
width:340px;
text-transform: uppercase;
display: block;
}

A.bottone1:LINK, A.bottone1:VISITED, A.bottone1:ACTIVE { 
font-family: "Nunito", sans-serif;
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 32px;
font-weight: 800;
text-align: center;
color:#be0617;
padding-top: 17px;
padding-bottom: 17px;
width:430px;
text-transform: uppercase;
display: block;
}


A.bottone:HOVER, A.bottone1:HOVER { 
background-color: #ffed00;
cursor: pointer;
}


.bottoneform { 
font-family: "Nunito", sans-serif;
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 32px;
font-weight: 800;
text-align: center;
color:#be0617;
padding-top: 17px;
padding-bottom: 17px;
width:340px;
text-transform: uppercase;
}

.bottoneform1 { 
font-family: "Nunito", sans-serif;
background-color: #ffffff;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 32px;
font-weight: 800;
text-align: center;
color:#be0617;
padding-top: 17px;
padding-bottom: 17px;
width:430px;
text-transform: uppercase;
}


.bottoneform:hover,.bottoneform1:hover { 
background-color: #ffed00;
cursor: pointer;
cursor: pointer;
}

.boldo {
font-weight: 700;
}

.boldo1 {
font-weight: 800;
}


.titolo {
font-size: 55px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
color:#ffed00;
line-height:1.2;
padding-top:100px;
margin-bottom:30px;
}

.titolo1 {
font-size: 55px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
color:#ffed00;
line-height:1.2;
padding-top:100px;
margin-bottom:50px;
}

.corpo_menu1 {
font-size: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-right:120px;
}

.corpo_menu2 {
font-size: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-left:30px;
}

.corpo_menu2 br {
display:none;
}

.corpo_home1 {
font-size: 24px;
font-weight: 400;
text-align: center;
color:#c61a27;
line-height:1;
margin-left:15px;
margin-right:15px;
padding-top:90px;
margin-bottom:15px;
}

.corpo_pre1 {
font-size: 28px;
font-weight: 400;
text-align: center;
color:#c61a27;
line-height:1;
margin-left:15px;
margin-right:15px;
padding-top:40px;
margin-bottom:15px;
}

.corpo_home2 {
font-size: 60px;
font-weight: 900;
text-align: center;
color:#c61a27;
line-height:.9;
padding-bottom:90px;
}

.corpo_pre2 {
font-size: 92px;
font-weight: 900;
text-align: center;
color:#c61a27;
line-height:.9;
padding-bottom:10px;
}


.corpo_ico1 {
font-size: 30px;
color:#ffed00;
font-weight: 700;
text-align: center;
line-height: 1;
margin-top:30px;
margin-bottom:10px;
text-transform: uppercase;
}

.corpo_ico10 {
font-size: 30px;
color:#ffed00;
font-weight: 700;
text-align: center;
line-height: 1;
margin-top:30px;
margin-bottom:44px;
text-transform: uppercase;
}

.corpo_ico2 {
font-size: 18px;
color:#ffffff;
font-weight: 400;
text-align: center;
line-height: 1;
padding-bottom:150px;
margin-left:30px;
margin-right:30px;
}

.corpo_ico2 br{
display:none;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}

.corpo_login1 {
font-size: 24px;
font-weight: 600;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
margin-bottom:5px;
text-transform: uppercase;
line-height:1;
}

.corpo_login10 {
font-size: 24px;
font-weight: 600;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
margin-bottom:5px;
line-height:1;
}

.corpo_login2 {
font-size: 20px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1;
}

.corpo_login3 {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
margin-bottom:5px;
line-height:1;
text-transform: uppercase;
}

.corpo_login4 {
font-size: 40px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:50px;
margin-bottom:30px;
line-height:1;
color:#be0617;
text-transform: uppercase;
}

.corpo_form {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:15px;
margin-right:15px;
line-height:18px;
}

.corpo_form10 {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:15px;
margin-right:15px;
line-height:18px;
color:#000000;
}

.corpo_form1 {
font-size: 18px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:18px;
}

.link-password {
color: #ffed00;
font-weight: bold;
text-decoration: underline;
}

.corpo_que1 {
padding-top:60px;
font-size: 40px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
}

.corpo_que2 {
font-size: 24px;
font-weight: 400;
text-align: center;
margin-left:250px;
margin-right:250px;
}

.corpo_que3 {
font-size: 25px;
font-weight: 400;
text-align: left;
margin-left:0px;
margin-right:0px;
margin-bottom:15px;
margin-top:50px;
}

.que {
font-size: 25px;
font-weight: 400;
}



.corpo33, .corpo333 {
font-size: 20px;
}

.corpo_privo {
font-size: 18px;
font-weight: 400;
text-align: left;
margin-top:30px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
line-height:1.1;
}

.corpo_sco1 {
font-size: 20px;
font-weight: 400;
text-align: center;
margin-left:15%;
margin-right:15%;
margin-bottom:50px;
}

.corpo_sco2 {
font-size: 18px;
font-weight: 400;
text-align: left;
margin-left:15%;
margin-right:15%;
margin-top:30px;
}

.corpo_sco3 {
font-size: 40px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:30px;
margin-bottom:30px;
}

.corpo_sco4 {
font-size: 16px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:0px;
margin-bottom:0px;
color:#ffed00;
text-transform: uppercase;
}

.corpo_sco5 {
font-size: 16px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:0px;
margin-bottom:40px;
}

.corpo_nowin1 {
font-size: 82px;
font-weight: 900;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:60px;
line-height:.9;
text-transform: uppercase;
}

.corpo_nowin2 {
font-size: 28px;
font-weight: 300;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:30px;
padding-bottom:0px;
line-height:1.2;
}

.corpo_nowin3 {
font-size: 30px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:4px;
padding-bottom:0px;
line-height:1.2;
text-transform: uppercase;
}

.corpo_nowin4 {
font-size: 20px;
font-weight: 300;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:40px;
padding-bottom:40px;
line-height:1.2;
}


.corpo_win1 {
font-size: 82px;
font-weight: 900;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:60px;
line-height:.9;
text-transform: uppercase;
color:#ffed00;
padding-bottom:180px;
}

.corpo_win3 {
font-size: 18px;
font-weight: 400;
text-align: center;
padding-top:0px;
padding-bottom:20px;
line-height:20px;
color:#2e2d30;
}

.corpo_win4 {
font-size: 18px;
font-weight: 700;
text-align: center;
padding-top:0px;
padding-bottom:0px;
line-height:20px;
color:#2e2d30;
text-transform: uppercase;
}


.corpo_footer1 {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:0px;
margin-right:15px;
line-height:1.2;
color:#000000;
}

.corpo_footer2 {
font-size: 16px;
font-weight: 700;
text-align: left;
margin-left:0px;
margin-right:15px;
line-height:1;
color:#000000;
text-transform: uppercase;
margin-top:15px;
}

.corpo_footer2 br {
display:none;
}

.divi {
padding: 0 5px;
color:#000000;
}


input.forma {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:24px;
padding-left:20px;
padding-right:20px;
text-align: center;
width: 320px;
height: 58px;
border:0px solid #006a50; 
background-color: #ffffff;
font-size: 14px;
border-radius: 50px;
color:#1e345f;
}

input.formb {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:24px;
padding-left:20px;
padding-right:20px;
text-align: center;
width: 125px;
height: 58px;
border:0px solid #006a50; 
background-color: #ffffff;
font-size: 14px;
border-radius: 50px;
color:#1e345f;
}

select.prov {
margin-left:15px;
margin-right:15px;
margin-top:8px;
margin-bottom:24px;
padding-left:20px;
padding-right:20px;
text-align: center;
width: 360px;
height: 58px;
border:0px solid #006a50; 
background-color: #ffffff;
font-size: 14px;
border-radius: 50px;
color:#1e345f;
}






[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 20px;
display: inline-block;
padding-right:0px;
margin-bottom:20px;
}


[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0px;
 top: 0;
 width: 17px;
 height: 17px;
 border: 1px solid #c00c19;
 border-radius: 100%;
 background: #ffffff
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
content: '';
width: 9px;
height: 9px;
background: #c00c19;
position: absolute;
top: 5px;
left: 5px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease
}

[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}



/* RADIO buttons */


[type="radio"] {
position: absolute;
left: -9999px;
}

input.radion[type="radio"]:checked,
input.radion[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
input.radion[type="radio"]:checked + label,
input.radion[type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 20px;
display: inline-block;
padding-right:15px;
margin-bottom:15px;
}


input.radion[type="radio"]:checked + label:before,
input.radion[type="radio"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0px;
 top: 0;
 width: 17px;
 height: 17px;
 border: 1px solid #c00c19;
 border-radius: 100%;
 background: #ffffff
}

input.radion[type="radio"]:checked + label:after,
input.radion[type="radio"]:not(:checked) + label:after {
content: '';
width: 9px;
height: 9px;
background: #c00c19;
position: absolute;
top: 5px;
left: 5px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease
}

input.radion[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
input.radion[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}



/* Stile del testo */

label span.corpo33 {
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding-left:0px;
}

label span.corpo333 {
display: inline-block;
vertical-align: middle;
line-height: 1;
padding-right:50px;
padding-left:0px;
}


}