.akker_btn_cls {
	transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    text-decoration: none;
    font-family: 'ModeratExtendedMedium';
    font-size: 1.8rem;
    color: #fff;
    border-radius: 0;
    border: 1px solid #939598;
    display: inline-block;
    max-width: 30rem;
    width: 100%;
    padding: 1.5rem .5rem;
    letter-spacing: .05rem;
    background-color: #939598;
    text-align: center;
    cursor: pointer;
}
.akker_btn_cls:active, .akker_btn_cls:focus, .akker_btn_cls:hover {
	color: #fff !important;
    border-color: #151617 !important;
    background-color: #151617 !important;
}
