#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px;
	z-index: 1000;
}
#page-top a {
    background: rgba(227,19,0,0.75);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(227,19,0,0.85);
}