
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.mos-img img {display: none !important;}

.team-holder6 {
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
	z-index: 0;
	color: #222;
	background-color: #fff;
	border: 1px solid #03a2a9;
	transition: all 0.3s ease-out 0s;
}
.team-holder6 ul {
    list-style-type: none;
}
.team-holder6 .image-holder {
	position: relative;
	width: 100%;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}
.team-holder6 .image-holder img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
}
.team-holder6 .image-holder .hover-box {
	position: absolute;
	width: 1px;
	height: 100%;
	float: left;
	top: 0px;
	right: -70px;
	padding: 30px;
	margin: 0px;
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	background-color: #03a2a9;
}
.team-holder6 .image-holder .hover-box .social {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.image-holder {
    width: 100%;
    float: left;
}
.team-holder6 .image-holder .hover-box .social li {
	padding: 0px;
	margin: 0px;
	float: left !important;
}
.team-holder6 .image-holder .hover-box .social li a {
	padding: 0px;
	margin: 0 0 16px 0;
	font-size: 17px;
	color: #fff;
	float: left !important;
}
.team-holder6 .image-holder ul {
  padding-left: 0px;  
  list-style: none;
  margin-left: -8px !important;
}
.team-holder6:hover, .team-holder6.active {
	background-color: #03a2a9;
}
.team-holder6:hover h3, .team-holder6:hover .mos-img, .team-holder6:hover h4, .team-holder6.active h3, .team-holder6.active p, .team-holder6.active h4 {
	color: #fff;
}
.team-holder6 .image-holder .hover-box .social li a:hover {
	color: #727272;
}
.team-holder6:hover .image-holder img, .team-holder6.active .image-holder img {
	left: -50px;
}
.team-holder6:hover .image-holder .hover-box, .team-holder6.active .image-holder .hover-box {
	right: 0px;
}

.text-boxes-inner {
    float: left;
    padding: 20px;
}
.more_info{
	margin-top: 13px;
}
.more_info a{
	color: #222;
	background: #fff;
	padding: 8px 12px;
}
.more_info a:hover, .more_info a:focus{   
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#111));
    background: -webkit-linear-gradient(bottom, #333 0%, #111 100%);
    background:         linear-gradient(0deg, #333 0%, #111 100%);
    border: 1px solid #111;
    color: #fff;
}