footer {
    background: #e8b7b2;
    margin-top: 40px;
    color: white;
    border-top: 2px solid #7d4409;
}


footer .container .row {
    margin: 0 -15px;
}

footer .container {
    padding-left: 20px;
    padding-right: 20px;
}

footer .half {
    margin: 0 auto;
}

footer h3 {
    color: white;
}

footer li {
    margin-bottom: 25px;
    font-size: 15px;
}

footer p {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer_contact li {
    display: inline-block;
    padding: 10px 25px 10px 45px;
    font-size: 15px;
    line-height: 17px;
    position: relative;
}

.footer_contact li:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    top: 11px;
    left: 0;
}




.copyright {
    background-color: #de958e;
    padding: 15px;
    width: 100%;
    text-align: center;
}

.copyright_in {
    margin: 0 auto;
}

.copyright_in span {
    padding: 0 3px;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}


