#footer_htmldiv {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#footer_htmldiv .igus080fullscreenbanner {
  background-color: #ececec;
  padding: 0;
  margin: 0;
  color: #433e3e;
}
#footer_htmldiv .fs-orange {
  background-color: #f07d00;
}
.text-orange {
  color: #f07d00;
}
.footer-small-font {
  font-size: 1rem;
  line-height: 1.8rem !important;
  color: rgba(78, 73, 73, 0.5);
}
#footer_htmldiv div[class*='col-'],
#footer_htmldiv div[class^='col-'] {
  padding: 0;
}
#footer_htmldiv h6 {
  font-weight: 700;
  font-size: 1.4rem;
}
#footer_htmldiv h6.not-bold {
  font-weight: 400;
  padding-top: 1rem;
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer_htmldiv .footer-links a {
  color: #433e3e;
  font-size: 1.1rem;
  line-height: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer_htmldiv .footer-links a:hover {
  color: #f07d00;
}
.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
}
#footer_htmldiv .padding-top-2 {
  padding-top: 2rem;
}
#footer_htmldiv .padding-bottom-2 {
  padding-bottom: 2rem;
}
#footer_htmldiv img {
  padding-right: 1rem;
  padding-top: 1rem;
}
.space-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.margin-left {
  margin-left: 4rem !important;
}
.footer-copyright {
  margin-top: 1.3rem;
  font-size: 1.4rem;
}
svg[class*='niftybutton-'],
svg[class^='niftybutton-'] {
  text-decoration: none;
  border: 0;
  width: 36px;
  height: 36px;
  padding: 2px;
  margin: 5px;
  color: #fff;
  border-radius: 0;
  background-color: #f07d00;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
svg[class*='niftybutton-']:hover,
svg[class^='niftybutton-']:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
@media screen and (max-width: 939px) {
  .margin-top-bottom {
    padding-left: 3rem !important;
  }
  .space-evenly {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 719px) {
  .space-evenly {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .margin-left {
    margin-left: 0 !important;
  }
  .margin-top-bottom {
    margin: 3rem 0 3rem 0;
    padding-left: 0 !important;
  }
  .height-15rem {
    height: 15rem;
  }
  .flex-center,
  .flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 535px) {
  .space-evenly {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .margin-left {
    margin-left: 0 !important;
  }
  .margin-top-bottom {
    margin: 3rem 0 3rem 0;
    padding-left: 0 !important;
  }
  .height-15rem {
    height: 15rem;
  }
  .flex-center,
  .flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}