
*
{
 margin:0px;
 padding:0px;
}


@font-face {
font-family: 'BlissPro-Regular';
src: url('BlissPro-Regular.otf') format('opentype');
}

@font-face {
font-family: 'BlissPro-Bold';
src: url('BlissPro-Bold.otf') format('opentype');
}

@font-face {
font-family: 'BlissPro-BoldItalic';
src: url('BlissPro-BoldItalic') format('opentype');
}

@font-face {
font-family: 'BlissPro-ExtraBold';
src: url('BlissPro-ExtraBold.otf') format('opentype');
}

@font-face {
font-family: 'BlissPro-Heavy';
src: url('BlissPro-Heavy.otf') format('opentype');
}

@font-face {
font-family: 'BlissPro-Medium';
src: url('BlissPro-Medium.otf') format('opentype');
}

@font-face {
font-family: 'Phosphate Pro Cond Solid Regular';
src: url('Phosphate Pro Cond Solid Regular.otf') format('opentype');
}

@font-face {
font-family: 'BlissPro-Light';
src: url('BlissPro-Light.otf') format('opentype');
}

@font-face {
font-family: 'PhosphatePro-Solid';
src: url('PhosphatePro-Solid.woff') format('woff'),
url('PhosphatePro-Solid.otf') format('opentype');
}


html { 
position: relative;
min-height: 100%;
}




body { 
background: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 18px;
text-align: left;
color:#333333;
}

select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset;
}

input:focus{
outline: none;
}

img.centro
{
display:block;
margin:auto;
}

.corpo_err {
font-size: 18px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
color:#e4022e;
}


.err {
font-size: 18px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
margin-top:20px;
line-height:1;
text-decoration: underline;
color:#e4022e;
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0px none;
}


#capatcha {
margin:auto;
display: block
}

.g-recaptcha{
margin: 15px auto !important;
width: auto !important;
height: auto !important;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -o-center;
text-align: -ms-center;
}

label {
display: block;
margin-bottom: 4px;
font-weight: 400;
}

select {
width: 100%; /* o una larghezza fissa se preferisci */
max-width: 360px;
padding: 5px;
}




A:LINK, A:VISITED, A:ACTIVE {
color: #333333;
text-decoration: none;
}

A:HOVER {
color: #e4022e;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE{
color: #ffffff;
text-decoration: none;
}

A.fot:HOVER{
color: #ffffff;
text-decoration: none;
}



A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #333333;
text-decoration : none;
}

A.privlink1:LINK, A.privlink1:VISITED, A.privlink1:ACTIVE, A.privlink1:HOVER{
color: #e4022e;
text-decoration : underline;
}




A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}