.jscroll-to-top{-webkit-backface-visibility:hidden;bottom:30px;opacity:0;position:fixed;right:30px;-webkit-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0);-webkit-transition:.2s ease;transition:.2s ease;visibility:hidden;z-index:11}.jscroll-to-top.show{opacity:1;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.jscroll-to-top>a{background:hsla(0,0%,71%,.15);border:1px solid rgba(0,0,0,.11);border-radius:5px;-webkit-box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1),0 2px 6px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1),0 2px 6px rgba(0,0,0,.1);color:#a0a0a0;display:block;font-size:30px;height:46px;line-height:44px;opacity:.8;text-align:center;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:46px}.jscroll-to-top>a:hover{opacity:1}@media only screen and (max-width:1024px){.jscroll-to-top{bottom:50px}.jscroll-to-top.mobile.show{visibility:visible}}