/*
	TEAM
-------- */
#team{
	padding-bottom:0;
}
#team .team-member{
	margin:0 0 30px 0;
}
#team .team-member .image{
	width:120px;
	height:120px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
}
#team .team-member .image span{
	width:120px;
	height:120px;
	margin:0 0 10px 0;
	display:inline-block;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#team .team-member .name{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:0 0 0 0;
}
#team .team-member .title{
	margin:0 0 10px 0;
}
#team .team-member .phone{
	font-size:14px;
	line-height:14px;
	margin:0 0 10px 0;
}
#team .team-member .email a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	text-align:center;
}
@media(min-width:768px){
	#team{
		padding-bottom:30px;
	}
	#team .team-member{
		margin:0 0 45px 0;
	}
	#team .team-member .image,
	#team .team-member .image span{
		width:150px;
		height:150px;
	}
	#team .team-member .image:hover span{
		width:160px;
		height:160px;
		margin-left:-5px;
	}
}
@media(min-width:992px){
	#team{
		padding-bottom:60px;
	}
	#team .team-member{
		margin:0 0 60px 0;
	}
}
