/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer p {
  margin: 20px 0 10px;
}
footer .row {  background-color: #f5f5f5; }
footer {
	background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    bottom: 0;
    color: #666;
    height: 60px;
    position: absolute;
    width: 100%;
}
footer img { margin-top:10px; }

@media (max-width: 992px) {
	body { margin-bottom: 115px; }	
	footer {  height: 115px; }
	footer p {  margin: 10px 0 10px; }
	footer img { margin: 0 ; }
}
