.footer {
    min-height:132px;
    background:none left top repeat scroll rgb(18, 102, 41);
}
.row_20 {
    clear: both;
    min-height: 0px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    background-color:#126629;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 50px;
    }
    .row_20 {
        clear: both;
        min-height: 50px;
        margin-left:auto;
        margin-right:auto;
        width:80%;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height:50px;
    }
    .row_20 {
        right: auto;
        margin-left:auto;
        margin-right:auto;
        min-height:0px;
        width:80%;
    }
}