/* ts-teambox-style-6 */
.ts-teambox-style-6.themestek-box-team .themestek-box-content-inner{
	background-color: #fff;
	padding: 25px 28px 20px;
}
.ts-teambox-style-6.themestek-box-team .themestek-box-team-position{
	margin-bottom: 5px;
}
.ts-teambox-style-6.themestek-box-team .themestek-item-thumbnail{
	position: relative;
}
.ts-teambox-style-6 .themestek-item-thumbnail-inner{
	display: block;
}
.ts-teambox-style-6 img{
	width: 100%;
}
.ts-teambox-style-6.themestek-box-team .themestek-team-share::after{
	position: absolute;
	content: '\e818';
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: var(--tste-labtechco-skincolor-dark);
	cursor: pointer;
	background-color: white;
	font-family: 'ts-labtechco-icons';
}
.rtl .ts-teambox-style-6.themestek-box-team .themestek-team-share::after{
	left: 0;
	right: inherit;
}
.ts-teambox-style-6 .themestek-teambox-social-links .ts-team-social-links-wrapper{
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rtl .ts-teambox-style-6 .themestek-teambox-social-links .ts-team-social-links-wrapper{
	left: 0;
	right: inherit;
}
.ts-teambox-style-6 .themestek-teambox-social-links:hover .ts-team-social-links-wrapper{
	top: 45px;
	opacity: 1;
}
.ts-teambox-style-6 .themestek-teambox-social-links{
	position: absolute;
	top: 20px;
	right: 20px;
}
.rtl .ts-teambox-style-6 .themestek-teambox-social-links{
	left: 20px;
	right: inherit;
}
.ts-teambox-style-6 .themestek-teambox-social-links li{
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 4px;
	float: none;
}
.ts-teambox-style-6 .themestek-teambox-social-links li:first-child{
	margin-left: 0;
}
.ts-teambox-style-6 .themestek-teambox-social-links li a{
	display: block;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-color: #fff !important;
}
.ts-teambox-style-6 .themestek-teambox-social-links li a:hover{
	color: #fff;
}
.ts-teambox-style-6 .themestek-box-team-position{
	font-weight: 500;
}
.ts-teambox-style-6 .themestek-teambox-social-links li a,
.ts-teambox-style-6 .themestek-box-title h4 a:hover,
.ts-teambox-style-6 div.themestek-box-team-position:hover{
	color: var(--tste-labtechco-skincolor);
}
.ts-teambox-style-6 .themestek-teambox-social-links li a:hover{
	background-color: var(--tste-labtechco-skincolor) !important;
}