.footer_content {
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    min-width: 1000px;
    /* box-shadow: 5px 0px 5px #565656; */
    position: relative;
    z-index: 10;
    line-height: 10px;
    display: none;
    /* opacity: 0.6; */
}
.footer_content a{
	text-decoration:none;
}
.footer_content a:hover{ 
	text-decoration: underline;
}
.footer-container {
    padding: 0 10px 10px 10px;
}

.footer_content span {
    line-height: 26px;
}