
	/* special widget link 
	---------------------------------*/
	.sp-link			{ display:inline-block; padding:4px 10px; margin-bottom:5px; background-color:#00416d; color:#fff; line-height:1.3;
							-webkit-border-radius: 4px;
						       -moz-border-radius: 4px;
						            border-radius: 4px;}

	.sp-link .fa-sp 	{ padding-left:10px }
	.sp-link:hover 		{ background-color:#007db6; cursor:pointer;  transition: all 0.3s ease-out;}
