.skfab{user-select: none;border-radius:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:56px;height:56px;background-color:#33c3f0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;position:absolute;right:30px;bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#fff;font-size:1.2em;box-shadow:0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.16);z-index:50}.skfab i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;will-change:transform}.inner-fabs .skfab{width:40px;height:40px;right:38px;bottom:23px;font-size:1.2em;will-change:bottom;z-index:50;background-color:#e3e4e8 !important;color:#444857}.inner-fabs.show .skfab:nth-child(1){bottom:80px}.inner-fabs.show .skfab:nth-child(2){bottom:130px}.inner-fabs.show .skfab:nth-child(3){bottom:180px}.inner-fabs.show .skfab:nth-child(4){bottom:230px}.inner-fabs.show .skfab:nth-child(5){bottom:280px}.inner-fabs.show .skfab:nth-child(6){bottom:330px}.inner-fabs.show .skfab:nth-child(7){bottom:380px}.inner-fabs.show+.skfab i{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.skfab:before{content:attr(data-tooltip);-webkit-transition:opacity 150ms cubic-bezier(.4,0,1,1);transition:opacity 150ms cubic-bezier(.4,0,1,1);position:absolute;visibility:hidden;opacity:0;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#ececec;right:50px;top:25%;background-color:rgba(70,70,70,.9);font-size:.7em;line-height:1.2em;display:inline-block;text-align:center;white-space:nowrap;border-radius:2px;padding:6px 8px;max-width:200px;font-weight:400;text-overflow:ellipsis;vertical-align:middle}.inner-fabs.show .skfab:hover:before{content:attr(data-tooltip);visibility:visible;opacity:1}