@charset "utf-8";

/* Portfolio Button Styling by Paul Randall */

#enquire-btn{display:inline-block; background: url('../../images/btn-bg.jpg') no-repeat top right; margin:15px auto 25px; color: #fff; font-size: 14px; letter-spacing: 0.028em; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; text-transform:uppercase;}
#enquire-btn span{display:inline-block; height: 26px; cursor:pointer; line-height:26px; padding: 4px 20px; background: url('../../images/btn-left-bg.jpg') no-repeat top left;}

/* @group skinny text */

/* http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard */
/* Only use this on pages with little copy, causes performance issues otherwise! */

#enquire-btn {
	-webkit-text-stroke: 1px transparent;
}

@media only screen and (max-device-width:480px) {
	#enquire-btn {
		-webkit-text-stroke: 0 black;
	}
}

/* @end */


