footer {
  background: #ffffff;
  border: 0;
  padding: 0;
  margin: 0 !important;
  position: absolute;
  bottom: 0;
}
footer .links {
  float: none !important;
}
footer .servicelinks a:hover {
  text-decoration: underline;
}
footer .block h3 {
  margin: 0 0 7px 0;
}
footer .block p {
  margin: 7px 0;
  line-height: 18px;
}
footer .block input {
  border: 1px solid #00a3e0 !important;
  color: #00a3e0;
  text-transform: none;
  font-size: 13px;
}
footer .block input:-ms-input-placeholder {
  color: #00a3e0 !important;
  text-transform: uppercase;
  font-size: 10px;
}
footer .block input::-moz-placeholder {
  color: #00a3e0 !important;
  text-transform: uppercase;
  font-size: 10px;
}
footer .block input:-moz-placeholder {
  color: #00a3e0 !important;
  text-transform: uppercase;
  font-size: 10px;
}
footer .block input::-webkit-input-placeholder {
  color: #00a3e0 !important;
  text-transform: uppercase;
  font-size: 10px;
}
footer .block button {
  background: transparent;
  box-shadow: none;
  color: #00a3e0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  outline: none;
  border: none;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
footer a,
footer a:visited {
  color: #00a3e0 !important;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
footer a:hover,
footer a:visited:hover {
  color: #004377 !important;
}
/*# sourceMappingURL=meledi-footer.css.map */