.at-birdy-features-2{
	padding: 40px 0 40px 0;
}
.at-birdy-features-2 *{
	text-align: center;
}
.at-birdy-features-2 .ch-info-content *{
	text-align: center;
}
.at-birdy-features-2 .at-image-intro-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.at-birdy-features-2 .at-item-image{
	position: absolute;
	top: 0;
	left: 32%;
	bottom: 0;
	right: 32%;
	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;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #f0f0f0;
    border: solid 5px #e8e7e7;
}
.at-birdy-features-2 .at-image-intro-item:before{
	padding-top: 36%;
	content: "";
	display: block;
}
.at-birdy-features-2 .at-item-title{
	font-family: Segoe_UI;
}
.at-birdy-features-2 .at_readmore_text{
	display: inline-block;
	padding: 7px 40px 7px 15px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #8b8a8a;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #e5e5e5;
	background-image: url('http://www.amazing-templates.com/demos/jtpl/at_birdy/modules/mod_at_birdy_showcase/tmpl/features-2/images/play_gray.png');
	background-position: 100px center;
	background-repeat: no-repeat;
	position: relative;
}
.at-birdy-features-2 .at_readmore_text:hover{
	background-image: url('http://www.amazing-templates.com/demos/jtpl/at_birdy/modules/mod_at_birdy_showcase/tmpl/features-2/images/play.png');
}
.at-birdy-features-2 .at_readmore_text:before{
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	border-left: solid 1px #ADADAD;
	border-right: solid 1px #fff;
	top: 0;
	right: 30px;
	opacity: 0.5;
}
.at-birdy-features-2 .at-intro-item-wrap{
	padding: 30px 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;
}
.at-birdy-features-2 .at-intro-item-wrap:hover{
	-webkit-box-shadow: 0px 0px 14px 3px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 14px 3px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 14px 3px rgba(50, 50, 50, 0.4);
}