.language-wrapper .active {
    color: #f19800;
}

.form-group.has-error textarea {
    border-color: #e0040b;
}

.pagination-wrapper .active a {
    background-color: #f19800;
    border-color: #f19800;
    color: #fff;
}

.newsletter-btn {
    border: 0;
    width: 100%;
}

.newsletter-form > div:nth-child(2) {
    margin-left: 0;
    max-width: 225px;
    width: auto;
}

.newsletter-form > div:nth-child(3) {
    margin-left: 20px;
    max-width: 75%;
    width: 100%;
}

.item-flags .flag-blue {
    background-color: #0e6ee0;
}

@media (max-width: 991px) {
    .newsletter-form > div:nth-child(2) {
        max-width: 100%;
    }
}