@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1250px) {
}

@media only screen and (min-width: 1400px) {
}

/* # */
    #w_fb_share_div {
        width: 220px;
        background: #275e85;
        line-height: 70px;
        text-align: center;
        text-transform: capitalize;
        font-size: 16px;
        margin-top: 50px;
        transition: all 0.20s ease-in-out;
    }

    #w_fb_share_div:hover {
        background: #5190bd;
    }

    #w_fb_share_div a {
        color: #fff;
        text-decoration: none;
        width: 220px;
        height: 70px;
        display: block;
    }

    #w_fb_share_div span.ba_fb {
        display: inline-block;
        margin-right: 15px;
    }
/* # */

/* . */

/* . */
