.footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-menu .vertical-navigation {
  padding: 0 5px
}

.inc-footer {
  padding: 45px 0 0 0;
  background: #222
}

.inc-footer .website-width {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0 2px 0 2px
}

.footer-address {
  font: normal normal 300 13px/18px "Roboto", sans-serif;
  color: #fff
}

.footer-address a {
  color: #fff
}

.footer-address a:hover {
  color: #EA860E
}

.footer-address p {
  font: normal normal 300 13px/18px "Roboto", sans-serif;
  color: #fff
}

.footer-address strong {
  display: block;
  font: normal normal 300 13px/18px "Roboto", sans-serif;
  font-weight: 400
}

.footer-menu {
  text-align: center
}

.footer-menu ul.vertical-navigation {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left
}

.footer-menu ul.vertical-navigation li {
  color: #fff;
  text-align: left;
  margin: 0
}

.footer-menu ul.vertical-navigation li a {
  font: normal normal 300 13px/18px "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: .3s;
  padding-bottom: 12px
}

.footer-menu ul.vertical-navigation li a:hover {
  color: #EA860E;
  transition: .3s
}

.footer-social-links {
  float: right;
  min-height: 35px;
  padding: 4px 0 0 0
}

.footer-social-links a {
  display: block;
  margin: 0 0 0 30px;
  float: left;
  width: 35px;
  height: 35px;
  transition: .3s;
  color: #fff
}

.footer-social-links a i,
.footer-social-links a:hover i {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 35px;
  transition: .3s
}

.footer-social-links a.yt:hover i {
  color: #e62016;
  transition: .3s
}

.footer-social-links a.li:hover i {
  color: #1d87bd;
  transition: .3s
}

.footer-social-links a.tw:hover i {
  color: #55acee;
  transition: .3s
}

.footer-social-links a.fb:hover i {
  color: #3765a3;
  transition: .3s
}

.etex-footer {
  margin: 140px 0 0 0;
  background: url("images/etex-line.png") no-repeat 40px center;
  height: 40px;
  position: relative
}

.etex-footer .etex-logo {
  float: right;
  height: 40px;
  background: #222 url("images/etex-logo.png") no-repeat right top;
  width: 180px
}

.footer-copyright {
  padding: 0 0 30px 0;
  margin: 0;
  font: normal normal 300 12px/31px "Roboto", sans-serif;
  color: #ccc
}

.footer-copyright a {
  display: inline-block;
  padding: 0;
  font: normal normal 300 12px/31px "Roboto", sans-serif;
  color: #ccc;
  text-decoration: none
}

@media all and (max-width:543px) {
  .footer-columns .fluid-column[class*="cell"] {
    width: 100%
  }
}

.etex-footer {
  margin: 120px 0 0 0
}

.etex-footer::before {
  content: ' ';
  display: block;
  width: 125px;
  height: 125px;
  background: url("images/logo-grey.png") no-repeat top center;
  position: absolute;
  bottom: 37px;
  left: 0
}

@media all and (max-width:1124px) {
  .footer-social-links a {
    margin: 0 0 0 20px
  }
}

@media all and (max-width:1024px) {
  .etex-footer {
    margin-top: 30px
  }
  .etex-footer::before {
    display: none
  }
  .footer-menu {
    display: none
  }
  footer .fluid-column.cell4 {
    width: 100%;
    float: none;
    min-height: 0
  }
  .inc-footer {
    padding-top: 16px
  }
  .footer-address {
    padding-left: 20px
  }
  .footer-social-links {
    float: none;
    padding-right: 0;
    padding-bottom: 20px
  }
  .etex-footer {
    margin-right: 20px
  }
  .etex-footer::before {
    left: 20px
  }
  .footer-copyright {
    margin: 0 10px 0 20px
  }
}


.footer {
  background: #222;
  padding: 45px 0 0;
  background-size: 100% 100%;
  margin: 0;
  box-sizing: border-box
}

.footer * {
  box-sizing: border-box
}

.footer__content {
  background: #222;
  padding: 0;
  max-width: 1000px;
  color: #fff;
  background-size: 100% 100%
}

.footer-content__address {
  line-height: 18px;
  width: 25%;
  float: left
}

.footer-content__address a {
  color: #fff;
  text-decoration: none
}

.footer-content__nav {
  text-align: left;
  float: left;
  width: 75%
}

.footer-content__address+.footer-content__nav {
  width: 50%
}

.footer-content-nav__column {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 33%;
  float: left
}

.footer-content-nav__column .footer-content-nav__column-group {
  margin-bottom: 10px
}

.footer-content-nav__column .footer-content-nav__item {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0
}

.footer-content-nav-column-item__content {
  color: #fff;
  font-weight: normal
}

.footer-content-nav-column-item__content--link {
  text-decoration: none
}

.footer-content-nav-column-item__content--link:visited {
  color: #fff
}

.footer-content-nav-column-item__content--link:hover {
  color: #EA860E
}

.footer-content-nav-column-item__content--title {
  font-weight: bold
}

.footer-content__social {
  width: 25%;
  float: right
}

.footer-content-social__link {
  background: #222;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  float: left;
  margin: 0 14px 14px 14px;
  line-height: 35px;
  font-size: 35px;
  text-align: center;
  color: #fff
}

.footer-content-social__link:visited {
  color: #fff
}

.footer-content-social__link:hover {
  background-color: #222;
  color: #fff
}

.footer-content__bottom {
  width: 100%;
  padding-top: 0;
  clear: both
}

.footer__logo-container {
  margin-top: 40px
}

.footer__logo {
  display: inline-block
}

.footer__divider {
  max-width: 1000px;
  margin: 25px 170px 25px 0;
  background: linear-gradient(to right, #222, #fff);
  height: 1px;
  margin-right: 170px
}

.footer__divider::after {
  content: "";
  display: table;
  clear: both
}

.footer-divider__logo {
  float: right;
  height: 35px;
  vertical-align: middle;
  text-align: right;
  background: transparent url(images/etex-logo.png) no-repeat right top;
  width: 180px;
  margin-top: -18px;
  margin-right: -170px
}

.footer__copyrights {
  text-align: left;
  padding: 0 0 30px
}

.footer-copyrights__link {
  padding-right: 10px;
  color: #fff;
  font-size: 12px;
  display: inline
}

.footer-copyrights-link__item {
  color: #ccc
}

.footer-copyrights-link__item:visited {
  color: #ccc
}

.footer-copyrights-link__item:hover {
  color: #EA860E
}

@media(max-width:991px) {
  .footer-content__nav {
    display: none
  }
  .footer__content {
    padding: 35px 22px 0 22px;
    margin: 0;
    max-width: 1024px
  }
  .footer-content__address {
    width: 50%
  }
  .footer-content__social {
    width: 50%;
    text-align: right
  }
  .footer-content-social__link {
    margin-top: 0;
    float: left
  }
}

@media(max-width:767px) {
  .footer__content {
    padding: 35px 10px 0 10px
  }
  .footer-content__address {
    width: 100%
  }
  .footer-content__social {
    width: 100%
  }
  .footer-content-social__link {
    margin-top: 35px
  }
}