/* Team Item */
#team {
	/* background: #f2f2f2; */
}

.team-item:hover {
	box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
	margin: 15px 0;
	border-radius: 4px;
	box-shadow: 0 25px 35px -20px rgba(0, 0, 0, 0.35);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 4px;
}

.team-item .team-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	width: 100%;
	border-radius: 8px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
	color: #fff;
	top: 45%;
	position: absolute;
	display: table-cell;
	margin: 0 auto;
	width: 100%;
}

.team-item .overlay-social-icon .social-icons {
	padding-left: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
	display: inline-block;
	margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
	letter-spacing: 0px;
	outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
	font-size: 20px;
	color: #fff;
	width: 36px;
	height: 36px;
	background: #e92763;
	display: block;
	border-radius: 4px;
	line-height: 36px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
	background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
	background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
	background: #fb3958;
}

.team-item .info-text {
	padding: 15px 20px;
	background: #fff;
}

.team-item .info-text h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

.team-item .info-text h3 a {
	color: #333;
}

.team-item .info-text h3 a:hover {
	color: #E91E63;
}

.team-item .info-text p {
	margin: 0;
	color: #888;
}

.team-item:hover .team-overlay {
	opacity: 1;
}

.team-item:hover .social-icons {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.team-ribbon-inner {
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
