/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.freelancer_share_icons{
	top: 50%;
    left: 0%;
    position: fixed;
    margin: 0px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.f-virtual{
    z-index: 2000;
    display: block;
    height: 45px;
}