﻿/* ----- SOCIAL---------------------------------------------------------------------- */

.ico_social {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    margin-left: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

    .ico_social:hover {
        opacity: 0.6;
    }

.ico_facebook {
    background-image: url(../App_Images/share/ico_facebook.svg);
}

.ico_email {
    background-image: url(../App_Images/share/ico_mail.svg);
}

.ico_phone {
    background-image: url(../App_Images/share/ico_phone.svg);
}

.ico_elbamylove {
    background-image: url(../App_Images/share/ico_elbamylove.svg);
}

.ico_share {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    background-color: #fff;
    margin-left: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

    .ico_share:hover {
        opacity: 0.6;
    }

.ico_friend {
    background-image: url(../App_Images/share/ico_share.svg);
}

.boxShareThis {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
}

.ico_print {
    background-image: url(../App_Images/share/ico_stampante.svg);
}

.boxShare {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    height: 40px;
    width: 100px;
    z-index: 5;
    text-align: right;
}


.big_phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    padding-left: 40px;
    background-color: #fff;
    margin-left: 3px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px;
    font-size: 26px !important;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    color: #037bc9;
}

    .big_phone:hover {
        opacity: 0.6;
    }
/*-------------------------------------------------------------------------*/
