/* Sticky footer styles
-------------------------------------------------- */
html {
 position: relative;
  min-height: 100%;
}
body {
	/* Margin bottom by footer height */
  margin-bottom: 10px;
}
#footer {
	/* position: absolute; */
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
  height: 130px;
	background-color: rgba(0,0,0,0.5);
	
}
.footer2 {
	top: 98%;
}


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




body > .container {
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

body > .container-01 {
	padding-top: 140px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}










