#footer{
    background: #434343;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

#footer .container-fluid{
    max-width: 1100px;
    margin:0 auto;
    padding:40px 0;
}

#footer h3{
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    margin-bottom: 35px;
}

#footer .list a{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    line-height: 2em;
}
#footer .list a:hover{
    color: #4cb04f;
}

#footer #submitFeedback{
    margin-top: 10px;
}
#footer #submitFeedback.active{
    background: #4cb04f;
    color: #fff;
    border:none;
}

#footer #feedback{
    resize: none;
}

@media all and (max-width:970px) {
    #footer h3{
        text-align: center;
    }
    #footer .list p{
        text-align: center;
    }
}