.featured { 
    position: relative;
    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    -o-border-radius: 15px;
    padding-left : 10px;
    background : #EEE;
    margin : 0 auto;
    width : 80%;
    border: 1px inset #FFF;
    background : url("../img/body-pattern.png");
}

.featured h4 { 
    font-family: 'Raleway', sans-serif;  
    line-height: 20px; 
    font-size: 17px; 
    color: #6F6F6F;
    font-weight:bold; 
}

.featured h4 strong { 
    color:#00acef; 
    font-weight: 600;
}

.featured a.blue-btn { 
	width: 189px; 
	height: 39px; 
	position: absolute; 
	top: 50%; 
	margin-top: -20px;  
	right: 9px; 
	display: block; 
	font-size: 16px; 
	font-weight: 500; 
	color:#fff; 
	text-align: center; 
	line-height: 39px; 
	border: 1px solid #999; 
	box-shadow : 1px 2px 3px #999;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-o-border-radius: 6px; 
	text-decoration: none; 
	font-weight: 500; font-family: 'Raleway', sans-serif; 
	text-shadow: #000 1px 1px 1px;
	background: #93cede; /* Old browsers */
	background: -moz-linear-gradient(top, #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */
}

.featured a.blue-btn:hover { 
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}
