.ebs_button  {
    border: 1px solid #c53b31;
    border-radius: 50px;
    padding: 13px 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.6s;
}

.ebs_button:hover {
    border: 1px solid #c53b31;
}
.ebs_button.light  {
    color: #c53b31;
    box-shadow: inset 0 0 0 0 #c53b31;
}
.ebs_button.dark  {
    color: #fff;
    box-shadow: inset 400px 0 0 0 #c53b31;
}

.ebs_button.light:hover {
    color: #ffffff;
    box-shadow: inset 400px 0 0 0 #c53b31;
}
.ebs_button.dark:hover {
    color: #c53b31;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.ebs_button.justify {
    width: 100%;
}

.ebs_button .ebs_button_icon {
    display: inline-block;
    width: 18px;
}