/* Heading Style */
.title-button .cs-title span {
	border: 2px solid #818183;
    padding: 8px 15px;
}

.cs-team .cs-team-featured-img, 
.cs-team .cs-team-featured-img img{
	max-width: 100%;
}

/* Style 3*/
.cs-team.cs-team-style-2 .cs-team-featured-img {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto 40px auto;
}
.cs-carousel-item.style-3 .cs-team-title{
	margin-bottom: 0;
}
.cs-carousel-item.style-3 .cs-team-position{
	margin-bottom: 10px;
}
/* Style 5*/
.cs-carousel-item.style-5 .cs-team-featured-img img{
	border-radius:50%;
}
.cs-carousel-item.style-5 .cs-team-title{
	margin-bottom:5px;
}
.cs-carousel-item.style-5 .cs-team-info{
	margin-bottom:20px;
}
.cs-carousel-item.style-5 .cs-team-category{}
.cs-carousel-item.style-5 .cs-team-description{}
.cs-carousel-item.style-5 .cs-team-social{
	margin-top:15px;
}

.cs-team-style-5 .cs-nav ul{
	text-align:center;
	margin-top:20px;
}
.cs-team-style-5 .cs-nav ul li{}
.cs-team-style-5 .cs-nav ul li a{
	width:20px;
	height:20px;
	line-height:20px;
}
.cs-team-style-5 .bx-has-pager{
	margin-top: 50px;
}