.team-layout2 .cshero-team-title a {
    display: block;
}
.team-layout2 .cshero-team-image-wrap {
	position: relative;
    overflow: hidden;
	margin: 0 0 20px;
}
.team-layout2 .cshero-team-image-wrap img {
    -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;
}
.team-layout2 .cshero-team-social {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0px, 50%, 0px);
       -moz-transform: translate3d(0px, 50%, 0px);
        -ms-transform: translate3d(0px, 50%, 0px);
         -o-transform: translate3d(0px, 50%, 0px);
            transform: translate3d(0px, 50%, 0px);
    width: 100%;
    z-index: 3;
    padding: 0 20px;
    -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;
}
.team-layout2 .cshero-team-social a {
	display: inline-block;
    color: #444444;
    font-size: 17px;
    margin: 0 12px;
}
.team-layout2 .cshero-team-social a:hover {
	color: #999999;
}
.team-layout2 .team-overlay {
	opacity: 0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 2;
    -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;
}
.team-layout2 .cshero-team-info-wrap {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}
.team-layout2 .title-line-bottom {
    display: inline-block;
    height: 1px;
    width: 60px;
    background-color: #444444;
}
.team-layout2 .cshero-team-image-wrap:hover .cshero-team-social {
	opacity: 1;
	-webkit-transform: translate3d(0px, -50%, 0px);
       -moz-transform: translate3d(0px, -50%, 0px);
        -ms-transform: translate3d(0px, -50%, 0px);
         -o-transform: translate3d(0px, -50%, 0px);
            transform: translate3d(0px, -50%, 0px);
}
.team-layout2 .cshero-team-image-wrap:hover .team-overlay {
	opacity: 1;
}
.team-layout2 .cshero-team-image-wrap:hover img {
    -webkit-transform: scale(1.13);
       -moz-transform: scale(1.13);
        -ms-transform: scale(1.13);
         -o-transform: scale(1.13);
            transform: scale(1.13);
}