/*********** btf=below the fold */

/* footer */
.footer p {
  text-align: left;
}
.footer a {
  text-decoration: none;
  /*color: #333;*/
  border-bottom: 0;
}
.footer {
  margin: 20px 0px 0px 0px;
  text-align: left;
  padding: 30px 10px 10px 10px;
  /*background: #f1f1f1;
  border-top: solid 2px #ddd;*/
  border-top: solid 1px #555;
  background: linear-gradient(to bottom, #636d78, #666);
  min-height: 100px;
  line-height: 25px;
}
div.footer h4,
div.footer h3,
div.footer a,
div.footer {
  color: #f1f1f1;
}
div.footer hr {
  border-color:#575757;
}

.breadcrumbs {
  float: right;
  padding: 5px 10px 5px 20px;
  border-bottom: solid 1px #bbc;
  border-radius: 5px;
}


@media screen and (max-width:600px){
  .footer{ font-size: 23px; line-height: 40px; }
}

