.themestek-teambox-style-5{
	position: relative;
}
.themestek-teambox-style-5 .themestek-social-icons{
	position: absolute;
	top: 15px;
	right: 15px;
}
.rtl .themestek-teambox-style-5 .themestek-social-icons{
	left: 15px;
	right: inherit;
}
.themestek-teambox-style-5 .themestek-team-share{
	width: 48px;
	height: 48px;
	font-size: 20px;
	line-height:48px;
	text-align: center;
	color: #1b2024;
	background-color: #fff;
}
.themestek-teambox-style-5 .themestek-team-social-links li a{
	display: inline-block;
	height: 48px;
	width: 48px;
	color: #1b2024;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	background-color: #f3f3f3;
}
.themestek-teambox-style-5 .themestek-teambox-social-links{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	-o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.themestek-teambox-style-5 .themestek-team-social-links{
	margin:0;
	padding: 0;
	margin-top: 5px;
}
.themestek-teambox-style-5 .themestek-team-social-links li {
	list-style: none;
	margin: 0 0px 5px 0px;
}
.themestek-teambox-style-5 .themestek-social-icons:hover .themestek-teambox-social-links {
	opacity: 1;
	visibility: visible;
}
.themestek-teambox-style-5 .themestek-box-content-inner{
	padding-top: 25px;
}
.themestek-teambox-style-5 .themestek-box-team-position,
.themestek-teambox-style-5 .themestek-box-title h4{
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.themestek-teambox-style-5 .themestek-box-title h4{
	font-size: 16px;
	margin-top: 0;
}
.themestek-teambox-style-5 .themestek-box-title h4 > a{
	color: #14212a;
}
.themestek-teambox-style-5 .themestek-item-thumbnail-inner {
	overflow: hidden;
}
.themestek-teambox-style-5 .themestek-item-thumbnail-inner img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
.themestek-teambox-style-5:hover .themestek-item-thumbnail-inner img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.themestek-teambox-style-5 .themestek-box-team-position:hover,
.themestek-teambox-style-5 .themestek-box-title h4 > a:hover {
	color: var(--themestek-moversco-skincolor);
}
.themestek-teambox-style-5 .themestek-team-social-links li a:hover,
.themestek-teambox-style-5 .themestek-team-share {
	background-color: var(--themestek-moversco-skincolor);
}
.themestek-boxes-col-five .themestek-teambox-style-5 .themestek-team-social-links li a,
.themestek-boxes-col-five .themestek-teambox-style-5 .themestek-team-share {
	width: 30px;
	height: 30px;
	line-height: 30px;
}