
/*------------------------------------------------------------------------
# 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;
	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-box-inner {
    float: left;
    padding: 40px;
}
.prev-next {
    position: absolute;
    height: 18px;
    width: 22px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    top: 1px;
    padding-top: 4px;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prev-next:hover{
    border:1px solid #ff4647;
    background-color: #ff4647;
    color: #fff;
}

#members {
    position: relative;
}
.members {
    margin-top: 10px;
}

#members .prev {
    right: 30px;
}
.team-icon a:hover {
	background-color: #e3120b;
}

.team-icon a:hover,
.team-details .team-icon a {	
    border: 1px solid #e3120b;
}

#owl-team11 .list-inline{padding-left:0;margin-left:-5px;list-style:none}#owl-team11 .list-inline>li{display:inline-block;padding-right:2px;padding-left:2px}