#bdn_social_modal {

	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	text-align: center;

}

#bdn_social_modal > div {

	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
/*	top: 50%;*/
	background-color: #FFF;
}
