.footer { width: 100%; height: 223px; background-color: rgb(239, 239, 239); position: relative; }
.footer-container { display: flex; width: 100%; margin: auto; top: 30%; position: absolute; }
.footer-container-image { margin: auto; }
.footer-container-rightdir { margin: 35px auto auto; }
.footer-container-rightdir-rights { font-family: Lato; color: rgb(55, 55, 55); font-size: 12px; font-weight: 400; display: block; text-align: center; margin-top: 10px; }
.footer-container-rightdir-dir { font-family: Lato; color: rgb(55, 55, 55); font-size: 14px; 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: rgb(55, 55, 55); }
.footer-container-rightdir-dir > #margin { margin-right: 8px; margin-left: 8px; }
.footer-container-newsletter { border-radius: 20px; border-width: 1px; border-color: rgb(204, 204, 204); border-style: solid; background-color: rgb(255, 255, 255); width: 298px; height: 38px; margin: auto; }
.footer-container-social { display: flex; margin: auto; }
.footer-container-social-icon { font-family: FontAwesome; color: rgb(55, 55, 55); font-size: 14px; font-weight: 400; text-align: center; }
.footer-container-social-icon > i { margin-right: 15px; }
.footer-bow { width: 100%; height: 5px; background: transparent linear-gradient(90deg, rgb(253, 115, 0) 5%, rgb(203, 0, 67) 35%, rgb(89, 0, 218) 64%, rgb(0, 121, 255) 94%) repeat scroll 0% 0%; }
.footersmall { width: 100%; height: 170px; background-color: rgb(239, 239, 239); position: absolute; display: none; }
.footersmall-container { display: block; width: 100%; }
.footersmall-container-dir { text-align: center; margin-top: 15px; font-family: Lato; color: rgb(58, 58, 58); font-size: 14px; font-weight: 700; }
.footersmall-container-dir > #margin { margin-right: 8px; margin-left: 8px; }
.footersmall-container-dir > a { text-decoration: none; color: rgb(58, 58, 58); }
.footersmall-container-top { display: flex; justify-content: center; margin: 20px auto 10px; }
.footersmall-container-top-social { display: flex; }
.footersmall-container-top-social-icons { font-family: FontAwesome; color: rgb(55, 55, 55); font-size: 16px; font-weight: 400; text-align: center; margin: 18px auto auto; }
.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: rgb(204, 204, 204); border-style: solid; background-color: rgb(255, 255, 255); width: 300px; height: 38px; margin: auto; }
.footersmall-container-bot { font-family: Lato; color: rgb(55, 55, 55); font-size: 12px; font-weight: 400; margin: 20px auto auto; width: 89%; text-align: center; }
@media screen and (max-width: 850px) {
  .footersmall { display: block; }
  .footer { display: none; }
}
