/* Header */
#masthead:after {
    content: none;
    display: none;
}

/* Campi */
.select2-container--default .select2-selection--single {
    border-color: #d1d1d1;
    border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #d1d1d1;
}
.select2-dropdown {
    border-color: #d1d1d1;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 34px;
    font-size: 14px;
    line-height: 1.7em;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 8px;
    top: 0px;
}
