.row_32 {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#212121;
    padding-top:20px;
    padding-bottom:20px;
}
.row_31 {
    clear: both;
    width: auto;
    min-height: 100px;
    padding-top:20px;
    padding-bottom:20px;
    background-color:#f2f3f4;
}
#wp_widget0 {
    position:fixed;
    bottom:10px;
    right:10px;
    display:inline-block;
    cursor:pointer;
    background-image:url("../images/back_to_top_bkg.png");
    width:50px;
    height:50px;
    background-repeat: no-repeat;
    background-position:center center;
    background-color:#C4C5C7;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
p.footer_copy_2 {
    font-size: 13px;
    text-transform:uppercase;
    font-weight:400;
    text-align:center;
}
a.anchor1 {
    font-size: 13px;
}
.footer {
    min-height:300px;
}
@media only screen and (min-width : 768px) {
    .row_31 {
        min-height: 109px;
    }
    .row_32 {
        min-height: 0px;
    }
    .footer {
        min-height: 200px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_32 {
        clear: both;
        width: auto;
    }
    .row_31 {
        clear: both;
        width: auto;
        min-height:109px;
    }
    .footer {
        min-height: 200px;
    }
}