.round {
  border-radius: 50%;
}

.fab {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 50px;
  height: 50px;
  background-color: #5F7776;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16), 1px 1px 4px rgba(0, 0, 0, 0.16);
  z-index: 51;
}

.fab:hover {
  background: #9FAAAA;
  color: #234E4C;
}

.fab.active {
  visibility: visible;
  opacity: 1;
}

.fab i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
}

.inner-fabs .fab {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 15px;
  margin-left:20px;
  font-size: 1.5em;
  will-change: top;
  text-align: center;
}

.inner-fabs.show .fab:nth-child(1) {
  top: 81px;
}

.inner-fabs.show .fab:nth-child(2) {
  top: 131px;
}

.inner-fabs.show .fab:nth-child(3) {
  top: 181px;
}

.inner-fabs.show .fab:nth-child(4) {
  top: 231px;
}

.inner-fabs.show .fab:nth-child(5) {
  top: 281px;
}

.inner-fabs.show .fab:nth-child(6) {
  top: 331px;
}

.inner-fabs.show .fab:nth-child(7) {
  top: 381px;
}

.inner-fabs.show + .fab i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.fab:before {
  content: attr(data-tooltip);
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #234E4C;
  left: 50px;
  top: 15%;
  background-color: rgba(255, 255, 255, 1);
  font-size: 0.7em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  padding: 6px 8px;
  max-width: 200px;
  font-weight: normal;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.inner-fabs.show .fab:hover:before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
}

#fab1:hover:before{
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  left: 60px;
  top: 9px;
  font-size: 0.6em;
}

#fab1{
  position: fixed;
  top: 10px;
  margin-left: 14px;
  text-align: center;
}

@media screen and (max-width: 1280px)
	{
    .inner-fabs .fab {
      position: fixed;
      width: 40px;
      height: 40px;
      top: 15px;
      margin-left:20px;
      font-size: 1.8em;
      will-change: top;
      text-align: center;
    }
      }


.logo{
  position: fixed;
  top: 16px;
  width: 150px;
  height: 40px;
  outline: 0;
  text-align: center;
  line-height: 40px;
  font-size: 18pt;
  font-family: 'Roboto', sans-serif;
}