.footer {
    min-height:100px;
    position:static;
    bottom:0px;
    z-index:1000;
    left:0px;
    right:0px;
}
.full_row_213_wrapper {
    min-height: -255px;
}
.align-inline-wrap1 {
    text-align: center;
}
span.span1 {
    color: #FFFFFF;
    text-align:center;
}
.footerdiv {
    clear: both;
    min-height: 100px;
    background-image:linear-gradient(to bottom, #404040 0%, #FFFFFF 100%);
    background-size:cover;
    position:relative;
    bottom:auto;
    display:block;
    top:0px;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 100px;
        width:100%;
        position:static;
    }
    .full_row_213_wrapper {
        min-height: -296px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 100px;
        width:100%;
        position:static;
    }
    .full_row_213_wrapper {
        min-height: -296px;
    }
}