 @charset "utf-8";
.footer-wrapper{
    width: 856px;
    font-size: 12px;
    line-height: 20px;
    margin:20px auto 0;
    background: #fff;
    
}
.footer-address{

}
.footer-address::after{
    content: "";
    display: block;
    clear: both;
}
.logo-footer { 
    float: left;
    margin-right: 50px;
    width: 150px;
}
.logo-footer > img{
    width: 130px;
}

.footer-inner {
    float: left;
    text-align: left;
    width: 406px;
    margin-right: 50px;
}
.footer-row {
    float: left;
    text-align: left;
    width: 200px;
}

.footer-copy {
    color:#666; 
    text-align:center;
    font-size: 11px;
    line-height: 1.5em;
    margin: 30px 0 88px 0;
}

