.footer {
  width: 100%;
  height: 223px;
  background-color: #efefef;
  position: relative;
}
.footer-container {
  display: flex;
  width: 100%;
  margin: auto;
  top: 30%;
  position: absolute;
}
.footer-container-image {
  margin: auto;
}
.footer-container-rightdir {
  margin: auto;
  margin-top: 35px;
}
.footer-container-rightdir-rights {
  font-family: Lato;
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.footer-container-rightdir-dir {
  font-family: Lato;
  color: #373737;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 13px;
}
.footer-container-rightdir-dir > span {
  font-weight: 400;
  margin-right: 8px;
}
.footer-container-rightdir-dir > a {
  text-decoration: none;
  color: #373737;
}
.footer-container-rightdir-dir > #margin {
  margin-right: 8px;
  margin-left: 8px;
}
.footer-container-newsletter {
  border-radius: 20px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background-color: #ffffff;
  width: 298px;
  height: 38px;
  margin: auto;
}
.footer-container-social {
  display: flex;
  margin: auto;
}
.footer-container-social-icon {
  font-family: FontAwesome;
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.footer-container-social-icon > i {
  margin-right: 15px;
}
.footer-bow {
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(0deg, #fd7300 5%, #cb0043 35%, #5900da 64%, #0079ff 94%);
  background: -moz-linear-gradient(0deg, #fd7300 5%, #cb0043 35%, #5900da 64%, #0079ff 94%);
  background: -o-linear-gradient(0deg, #fd7300 5%, #cb0043 35%, #5900da 64%, #0079ff 94%);
  background: -ms-linear-gradient(0deg, #fd7300 5%, #cb0043 35%, #5900da 64%, #0079ff 94%);
  background: linear-gradient(90deg, #fd7300 5%, #cb0043 35%, #5900da 64%, #0079ff 94%);
}
.footersmall {
  width: 100%;
  height: 170px;
  background-color: #efefef;
  position: absolute;
  display: none;
}
.footersmall-container {
  display: block;
  width: 100%;
}
.footersmall-container-dir {
  text-align: center;
  margin-top: 15px;
  font-family: Lato;
  color: #3a3a3a;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 700;
}
.footersmall-container-dir > #margin {
  margin-right: 8px;
  margin-left: 8px;
}
.footersmall-container-dir > a {
  text-decoration: none;
  color: #3a3a3a;
}
.footersmall-container-top {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 20px;
}
.footersmall-container-top-social {
  display: flex;
}
.footersmall-container-top-social-icons {
  font-family: FontAwesome;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  margin-top: 18px;
}
.footersmall-container-top-social-icons > i {
  margin-right: 15px;
}
.footersmall-container-top-image {
  margin-right: 30px;
}
.footersmall-container-middle {
  border-radius: 20px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background-color: #ffffff;
  width: 300px;
  height: 38px;
  margin: auto;
}
.footersmall-container-bot {
  font-family: Lato;
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  margin: auto;
  width: 89%;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .footersmall {
    display: block;
  }
  .footer {
    display: none;
  }
}
