/*
 * To-top scroller
 */
.tm-totop-scroller {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  margin-top: 20px;
  border-radius: 100%;
  background: #e4e4e4;
  color: #cd4449;
  font-size: 14px;
}
.tm-totop-scroller:before {
  content: "\f106";
  text-align: center;
  line-height: 26px;
  font-family: "FontAwesome";
}
.tm-totop-scroller:hover {
  background: #d7d7d7;
}