.footer {
    background-color: #006ab3;
    margin-top: 50px;
}

.footer_content {
	width: 100%;
	height: 0;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}

.footer_content:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
    opacity: 1;
    background: none no-repeat center bottom #006ab3;
    background-size: cover;
}

.footer_left{
    width: 100%;
}

.footer_right{
    width: 100%;
    text-align: center;
}

.footer_text a:focus,
.footer_text a:hover,
.footer_text a:active {
    text-transform: none;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}

.footer_container .footer_text {
    display: block;
    position: relative;
    color: #ffffff;
    margin-top: -95px;
    padding-top: 10px;
    padding-left: 1px;
    z-index: 2;
}

.footer_container .footer_objects {
    display: inline-block;
    position: relative;
    margin-top: -10px;
    z-index: 2;
}

.footer_text{
    text-align: center;
    font-size: 15px;
}

.footer_container .cards {
    padding: 20px;
    float: left;
}

.footer_container .logos {
    padding: 20px 0 20px 20px;
    float: left;
}

.footer_container .logos img {
    width: auto;
    height: 30px;
    padding-left: 4px;
}

.footer_demo{
    background-color: #000000;
}

.button_footer {
    text-align: right;
}

.button_submit_footer {
    margin: 0;
}