.csbody .team-style1 {
	overflow: visible;
}

.team-style1 .cs-teamitem-wrap {
	position: relative;
	overflow: hidden;
}

.team-style1 .cshero-team-content {
	position: absolute;
	right: 0;
	bottom: 66px;
	left: 0;
	width: 100%;
	height: 230px;
	visibility: visible;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.team-style1 .cshero-team-content .cshero-team-social {
	float: right;
	margin-top: 30px;
}

.team-style1 .cshero-team-social a {
	display: block;
	text-align: center;
}

.team-style1 .cshero-team-author {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.team-style1 .cshero-team-author .cshero-team-title {
	float: left;
	font-size: 17px;
}

.team-style1 .cshero-team-author .cshero-team-info-wrap {
	float: right;
	line-height: 1.4;
	color: #000;
}

.team-style1 .cshero-nav.vertical-center ul li a {
	height: 71px;
	width: 71px;
	line-height: 71px;
	border: 2px solid #969696;
	font-size: 55px;
	color: #969696;
}

.team-style1 .cshero-nav.vertical-center ul li a i {
	display: block;
	line-height: 69px;
}

/* Hover */
.team-style1 .cshero-team-carousel-item:hover .cshero-team-content {
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-transform: translateY(68px);
	-ms-transform: translateY(68px);
	-o-transform: translateY(68px);
	transform: translateY(68px);
	visibility: visible;
}

.team-style1 .cshero-team-carousel-item:hover .cshero-team-info-wrap {
	color: #696969;
}

.team-style1 .cshero-nav.vertical-center ul li a:hover {
	color: #000;
}

.team-style1 .cshero-team-social a:hover {
	background: #696969 !important;
	color: #fff !important;
}