#footer {
    clear: both;
    background-color: #c1c1c1;
    padding: 20px;
    color: #767676;
    margin-top: 25px;
}

#footer a {
    text-decoration: none;
    color: #767676;

}

.search {
    float: left;
    margin-left: 15px;
}

.search input {
    margin: 0;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #767676;
    width: 150px;
    border-radius: 8px;
    height: 20px;
    font-size: 13px;
}

.search button {
    background: transparent;
    margin: 0 0 0 -22px;
    padding: 0;
    height: 18px;
}

#footer .menu a {
    font-weight: bold;
    display: block;
    padding: 2px 0;
    color: #707070;
}

#footer .menu{
    padding: 0px 30px 0 20px;
    border-right: 1px solid #d1d1d1;
    min-height: 150px;
}

#footer .menu{
    padding-left: 0;
}


#footer .row > div {
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer .row-1 {
    border-bottom: 1px solid #d1d1d1;
}

#footer .newsletter {
    margin-right: -10px;
    float: right;
}

#footer .newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 200;
}

#footer .newsletter input {
    background-color: #fff;
    height: 25px;
    margin: 5px 0;
    width: 150px;
}

#footer .newsletter button {
    background-color: #737373;
    border-radius: none;
    border: none;
    height: 30px;
    margin: 5px 0;
}
