.cs-team-style-1 {
	text-align: center;
}
.cs-team-style-1 .cs-team-image .cs-team-featured-img img {
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.cs-team-style-1 .cs-team-image {
	position: relative;
	overflow: hidden;
}
.cs-team-style-1 .cs-team-image .cs-team-social {
	bottom: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
       -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
         -o-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -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-1 .cs-team-featured-img > img {
    width: 100%;
}
.cs-team-style-1 .cs-team-image:hover .cs-team-social {
	-webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
.cs-team-style-1 .cs-team-social a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    position: relative;
    color: #fff;
}
.cs-team-style-1 .cs-team-social a:before {
	background: #fff;
    content: "";
    height: 15px;
    left: -1px;
    position: absolute;
    top: 50%;
    width: 1px;
    -webkit-transform: translate(0px, -50%);
       -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
         -o-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
}
.cs-team-style-1 .cs-team-social a:first-child:before {
	height: 0;
}
.cs-team-style-1 .cs-team-description {
	padding-top: 15px;
}