.icon {cursor: pointer;}
.icon:hover {color: #fff !important}
.icon:before {
    font-family: 'MasrawyIcons';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.7em;
}

.icon-fb:before {
    content: "u";
    font-size: 20px;
    line-height: 1.7;
}

.icon-tw:before {
    content: "v";
    font-size: 20px;
    line-height: 1.7;
}

.icon-ggl:before {
    content: "w";
    font-size: 20px;
    line-height: 1.6;
}


.icon-facebook:before {
    content: "\f063";
    font-size: 20px;
    line-height: 1.7;
}
.icon-facebook {
    font-family: 'MasrawyIcons';
}
