/* Sticky-Footer Styles */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
/* alignings */
.algin-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}

.container.main {
	padding-top: 80px;
}


/* Custom Footer Styles */
.footer ul {
	list-style: none;
	padding: 10px 0;
}
.footer ul li {
	display: inline-block;
	margin: 0 5px;
}
