
#footer {
  margin-top: 100px;
  background-color: #f2f2f2;
  clear: both;
}

.footer__logo {
  width: 220px;
  padding: 0 28px 4px;
}

.footer__bnr {
  margin-bottom: 30px;
}

.footer__contact {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0px 0px;
  max-width: 1000px;
  position: relative;
}
.footer__contact > p {
  margin: 0px 0px 25px;
  margin: 0px 0px 25px;
}
.footer__contact > p.btn-flat {
  margin-bottom: 35px;
  justify-content: space-around;
  margin-bottom: 10px;
  justify-content: space-around;
}
.footer__contact > small {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  font-size: 10px;
  border-top: solid 1px #E2E2E2;
  letter-spacing: 0;
}
.footer__contact p.privacy-link {
  margin: initial;
  margin-bottom: 10px;
}
.footer__contact p.privacy-link a {
  font-size: 14px;
}

.footer #breadcrumbs {
  display: none;
}
.footer #breadcrumbs a {
  color: #989898;
}
.footer #breadcrumbs span {
  color: #989898;
}

#page-top {
  position: absolute;
  right: -50px;
  bottom: 0px;
  z-index: 5;
  margin: 0;
}

.btn-flat {
  display: flex;
  justify-content: space-around;
}
.btn-flat a {
  color: #333;
  border: solid 1px #989898;
  font-size: 14px;
  width: 320px;
  padding: 12px 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: 10px;
  }
  .footer #breadcrumbs {
    display: block;
    font-size: 11px;
    max-width: 1200px;
    margin: auto;
    color: #989898;
  }
  .footer__contact p.privacy-link {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .footer__logo {
    width: 220px;
    margin: 0 auto 8px;
  }
  .footer__bnr {
    margin-bottom: 0;
  }
  .footer__contact {
    width: 100%;
    transform: translateY(0%);
  }
  .footer__contact > small {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bnr__lists {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .footer #breadcrumbs {
    margin-top: 70px;
    padding: 0 14px;
  }
}/*# sourceMappingURL=footer.css.map */