.bd-share-container.horizontal .bd-share-facebook,
.bd-share-container.horizontal .bd-share-twitter,
.bd-share-container.horizontal .bd-share-google,
.bd-share-container.horizontal .bd-share-pinterest,
.bd-share-container.vertical .bd-share-facebook,
.bd-share-container.vertical .bd-share-twitter,
.bd-share-container.vertical .bd-share-google,
.bd-share-container.vertical .bd-share-pinterest{
	float:left;
	text-shadow:none!important;
}

html .bd-share-container iframe, 
html .bd-share-container img, 
.bd-share-mobile a img, 
.bd-share-mobile iframe,
.pls-container img, .pls-container iframe{
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	-o-box-shadow:none!important;
	padding:0!important;
}

/* facebook */
.bd-share-container.horizontal .bd-share-facebook {
	width:80px;
	height:20px;
	margin-right:30px; 
	margin-bottom:10px;
	margin-top:-2px
}
.bd-share-container.vertical .bd-share-facebook {
	height:65px;
	margin-right:15px; 
	margin-top: 2px;
}

/* FB recommend */
.bd-share div[data-action="recommend"] { width: auto !important; }

/* Twitter */
.bd-share-container.horizontal .bd-share-twitter {
	width:80px;
	height:20px;
	margin-right:35px; 
	margin-bottom:10px
}

.bd-share-container.vertical .bd-share-twitter {
	height:65px;
	margin-right:15px; 
	margin-bottom:8px;
}

/* Google */
.bd-share-container.horizontal .bd-share-google {
	width:80px;
	height:20px;
	margin-right:20px; 
	margin-top:0px; 
	margin-bottom:10px
}

.bd-share-container.vertical .bd-share-google {
	height:65px;
	margin-right:15px; 
	margin-top:1px;
}

/* Pinterest */
.bd-share-container.horizontal .bd-share-pinterest {
	display:block;
	width:80px;
	height:20px;
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:10px
}

.bd-share-container.vertical .bd-share-pinterest {
	display:block;
	height:65px;
	margin-top:20px!important;
	margin-right:0px; 
}

.bd-share-text {font-weight: bold}

/* Share Mobile
----------------------------------------------*/

.bd-share-mobile{
	display:none;
	font-size:13px;
}

.bd-share-mobile a img {
	height:24px;
	width: 24px;
	margin-right:5px;
}

.bd-share-mobile .bd-pin {
	display:inline-block;
	position:relative;
	top:6px!important;
}

@media screen and (max-width: 767px) {
	.bd-share-container{
		display:none!important;
	}
	.bd-share-mobile{
		display:block;
	}

}