section.page-banner.bio {
	background-image: url(../images/about-banner.jpg);
}
.bio-sec1 .z-t-24 {
	color: #8a8a8a;
}
.bio-sec1 a.z-t-18 {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #048804;
	padding: 7px 35px;
	float: left;
}
.bio-sec1 a.z-t-18:hover {
	background-color: #262626;
}
.bio-sec1 img.thumb {
	float: left;
	border-radius: 50%;
}
.bio-sec2 {
	background-color: #e5e5e5;
}
.bio-sec2, .bio-sec2 .z-1of2 {
	text-align: center;
}
.bio-sec2 .z-1of2 a.thumb {
	display: inline-block;
	border-radius: 50%;
	max-width: 250px;
	max-height: 250px;
}
.bio-sec2 .z-1of2 a.thumb:hover {
	box-shadow: 0 0 15px #3c3c3c;
}
.bio-sec2 .z-1of2 a.thumb img {
	float: left;
	max-width: 250px;
	max-height: 250px;
	border-radius: 50%;
}
.bio-sec2 .z-1of2 .z-t-24 i {
	font-family: "Avenir Light";
}
.bio-sec2 .z-1of2 a.z-t-18 {
	color: #000;
	font-weight: bold;
}
.bio-sec2 .z-1of2 a.z-t-18:hover {
	text-decoration: none;
}




@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.bio-sec1 .z-1of3 {
		text-align: center;
	}
	.bio-sec1 img.thumb {
		float: none;
		max-width: 250px;
		max-height: 250px;
	}
}
