@media only screen and (min-width: 970px) and (max-width: 1127px) {

#vedi-ph
{
display:none;
}

.mobile-only {
display: none !important;
}


.content {
min-height: calc(100vh - 126px);
z-index:1;
}

img
{
max-width:100%;
}

img.logo
{
display:block;
margin:auto;
max-width:100%;
}

img.logof
{
display:block;
margin-left:25px;
width:75px;
}

img.logohome
{
display:block;
margin-left:50px;
width:163px;
padding-top:30px;
padding-bottom:40px;
}

img.foto
{
display:block;
margin:auto;
width:188px;
padding:5px;
}

img.ariete
{
display:block;
margin:auto;
width:267px;
padding-left:30px;
}

img.ariete1
{
display:block;
margin:auto;
width:310px;
}

img.fri
{
display:block;
margin:auto;
width:280px;
margin-top:-40px;
}

img.fri1
{
display:block;
margin:auto;
width:280px;
margin-top:40px;
}

img.fotoariete
{
display:block;
margin:auto;
margin-top:110px;
}


header
{
width: 100%;
position:absolute;
z-index:999;
height:80px;
background-color: rgba(110, 180, 60, 0.9);
}

#topxxx
{
width: 100%;
position:relative;
z-index:20;
height:110px;
}

#bottomxxx
{
width: 100%;
position:relative;
z-index:20;
height:25px;
}



footer
{
width: 100%;
position:relative;
z-index:20;
background-color: #00533d; 
padding-top:20px;
padding-bottom:20px;
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}

#partecipa { display: none; }
#partecipa.is-visible { display: block; } /* oppure flex, ecc. */


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}

#pagina1
{
position:relative;
z-index:20;
width: 802px;
margin:auto;
}


#pos_logo
{
position:absolute;
z-index:50;
top:10px;
width:67px;
left:50%;
margin-left:-33px;
}

#pos_menu
{
display:none;
}

#home
{
width: 100%;
position:relative;
z-index:10;
background-image: url('../images/img-home.png');
background-position:center top;
background-repeat:repeat-x;
}

#sotto
{
width: 100%;
position:relative;
z-index:10;
background-image: url('../images/img-bottom.png');
background-position:center bottom;
background-repeat:repeat-x;
min-height:950px;
}


.rigamed
{
width: 750px;
border-top: 1px solid #ffed00;
margin: 0 auto; 
margin-top:40px;
margin-bottom:40px;
}

#box-priv
{
position:relative;
z-index:20;
width: 740px;
margin:auto;
}

#box-home
{
position:relative;
z-index:20;
width: 802px;
margin:auto;
border-radius: 30px;
background-color: #ffffff; 
}

#box-verde
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
border-radius: 50px;
background-color: #00533d;
margin-top:5px; 
}

#box-premi
{
position:relative;
z-index:30;
width: 100%;
}

#box-verde1
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
background-color: #00533d;
margin-bottom:25px;
}

#box-sotto
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
background-color: #ffffff;
}

#box-verde2
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
background-color: #74ba42;
}

#box-verde3
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
background-color: #00533d;
margin-bottom:10px;
border-radius:30px;
}

.tabella {display: table;width:100%;position:relative;}
.tabella00 {display: table;margin:auto;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 {float:right;position:relative;margin-right:80px;}
.tabella-menu2 {position:relative;margin-left:80px;}


.riga { display:table-row;}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;}
.colonna-foto {display: table-cell;vertical-align: middle;}
.colonna50 {display: table-cell;vertical-align: middle;width:50%;}
.colonna-menu {display: table-cell;vertical-align: middle;height:80px;}

.colonna-footer1 {display: table-cell;vertical-align: middle;width:120px}
.colonna-footer2 {display: table-cell;vertical-align: middle;width:450px}
.colonna-footer3 {display: table-cell;vertical-align: middle;width:558px}

.colonna-home1 {display: table-cell;vertical-align: top;width:216px;}
.colonna-home2 {display: table-cell;vertical-align: top;width:586px;}

.colonna-sotto1 {display: table-cell;vertical-align: top;width:340px;}
.colonna-sotto2 {display: table-cell;vertical-align: top;width:462px;}

.colonna-pre {display: table-cell;vertical-align: top;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}



A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "source-sans-pro", sans-serif;
background-color: #74ba42;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 44px;
font-weight: 900;
text-align: center;
color:#ffffff;
padding-top: 5px;
padding-bottom: 0px;
width:300px;
text-transform: uppercase;
display: block;
}


A.bottone:HOVER { 
background-color: #00533d;
cursor: pointer;
}


.bottoneform { 
font-family: "source-sans-pro", sans-serif;
background-color: #ed1c24;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 25px;
font-weight: 900;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 5px;
width:300px;
text-transform: uppercase;
display: block;
}

.bottoneform1 { 
font-family: "source-sans-pro", sans-serif;
background-color: #74ba42;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 25px;
font-weight: 900;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 5px;
width:540px;
text-transform: uppercase;
display: block;
}

.bottoneform2 { 
font-family: "source-sans-pro", sans-serif;
background-color: #74ba42;
margin-left:auto;
margin-right:auto;
border:0px solid #89388a;
border-radius: 50px;
font-size: 35px;
font-weight: 900;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 5px;
width:300px;
text-transform: uppercase;
display: block;
}


.bottoneform:hover, .bottoneform1:hover, .bottoneform2:hover { 
background-color: #00533d;
cursor: pointer;
}

.boldo {
font-weight: 700;
}

.boldo1 {
font-weight: 800;
}


.titolo {
font-size: 24px;
font-weight: 600;
text-align: center;
color:#ffffff;
line-height:1.;
margin-left:110px;
margin-right:110px;
padding-top:25px;
padding-bottom:25px;
}


.corpo_menu1 {
font-size: 18px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-left:30px;
}

.corpo_menu2 {
font-size: 18px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-right:30px;
}


.corpo_home1 {
font-style: italic;
padding-top:20px;
font-size: 37px;
font-weight: 600;
text-align: center;
color:#000000;
line-height:1;
}

.corpo_home2 {
font-size: 45px;
font-weight: 700;
text-align: center;
color:#000000;
line-height:1;
margin-bottom:20px;
}

.corpo_home3 {
font-size: 107px;
font-weight: 900;
text-align: center;
color:#ffffff;
line-height:1;
padding-top:15px;
letter-spacing:2px;
}



.copy  {
font-size: 0.5em;
vertical-align: super;
}

.corpo_home4 {
font-size: 47px;
font-weight: 900;
text-align: center;
color:#ffffff;
line-height:1;
margin-top:-10px;
}


.corpo_pre1 {
font-size: 30px;
color:#000000;
font-weight: 600;
text-align: center;
line-height: 1;
padding-top:15px;
}

.corpo_pre2 {
font-size: 155px;
color:#000000;
font-weight: 900;
text-align: center;
line-height: 1;
margin-top:-15px;
}

.corpo_pre3 {
font-size: 44px;
color:#000000;
font-weight: 900;
text-align: center;
line-height: 1;
padding-top:15px;
}

.corpo_pre4 {
font-size: 68px;
color:#000000;
font-weight: 900;
text-align: center;
line-height: 1;
margin-top:-5px;
}

.corpo_part {
font-size: 20px;
color:#000000;
font-style: italic;
font-weight: 400;
text-align: center;
line-height: 1;
margin-left:15px;
margin-right:15px;
margin-top:15px;
padding-bottom:40px;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}

.corpo_reg1 {
font-size: 44px;
font-weight: 900;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:20px;
margin-bottom:5px;
line-height:1;
color:#ffffff;
letter-spacing:3px;
}

.corpo_reg2 {
font-size: 20px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1;
padding-bottom:20px;
color:#ffffff;
letter-spacing:2px;
}

.corpo_login1 {
font-size: 30px;
font-weight: 900;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:50px;
margin-bottom:5px;
line-height:1;
}

.corpo_login2 {
font-size: 24px;
font-weight: 600;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:0px;
margin-bottom:50px;
line-height:1;
}

.corpo_form {
font-size: 21px;
font-weight: 600;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1;
}

.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;
}


.corpo33 {
font-size: 16px;
font-weight: 600;
}

.corpo333 {
font-size: 22px;
}

.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_verde1 {
font-size: 44px;
color:#ffffff;
font-weight: 900;
text-align: center;
line-height: 1;
padding-top:15px;
}

.corpo_verde2 {
font-size: 140px;
color:#ffffff;
font-weight: 900;
text-align: center;
line-height: 1;
margin-top:-15px;
}

.corpo_verde3 {
font-size: 40px;
color:#000000;
font-weight: 900;
text-align: center;
line-height: 1;
padding-top:20px;
}

.corpo_verde4{
font-size: 31px;
color:#000000;
font-weight: 600;
text-align: center;
line-height: 1;
margin-top:5px;
margin-bottom:15px;
}

.corpo_verde5 {
font-size: 22px;
color:#000000;
font-weight: 600;
text-align: left;
line-height: 1;
margin-top:25px;
margin-bottom:10px;
margin-left:40px;
margin-right:10px;
}

.corpo_verde6 {
font-size: 22px;
color:#000000;
font-weight: 400;
text-align: left;
line-height: 1.4;
margin-left:40px;
margin-right:10px;
}


.corpo_son1 {
font-size: 21px;
font-weight: 600;
text-align: left;
line-height: 1.1;
margin-left:130px;
margin-right:20px;
margin-top:40px;
margin-bottom:10px;
}

.num {
font-size: 37px;
color:#ed1c24;
font-weight: 700;
}



.corpo_fine1 {
font-size: 73px;
font-weight: 900;
text-align: center;
line-height: 1;
margin-left:15px;
margin-right:15px;
padding-top:100px;
color:#ed1c24;
letter-spacing:1px;
}

.corpo_fine2{
font-size: 90px;
font-weight: 900;
text-align: center;
line-height: 1;
margin-left:15px;
margin-right:15px;
margin-top:-15px;
margin-bottom:30px;
color:#ed1c24;
}

.corpo_fine3{
font-size: 25px;
font-weight: 600;
text-align: center;
line-height: 1.2;
margin-left:80px;
margin-right:80px;
margin-bottom:40px;
}

.corpo_fine4{
font-size: 26px;
font-weight: 700;
text-align: center;
line-height: 1.2;
margin-left:110px;
margin-right:110px;
margin-bottom:40px;
}


.corpo_gia1 {
font-size: 73px;
font-weight: 900;
text-align: center;
line-height: 1;
margin-left:15px;
margin-right:15px;
padding-top:200px;
letter-spacing:1px;
}

.corpo_gia2{
font-size: 90px;
font-weight: 900;
text-align: center;
line-height: 1;
margin-left:15px;
margin-right:15px;
margin-top:-15px;
margin-bottom:30px;
}

.corpo_gia3{
font-size: 26px;
font-weight: 700;
text-align: center;
line-height: 1;
margin-left:120px;
margin-right:120px;
margin-bottom:30px;
color:#ed1c24;
}


.corpo_footer1 {
font-size: 14px;
font-weight: 400;
text-align: left;
margin-left:15px;
margin-right:15px;
line-height:1.2;
color:#ffffff;
}

.corpo_footer2 {
font-size: 14px;
font-weight: 400;
text-align: right;
margin-left:15px;
margin-right:25px;
line-height:1.2;
color:#ffffff;
}

.corpo_footer3 {
font-size: 16px;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:1.2;
color:#ffffff;
}

.corpo_footer3 br {
display:none;
}

.divi {
padding: 0 7px;
color:#ffffff;
}




input.forma {
margin-left:50px;
margin-right:50px;
margin-top:0px;
margin-bottom:34px;
padding-left:20px;
padding-right:20px;
text-align: center;
width: 260px;
height: 34px;
border-bottom:2px solid #00533d; 
border-top:2px solid #ffffff; 
border-left:2px solid #ffffff; 
border-right:2px solid #ffffff; 
background-color: #ffffff;
font-size: 14px;
border-radius: 0px;
color:#1e345f;
}

select.prov {
margin-left:50px;
margin-right:50px;
margin-top:0px;
margin-bottom:34px;
padding-left:20px;
padding-right:20px;
text-align: center;
width: 300px;
height: 34px;
border-bottom:2px solid #00533d; 
border-top:2px solid #ffffff; 
border-left:2px solid #ffffff; 
border-right:2px solid #ffffff; 
background-color: #ffffff;
font-size: 14px;
border-radius: 0px;
color:#1e345f;
}


/* RADIO buttons */
[type="radio"] {
position: absolute;
left: -9999px;
}

input.radion[type="radio"] + label {
position: relative;
padding-left: 40px;
margin-left:130px;
padding-right: 20px;
cursor: pointer;
display: inline-block;
vertical-align: middle;
margin-bottom:10px;
}

input.radion[type="radio"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #ed1c24;
border-radius: 50%; /* cerchio per radio */
background: #fff
}

input.radion[type="radio"] + label::after {
content: '';
position: absolute;
top: 5px;
left: 5px;
width: 22px;
height: 22px;
background: #ed1c24;
border-radius: 50%; /* cerchio per radio */
transition: all 0.2s ease;
opacity: 0;
transform: scale(0)
transform: scale(0)
}

input.radion[type="radio"]:checked + label::after {
opacity: 1;
transform: scale(1);
}

/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 40px;
margin-left:50px;
padding-right: 20px;
cursor: pointer;
display: inline-block;
vertical-align: top;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #00533d;
background: #fff
}

[type="checkbox"] + label::after {
content: '';
position: absolute;
top: 5px;
left: 5px;
width: 22px;
height: 22px;
background: #00533d;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0)
}

[type="checkbox"]:checked + label::after {
opacity: 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.4;
padding-right:50px;
padding-left:0px;
}


}