#back-top {
    bottom: 90px;
    position: fixed;
	display: none;
    right: 20px;
    z-index: 5000;
}
 #back-top a:before {
    content:"\e113";
    left: 50%;
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
#back-top a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    border: 2px solid #035E7A;
    color: #035E7A;
    display: block;
    font: 22px/24px Glyphicons Halflings;
    height: 45px;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 45px;
}
#back-top a:hover {
    background: none repeat scroll 0 0 #035E7A;
    border-width: 22px;
    color: #C38A00;
}