/*
	bioep - exit popup
*/


#bio_ep {
	background: #FFF !important;
	border-radius: 10px;
	border-color: #eee;
	display: none;
}

#bio_ep > .row {
	margin: 20px;
	padding: 0 !important;
}


#bio_ep ul li{
	font-size: 13px;
	margin-bottom: 5px;
}

#bio_ep img {
	width: 100%;
}

#bio_ep h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #C26156;
}

#bio_ep h3 {
	font-size: 20px;
	color: #015D44;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#bio_ep p {
	color: #555;
}

.exitfrm label.label-control {
	font-size: 12px;
}

html.js > body.page.page-id-30.page-template.page-template-page-iframe.page-template-page-iframe-php.logged-in > div#wrapper > div#main-content.main-content > div.container > div.wpcf7 > form.wpcf7-form.wpcf7-acceptance-as-validation.has-validation-callback > p > input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit {
	margin:10px 0 !important;
	font-size: 14px !important;
	font-family: "OpenSansBold";
	background: #999993 !important;
	color: #fff;
}

#bio_ep_close {
	position: absolute; 
	left: 50% !important; 
	margin: 0px 0 0 -100px !important; 
	width: 200px !important; 
	height: 20px; 
	color: #666 !important; 
	display: block;
	font-weight: normal !important;
	font-size: 12px; 
	text-align: center; 
	cursor: pointer;
	text-decoration: underline;
	}


#bio_ep_close {
	line-height: 16px;
	background: none !important;
	color: #fff;
	bottom: 10px;
	right:50%;
	margin-top: 0;
}

#bio_ep_close:hover {
	color: #000 !important;
}