/*!
 * BUTTON START
 */
.c-button {
	border: 0 none;
	background: #8fa2ac;
	color: #ffffff;
	font: normal normal 600 18px "EuH";
	padding: 6px 12px 7px 12px;
}

.c-button.is-hero {
	background: #a8005c;
}

.c-button:hover,
.c-button:focus {
	background: #007caa;
	cursor: pointer;
	color: #ffffff;
}

.c-button:disabled {
	background: #e6ecf0;
	color: #8fa2ac;
}

.c-button .icon::before {
	font-size: 20px;
	vertical-align: -3px;
}

.c-button + .c-button {
	margin-left: 20px;
}

/*!
 * BUTTON END
 */