.cs-team-style-3 {
	text-align: center;
	padding-top: 5px;
}
.cs-team-style-3 .cs-team-title {
	background: transparent;
    line-height: 40px;
    margin: 5px 0;
    padding: 5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-team-style-3 .cs-carousel-container:hover .cs-team-title {
	color: #fff;
}
.cs-team-style-3 .cs-team-category {
    margin: 0 0 10px;
}
.cs-team-style-3 .cs-team-description {
	padding: 0 0 15px;
}
.cs-team-style-3 .cs-carousel-container {
	-webkit-transition: all 300ms linear 0ms;
       -moz-transition: all 300ms linear 0ms;
         -o-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms;
}
.cs-team-style-3 .cs-carousel-container:hover {
	-webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
}
.cs-team-style-3 .bx-viewport {
	padding-top: 6px;
}