.ts-teambox-style-4{
	position: relative;
	overflow: hidden;
} 
.themestek-box.ts-teambox-style-4:hover img{
	transform: scale(1.05);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.ts-teambox-style-4 .themestek-box-content{
	padding: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s 0.1s ease-out;
	-moz-transition: all 0.3s 0.1s ease-out;
	-o-transition: all 0.3s 0.1s ease-out;
	transition: all 0.3s 0.1s ease-out;
}
.ts-teambox-style-4.themestek-box-team:hover .themestek-box-content{
	opacity: 1;
}
.ts-teambox-style-4.themestek-box .themestek-box-desc{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 11;
	padding: 20px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ts-teambox-style-4.themestek-box .ts-team-social-links{
	margin-top: 0;
}
.ts-teambox-style-4.themestek-box-team .ts-team-social-links li a,
.ts-teambox-style-4.themestek-box-team .themestek-box-title h4,
.ts-teambox-style-4.themestek-box-team .themestek-box-title h4 a{
	color: #fff;
}
.ts-teambox-style-4.themestek-box-team .ts-team-social-links li a:hover{
	color: #42464f;
}
.ts-teambox-style-4.themestek-box-team .themestek-box-team-position{
	color: #fff;
}
.ts-teambox-style-4.themestek-box-team .ts-team-hover-mask{
	position: absolute;
	z-index: 8;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	border: 10px solid;
	background-color: rgba(239,167,88,0.8);
	-webkit-transition: all 0.3s 0.1s ease-out;
	-ms-transition: all 0.3s 0.1s ease-out;
	transition: all 0.3s 0.1s ease-out;
}
.ts-teambox-style-4.themestek-box-team:hover .ts-team-hover-mask{
	border-color: #fd972e;
	background: rgba(0,0,0,0.5);
	opacity: 1;
}
.ts-teambox-style-4 .themestek-item-thumbnail-inner{
	display: block;
}
.ts-teambox-style-4 .themestek-item-thumbnail img{
	width: 100%;
}