
/*------------------------------------------------------------------------
# mod_tc_team11 Extension
# ------------------------------------------------------------------------
# author    themescreative
# copyright Copyright (C) 2018 themescreative.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.themescreative.com
-------------------------------------------------------------------------*/
/*-------------------------------*/
    /* Team Slider */
/*-------------------------------*/

.team-holder6 {
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
	z-index: 0;
	color: #222;
	background-color: #fff;
	border: 1px solid #c00;
	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: #c00;
}
.team-holder6 .image-holder .hover-box .icons {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.image-holder {
    width: 100%;
    float: left;
}
.team-holder6 .image-holder .hover-box .icons li {
	padding: 0px;
	margin: 0px;
	float: left !important;
}
.team-holder6 .image-holder .hover-box .icons li a {
	padding: 0px;
	margin: 0 0 16px 0;
	font-size: 17px;
	color: #fff;
	float: left !important;
}

.team-holder6:hover, .team-holder6.active {
	background-color: #c00;
}
.team-holder6:hover h3, .team-holder6:hover p, .team-holder6:hover h4, .team-holder6.active h3, .team-holder6.active p, .team-holder6.active h4 {
	color: #fff;
}
.team-holder6 .image-holder .hover-box .icons 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;
}
