.socialShare {
	text-align:right;
	line-height:36px;
}

/* Twiter */
.socialShare .btn-twitter {
    background: #00acee;
    color: #fff;
}
.socialShare .btn-twitter:link, .btn-twitter:visited {
    color: #fff;
}
.socialShare .btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff;
}

/* Facebook */
.socialShare .btn-facebook {
    background: #3b5998;
    color: #fff
}
.socialShare .btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.socialShare .btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}

/* Instagram*/
.socialShare .btn-instagram {
    background: #af34a8;
    color: #fff
}
.socialShare .btn-instagram:link, .btn-instagram:visited {
    color: #fff
}
.socialShare .btn-instagram:active, .btn-instagram:hover {
    background: #af34a8;
    color: #fff
}

/* zapzap */
.socialShare .btn-whatsApp {
    background: #1a8a00;
    color: #fff
}
.socialShare .btn-whatsApp:link, .btn-whatsApp:visited {
    color: #fff
}
.socialShare .btn-whatsApp:active, .btn-whatsApp:hover {
    background: #1a8a00;
    color: #fff
}

/* Google + */
.socialShare .btn-googleplus {
    background: #e93f2e;
    color: #fff
}
.socialShare .btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.socialShare .btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}

/* Email */
.socialShare .btn-email {
    background: #111 none repeat scroll 0% 0%;
    color: #FFF;
}



