#isiaToTop{position:fixed;right:20px;bottom:20px;float:right;width:20px;height:20px;padding:10px;cursor:pointer;-webkit-animation:toTopFadeIn 2s linear;animation:toTopFadeIn 2s linear;opacity:1;color:#fff;border:3px solid #fff;background:#d13317}#isiaToTop:hover{background:#df4624}@-webkit-keyframes toTopFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes toTopFadeIn{0%{opacity:0}100%{opacity:1}}