.link-item {
	background: #3a75c4;
	border-radius: 5px;
	min-height: 46px;}

.link-item a {
	cursor: pointer;
	display: inline-block;
	color: #fff !important;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7rem;
	padding: 8px 12px;
	border-radius: 5px;}

.link-item:hover {
	background: #f04343;
}

.linked {
	opacity: 1;
	transition: opacity 1s ease-out;
}

.all_links  {
	background: #3a75c4;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 300;
	border: none;
	color: #FFF;
	padding: 8px 12px;
 }

.all_links:hover  {
	background: #f04343;
}
