.to-top {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  color: #eeded9;
  text-transform: uppercase;
  position: absolute;
  top: 22px;
  right: 18px;
  -webkit-transition: all .25s ease-in-out 0s;
  -moz-transition: all .25s ease-in-out 0s;
  -ms-transition: all .25s ease-in-out 0s;
  -o-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
  z-index: 100;
}
.to-top:hover, .to-top:focus {
  color: #8c4c33;
}
.to-top:hover i, .to-top:focus i {
  border-color: #8c4c33;
}
.to-top span {
  display: block;
}
.to-top i {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #d6ccc3;
  border-radius: 50%;
  line-height: 27px;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 16px;
  -webkit-transition: all .25s ease-in-out 0s;
  -moz-transition: all .25s ease-in-out 0s;
  -ms-transition: all .25s ease-in-out 0s;
  -o-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.to-top:hover i, .to-top:focus i {
    border-color: #8c4c33;
}