
/********************* LIVE- SEARCH ***********************************/
#jquery-live-search{
	background-color: #fff;
	z-index: 9999;
}
.hkb-searchresults > li .hkb-searchresults__title {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    /*padding: 0 90px 0 0;*/
	color: #4b4d4d;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.hkb-searchresults {
    background: #fff;
    padding: 0;
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 99;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin: 0;
    padding: 0;
	min-width:431px;
}
.hkb-searchresults > li {
    position: relative;
    padding: 0 10px;
    margin: 0;
}
.hkb-searchresults > li a {
    padding: 6px 0px 6px 10px;
    display: block;
    color: inherit;
    text-decoration: none;
}

.hkb-searchresults > li .hkb-searchresults__excerpt {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
	display:none;
}
.hkb-searchresults > li .hkb-meta {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 11px;
    font-weight: normal;
	display:none;
}
.hkb-meta li {
    float: left;
    margin: 0 0 0 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px;
}
.hkb-meta li:first-child {
    margin-left: 0;
}
.hkb-meta .hkb-meta__usefulness {
    background: #9cc051;
    color: #fff;
}
.hkb-meta li {
    float: left;
    margin: 0 0 0 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px;
}
.hkb-meta .hkb-meta__views:before {
    content: "\f06e";
    color: #6d6d6d;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px;
}
.hkb-searchresults > li.hkb-searchresults__showall, #hkb.hkb-searchresults > li.hkb-searchresults__noresults {
    background: #f7f7f7;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}
.hkb-searchresults > li.hkb-searchresults__showall a{
    display: block;
    padding: 10px;
}
.hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
    content: "\f087";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px;    
}
.hkb-meta .hkb-meta__usefulness:before {
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 3px;
}
.hkb-searchresults > li.hkb-searchresults__article a:before {
    font-family: FontAwesome;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: normal;
}
.hkb-searchresults > li.hkb-searchresults__article a:before {
    content: "\f0f6";
}
.hkb-searchresults > li a {
    padding: 6px 0px 6px 10px;
    display: block;
    color: inherit;
    text-decoration: none;
}
.hkb-searchresults > li.hkb-searchresults__article {
    padding-left: 30px;
}
.live-search-header{
    color: #333;
    font-size: 15px;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    padding: 10px 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	max-width: 433px;
	box-sizing: border-box;
}
/*********************** END OF LIVE SEARCH *********************/