.footer {
  background-color: #f2f2f2;
  padding: 30px 0 20px;
  -webkit-box-shadow: 0 -4px 0 #dddddd;
  box-shadow: 0 -4px 0 #dddddd;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 75px;
  }
}

.footer-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 767px) {
  .footer-content {
    flex-direction: row;
  }
}

.country-flags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .country-flags {
    justify-content: center;
    margin-bottom: 0.8em;
  }
}

@media (min-width: 767px) {
  .country-flags {
    order: 2
  }
}

.country-flag {
  display: flex;
  width: 100%;
  border-radius: 4px;
}

.footer-links {
  font-family: "DIN Condensed Bold", sans-serif;
  text-align: left;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-links {
    text-align: center;
  }
}

.footer-links .fa {
  vertical-align: -10%;
}

.footer-copy {
  text-align: left;
  margin-top: 1.2em;
}

@media (max-width: 768px) {
  .footer-copy {
    text-align: center;
    margin-top: 1.2;
  }
}

.footer a,
.footer button {
  margin: auto;
  padding: 0 7px;
  color: #141414;
  transition: all linear 0.2s;
}

.footer a:hover,
.footer button:hover {
  color: #e74642;
  text-decoration: underline
}

.footer-logo {
  display: inline-block;
  width: 100%;
  max-width: 55px;
  margin: 0;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .footer-logo {
    display: inherit;
  }
}

.footer-note {
  font-size: 10px;
  margin-left: 16px;
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer-note {
    display: inherit;
    text-align: center;
    margin-left: 0;
  }
}

.navbar-lang {
  display: flex;
  width: 45px;
  overflow: hidden;
}

.footer form {
  display: inline-block;
}
