/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 200px;
}
.footer {
  position: absolute;
  text-align:center;
  padding-top:5px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  background-color: #f5f5f5;
}

/* .lhc-hf-footer {
  padding-left: 30px;
} */

.left-footer {
  display: none;
}

@media ( min-width : 768px) {
  .footer {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .left-footer {
    position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		background-color: #326295;
		border-right: 1px solid #326295;
    height: 123px;
  }
}