.footer-box {
  width: 100%;
  color: #96785f;
  min-width: 1280px;
}

.footer-social {
  width: 100%;
  height: 100px;
  background: url("../images/footer-social-bg-pattern.jpg") center repeat;
}

.footer-social-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer-social-links a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social-links a:hover {
  opacity: 0.8;
}

.footer-main {
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3f2e20;
}

.footer-inner {
  width: 1280px;
  height: 106px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 12px;
  color: #96785f;
  height: 106px;
}

.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bof-news {
  width: 278px;
}
.bof-news img {
  width: 100%;
}

.copyright, .footer-links {
  color: #96785f;
  font-size: 12px;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  height: 106px;
  margin-left: 20px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.footer-logo-box {
  margin: 10px 0 0 0;
}

.footer-lager-logo {
  margin-right: 20px;
}

.class-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-links a {
  color: #96785f;
}

.class-txt {
  font-size: 12px;
  color: #96785f;
}

@media (max-width: 768px) {
  .footer-box {
    min-width: 0;
  }
  .footer-inner {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer-links {
    text-align: center;
    margin-top: 10px;
  }
  .footer-center a {
    width: 100%;
  }
  .footer-center a img {
    width: 100%;
  }
  .footer-logo-box {
    text-align: center;
  }
  .footer-logo-box img {
    max-width: 100%;
  }
  .copyright {
    text-align: center;
  }
  .footer-social .footer-inner {
    height: 100px !important;
  }
  .footer-main .footer-inner {
    padding: 10% 7%;
  }
  .footer-left, .footer-right {
    display: block;
    height: auto;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .lager-logo, .class-level {
    margin-bottom: 10px;
  }
  .footer-main {
    height: auto;
  }
  .footer-right {
    margin-top: 10px;
    margin-left: 0;
  }
  .class-level {
    margin: 20px auto 20px auto;
  }
  .footer-lager-logo, .footer-rg-logo {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=footer.css.map */