/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 270px;
}

.footer {
  background-color: #0a0a0a;
  color: white !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 280px;
  font-size: 14px;
}

.footer a, .footer h3, .footer p, .footer ul li {
  color: white !important;
}


.footer .row:first-child {
  margin-top: 22px;
}

.footer .row:last-child {
  margin-top: 12px;
}

#footerAdress {
  float: right ;
}

.footerText {
  color: white;
  margin-top: 20px;
  text-align: center;
}

.footer .input-group {
  margin-top: 16px;
}

/* Sets the color of the footer input filed */
.footer input[type=text] {
  background-color: #cccccc;
  border-color: #cccccc;
}


