/*
 * ---------------------------
 * --------- General ---------
 * ---------------------------
 */
a, .link {
	display: inline-block;
	color: #7d4caf;
	text-decoration: none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
a:hover, .link:hover,
a:focus, .link:focus {
	color: #5c3880;
	text-decoration: none;
}
/*
 * ---------------------------
 * --------- Styling ---------
 * ---------------------------
 */
.link-underlined {
	text-decoration: underline;
}
.link-underlined:hover,
.link-underlined:focus {
	text-decoration: none;
}
.link-hover-underlined:hover,
.link-hover-underlined:focus {
	text-decoration: underline;
}
.link-light,
.link-light:hover,
.link-light:focus {
	color: #6d6e71;
}
.link-dark {
	color: #000;
}
.link-dark:hover,
.link-dark:focus {
	color: #000;
}
.link-red {
	color: #f61920;
}
/*
 * ---------------------------
 * --------- Counter ---------
 * ---------------------------
 */
.link-with-counter {
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}