
/* Team Section
--------------------------------*/
#team {
	background: #fff;
	padding: 80px 0 60px 0;
}

#team .member {
	text-align: center;
	margin-bottom: 20px;
}

#team .member .pic {
	margin-bottom: 15px;
	overflow: hidden;
	height: 100%;
}

#team .member .pic img {
	max-width: 100%;
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}

#team .member .social {
	margin-top: 15px;
}

#team .member .social a {
	color: #ffb03b;
}

#team .member .social a:hover {
	color: #ffa012;
}

#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}


