.affa-team {
	text-align:center;
	margin-bottom:40px;
}
	.affa-team img {
		width:160px;
		border-radius:50%;
		margin-bottom:20px;
	}
	.affa-team .team-heading h4 {
		font-size:22px;
		line-height:30px;
		margin:0px;
	}
	.affa-team .team-heading p {
		color:#a9a9a9;
		font-size:15px;
		line-height:22px;
		margin:2px 0px 0px;
	}
	.text-white .affa-team .team-heading p {
		color:#FFF;
		opacity:.7;
	}
	.affa-team .team-desc { margin-top:20px; }
		.affa-team .team-desc p { margin:0px; }
	.affa-team .team-socials { margin-top:10px; }
		.affa-team .team-socials a {
			color:#303030;
			font-size:20px;
			line-height:30px;
			margin:0px 8px;
		}
		.text-white .affa-team .team-socials a { color:#FFF; }
		.affa-team .team-socials a:hover { color:#00d27f; }
		.text-white .affa-team .team-socials a:hover { opacity:1; }
		.bg-color.text-white .affa-team .team-socials a:hover {
			color:#FFF;
			opacity:.8;
		}
		
.affa-team2 {
	text-align:center;
	margin-bottom:40px;
}
	.affa-team2 img {
		width:160px;
		border-radius:50%;
		margin-bottom:25px;
	}
	.affa-team2 .team-heading:after {
		display:block;
		width:40px;
		content:'';
		margin:20px auto 0px;
		border-bottom:3px solid #00d27f;
	}
	.text-white .affa-team2 .team-heading:after { border-bottom-color:#FFF; }
		.affa-team2 .team-heading h4 {
			font-size:16px;
			line-height:24px;
			font-weight:800;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
	.affa-team2 .team-desc { margin-top:20px; }
		.affa-team2 .team-desc p { margin:0px; }
	.affa-team2 .team-socials { margin-top:15px; }
		.affa-team2 .team-socials a {
			display:inline-block;
			width:36px;
			height:36px;
			color:#FFF;
			font-size:16px;
			line-height:36px;
			background-color:#303030;
			margin:5px;
			border-radius:50%;
		}
		.text-white .affa-team2 .team-socials a {
			color:#303030;
			background-color:#FFF;
		}
		.bg-color.text-white .affa-team2 .team-socials a { color:#00d27f; }
		.affa-team2 .team-socials a:hover { background-color:#00d27f; }
		.text-white .affa-team2 .team-socials a:hover {
			color:#FFF;
			opacity:1;
		}
		.bg-color.text-white .affa-team2 .team-socials a:hover {
			color:#00d27f;
			background-color:#FFF;
			opacity:.8;
		}
		
.affa-team3 {
	text-align:center;
	margin-bottom:40px;
}
	.affa-team3 .team-avatar {
		overflow:hidden;
		position:relative;
		width:180px;
		height:180px;
		margin:0px auto;
		border-radius:50%;
	}
		.affa-team3 .team-avatar .team-socials {
			visibility:hidden;
			position:absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			background-color:rgba(0,0,0,.5);
			padding-top:63px;
			opacity:0;
			border-radius:50%;
			-webkit-transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
			transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
		}
		.ie .affa-team3 .team-avatar .team-socials { background:url(../assets/ie-bg-black-50.png) repeat top left; }
		.affa-team3 .team-avatar:hover .team-socials {
			visibility:visible;
			padding-top:73px;
			opacity:1;
		}
			.affa-team3 .team-avatar .team-socials a {
				color:#FFF;
				font-size:24px;
				line-height:34px;
				margin:0px 8px;
			}
			.affa-team3 .team-avatar .team-socials a:hover { opacity:.8; }
	.affa-team3 .team-name { margin-top:20px; }
		.affa-team3 .team-name h4 {
			font-size:16px;
			line-height:24px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-team3 .team-name p {
			color:#a9a9a9;
			font-size:15px;
			line-height:24px;
			margin:5px 0px 0px;
		}
		.text-white .affa-team3 .team-name p {
			color:#FFF;
			opacity:.7;
		}
		
.affa-team4 {
	overflow:hidden;
	margin-bottom:40px;
	border-radius:3px;
}
.bg-grey .affa-team4 { box-shadow:0px 2px 4px rgba(0,0,0,.05); }
	.affa-team4 img { width:100%; }
	.text-white .affa-team4 a:hover { opacity:1; }
	.affa-team4 .team-txt {
		text-align:center;
		background-color:#FFF;
		padding:30px 20px;
		border-right:1px solid #f0f0f0;
		border-bottom:4px solid #f0f0f0;
		border-left:1px solid #f0f0f0;
		border-radius:0px 0px 3px 3px;
	}
	.bg-grey .affa-team4 .team-txt, .text-white .affa-team4 .team-txt { border:0px; }
		.affa-team4 .team-txt h4 {
			color:#303030;
			font-size:16px;
			line-height:24px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-team4 .team-txt p {
			color:#c0c0c0;
			font-size:14px;
			line-height:22px;
			font-weight:400;
			margin:6px 0px 0px;
		}
	.affa-team4 .team-socials {
		position:relative;
		margin-top:15px;
	}
	.affa-team4 .team-socials:before {
		display:block;
		width:30px;
		height:2px;
		background-color:#00d27f;
		content:'';
		margin:0px auto 15px;
	}
		.affa-team4 .team-socials a {
			color:#d0d0d0;
			font-size:22px;
			line-height:32px;
			margin:0px 6px;
		}
		.affa-team4 .team-socials a:hover { color:#00d27f; }
		
.affa-team5 {
	overflow:hidden;
	position:relative;
	padding-left:160px;
	margin-bottom:40px;
	border-radius:3px 0px 0px 3px;
}
.bg-grey .affa-team5 { box-shadow:0px 2px 4px rgba(0,0,0,.05); }
	.affa-team5 > img {
		position:absolute;
		top:0px;
		left:0px;
		width:160px;
		border-radius:3px 0px 0px 3px;
	}
	.affa-team5 .team-txt {
		height:160px;
		color:#777;
		background-color:#FFF;
		padding:18px 25px 0px;
		border-top:1px solid #f0f0f0;
		border-right:1px solid #f0f0f0;
		border-bottom:4px solid #f0f0f0;
		border-radius:0px 3px 3px 0px;
	}
	.bg-grey .affa-team5 .team-txt, .text-white .affa-team5 .team-txt { border:0px; }
	.affa-team5 .team-heading {
		position:relative;
		padding-right:80px;
	}
		.affa-team5 .team-heading h4 {
			color:#303030;
			font-size:16px;
			line-height:24px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-team5 .team-heading p {
			color:#c0c0c0;
			font-size:14px;
			line-height:22px;
			font-weight:400;
			margin:5px 0px 0px;
		}
		.affa-team5 .team-heading .team-socials {
			position:absolute;
			top:0px;
			right:0px;
		}
			.affa-team5 .team-heading .team-socials a {
				color:#d0d0d0;
				font-size:20px;
				line-height:24px;
				margin-left:8px;
			}
			.affa-team5 .team-heading .team-socials a:hover { color:#00d27f; }
	.affa-team5 .team-desc { margin-top:15px; }
		.affa-team5 .team-desc p { margin:0px; }

@media (min-width: 992px) and (max-width: 1199px) {
	
	.affa-team5 { padding-left:170px; }
	.affa-team5 > img { width:170px; }
	.affa-team5 .team-txt {
		height:170px;
		padding:13px 20px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials { display:none; }
	.affa-team5 .team-desc { margin-top:10px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.affa-team3 .team-avatar {
		width:156px;
		height:156px;
	}
	.affa-team3 .team-avatar .team-socials { padding-top:51px; }
	.affa-team3 .team-avatar:hover .team-socials { padding-top:61px; }
	
	.affa-team4 .team-txt { padding:25px 15px; }
	
	.affa-team5 { padding-left:120px; }
	.affa-team5 > img { width:120px; }
	.affa-team5 .team-txt {
		height:120px;
		padding:14px 16px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials {
		position:static;
		top:auto;
		right:auto;
		margin-top:10px;
	}
	.affa-team5 .team-heading .team-socials a { margin:0px 8px 0px 0px; }
	.affa-team5 .team-desc { display:none; }
	
}

@media (max-width: 767px) {
	
	.affa-team4 {
		max-width:450px;
		margin-right:auto;
		margin-left:auto;
	}
	
	.affa-team5 {
		max-width:560px;
		margin-right:auto;
		margin-left:auto;
	}
	
}

@media (max-width: 560px) {
	
	.affa-team5 { padding-left:170px; }
	.affa-team5 > img { width:170px; }
	.affa-team5 .team-txt {
		height:170px;
		padding:13px 20px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials { display:none; }
	.affa-team5 .team-desc { margin-top:10px; }
	
}

@media (max-width: 480px) {
	
	.affa-team5 { padding-left:120px; }
	.affa-team5 > img { width:120px; }
	.affa-team5 .team-txt {
		height:120px;
		padding:14px 16px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials {
		display:block;
		position:static;
		top:auto;
		right:auto;
		margin-top:10px;
	}
	.affa-team5 .team-heading .team-socials a { margin:0px 8px 0px 0px; }
	.affa-team5 .team-desc { display:none; }
	
}

@media (max-width: 400px) {
	
	.affa-team5 { padding-left:0px; }
	.affa-team5 > img {
		position:static;
		top:auto;
		left:auto;
		width:100%;
		border-radius:3px 3px 0px 0px;
	}
	.affa-team5 .team-txt {
		height:auto;
		text-align:center;
		padding:30px 20px;
		border-top:0px;
		border-left:1px solid #f0f0f0;
		border-radius:0px 0px 3px 3px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials { margin-top:15px; }
	.affa-team5 .team-heading .team-socials a { margin:0px 5px; }
	.affa-team5 .team-desc {
		display:block;
		margin-top:15px;
	}
	
}