.footer {
    background-color: rgba(41,41,41,0.9);
    color: #fff;
    padding: 60px 0;
}

#patroni { margin-bottom: 10px; margin-top: 20px;}
#patroni h4 { text-transform: uppercase; font-weight: 500; font-family: Montserrat, sans-serif; }
#patroni ul {list-style: none; padding:0; }
#patroni ul li { float:left; padding-right: 15px;}
#patroni ul li img {max-height: 70px;}

#subscriptionForm {
    width: 320px;
}
#subscriptionForm .subscribe-btn {
    float: right;
    width: 80px;
    height: 40px;
    background: #fa6f1c;
    color: #fff;
    border: 0;
    cursor: pointer;
}

#subscriptionForm .subscribe-inner {
    overflow: hidden;
}