#search_block_top {
    text-align:center;
    min-height: 0;
}
#search_block_top .field-search{
    border: 1px solid #dcdcdc;
    margin-top: 20px;
    max-width: 490px;
    margin-left: 50px;
}
#search_block_top #searchbox {
  border: 1px solid #ffffff;
    display: block;
    position: relative;
	min-height:35px;
	text-align:right;
	max-width:490px;
}

.ac_results img{float:left; margin-right:20px;}
#search_block_top .btn.button-search {
    background: none repeat scroll 0 0 transparent;
    color: #555555;
    height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    padding:0;
    width: 35px; }
#search_block_top .btn.button-search span {
    display: none; }
#search_block_top .btn.button-search.active{
    background:none;
}

#search_block_top .input-group-btn{
	display:inline-block;	
	position:absolute;
	left:0;
	top:0;
}
#search_block_top .input-group-btn select{
   /*-moz-appearance: none;*/
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
	height:35px;
	line-height:35px;
	position:relative;
	padding:0 15px;
}
#search_block_top .input-group-btn select label{
border:none;	
}
#search_block_top .input-group-btn select:after{
	font-family: "FontAwesome";
	content: "\f0dd";
	position:absolute;
	right:0;
}
#search_block_top .input-group-btn select option{
	padding:3px 15px;	
	padding-right:0;
}
#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    color:#626060;
    width: 100%;
    text-align: center; }
#search_block_top .btn.button-search:hover {
    color: #6f6f6f; }
#search_block_top #search_query_top {
    display: inline-block;
    padding: 0 50px 0 15px;
    height: 35px;
    margin-right: 0px; 
    font-size:14px;
	max-width:490px;
    color:#4e4e4e;
}
.ac_odd{
	background:none;	
}
.ac_results {
	margin-top:5px;
    background: transparent!important;
    border:0;
    -moz-box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    -webkit-box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;;
    box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
}
.ac_results li {
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px 15px 17px;
    border-color: #fff;
	border-bottom:1px solid #dcdcdc;
	box-shadow:0 1px #ffffff;
}
.ac_results li.ac_over, .ac_results li:hover{ background:#f7f7f7 !important}
.ac_results li:last-child{
    margin:0;
    box-shadow:none;
    border:0;
}
form#searchbox label {
    color: #333333; }
form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
form#searchbox .button.button-small {
    float: left; }
form#searchbox .button.button-small i {
    margin-right: 0; }
.ac_results ul{padding:0;max-height:393px!important; background:#f1f1f1;}
.ac_results .right-search{ float:left;max-width: 160px;}
.ac_results .right-search span{
    font-size:15px;
}
.ac_results .right-search h5{
    color:#555555;
    font-size:16px;
    word-wrap: break-word;
    text-shadow: 1px 1px #ffffff;
    margin-top: 0;
}
.ac_results img:hover{
    opacity:0.8;
}
.ac_results .right-search h5:hover{
    color:#53afd8;
}
.ac_results .right-search strong{color:#53afd8;}
#search_block_top .btn.button-search{transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;}
#search_block_top .form-control{background:transparent; border:0;}


  @media (max-width: 767px) {
#search_block_top .field-search{
	margin:0 !important;
	display:inline-block;	
}
#search_block_top #search_query_top{
	width:280px;	
}
  }