div#bio_ep {width: 600px; height: 400px; color: #333; background-color: #fafafa; text-align: center; }
		#bio_ep_content {padding: 0px 0 0 0; font-family: "Titillium Web"; text-align: center; }
		#bio_ep_content span:nth-child(2) {display: block; color: #f21b1b; font-size: 32px; font-weight: 600;}
		#bio_ep_content span:nth-child(3) {display: block; font-size: 16px;}
		#bio_ep_content span:nth-child(4) {display: block; margin: 0px 0 0 0; font-size: 16px; font-weight: 600;}
		.bio_btn {display: inline-block; margin: 0px 0 0 0; padding: 0px; color: #fff; font-size: 14px; font-weight: 600; background-color: #70bb39; border: 0px solid #47ad0b; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; border-radius: 0; text-decoration: none;}


div#wrapper.dolphio {
    width: 600px;
    border: none;
    overflow: auto; 
	background: #D8DBFF;
	margin-top: 0;
font-size: 19px;
color: black;
font-family: Arial, Helvetica, sans-serif;
	}
#first {
    float: left;
    width: 210px;
    border: none;
}
#first img {
     margin-left: auto;
    margin-right: auto;
}

#second {
    border: 0px solid green;
    margin: 0px 10px 20px 200px; 
}

.large {
		font-size: 25px;
		}
.large b {
		color: #154768;
		}
		
#second  b{
	font-size: 19px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.modal p{
	font-size: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 19px;
}


#second  p{
	font-size: 19px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#second .button-link {
	margin-top: 4cm;
	text-decoration: none;
    padding: 10px 30px;
    background: red;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #154768;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #154768;
    border: solid 1px #154768;
}


		
		
		
		
#ouibounce-modal
{
	text-align: center;
	display: none;
	font-family: 'Open Sans',sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#ouibounce-modal .underlay
{
	animation: fadein .5s;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	webkit-animation: fadein .5s;
	width: 100%;
}
#ouibounce-modal .modal
{
	animation: popin .3s;
	background-color: #D8DBFF;
	border: 10px solid;
	border-color: #154768;
	border-radius: 4px;
	bottom: 0;
	height: 380px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	webkit-animation: popin .3s;
	width: 600px;
	z-index: 1;
	text-align: center;
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
#ouibounce-modal .modal-title
{
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 5px;
	text-align: right;
	flow:right;
}

#ouibounce-modal .modal-title img
{
height:25px;
}

#ouibounce-modal h3
{
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	margin: .2em;
	text-transform: uppercase;
}
#ouibounce-modal .modal-body
{
	font-size: .9em;
	padding: 0px 0px;
}
#ouibounce-modal p
{
	color: #344a5f;
}
#ouibounce-modal form
{
	margin-top: 35px;
	text-align: center;
}
#ouibounce-modal form input[type=text]
{
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1.2em;
	padding: 12px;
	webkit-font-smoothing: ialiased;
	width: 300px;
}
#ouibounce-modal form input[type=submit]
{
	background-color: #4ab471;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 700;
	padding: 12px;
	text-transform: uppercase;
	webkit-font-smoothing: ialiased;
}
#ouibounce-modal form p
{
	font-size: .9em;
	margin-left: 35px;
	margin-top: 1px;
	opacity: .8;
	padding-top: 1px;
	text-align: left;
}
#ouibounce-modal .modal-footer
{
	bottom: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#ouibounce-modal .modal-footer p
{
	border-bottom: 1px solid #344a5f;
	cursor: pointer;
	display: inline;
	text-transform: capitalize;
}
@-webkit-keyframes fadein
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@-ms-keyframes fadein
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@keyframes fadein
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@-webkit-keyframes popin
{
	0%
	{
		opacity: 0;
		transform: scale(0);
		webkit-transform: scale(0);
	}
	85%
	{
		opacity: 1;
		transform: scale(1.05);
		webkit-transform: scale(1.05);
	}
	100%
	{
		opacity: 1;
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
@-ms-keyframes popin
{
	0%
	{
		ms-transform: scale(0);
		opacity: 0;
		transform: scale(0);
	}
	85%
	{
		ms-transform: scale(1.05);
		opacity: 1;
		transform: scale(1.05);
	}
	100%
	{
		ms-transform: scale(1);
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes popin
{
	0%
	{
		ms-transform: scale(0);
		opacity: 0;
		transform: scale(0);
		webkit-transform: scale(0);
	}
	85%
	{
		ms-transform: scale(1.05);
		opacity: 1;
		transform: scale(1.05);
		webkit-transform: scale(1.05);
	}
	100%
	{
		ms-transform: scale(1);
		opacity: 1;
		transform: scale(1);
		webkit-transform: scale(1);
	}
}





