.footer-top-container,
.footer-top,
.footer-center-container,
.footer-center {
  background: #000000 !important;
  /* var base !important*/
}
.footer-top-container,
.footer-center-container {
  border: none;
}
.footer-center {
  border-top: 1px solid #262626;
  /* var base-light */
}
.footer-top {
  padding: 10px 0;
}
.footer-elements > div {
  vertical-align: middle !important;
}
.footer-elements > div:nth-child(2) > .box-footer-column {
  text-align: center;
}
.footermenuhorizontally ul li {
  margin: 0;
}
.footermenuhorizontally ul a,
.footermenuhorizontally ul span {
  color: #fff;
}
.footermenuhorizontally ul a:hover {
  color: #fff;
  text-decoration: underline;
}
.footerfeedback-open {
  background: #4055e1;
  /* var secondary */
}
.footercontact-item {
  margin: 0 0 5px;
}
.footercontact-item i {
  color: #fff;
}
.footercontact-item p {
  color: #fff;
}
.footercontact-item a {
  color: #fff;
}
.footercontact-item.phone i {
  font-size: 20px;
}
.footercontact-item.phone p {
  font-size: 18px;
}
.copyrightsite {
  color: #fff;
  font-size: 14px;
}
.copyrightdev a {
  color: #262626;
  /* var base-light */
  font-size: 12px;
}
.footer-center .ui-grid > * > .box-footer-column > .copyrightsite,
.footer-center .ui-grid > * > .box-footer-column > .copyrightdev {
  display: block;
}
.footersocialbutton-item a {
  background: #fff;
  color: #000000;
  /* var base */
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.footersocialbutton-item a:hover {
  background: #fff;
  color: #3c3c3c;
  /* var text-color */
}
.box-footer-top,
.box-footer .box-footer-top-button:after {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .box-footer.footermenuhorizontally {
    max-height: inherit;
    border: none;
  }
  .box-footer.footermenuhorizontally .box-footer-top {
    padding: 0;
    display: none !important;
  }
  .box-footer.footermenuhorizontally .box-footer-middle {
    padding: 0 10px;
  }
  .footermenuhorizontally-list a {
    padding: 5px 10px 5px 0;
  }
  .copyrightsite,
  .copyrightdev {
    padding: 5px 10px !important;
  }
  .footercontact {
    text-align: left;
  }
  .box-footer.box-footer-openable {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .box-footer.box-footer-openable.footermenuhorizontally {
    border: none;
  }
}
