.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 15px;
    right: 20px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}

.social-button-content {
    display: inline-grid;
}

.social-button a.user-support {
    margin-top: 7px;
    user-select: none;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.social-button i {
    width: 40px;
    height: 40px;
    background: #a2662b;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.social-button a span {
    border-radius: 30px;
    text-align: center;
    /*background: #ffcd82;*/
    background: #a2662b;
    padding: 9px 5px;
    width: 200px;
    font-size: 14px;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 9px;
    right: 62px;
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border-color: #a2662b;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #a2662b;
    opacity: .5;
}

.social-button .hang-support {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    background: url(/images/contact.png);
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
    right: -8px;
    top: -8px;
}
