:root {
  --primary-color: #981f25;
}

@media (max-width: 767px) {
  body {
    margin-bottom: 56px;
  }
  .container {
    padding: 0;
  }
  .floating {
    display: none;
  }
  .floating li a {
    /* display: none; */
    width: 85px;
    height: 85px;
    font-size: 14px;
  }
  .desktop {
    display: none;
  }
  .mobile-button {
    width: 100%;
    background: var(--primary-color);
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 100;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.6);
    align-items: center;
  }
  .mobile-button ul {
    width: 100%;
    margin: 5px 0;
    display: flex;
  }
  .mobile-button ul li {
    flex: 1 1 auto;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobile-button ul li:last-of-type {
    border-right: 0;
  }
  .mobile-button ul li a {
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: block;
    text-decoration: none;
  }
  .mobile-button ul li a .icon {
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
  }
}/*# sourceMappingURL=style_rwd.css.map */