.at-birdy-team-1{
	padding: 0;
}
.at-birdy-team-1 *{
	text-align: center;
}
.at-birdy-team-1 .ch-info-content *{
	text-align: center;
}
.at-birdy-team-1 .at-image-intro-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.at-birdy-team-1 .at-item-image{
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.at-birdy-team-1 .at-image-intro-item:before{
	padding-top: 50%;
	content: "";
	display: block;
}
.at-birdy-team-1 .at-item-title,
.at-birdy-team-1 .at-item-title a{
	font-weight: bold;
	color: #313131;
	
}
.at-birdy-team-1 .at-item-title,
.at-birdy-team-1 .at-item-title a,
.at-birdy-team-1 .at-portfolio-caption{
	text-transform: uppercase;
}
.at-birdy-team-1 .at_readmore_text{
	display: inline-block;
	padding: 7px 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.at-birdy-team-1 .at-intro-item-wrap{
	padding: 0px 10px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}