.akker_btn_cls {
	transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
	border-radius: 0;
	text-decoration: none;
	letter-spacing: 0.1rem;
	border: 2px solid #b89276;
	background-color: #b89276;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	outline: 0;
	font-family: 'ModeratExtendedMedium';
	font-size: 1.6rem;
    display: inline-block;
    padding: 2rem .5rem;
    max-width: 270px;
    width: 100%;
}
.akker_btn_cls:active, .akker_btn_cls:focus, .akker_btn_cls:hover {
	color: #fff !important;
	border-color: #1c1c1c;
	background-color: #1c1c1c;
}
.white-btn{
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}
.white-btn:active, .white-btn:focus, .white-btn:hover {
	color: #fff;
	border-color: #b89276;
	background-color: #b89276;
}