.listing-work .heading{
	background:#f90;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-ms-border-top-left-radius:3px;
	-o-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-ms-border-bottom-left-radius:3px;
	-o-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	bottom:40px;
	-webkit-box-shadow:-5px 0 10px rgba(0,0,0,0.25);
	-moz-box-shadow:-5px 0 10px rgba(0,0,0,0.25);
	box-shadow:-5px 0 10px rgba(0,0,0,0.25);
	font-size:20px;
	line-height:1;
	padding:10px;
	position:absolute;
	right:20px;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	height: 14px;
}@media only screen and (max-width: 50px){.listing-work .heading{font-size:15px;padding:5px 10px}}
.listing-work .heading-small{font-size:15px;padding:5px 10px}.listing-work a:hover .heading{background:#3299bb;padding-right:20px;}
.readmore{ position:relative; top:10px; right:-104px !important; font-size:12px;}
