/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
  padding-top: 160px;

}
@media (min-width: 768px) and (max-width: 1198px) {
	body {
		padding-top:200px;
	}
}
/*

@media (max-width: 768px) {
	
	body {
		padding-top:240px;
	}	
}
*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  /*background-color: rgba(51,51,51,.9);*/
}

