.social-buttons {
    display: table;
	padding: 20px 0;
	width: 100%;
}
.social-buttons .inner-social-buttons {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}
.social-buttons .inner-social-buttons .s-btn {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 6px;
	position: relative;
	text-align: center;
}
.social-buttons .inner-social-buttons .s-btn.fb-share-button {
	background-color: #1877f2;
}
.social-buttons .inner-social-buttons .s-btn.twitter-button {
	background-color: #60BEF8;
}
.social-buttons .inner-social-buttons .s-btn.whatsapp-button {
	background-color: #25d366;
}
.social-buttons .inner-social-buttons .s-btn.fb-share-button span {	
	background: url("/core/img/jquery/FacebookShare.svg") no-repeat;
	background-position: center;
	background-size: 25px;
	display: block;
	height: 25px;
	margin: 0 auto;
	position: relative;
	width: 25px;
}
.social-buttons .inner-social-buttons .s-btn.twitter-button span {	
	background: url("/core/img/jquery/TwitterShare.svg") no-repeat;
	background-position: center;
	background-size: 25px;
	display: block;
	height: 25px;
	margin: 0 auto;
	position: relative;
	width: 25px;
}
.social-buttons .inner-social-buttons .s-btn.whatsapp-button span {	
	background: url("/core/img/jquery/WhatsappShare.svg") no-repeat;
	background-position: center;
	background-size: 25px;
	display: block;
	height: 25px;
	margin: 0 auto;
	position: relative;
	width: 25px;
}
.social-buttons .inner-social-buttons .s-btn.g-button {
	background-color: #DF4B38;
}
.social-buttons .inner-social-buttons .s-btn.g-button span {
	background: url(/core/img/jquery/Google.svg) no-repeat;
	background-position: center;
	background-size: 25px;	
	display: block;
	height: 25px;
	margin: 0 auto;
	position: relative;
	top: 7px;
	width: 25px;
}

/****************************************************************************/
/****************************************************************************/

.socialTextContent p{
	color: #ffffff;
	font-family: Arial;
	font-size: 0.85rem;
	text-align: center;
	font-weight: 400;
	margin: 4px;
	margin-top: 12px;
}
.socialBg > div:first-child{
	height: 1.938rem;
	background-size: 100%;
	margin-left: 10%;
	float: left;  
}
#bgFacebook{
	width: 1.875rem;
	background: url('/core/img/jquery/FacebookShare.svg') no-repeat;
	margin-top: 0.594rem;
}

 #socialPlugin #bgtweet{
	width: 100% ;
	background: url('/core/img/jquery/TwitterShare.svg') no-repeat;
	background-position: center ;
	background-size: 25px ;
}

#bggoogle{
	width: 2rem;
	background: url('/core/img/jquery/Google.svg') no-repeat;
	margin-top: 0.8rem;
}
#bgWhatsapp{
	width: 100%;
	background: url('/core/img/jquery/WhatsappShare.svg') no-repeat;
	margin-top: 0.8rem;
	background-size: 25px !important;
}
#socialPlugin > div{
		width: 30px;
		height: 31px;
		display: inline-block;
		vertical-align: text-top;
		float: none;
		cursor:pointer;
}

#socialPlugin > div > div:first-child{
		margin: 0;
		background-size: 60%;
		background-position: center;
}
#bgFacebook{
		background-color: #475ead;
}
#bgtweet{
		background-color: #4ab0ee;
}
#bggoogle{
		background-color: #df4b38;
}
#facebookButton{  
	background-color: #5871c4;  
}
#tweetButton{
	background-color: #60bef8;
}
#googleplusButton{
	background-color: #f05a42;
}
#whatsappButton{
	background-color: #00e676;
}
#socialPlugin .socialTextContent {
	display: none;
}
@media screen and (max-width: 939px){
	#socialPlugin > div{
		margin-top: 10px;
	}
}
@media screen and (max-width: 639px){
	#whatsappButton{
		display: inline-block !important;
	}
}
