.scroll-top-wrapper {/*Scroll to top styling*/position: fixed;opacity: 0;visibility: hidden;overflow: hidden;text-align: center;z-index: 99999999;background-color: #434343;color: #eee;width: 25px;height: 25x;line-height: 23px;right: 18px;bottom: 18px;padding-top: 2px;border-radius: 30%;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}.scroll-top-wrapper:hover {background-color: #888;}.scroll-top-wrapper i.fa {line-height: inherit;}