#scrollUp {
    bottom: 55px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 33px;
    background-color: #B9892D;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    display: none;
    position: fixed;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;*/
}

#scrollUp:hover {
    background: #FFC034;
}

#scrollUp i {
    position: relative;
    top: 7px;
    left: -1px;
}