/**
* @copyright Copyright (c) 2016 www.magebuzz.com
*/
.magebuzz-social {
	display:block;
	width:100%;
}
.magebuzz-social .social-button {
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.facebook_button,
.twitter_button,
.pinit_button,
.google_button {
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.fb-share-button *:not(.icon-share-button):not(.fa),
.twitter_button *:not(.icon-share-button):not(.fa),
.pinit_button *:not(.icon-share-button):not(.fa),
.google_button *:not(.icon-share-button):not(.fa) {
	opacity: 0.0000001;
}
.icon-share-button {
	/*position: absolute;*/
	cursor: pointer;
    height: 0;
    width: 22px;
    padding: 0;
    border: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    list-style-type: none;
	font-size: 24px;
    color: #b2b2b2;
	z-index: 999;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.facebook_button:hover .icon-share-button {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    transform: translateY(-5%);
	color: #3c5a9b;
}
.twitter_button:hover .icon-share-button {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    transform: translateY(-5%);
	color: #5ea9dd;
}
.google_button:hover .icon-share-button {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    transform: translateY(-5%);
	color: #dd4a36;
}
.pinit_button:hover .icon-share-button {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    transform: translateY(-5%);
	color: #ca2028;
}
.icon-share-button .fa {
	vertical-align: top;
	font-size: 20px;
}
