.footer {
    min-height:300px;
    background-color:#4f4f4f;
}
.footer a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #6B6B6B;
}
.footer a:hover {
    color: #333;
    font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footertext1 {
    float: none;
    width: auto;
    min-height: 100px;
    text-align:center;
    padding-top:50px;
}
.footertext2 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_13 {
    float: none;
    width: 100%;
    min-height: 100px;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}
.footertext3 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_16 {
    clear: both;
    width: auto;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 200px;
    }
    .footertext1 {
        float: left;
        width: 33.33%;
        min-height: 200px;
    }
    .footertext2 {
        float: left;
        width: 33.33%;
        min-height: 200px;
    }
    .column_13 {
        float: none;
        min-height: 200px;
        width: 90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
    .footertext3 {
        float: left;
        width: 33.34%;
        min-height: 200px;
    }
    .row_16 {
        clear: both;
        width: auto;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 200px;
    }
    .row_16 {
        clear: both;
        width: auto;
    }
    .footertext1 {
        float: left;
    }
    .footertext2 {
        float: left;
    }
    .column_13 {
        float: none;
        width: 80%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        max-width:1232px;
    }
    .footertext3 {
        float: left;
    }
}