#footer {
  border-top: 2px solid #CCC;
  background: #F5F5F5;
  padding: 25px 0 0;
}
#footer h1,
#footer h2,
#footer h3 {
  color: #000;
  margin: 0;
}
#footer ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  color: #000;
  margin: 0;
  padding: 0;
}
#footer ul li a {
  color: #000;
}
#footer ul li i {
  margin-right: 10px;
  color: #0072bc;
}
#footer ul li.selected a,
#footer ul li a:hover {
  text-decoration: underline;
}

#footer .block {
	width: 50%;
	float: left;
}

#footer #footer_bottom {
  margin-top: 25px;
  border-top: 2px solid #CCC;
  background: #FFF;
  line-height: 50px;
  padding: 10px 0;
  color: #000;
}

#footer #footer_bottom img {
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_bottom div {
    clear: both !important;
    float: none !important;
    text-align: center !important;
  }
  
  #footer .block {
	  width: 100%;
	  float: none;
	  margin-top: 1.65em;
  }
  
  #footer .block:first-child {
	  margin-top: 0 !important;
  }
}