/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 110px;
}
.footer-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  /*z-index: 9999;*/
  border-top: 1px solid #c2c2c2;
}
.footer-sidebar {
	position: fixed;
	bottom: 30px;
	width: 25%;
	height: 60px;
	/*z-index: 9994;*/
	background-color: #f5f5f5;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	padding: 10px;
}

@media(max-width:767px) {
	.footer-sidebar {
	position: fixed;
	bottom: 30px;
	width: 100%;
	height: 60px;
	z-index: 9999;
	background-color: #f5f5f5;
	border-top: 1px solid #c2c2c2;
    border-right: 0 solid #c2c2c2;
	padding: 10px;
}
}

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

.container {
  width: auto;
  padding: 2px 15px 0 15px;
}
.container .text-muted {
  margin: 6px 0;
}
