#nb-search-btn {
    width: 100%;
    border: 0;
    border-radius: 1px;
    height: 36px;
    background: #f0a647 !important;
    padding: .5em 2em;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    transition: .2s all ease-in-out;
    font-size:0.9em;
}
.region-slideshow input, .region-slideshow select {
    width: 100%;
    background: #f1f1f1 !important;
    border: 0 !important;
    border-radius: 1px !important;
    padding: .5em .75em !important;
    height: 36px !important;
    font-size:0.9em !important;
}

.region-slideshow .form-item, .region-slideshow .form-actions  {
    margin: 6px 0;
}
@media (max-width: 576px) {
    .region-slideshow select {
        background: #f1f1f1 url(select.png) 100% 50% no-repeat !important;
        -webkit-appearance: none;
    }

    .region-slideshow input.uidatepicker {
        background: #f1f1f1 url(calendar.png) 100% 50% no-repeat !important;
    }
}