﻿/* PUBBLICAZIONE CARATTERI */
@font-face {
    font-family: 'zag_regularregular';
    src: url('../Font/fontfabric_-_zagregular-webfont.eot');
    src: url('../Font/fontfabric_-_zagregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/fontfabric_-_zagregular-webfont.woff2') format('woff2'),
         url('../Font/fontfabric_-_zagregular-webfont.woff') format('woff'),
         url('../Font/fontfabric_-_zagregular-webfont.ttf') format('truetype'),
         url('../Font/fontfabric_-_zagregular-webfont.svg#zag_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
 
    font-family: 'coameibold';
    src: url('../Font/coamei-webfont.eot');
    src: url('../Font/coamei-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Font/coamei-webfont.woff2') format('woff2'),
         url('../Font/coamei-webfont.woff') format('woff'),
         url('../Font/coamei-webfont.ttf') format('truetype'),
         url('../Font/coamei-webfont.svg#coameibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ablation';
    src: url('../Font/Ablation Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'public-sans';
    src: url('../Font/public-sans.thin.otf');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------- */

/* NOMI CARATTERE */
.carattere_testi {font-family:'coameibold', sans-serif, Verdana, Geneva;}
.carattere_titoli {font-family:'ablation', sans-serif, Verdana, Geneva;}

/* ALLINEAMENTO CARATTERE */
.align_right {text-align:right;}
.align_justify {text-align:justify;}
.align_center {text-align:center;}

/* COLORI CARATTERE */
.CARATTERE_BIANCO {color:white; text-decoration: none;}
.CARATTERE_NERO {color:black; text-decoration: none;}
.CARATTERE_ROSSO {color:red; text-decoration: none;}
.CARATTERE_VERDE {color:#52B529; text-decoration: none;}
.CARATTERE_GRIGIO {color:#BBBBBB; text-decoration: none;}
.CARATTERE_GIALLO_CHIARO {color:#F7DA90; text-decoration: none;}
.CARATTERE_ARANCIO {color:#FE951F; text-decoration: none;}

/* LINK APPLE NR TELEFONO */
.appleLinks a {color:white; text-decoration: none;}
.appleLinksBlack a {color:black; text-decoration: none;}

/* COLORI SFONDO */
.SFONDO_BIANCO {background-color:white;}
.SFONDO_BIANCO_OPACO {background-color:white;opacity:0.5}
.SFONDO_NERO {background-color:black;}
.SFONDO_NERO_OPACO {background-color:black;opacity:0.7}
.SFONDO_GRIGIO {background-color:#BBBBBB;}
.SFONDO_GRANATA {background-color:#750E11;}
.SFONDO_GRANATA_OPACO {background-color:#750E11;opacity:0.7}
.SFONDO_GRIGIO_OPACO {background-color:#BBBBBB;opacity:0.5}
.SFONDO_GIALLO_OPACO {background-color:#FE951F;opacity:0.7}
.SFONDO_GIALLO_CHIARO_OPACO {background-color:#BBBBBB;opacity:0.7}
.SFONDO_ARANCIO {background-color:#FE951F;}

/* CARATTERI */
.CARATTERE_BOLD {font-weight:bold;}
.CARATTERE_ITALIC {font-style:italic;}

/* CASELLE DI TESTO */
.SET_CASELLE_TESTO {height:30px;}

/* EFFETTI CARATTERE */
.CARATTERE_OMBRATO {text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);}
.CARATTERE_TRANSIZIONE {-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}