/*
Styling for Back to top button
*/

.uoe--back-top{
    background: url('../images/back-to-top.png') no-repeat center center;
    cursor: pointer;
    height: 25px;
    //position: absolute;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
    width: 25px;
    display: block;
}

.uoe--back-top.uojs--hidden {
  display: none;
}

.uoe--back-top:hover{
    opacity: 0.8;
}
