.twitter-typeahead {
	width: 100%;
}
.typeahead, .tt-query, .tt-hint {
	width: 100%;
}
.typeahead {
	background-color: #fff;
}
.typeahead:focus {
/*border: 2px solid #0097cf;*/
}
.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
	color: #999
}
.tt-search-menu {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	top: calc( 100% + 10px ) !important;
	margin: 0;
	padding: 5px 0;
	z-index: 500;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.10);
}
.tt-search-menu::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: -6px;
    left: 20px;
    transform: rotate(45deg);
}
html[dir="rtl"] .tt-search-menu::before {
    left: auto;
    right: 20px;
}
.tt-search-suggestion {
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 6px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.tt-search-suggestion:last-child{
	border: none;
}
.tt-search-suggestion:hover {
	background: #f9f9f9;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.tt-search-suggestion > .leftbar {
    width: 35px;
	height: 35px;
	float: left;
	border-radius: 4px;
	background-color: #f6f6f6;
}
.tt-search-suggestion > .rightbar{
	width: calc( 100% - 50px );
	float: right;
	padding: 0 0 0 10px;
}
.tt-search-suggestion > .leftbar img{
	max-width: 100%;
}
.tt-search-suggestion.tt-cursor {
	background-color: #eee;
}
.tt-search-suggestion .tt-search-highlight {
	color: var(--primary-hover-color);
}
html[dir="rtl"] .tt-search-suggestion > .rightbar{
	padding: 0 10px 0 0;
}

/*============== Auto complete code =====================*/

.c-autocomplete__list.-visible {
	display: block;
}
.c-autocomplete__list {
	overflow: hidden;
}
.sb-autocomplete__list {
	width: 100%;
	max-height: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -2px;
	overflow-y: visible;
	color: #383838;
	border-color: #07c;
}
.c-autocomplete__list {
	display: none;
	position: absolute;
	z-index: 110;
	min-width: 70%;
	padding: 0;
	margin: 2px 0 0 0;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 10px 15px rgba(0,0,0,0.15);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1), 0 10px 15px rgba(0,0,0,0.15);
	border-color: #66afe9;
	border: 1px solid #eeeeee;
	padding-bottom: 8px;
	padding-top: 9px;
	width: auto;
	left: 0;
	right: 0;
	max-width: unset;
}
.c-autocomplete__list li:first-child {
}
.sb-autocomplete__item {
	padding: 7px 5px;
	font-size: 14px;
}
.c-autocomplete__item {
	position: relative;
	margin: 0;
	padding: 4px 6px;
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
}
.sb-autocomplete__list {
	color: #383838;
	width: 500px;
	top: 60px;
}
.c-autocomplete__item {
	list-style-type: none;
	white-space: nowrap;
}
.sb-autocomplete__list--loading .sb-autocomplete__item-placeholder-text {
	display: inline-block;
	background-color: #ededed;
	width: 65px;
	height: 16px;
	border-radius: 3px;
	margin-right: 5px;
}
.c-autocomplete__item span:hover {
	cursor: pointer;
}
.search-box .form-control.typeahead {
	margin-bottom: 0;
}

.c-autocomplete__list li > span, 
.c-autocomplete__list li > .sug-col-left span, 
.c-autocomplete__list li > .sug-col-right .sp-1, 
.c-autocomplete__list li > .sug-col-right .sp-2 {
	-webkit-animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: loaderanimation;
	-webkit-animation-timing-function: linear;
	-moz-animation-duration: 1.25s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: infinite;
	-moz-animation-name: loaderanimation;
	-moz-animation-timing-function: linear;
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: loaderanimation;
	animation-timing-function: linear;
	background: linear-gradient(to right, #ddd 8%, #F0F0F0 18%, #ddd 33%);
	background-size: 800px 104px;
	position: relative !important;
}
@-webkit-keyframes loaderanimation {
 0% {
 background-position: -468px 0;
}
 100% {
 background-position: 468px 0;
}
}
@-moz-keyframes loaderanimation {
 0% {
 background-position: -468px 0;
}
 100% {
 background-position: 468px 0;
}
}
@keyframes loaderanimation {
 0% {
 background-position: -468px 0;
}
 100% {
 background-position: 468px 0;
}
}
