body {
  /*min-height: 2000px;*/
  padding-top: 70px;
}
html{
	 position: relative;
	 min-height: 100%;}
	 #footer {
		 border-top:#CFCFCF solid 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #EFEFEF;
  /*color:#000;*/
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.containerFooter {
  width: auto;
  max-width: 100%;
  padding: 0 15px;
}
.containerFooter .text-muted {
  margin: 20px 0;
}
