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

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

.footer {

  background-color: #222;
  color: #999 !important;
  position: absolute;
  bottom: 0;
  width: 100%;

  /* Set the fixed height of the footer here */
  height: 270px;
  


}

.footer a, .footer h3, .footer p {
  color: #999;
}


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

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

#footerAdress {
  float: right ;
}

.footerText {
  color: #777777;
  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;
}

.footer hr {
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #555555;
    margin: 1em 0; padding: 0; 
}

