button {
    padding: 10px 65px;
    border-radius: 5px;
    border: 1px;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    transition: all .5s ease;
}

button span {
    transition: all .5s ease;
}

@media (min-width: 480px) {
    button:hover {
        padding-left: 85px;
        padding-right: 85px;
    }
}

@media (min-width: 768px) and  (max-width: 991px) {
    button.smallaction:hover {
        padding-left: 72px;
        padding-right: 72px;
    }
}

button.leftspacer:hover {
    padding-left: 75px;
    padding-right: 75px;
    margin-left: 0px;
}

button.rightspacer:hover {
    padding-left: 75px;
    padding-right: 75px;
    margin-right: 0px;
}

@-webkit-keyframes buttonsize {
    from {
        padding-left: 85px;
        padding-right: 85px;
    }
    to {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@keyframes buttonsize {
    from {
        padding-left: 85px;
        padding-right: 85px;
    }
    to {
        padding-left: 80px;
        padding-right: 80px;
    }
}

button.leftspacer {
    margin-left: 10px;
}

button.rightspacer {
    margin-right: 10px;
}

/*
button.light {
    background-color: rgba(119, 119, 119, 0.2);
}
button.light:hover {
    background-color: rgba(50, 50, 50, 0.2);
}


button.light span,
a button.light span,
a button.light{
    color: rgba(0, 0, 0, 1) !important;
}
button.light:hover span,
a button.light:hover span,
a button.light:hover{
    color: rgba(50, 50, 50, 1) !important;
}

button.dark,
a button.dark{
    background-color: rgba(11, 11, 11, 0.4);
}
button.dark:hover,
a button.dark:hover{
    background-color: rgba(55, 55, 55, 0.4);
}

button.dark span,
a button.dark span,
a button.dark{
    color: rgba(255, 255, 255, 1) !important;
}
button.dark:hover span,
a button.dark:hover span,
a button.dark:hover{
    color: rgba(244, 244, 244, 1) !important;
}

button.clear{
    background-color: rgba(11, 11, 11, 0);
    border: 2px solid white;
}

button.clear:hover,
a button.clear:hover,
a button.clear:hover span{
    background-color: rgba(255, 255, 255, 1);
    color: #545454 !important;
}

button.clear span,
a button.clear span,
a button.clear{
    color: rgba(255, 255, 255, 1) !important;
}
a button{
    text-decoration: none;
    text-underline: none;
}
*/

.bbgh-grey1:hover,
.bbg-grey1 {
    background-color: #323232;
    border: 1px solid #323232;
}

.bbgh-grey2:hover,
.bbg-grey2 {
    background-color: #565656;
    border: 1px solid #565656;
}

.bbgh-grey3:hover,
.bbg-grey3 {
    background-color: #6e6e6e;
    border: 1px solid #6e6e6e;
}

.bbgh-grey4:hover,
.bbg-grey4 {
    background-color: #989898;
    border: 1px solid #989898;
}

.bbgh-grey5:hover,
.bbg-grey5 {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
}

.bbgh-grey6:hover,
.bbg-grey6 {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.bbgh-yellow:hover,
.bbg-yellow {
    background-color: #ffd700;
    border: 1px solid #ffd700;
}

.bbgh-green:hover,
.bbg-green {
    background-color: #009d3a;
    border: 1px solid #009d3a;
}

.bbgh-white:hover,
.bbg-white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.bbgh-grey1-border:hover,
.bbg-grey1-border {
    border: 1px solid #323232;
    background: transparent;
}

.bbgh-grey2-border:hover,
.bbg-grey2-border {
    border: 1px solid #565656;
    background: transparent;
}

.bbgh-grey3-border:hover,
.bbg-grey3-border {
    border: 1px solid #6e6e6e;
    background: transparent;
}

.bbgh-grey4-border:hover,
.bbg-grey4-border {
    border: 1px solid #989898;
    background: transparent;
}

.bbgh-grey5-border:hover,
.bbg-grey5-border {
    border: 1px solid #e3e3e3;
    background: transparent;
}

.bbgh-grey6-border:hover,
.bbg-grey6-border {
    border: 1px solid #f4f4f4;
    background: transparent;
}

.bbgh-yellow-border:hover,
.bbg-yellow-border {
    border: 1px solid #ffd700;
    background: transparent;
}

.bbgh-green-border:hover,
.bbg-green-border {
    border: 1px solid #009d3a;
    background: transparent;
}

.bbgh-white-border:hover,
.bbg-white-border {
    border: 1px solid #ffffff;
    background: transparent;
}

.bfh-grey1:hover,
.bf-grey1 {
    color: #323232;
}

.bfh-grey2:hover,
.bf-grey2 {
    color: #565656;
}

.bfh-grey3:hover,
.bf-grey3 {
    color: #6e6e6e;
}

.bfh-grey4:hover,
.bf-grey4 {
    color: #989898;
}

.bfh-grey5:hover,
.bf-grey5 {
    color: #e3e3e3;
}

.bfh-grey6:hover,
.bf-grey6 {
    color: #f4f4f4;
}

.bfh-yellow:hover,
.bf-yellow {
    color: #ffd700;
}

.bfh-green:hover,
.bf-green {
    color: #009d3a;
}

.bfh-white:hover,
.bf-white {
    color: #ffffff;
}