.Special{
	float:right;
	text-align:center;
	text-decoration:none;
	margin-left:15px;
	padding:10px 15px;
	color:#333;
	border-radius:5px;
	border-bottom:2px solid rgb(150,150,150);
	
	width:100%;
	max-width:250px;
	height:auto;
	min-height:10px;
	
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
        	transform: scale(1);
			
	-webkit-transition: all 0.2s ease-in-out;	
	   -moz-transition: all 0.2s ease-in-out;	
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	
	background: rgb(230,230,230);
}

.Special:hover{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
        	transform: scale(1.1);
}
.Special:active{
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
        	transform: scale(0.95);
}

.Special h3{
	color:#255e94;
	margin:0 0 10px 0;
	font-weight:normal;
}
.Special p{
	font-size:0.8em;
	color:#333;
}
.Special span{
	clear:both;
	display:block;
	padding:8px;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	border-bottom:2px solid rgb(0,50,150);
	
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(30,87,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.SOCIAL a img{
	float:left;
	display:inline-block;
	width:37px;
	height:37px;
	margin-right:5px;
}
.SOCIAL h3{
	padding-top:0;
}