body {
    letter-spacing: -0.2px;
}

        A:link      { color: #0066CC; text-decoration: none; }
        A:visited   { color: #0066CC; text-decoration: none }
        A:active    { text-decoration: none }
        A:hover     { BACKGROUND-COLOR: none; text-decoration: none; Color: #FF0099}
        div     { margin:auto; line-height:100%; text-align:center; max-width:720px; max-height:none; }
        span  { font-size: 0.9em; line-height: 1.15em; color: #444444; }
        a:hover .ani  {
    animation-name: shake;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@keyframes shake{
    0% {
        transform: translateX(0deg);
    }
    25% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: translateX(0deg);
    }

}

#topBtn {
    position: fixed;
    right: 8px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background: rgba(70, 70, 70, 0.9);
    color: white;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 999;
}
#topBtn:hover {
    background: rgba(70, 70, 70, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#homeBtn {
    position: fixed;
    right: 8px;
    bottom: 83px;
    width: 56px;
    height: 56px;
    background: rgba(220, 220, 220, 0.9);
    color: #333333;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 999;
}
#homeBtn:hover {
    background: rgba(220, 220, 220, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn1 {
    position: fixed;
    left: 4px;
    bottom: 144px;
    width: 54px;
    height: 54px;
    background: rgba(24, 198, 117, 0.9);
    color: white;
    text-align: center;
    line-height: 54px;
    border-radius: 25px 0px 25px 25px;
    text-decoration: none;
    z-index: 999;
}
#leftBtn1:hover {
    background: rgba(24, 198, 117, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn2 {
    position: fixed;
    left: 4px;
    bottom: 82px;
    width: 54px;
    height: 54px;
    background: rgba(230, 0, 0, 0.9);
    color: white;
    text-align: center;
    line-height: 54px;
    border-radius: 25px 0px 25px 25px;
    text-decoration: none;
    z-index: 999;
}
#leftBtn2:hover {
    background: rgba(230, 0, 0, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn3 {
    position: fixed;
    left: 4px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    background: rgba(235, 27, 139, 0.9);
    color: white;
    text-align: center;
    line-height: 54px;
    border-radius: 25px 0px 25px 25px;
    text-decoration: none;
    z-index: 999;
}
#leftBtn3:hover {
    background: rgba(235, 27, 139, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#leftBtn4 {
    position: fixed;
    left: 4px;
    bottom: 206px;
    width: 54px;
    height: 54px;
    background: rgba(0, 191, 214, 0.9);
    color: white;
    text-align: center;
    line-height: 54px;
    border-radius: 25px 0px 25px 25px;
    text-decoration: none;
    z-index: 999;
}
#leftBtn4:hover {
    background: rgba(0, 191, 214, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#rightBtn {
    position: fixed;
    right: 8px;
    bottom: 145px;
    width: 56px;
    height: 56px;
    background: rgba(71, 85, 136, 0.85);
    color: white;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 999;
}
#rightBtn:hover {
    background: rgba(71, 85, 136, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#rightBtn,
#leftBtn1,
#leftBtn2,
#leftBtn3,
#leftBtn4,
#topBtn,
#homeBtn {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
}

#rightBtn.show,
#leftBtn1.show,
#leftBtn2.show,
#leftBtn3.show,
#leftBtn4.show,
#topBtn.show,
#homeBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#rightBtn.hide,
#topBtn.hide, 
#leftBtn1.hide, 
#leftBtn2.hide, 
#leftBtn3.hide, 
#leftBtn4.hide, 
#homeBtn.hide { 
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
}

.quickbar-active #topBtn,
.quickbar-active #homeBtn,
.quickbar-active #rightBtn,
.quickbar-active #leftBtn1,
.quickbar-active #leftBtn2,
.quickbar-active #leftBtn3,
.quickbar-active #leftBtn4 {
    transform: translateY(-50px) !important;
}

#rightBtn,
#leftBtn1,
#leftBtn2,
#leftBtn3,
#leftBtn4,
#topBtn,
#homeBtn {
    font-size: 0.8em;
}
