#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #9fc234;
    background: #9fc234;
    width: 35px;
    height: 35px;
    display: block;
	z-index: 99999;
	border-radius:3px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
	top: 7px;
    font-size: 19px;   
}
#return-to-top:hover {
    background:#9fc234;
}
#return-to-top:hover i {
    color: #fff;
    top: 7px;
}


/* Extra Things */
