/* Generated by less 2.2.0 */
html {
  font-size: 100%;
}
body {
  font-family: "Uni Sans";
  /*background: #ffffff;*/
  font-kerning: normal;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
}
#toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0 40px 40px 0;
  z-index: 999;
}
#toolbar a {
  display: block;
  position: relative;
  background: #da1212;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.9rem;
  -webkit-transition: .3s ease background;
  -moz-transition: .3s ease background;
  -o-transition: .3s ease background;
  transition: .3s ease background;
  z-index: 999;
  opacity: 1;
}
