#search_block_top {
  float:right;}
#search_block_top   .current{
	line-height:170px;
}
#search_block_top    .current .icon{
	color:#252525;
	font-size:18px;
	cursor: pointer;
}
#search_block_top .form-control{
	border:none;
}
.lab_search{
	position:relative;
}
#lab_search_i{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: -15px;
    top: 110px;
    width: 290px;
	display:none;
}
#lab_search_i:before{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
	border-right:none;
	border-bottom:none;
    content: "";
    display: block;
    height: 10px;
    right: 15px;
    position: absolute;
    top:-6px;
    width: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#search_block_top .form-control:focus{
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-ms-box-shadow:0 0 0;
	-o-box-shadow:0 0 0;
	box-shadow:0 0 0;
}
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
	background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #2e2e2e;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;}
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #d32c56; }
  #search_block_top #search_query_top {
	background: none repeat scroll 0 0 #262626;
    border: 1px solid #393939;
    display: inline;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    padding: 0 10px; }

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  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{
	width:258px !important;
}
.ac_results ul{
	margin:0 ;
	padding:0 15px 15px;
}	  
.ac_results ul li{
	overflow:hidden;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	border-bottom:1px solid #dedede;
	font-family:"Roboto Slab",serif;
	color:#333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.ac_results ul li:last-child{
	border:none;
	padding:0;
}
.ac_results ul li img {
	float:left;
	display:inline;
	margin-right:10px;
	width:50px;
}
@media (max-width: 980px) {
}
@media (max-width: 767px){
	#search_block_top .current{
		line-height: 80px;
	}
	#lab_search_i{
		top: 65px;
		left:-80px;
		right:inherit;
	}
	#lab_search_i:before{
		left: 85px;
		right: inherit;
	}
}

