#searchbox {
    margin-top:10px;
}
@media (min-width: 768px) {
    #searchbox {
        margin-top: 2.5rem;
    }
}
/* block top search */
#searchbox [type="submit"] {
    font-family: FontAwesome;
    position:absolute;
    right:0;
    content: "\f002";
    width:65px;
    height:45px;
    font-size:20px;
    border: 1px solid #dbdbdb;
    color:#222222;
    background-color:#f8f8f8;
    margin-right: 10px;
    border-radius: 0 30px 30px 0!important;
}
#search_query_top {
    height:45px;
    background-color:#fff;
    color:#222222;
    border:0;
    padding-left:20px;
    width:100%;
    border: 1px solid #dbdbdb;
    border-radius: 30px!important;
}
.ac_results img {
    padding:15px 0 15px 15px;
}
.ac_results {
    padding: 10px !important;
    border-color:#ededed !important;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.5);
}
.ac_results .category {
    color:#aaa;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:15px;
}
@media (max-width:767px) {
    .ac_results .category {
        float: right;
        margin-top:5px;
        margin-bottom:5px;
    }
    .ac_results h3 {
        padding-bottom:5px;
        padding-top:5px;
    }
}