.subs-popup {
	display: none;
	/*background-color: rgba(0,0,0,0.85);*/
	position: absolute;
	height: 100%;
	width: 100%;
}
#mc_embed_signup {
	background-color:#FFFFFF;
	clear:left;
	font:14px Helvetica,Arial,sans-serif; 
	width:500px;
	margin: 200px auto;
	box-shadow: 0px 0px 30px 5px rgb(0,0,0);
	position: relative;
	z-index:100001;
}
#mc-embedded-subscribe-form {
}
.email-close {
	height: 16px;
	width: 16px;
	position: absolute;
	top: -8px;
	right: -8px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	border: 3px solid #aaa;
	box-shadow: 0px 0px 4px 1px rgb(0,0,0);
	cursor: pointer;
	z-index: 999;
}
.email-close:active {
	top: -7px;
	right: -9px;
}
.brad-img {
	border-radius: 50%;
	border: 4px solid #FFF;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	float: right;
	margin: 0px 15px;
	height: 100px;
}
.content {
	width: 500px;
	margin: auto;
	padding-top: 50px;
	font-family: Calibri, Arial, sans-serif;
	color: #FFF;
}
