html .btn {
    display: inline-block;
    padding: 0 50px;
    border: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    background: #d7272a;
    height: 54px;
    border-radius: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html .btn:HOVER {
    text-decoration: none;
    background: #b91c1f;
    color: #fff;
}

html .btn:FOCUS {
    outline: thin dotted #333333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff;
}

html .btn:ACTIVE {
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

html .btn--lg {
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    padding: 0 70px;
    margin: 0 0 45px;
}

html .btn--sm {
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    text-transform: capitalize;
}

html .btn--purple {
    background: #24243c;
}

html .btn--purple:hover {
    background: #4b4b68;
}

html .btn--black {
    background: #0e0f11;
    border: 1px solid #fff;
    line-height: 48px;
    height: 48px;
    text-transform: none;
    font-size: 16px;
    font-weight: lighter;
}

html .btn--black:hover {
    background: #393b3f;
}

html .btn--white {
    border: 2px solid #fff;
}

html .btn--white:hover {
    background: #fff;
    color: #090909;
}

html .btn--green {
    background: #42ba6c;
}

html .btn--green:hover {
    background: #5bcc83;
}

html .btn--yellow {
    background: #ffdd40;
    color: #090909;
}

html .btn--yellow:hover {
    background: #debc20;
    color: #090909 !important;
}

html .btn--yellow-border {
    border: 2px solid #090909;
    background: #ffdd40;
    color: #090909;
}

html .btn--yellow-border:hover {
    background: #090909;
    color: #ffdd40;
}

html .btn--transparent-border {
    border: 2px solid #090909;
    background: transparent;
    color: #090909;
}

html .btn--transparent-border:hover {
    background: #090909;
    color: #ccc !important;
}

html .btn--transparent {
    background: none;
    font: 300 16px/50px Roboto;
    text-transform: capitalize;
    color: #686868;
    border: 2px solid #dfdfdf;
    height: 50px;
    padding: 0 40px;
}

html .btn--transparent:hover {
    background: #fff;
    color: #686868;
}

html .btn--black2 {
    background: #000;
    color: #fff;
}

html .btn--black2:hover {
    background: #fff;
    color: #000 !important;
}

html .btn--blue {
    background: #52b2e3;
    color: #fff;
}

html .btn--blue:hover {
    background: #fff;
    color: #52b2e3 !important;
}

html .btn--blue2 {
    background: #52b2e3;
    color: #fff;
    border: 2px solid #fff;
}

html .btn--blue2:hover {
    background: #fff;
    color: #52b2e3 !important;
}

html .btn--red {
    background: #a01c1f;
    color: #fff;
}

html .btn--red:hover {
    background: #c95659;
    color: #fff!important;
}

html .btn--transparent2 {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

html .btn--transparent2:hover {
    background: #fff;
}

html .btn--orange {
    background: #e37e12;
    color: #fff;
}

html .btn--orange:hover {
    background: #b2630f;
    color: #fff!important;
}

html .btn--red2 {
    background: #c21e1e;
    color: #fff;
}

html .btn--red2:hover {
    background: #850b0b;
    color: #fff!important;
}

html .btn--brown {
    background: #9c8956;
    color: #fff;
}

html .btn--brown:hover {
    background: #66562b;
    color: #fff!important;
}

html .btn--red3 {
    background: #e03a55;
    color: #fff;
}

html .btn--red3:hover {
    background: #a01c32;
    color: #fff!important;
}

html .btn--orange2 {
    background: #f6b65e;
    color: #fff;
}

html .btn--orange2:hover {
    background: #c58329;
    color: #fff!important;
}

html .btn--green2 {
    background: #119486;
    color: #fff;
}

html .btn--green2:hover {
    background: #06423c;
    color: #fff!important;
}

html .btn--orange3 {
    background: #e37e12;
    color: #fff;
}

html .btn--orange3:hover {
    background: #6e3c06;
    color: #fff!important;
}

html .btn--yellow2 {
    background: #fed202;
    color: #090909;
}

html .btn--yellow2:hover {
    background: #8d770f;
    color: #fff!important;
}