.scheda-contatti h4{
    font-size: 1.2em;
}
.scheda-contatti .email {
    font-size:22px;
    margin:0.7em;
    text-align:center;
}
/** Scheda contatto evento **/
.contatti-diretti {
    margin-top: 1em;
}
.scheda-contatto {
    min-height: 100px;
    max-width: 430px;
    margin-bottom: 1.5em;
    clear: both;
}

.scheda-contatto .foto{
    border-radius: 50px;
    float:left;
    height:100px;
    width:100px;
}
.scheda-contatto .dati{
    margin-left: 100px;
    padding-top: 25px;
    padding-left: 10px;
    text-transform:uppercase;
}
.scheda-contatto .nome {
    font-size:18px;
    border-bottom: 1px solid rgba(0,0,0,0.6);
    margin: 0;
}
.scheda-contatto .numero {
    font-size:24px;
}
.scheda-contatto .numero img{
	vertical-align: middle !important;
    top: -3px !important;
    position: relative;
}

.scheda-contatto .logo-fb { height: 25px; width: 25px;}


@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-ttcdc5');
    src:url('fonts/icomoon.eot?#iefix-ttcdc5') format('embedded-opentype'),
        url('fonts/icomoon.ttf?-ttcdc5') format('truetype'),
        url('fonts/icomoon.woff?-ttcdc5') format('woff'),
        url('fonts/icomoon.svg?-ttcdc5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
    content: "\e600";
}
.icon-info:before {
    content: "\e602";
}
.icon-arrow-up:before {
    content: "\e606";
}
.icon-drink:before {
    content: "\e601";
}
.icon-pictures:before {
    content: "\e60b";
}
.icon-location:before {
    content: "\e60c";
}
.icon-map:before {
    content: "\e604";
}
.icon-menu:before {
    content: "\e60d";
}
.icon-info2:before {
    content: "\e607";
}
.icon-favorite:before {
    content: "\e603";
}
.icon-stars:before {
    content: "\e605";
}
.icon-walk:before {
    content: "\e608";
}
.icon-hotel:before {
    content: "\e609";
}
.icon-restaurant:before {
    content: "\e60a";
}
.icon-arr-down:before {
    content: "\e60f";
}
.icon-arr-up:before {
    content: "\e60e";
}
.icon-office:before {
    content: "\e61a";
}
.icon-music:before,
.icon-music2:before {
    content: "\e61b";
}
.icon-bullhorn:before {
    content: "\e619";
}
.icon-location2:before {
    content: "\e618";
}
.icon-compass:before {
    content: "\e617";
}
.icon-alarm:before {
    content: "\e616";
}
.icon-user-tie:before {
    content: "\e615";
}
.icon-spoon-knife:before {
    content: "\e614";
}
.icon-truck:before {
    content: "\e613";
}
.icon-link:before {
    content: "\e612";
}
.icon-man-woman:before {
    content: "\e611";
}
.icon-radio-checked:before {
    content: "\e610";
}
.button-wa{
    border: none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    transition: opacity 0.3s linear;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    opacity: 0.75;
    line-height: 20px;
	background-color: #24DD18;
    display: inline-block;
    cursor: pointer;
}