.btn {
	padding: 0 26px;
	height: 50px;
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Stolzl';
	font-weight: medium;
	font-size: 14px;
	line-height: 60px;
	letter-spacing: 0.56px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	border-radius: 0;
	border: 0;
	transition: all 0.3s linear;
}
.btn:hover {
	background: transparent;
	transition: all 0.3s linear;
	border: 0;
	color: #222;
}

.btn-primary-inverse {
	background: transparent !important;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.btn-primary-inverse:hover {
	background: #656d6f;
	color: white;
}

.btn-full {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}