.aa-dropdown-menu {
    /* we set the width in JS */
    font-family: sans-serif;
    z-index: 999999;
     background:#333;
 
	width:100%;
	border:#333  solid 1px;
	   border-top: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 1px 2px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.35);
}



.algolia-autocomplete {

    float: left;
	position:relative;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .aa-dropdown-menu {
        min-width: inherit;
        max-width: inherit;
        width: 70%;
    }
}

.aa-dropdown-menu .aa-input, .aa-dropdown-menu .aa-hint {
    width: 100%;
}
.aa-dropdown-menu .aa-hint {
    color: #999;
}

/* Font */
.aa-dropdown-menu {
    color: #fff;
    font-size: 12px;
}

.aa-dropdown-menu a {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.aa-dropdown-menu a:hover {
    text-decoration: none;
}

/* Header */
.aa-dropdown-menu .autocomplete-header {
    margin: 0 14px;
    line-height: 3em;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more
{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-title {
    float: left;
}

.aa-dropdown-menu .autocomplete-header-more {
    float: right;
}

.aa-dropdown-menu .autocomplete-header-more a {
    color: rgba(255,255,255,.3);
    font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-more a:hover {
    color:  rgba(255,255,255,.4);
}

/* Suggestion */

.aa-dropdown-menu .aa-suggestion {
border-bottom: 1px solid #1946ba ; 
 float: left;
 padding: 10px 0; 
 width: 100%;
 cursor: pointer;  

 display: block;

}
.aa-dropdown-menu .aa-suggestion:hover{ background: #444444 !important ;}

.aa-dropdown-menu .aa-suggestion:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*
.aa-dropdown-menu .aa-suggestion em {
    color: #174d8c;
    background: rgba(143,187,237,.1);
    font-style: normal;
}
*/

.aa-dropdown-menu .aa-suggestion em{    font-style: normal !important;}
.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
    color: #63676d;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
    padding: 0 0 1px;
    background: inherit;
    box-shadow: inset 0 -2px 0 0 rgba(69,142,225,.8);
    color: inherit;
}

.aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #f9f9f9;

}

.aa-dropdown-menu a.suggestion-link {
    display: block;
    padding: 0 14px;
	color:#fff;
}


.aa-dropdown-menu a.suggestion-link.user-suggestion-link {
    line-height: 32px;
}


.aa-dropdown-menu a.suggestion-link svg {
    vertical-align: middle;
    fill: rgba(0,0,0,.3);
    float: left;
}

.aa-dropdown-menu .suggestion-post-thumbnail {
    border-radius: 0;
    float: left;
    height: 42px;
    margin-bottom: 0;
    margin-left: -3px;
    margin-right: 10px;
    width: 42px;
}


.suggestion-post-attributes{ font-size:12px; font-weight:normal;}

.aa-dropdown-menu .aa-suggestion .suggestion-post-title{font-size:12px; font-weight:bold; font-style:normal;}
.aa-dropdown-menu .suggestion-user-thumbnail {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 16px;
    width: 32px;
    height: 32px;
}

/* Footer */
.aa-dropdown-menu .autocomplete-footer-branding {
    padding: 15px 14px 0px;
    float: right;
    color: rgba(0,0,0,.3);
    margin-bottom: 7px;
}

.aa-dropdown-menu .autocomplete-footer-branding .algolia-logo {
    width: 55px;
    vertical-align: top;
}

/* Clearfix */
.aa-dropdown-menu .clear {
    clear: both;
}

/* Empty */
.autocomplete-empty {
    clear: both;
    padding: 15px;
}

.autocomplete-empty .empty-query {
    font-weight: bold;
	
}
.autocomplete-footer{text-align:center;margin-bottom:15px;float:left;width:100%;}

.more-container{
    margin: 0 auto;
    width:90%;
}

.moreButton{
    width: 100%;
    display: inline-block;
    word-break: normal;
     background: #fcce01;
    border: medium none;
    color: #000 !important;
    cursor: pointer;
    font-weight: bold !important;
    padding: 7px 14px;
}

.autocomplete-header{ display:none;}


.autocomplete-footer {
    float: left;
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.start-search-form input[type="search"]{ width:100% !important;}

.comment-form .input-group-btn:last-child > input[type="submit"], .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    position: relative;
    right: 35px;
    z-index: 2;
}