.at-birdy-services{
	padding: 30px 0;
}
.at-birdy-services .at-intro-item-wrap{
	margin-bottom: 10px;
}
.at-birdy-services  .ch-info{
	padding-left: 70px;
	position: relative;
	padding-bottom: 5px;
}
.at-birdy-services .at-image-wraper{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
	border: none;
	text-align: center;
}
.at-birdy-services .at-image-wraper .at-item-image{
	max-width: 100%;
	height: auto;
}
.at-birdy-services .at-item-title,
.at-birdy-services .at-item-title *{
	font-family: GillSansMT;
	font-weight: bold;
}
.at-birdy-services .at_readmore_text{
	margin-top: 10px;
	display: inline-block;
	padding: 7px 50px 7px 15px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    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/services/images/play_gray.png');
	background-position: 110px center;
	background-repeat: no-repeat;
	position: relative;
	border: solid 1px #8d8d8d;
	-webkit-box-shadow: 0px 2px 1px -1px rgba(92, 92, 92, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow:    0px 2px 1px -1px rgba(92, 92, 92, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.6);
	box-shadow:         0px 2px 1px -1px rgba(92, 92, 92, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.6);
	text-shadow: 0px 1px #FFFFFF;
}
.at-birdy-services .at_readmore_text:hover{
	background-image: url('http://www.amazing-templates.com/demos/jtpl/at_birdy/modules/mod_at_birdy_showcase/tmpl/services/images/play.png');
	text-shadow: 0px 1px #000;
}
.at-birdy-services .at_readmore_text:before{
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	border-left: solid 1px #8d8d8d;
	border-right: solid 1px #fff;
	top: 0;
	right: 30px;
	opacity: 0.8;
}