#search-result {
    position: absolute;
    background: #fff;
    list-style: none;
    font-size: 13px;
    top: 20px;
    left: 5px;
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #d1d1d1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#search-result:before {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -25px;
    width: 0
}

#search-result:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -24px;
    width: 0;
    z-index: 999
}

#search-result li {
    margin: 0
}

#search-result li.standard a:before,
#search-result li.video a:before,
#search-result li.faq a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px 0 0
}

#search-result li.standard a:before {
    /* content: "\f0f6" /* fa-file-text-o */
    content: url("svg/file-text.svg");
    width: 1.1em;
    height: 1.1em;
    opacity: 0.73;
}

#search-result li.video a:before {
    /* content: "\f008"; /* fa-film */
    content: url("svg/film.svg");
    width: 1.1em;
    height: 1.1em;
    opacity: 0.73;
    font-size: 12px
}

#search-result li.faq a:before {
    /* content: "\f059" /* fa-question-circle */
    content: url("svg/help-circle.svg");
    width: 1.1em;
    height: 1.1em;
    opacity: 0.73;
}

#search-result li:last-child {
    margin: 0
}

#search-result a {
    display: block;
    color: #444;
    padding: 5px 10px;
    white-space: nowrap
}

#search-result a:hover {
    text-decoration: none;
    background: #F5F5F5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px ;
    border-radius: 6px
}

#search-result img {
    vertical-align: middle;
    margin: 0 10px 0 0
}

#search-result .nothing-here {
    padding: 0 5px
}

#jquery-live-search {
    overflow: visible!important
}

