.fixed-action-btn {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 998;
  padding-top: 15px;
  margin-bottom: 0; }
  .fixed-action-btn ul {
    position: absolute;
    right: 0;
    bottom: 64px;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 64px;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
    transition: 400ms height; }
    .fixed-action-btn ul li {
      z-index: 0;
      display: flex;
      margin-right: auto;
      margin-bottom: 15px;
      margin-left: auto; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0;
      transition-duration: .4s;
      transform: scale(0.4) translate(0); }
      .fixed-action-btn ul a.btn-floating.shown {
        opacity: 1;
        transform: scale(1) translate(0); }
  .fixed-action-btn.active ul {
    height: 300px; }
	
	.btn-floating {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  width: 47px;
  height: 47px; }
  .btn-floating i {
    font-size: 1.25rem;
    line-height: 47px; }
  .btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center; }
  .btn-floating:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px; }
    .btn-floating.btn-sm i {
      font-size: 0.96154rem;
      line-height: 36.15385px; }
  .btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px; }
    .btn-floating.btn-lg i {
      font-size: 1.625rem;
      line-height: 61.1px; }