.eo_nothing_found,
.eo_search_tabs {
    border-top: 1px solid #e2e2e2
}

.eo_live_search_handler {
    overflow: visible!important;
    position: relative
}

.eo_live_search_handler.is-fetching #s,
.eo_live_search_handler.is-fetching input[type=search],
.eo_live_search_handler.is-fetching input[type=text] {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: .8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@-moz-keyframes blinker {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

@-webkit-keyframes blinker {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

@keyframes blinker {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

.eo_nothing_found {
    padding: 40px 20px
}

.eo_nothing_found i {
    font-size: 3em;
    color: #828282
}

.eo_nothing_found h4 {
    font-size: 1.3em;
    font-weight: 300;
    text-decoration: none
}

.eo_search_tabs .eo_tabs_header {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    background: rgba(240, 240, 240, .5);
    margin: 0;
    font-size: 0
}

.eo_search_tabs .eo_tabs_header li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 0!important
}

.eo_search_tabs .eo_tabs_header li.is-active a {
    background: #ececec
}

.eo_search_tabs .eo_tabs_header li.is-active:after,
.eo_search_tabs .eo_tabs_header li.is-active:before {
    bottom: -1px;
    z-index: 1;
    left: 50%;
    top: initial;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

.eo_search_tabs .eo_tabs_header li.is-active:before {
    border-bottom-color: #e2e2e2;
    border-width: 8px;
    margin-left: -8px
}

.eo_search_tabs .eo_tabs_header li a {
    font-size: 15px;
    padding: 8px 10px;
    display: inline-block;
    outline: 0;
    border-right: 1px solid #e2e2e2;
    color: #565656!important;
    position: relative;
    text-transform: none
}

.eo_search_tabs .eo_tabs_header li a span {
    font-size: .8em;
    margin-left: 5px
}

.eo_search_tabs .eo_tabs_header li a:hover {
    background: #ececec;
    text-decoration: none!important
}

.eo_search_tabs .eo_tabs_header li:first-child a {
    border-left: 1px solid #e2e2e2
}

.eo_search_tabs .eo_tabs_content {
    max-height: 97%;
    overflow-y: auto;
    overflow-x: hidden
}

.eo_search_tabs .eo_tabs_content .eo_tabs_content_inner {
    margin-left: 0;
    -webkit-transition: margin .3s ease-in;
    -moz-transition: margin .3s ease-in;
    transition: margin .3s ease-in
}

.eo_search_tabs .eo_tabs_content .eo_tabs_content_inner .eo_tab_content {
    float: left;
    display: none;
    transform: translateX(100%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.eo_search_tabs .eo_tabs_content .eo_tabs_content_inner .eo_tab_content.is-active {
    display: block;
    transform: translateX(0);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.eo_history_list {
    margin: 0
}

.eo_posts_list {
    margin: 0;
    display: block;
    padding: 0
}

.eo_posts_list li {
display: block;
text-align: left;
list-style-type: none;
padding: 20px 0 20px 0px !important;
border-bottom: 1px solid #e2e2e2;
margin:20px 0 20px 20px !important;
width: 100% !important;
}

.eo_posts_list li a {
    position: relative;
    display: block;
    color: #444
}

.eo_posts_list li a .eo_thumb_wrapper {
/* display: inline-block; */
width: 55px;
text-align: center;
height: 40px;
line-height: 40px;
vertical-align: middle;
margin-right: 15px;
}

.eo_posts_list li a .eo_thumb_wrapper b {
display: block;
font-size: 24px;
color: #FFF;
background: #54b4ff;
/* border-radius: 50% */
width: 55px;
}

.eo_posts_list li a .eo_thumb_wrapper img {
    width: 55px;
    height: 40px;
    border-radius: 0%
}

.eo_posts_list li a h5 {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: normal;
    padding: 0
}

.eo_posts_list li a h5 del,
.eo_posts_list li a h5 span.amount {
    color: #888;
    opacity: 1
}

.eo_posts_list li a h5 ins {
    background: #64b4ff;
    color: #fff;
    border-radius: 3px;
    padding: 2px 6px;
    text-decoration: none
}

.eo_posts_list li a h5 ins span.amount {
    color: #FFF
}

.eo_posts_list li a:after {
    position: absolute;
    right: 0px;
    font-family: Ionicons;
    content: "\f3d1";
    font-size: 2em;
    top: 5px;
    color: #64b4ff;
    line-height: normal;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.eo_posts_list li a:hover {
    color: #64b4ff;
    box-shadow: none!important
}

.eo_posts_list li a:hover:after {
    right: 10px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.eo_posts_list.eo_history_list li a:after {
    top: -5px
}

.eo_custom_popover {
    font-family: Roboto;
    background: rgba(255, 255, 255, .98);
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    z-index: 100;
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.eo_custom_popover .eo_live_search_query {
    padding: 12px 20px 10px;
    position: relative;
    font-size: 1.2em
}

.eo_custom_popover .eo_live_search_query span {
    font-weight: 700
}

.eo_custom_popover .eo_live_search_query a.eo_live_search_control {
    position: absolute;
    box-shadow: none;
    top: 5px;
    font-size: 1.5em;
    color: #64b4ff;
    transform: rotate(0);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.eo_custom_popover .eo_live_search_query a.eo_live_search_control:hover {
    text-decoration: none;
    transform: rotate(360deg);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.eo_custom_popover .eo_live_search_query a.eo_live_search_control#eo_live_search_close {
    right: 20px
}

.eo_custom_popover .eo_live_search_query a.eo_live_search_control#eo_live_search_page {
    right: 50px
}

.eo_custom_popover .eo_live_search_query:after,
.eo_custom_popover .eo_live_search_query:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent transparent #eaeaea;
    border-width: 12px;
    margin-left: -12px
}

.eo_custom_popover .eo_live_search_query:after {
    border-width: 11px;
    margin-left: -11px;
    border-bottom-color: rgba(255, 255, 255, .98)
}

@media screen and (max-width:650px) {
    .eo_custom_popover {
        width: 100%;
        margin-left: 0!important;
        overflow: hidden;
        max-width: 100%
    }
}