#search_block_top {}
#search_block_top h4.title_search{
	color: #333333;
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 30px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}
#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;
}

#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 {
	display: inline;
    float: left;}
  #search_block_top .btn.button-search {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background: #4e4e4e;
    border: medium none;
    color: #fffefe;
    display: block;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 125px;}
	#search_block_top .btn.button-search:before{
		font-size: 18px;
		display:none;
	}
    #search_block_top .btn.button-search:hover {
		color:#fff;
      background-color: #ea1616 ; }
  #search_block_top #search_query_top {
	background: #fff none repeat scroll 0 0;
    /*box-shadow: 0 3px 3px #dcdcdc;*/		border:1px solid #dcdcdc;
    color: #979797;
    display: inline;
    font-weight: 300;
    height: 33px;
    line-height: 33px;
    margin-right: 0;
    padding: 0 125px 0 15px;
    width: 100%;}

.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;
}

.labSearch{
	z-index: 9999;
}
.labSearch .toogle_content{
	background:none;
    left: inherit;
    padding: 0;
    position: absolute;
    right: 0;
    top: 39px;
    width: 290px;
}
@media (max-width: 1024px) {
	#search_block_top h4.title_search{
		display:none;
	}
	#search_block_top #search_query_top{
		width:100%;
	}
}
@media (max-width: 767px){
	.labSearch {
		display: block;
		margin: 0 15px;
	}
	.labSearch .toogle_content{
		top:45px;
	}
	#search_block_top .current{
		line-height: 80px;
	}
	#search_block_top{
		padding: 0;
	}
	#lab_search_i{
		top: 65px;
		left:-80px;
		right:inherit;
	}
	#lab_search_i:before{
		left: 85px;
		right: inherit;
	}
}

