/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

@media screen and (min-width: 768px) {

	body {
	  margin-bottom: 80px;
	}
	
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 80px;
	  padding: 22px 0;
	  background-color: #f5f5f5;
	}

}
	
@media screen and (max-width: 767px) {

	body {
	  margin-bottom: 80px;
	}
	
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 80px;
	  padding: 22px 0;
	  background-color: #F5F5F5;
	}

}