
footer {
    width: 100%;
    float: left;
    min-height: 200px;
    background: #fff;
    padding: 40px 0 20px;
    color:#1d1d1b;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border-top: 1px solid var(--border-color);
}

footer a { 
    text-decoration: none;
    color:#b36e89;
}

footer a:hover { 
    color:#8c4b65;
}

footer .item {
    width: calc(25% - 20px);
    float: left;
    padding:0px;
    margin:0 10px;
}

footer h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color:#1d1d1b;
    font-family: var(--headline-font);
    font-weight: 700;
    text-transform: uppercase;
}

footer h4 {
    font-size: 18px;
    margin: 0 0 16px;
    font-style: normal;
    color:#8e8e8e;
    font-weight: 400;
}

footer ul {
    list-style: none;
    margin: 15px 0 20px;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin-right: 5px;
    width:100%;
    font-weight: 500;
    margin: 0px 0px 2px 0;
}

footer ul li a {
    font-size: 15px;
}

.siteinfo {
    width:100%;
    clear: both;
    line-height: 32px;
    color:#fff;
    background:#634e44;
    font-size: 13px;
    position: relative;
    z-index: 1;
    float: left;
}

.samfes {
    float:right;
}

.samfes a {
    color:#ccc;
    text-decoration: none;
    font-weight: 400;
}