/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -51px;
  /* Pad bottom by footer height */
  padding: 90px 0 90px;
}

/* Set the fixed height of the footer here */
#footer {
	height: 50px;
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7
}
#footer .container div {
	height: 50px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 50px;
	color:#777;
}
#footer .container .companypage {
	color:#777;
	text-align: left;
	text-decoration:none;
}
#footer .container .company {
	float: right;
}
#footer .container .log {
	width: 25px;
	margin-left: 5px;
}


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

.container .credit {
  margin: 20px 0;
}