 a.button {
    transition: all .2s ease-in-out;
    opacity: 0.85;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
    background-image: linear-gradient(319deg, #b10c2c, #c81f40);
    padding: 7px 10px 7px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    }
    a.button:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.04);
    color: #ffffff !important;
    opacity: 1;
    text-decoration: none;
    }
    a.button:visited, a.button:focus, a.button:active {
    color: #ffffff !important;
    opacity: 1;
    text-decoration: none;
    transition: all .2s ease-in-out;
    transform: scale(1.04);
    }
    a.button.small {
    padding: 7px 10px 7px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    }
    a.button.medium {
    padding: 7px 12px;
    font-size: 19px;
    letter-spacing: 0.04em;
    font-weight: 500;
    }
    a.button.large {
    padding: 10px 15px;
    font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 500;
    }
    a.black {
    background-image: linear-gradient(436deg, #3b3b3b, #101010);
    }
    a.red {
    background-image: linear-gradient(319deg, #b10c2c, #c81f40);
    }
    /*** DEFULT BUTTON REPLACE ***/
    .btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
    transition: all .2s ease-in-out;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
    padding: 7px 10px 7px 10px !important;
    background-image: linear-gradient(436deg, #3b3b3b, #101010);
    font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 500;
    border-color: transparent;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;transform: scale(1);
    }
    .btn:hover, .TextButton:hover, .TextButtonWithImage:hover, .ruButton:hover, #masterHeaderActionArea a:hover, .RadGrid input.TextButton:hover {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;transform: scale(1.04);
    }
    .btn:active, .TextButton:active, .TextButtonWithImage:active, .ruButton:active, #masterHeaderActionArea a:active, .RadGrid input.TextButton:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: scale(1.04);
    background-image: linear-gradient(436deg, #3b3b3b, #101010);
    }


a.button.disabled {
    background: #5f5f5f;
    opacity: 0.8 !important;
    pointer-events: none;
}