#footer{
/*	position: absolute;*/
	display: block;
	bottom: 0;
	left:0;
	width: 100%;
	height: 150px;
	padding: 15px 0px 15px 0px;
	background-color: #060606;
	color:var(--text-color);
	font-size: 1em;
}
#footer hr{
	clear:both;
	opacity:0.4;
}

#footer .hp_container{
	margin-top:0px !important;
	height:96%;
}

.footer_col{
	vertical-align: top;
	display: inline-block;
	width:100%;
	margin-top:20px;
	line-height: 35px;
	text-align: center;
}

.footer_col span{
	color:rgba(255,255,255,0.6);
}

.footer_col, .footer_col a,#footer_bottom_right a{
	color:rgba(255,255,255,0.6);
	text-decoration: none;
}

.footer_col a:hover,#footer_bottom_right a:hover{
	color:var(--accent-color);
	text-decoration: underline;
}

#footer_bottom_left,#footer_bottom_right{
	position: absolute;
	bottom: 10px;
	color:rgba(255,255,255,0.2);
}

#footer_bottom_left{
	left:0px;
}

#footer_bottom_right{
	right:0px;
}

#footer_bottom_right a{
	font-size: 2em;
	margin:0px 10px 0px 10px;
}
