footer .form-control {
    padding: 20px 8px 16px;
    height: 40px;
    line-height: 1.5;
    color: #a8a8a8;
    background-color: #515151;
    border: 2px solid #747474;
    border-radius: 0;
}

footer .btn {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    font-weight: bold;
    font-stretch: condensed;
    border-radius: 0;
    line-height: 1.5;
    padding-top: 10px;
}

footer .btn-grey {
    color: #FFFFFF;
    background-color: #515151;
    border: 2px solid #747474;
    box-shadow: none;
    margin-bottom: 0;
}

/* FOOTER */
footer {
    border-top: 2px solid #8985b5;
}

footer > div:first-child {
    background: linear-gradient(0deg, #181818 85%, #000000);
}

footer > div {
    padding: 28px 30px 0;
}

footer .newsletter label {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 11pt;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 30px;
}

footer .newsletter .input-group > input {
    border-right: 0;
}

footer .newsletter .input-group-btn > input {
    border-left: 0;
}

footer .form-group {
    margin-bottom: 0;
}

footer div.links {
    padding: 35px 30px 20px;
    text-transform: uppercase;
}

footer div.links ul li {
    height: 35px;
}

footer div.links ul li a {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 11pt;
    color: #CCCCCC;
    text-transform: uppercase;
    font-weight: 100;
}
footer div.reinsurance {
    border-bottom: 1px solid #3a3a3a;
    padding: 35px 15px 20px;
}
footer div.reinsurance ul li {
    text-align: center;
}

footer div.reinsurance ul li a {
    color: #b7b7b7;
    font-weight: bold;
}

footer div.credits {
    padding: 18px 20px 0;
}

footer .navbar-brand {
    background-size: 98px;
    width: 98px;
    margin-top: 0;
    padding: 10px;
}

footer .nav-flag {
    margin-top: 4px;
    line-height: 0;
    height: inherit;
}

footer .credits .copyright {
    width: 100%;
    text-align: center;
    color: #6a6a6a;
    font-size: 8pt;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}

footer .nav-flag a, footer .nav-flag a:visited, footer .nav-flag a:active, footer .nav-flag a:focus {
    line-height: inherit;
}