/* All style for Team Layout 4 */
.team-layout6{}
.team-layout6 .cshero-team-image {
    overflow: hidden;
    position: relative;
}
.team-layout6 .cshero-team-image img {}
.team-layout6 .cshero-team-image + * {
	margin-top: 20px;
}
.team-layout6 .cshero-team-image .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
     -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  -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-layout6 .cshero-team-image .overlay .overlay-content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform:translate(-50%,-50%);
     -moz-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
      -o-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

.team-layout6 .cshero-team-image .overlay .overlay-content .cshero-readmore{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border:1px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}


.team-layout6 .cshero-team-info-wrap{	margin-bottom: 15px;}
.team-layout6 .cshero-team-info-wrap + *{ margin-top: 10px;}
.team-layout6 .cshero-team-title{
	text-transform: uppercase;
	margin-bottom: 20px;
}

.team-layout6 .cshero-team-info-wrap{
	margin-bottom: 5px;
	text-transform: capitalize;
}
.team-layout6 .cshero-team-title-wrap{
	margin-bottom: 20px;
}
.team-layout6 .cshero-team-title{
	text-transform: capitalize;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}


/* Social list style */
.team-layout6 .cshero-team-social {}
.team-layout6 .cshero-team-social a{
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.team-layout6 .cshero-team-social a:last-child{
  margin-right: 0;
}
.team-layout6 .social-list{
	margin-top: 10px;
}

/* Hover State */
.team-layout6 article:hover .cshero-team-image .overlay {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);;
}
.team-layout6 .cshero-team-carousel-item{
    padding: 4px;
    border: 1px solid #ddd;
}
.team-layout6 .cshero-team-carousel-item .cshero-team-title > a{
    color: #fff;
}
.team-layout6 .cshero-nav ul li {
    display: inline-block;
    margin: 20px 4px;
    padding: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.team-layout6 .cshero-nav ul li a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 24px;
}
.team-layout6 .cshero-nav ul li a i{
    font-weight: bold;
}
