

/* search bar */
#top_search_form {
    width: 100%;
    position: relative;
}
#top_search_form #top_search_input,
#top_search_form #top_search_btn {
    font-size: 1.2em;
}
#top_search_form #top_search_input {
    width: 90%;
}
#top_search_form #top_search_btn {
    width: 10%;
    border-left: none;
}
#top_search_form #top_search_btn .fa-search {
    padding-left: 0;
    padding-right: 0;
    vertical-align: baseline;
}
#top_search_form #top_search_back.focused #top_search_btn {
    color: #FFF;
}
#top_search_back {
    margin: 0 2px;
    width: 100%;
    position: relative;
}
#top_search_back button {
    cursor: pointer;
}
#top_search_box {
    margin-top: 4px;
    top: 100%;
    right: 0;
    position: absolute;
    display: none;
    z-index: 21;
    margin-left: 5px;
    width: 100%;
    min-width: 250px;
    padding: 4px 2px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0 none;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: display 1s linear 2s; /* For Safari 3.1 to 6.0 */
    transition: diplay 1s linear 2s;
}
#top_search_box .arrow-up-inner,
#top_search_box .arrow-up-outer,
#top_search_box .arrow-left-inner,
#top_search_box .arrow-left-outer,
#top_search_box .arrow-right-inner,
#top_search_box .arrow-right-outer {
    width: 0;
    height: 0;
    position: absolute;
}
#top_search_box .arrow-right-inner,
#top_search_box .arrow-right-outer {
    right: -9px;
}
#top_search_box .arrow-left-inner,
#top_search_box .arrow-left-outer {
    left: -9px;
}
#top_search_box .arrow-right-outer,
#top_search_box .arrow-left-outer {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#top_search_box .arrow-right-inner,
#top_search_box .arrow-left-inner {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
#top_search_box .arrow-right-outer {
    border-left: 8px solid #aaa;
}
#top_search_box .arrow-right-inner {
    border-left: 9px solid white;
}
#top_search_box .arrow-left-outer {
    border-right: 8px solid #aaa;
}
#top_search_box .arrow-left-inner {
    border-right: 9px solid white;
}
#top_search_box .arrow-up-outer {
    top: -9px;
    right: 99px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #aaa;
}
#top_search_box .arrow-up-inner {
    top: -8px;
    right: 100px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white;
}
#top_search_box .top-search-separtor {
    margin: 4px;
    padding-bottom: 4px;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
#top_search_box .top-search-separtor a {
    display: block;
}
#top_search_box .top-search-entry {
    position: relative;
    clear: both;
    text-align: left;
}
#top_search_box .top-search-adv {
    clear: both;
    border-top: 1px solid #ccc;
    text-align: center;
}
#top_search_box .top-search-adv button {
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 0;
}
#top_search_box .top-search-adv button,
#top_search_box .top-search-loading,
#top_search_box .top-search-characters-msg {
    font-weight: bold;
    font-size: 1.3em;
}
#top_search_box .top-search-entry-link {
    padding: 6px 15px 6px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}
#top_search_box .top-search-entry-link img {
    width: 50px;
    margin-right: 10px;
}
#top_search_box .top-search-entry-link span {
    overflow: hidden;
    font-weight: 600;
    font-size: 1.2em;
}
#top_search_box .top-search-loading,
#top_search_box .top-search-characters-msg {
    text-align: center;
    color: #aaa;
    font-size: 1.2em;
}
#top_search_box .top-search-annotations {
    position: absolute;
    display: none;
    width: 100%;
    top: 15%;
    padding: 4px 2px;
    border: 1px solid #eee;
    border-left: 0 none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: display 1s linear 2s; /* For Safari 3.1 to 6.0 */
    transition: diplay 1s linear 2s;
}
#top_search_box .top-search-annotations a {
    float: left;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding-left: 4px;
    width: 100%;
}
#top_search_box .top-search-entry .arrow-left,
#top_search_box .top-search-entry .arrow-right {
    top: 15%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    filter: Alpha(Opacity=60);
    opacity: .6;
}
#top_search_box .top-search-entry .arrow-right {
    right: 0;
    border-left: 13px solid #eee;
}
#top_search_box .top-search-entry .arrow-left {
    left: 0;
    border-right: 13px solid #eee;
}
#top_search_box .top-search-entry:hover a,
#top_search_box .top-search-adv:hover,
#top_search_box .top-search-adv:hover button,
#top_search_box .top-search-annotations a:hover {
    cursor: pointer;
}