/* Modal search
------------------------------------ */
#searchmodal {
    box-shadow: none;
    border: transparent;
    color: #eee;
}

#searchmodal p { padding: 10px 0; }

#searchmodal .modal-header {
    border: transparent;
    padding: 0;
}

#searchmodal button.close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    padding: 10px;
    font-size: 40px;
}

#searchmodal .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.9;
    filter: alpha(opacity=80);
}
#searchmodal .input-term {
    height: auto;
    padding: 10px 16px;
    font-size: 60px;
    background: transparent;
    border-color: transparent;
    color: #fff;
}

#searchmodal button.close:focus,
#searchmodal .input-term:focus,
#searchmodal .button-search:focus {
    box-shadow: none;
    outline: none;
}
#searchmodal .button-search {
    background: transparent;
    color: #fff;
    font-size: 30px;
}
