#search_block_top {
width:100%;
height:160px;
position:absolute;
top:35px;
left:0px;
display:none;
overflow:hidden;
z-index:100;
background:#fe5e5e;
    -moz-box-shadow:inset 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow:inset 0px 5px 10px rgba(0,0,0,0.1);

}

.searchbot{
position:absolute;
top:0px;
left:0px;
width:36px;
height:36px;
display:block;
line-height:36px;
text-align:center;
background:#fe5e5e;
cursor:pointer;
}

.searchbot i{
color:#fff;
margin:0;
font-size:18px
}

  #search_block_top .btn.button-search {
background: none;
border-radius:0;
    display: block;
	border:none;
	border-top:none;
    position: absolute;
    top: 0;
    left: 0;
	opacity:0.3;
    color: #000;
    width: 128px;
	line-height:140px;
    text-align: center;
    padding: 0; 
	cursor:pointer;
transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
}

#search_block_top .btn.button-search span {
      display: none; 
}
#search_block_top .btn.button-search:before {
      content: "\f002";
      display: #333;
      font-family: "FontAwesome";
      font-size: 69px;
      width: 100%;
      text-align: center; 
}
#search_block_top .btn.button-search:hover {
      color: #000; 

}
  #search_block_top #search_query_top {
    display: inline-block;
 /*padding: 0 5%;*/
line-height:140px;

	font-size:14px;
    background: none;
	border:none;
	height:140px;
	color:#000;
	box-shadow:none;
		border-top:none;
    margin-left: 0px; 
	width:90%;

}


  
  #search_block_top #search_query_top:focus {
  color:#333

  }

.ac_results {
  background: white !important;
    border: 1px solid #d6d4d4 !important;

    margin-top: -1px !important;

	text-align:right !important;
  
  }
  .ac_results li {
width:100%;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 22px !important;
    padding: 10px !important;
} 

    .ac_results li.ac_odd {
      background: #f5f5f5 !important; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb !important; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-left: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: right; }
  form#searchbox .button.button-small {
    float: right; }
    form#searchbox .button.button-small i {
      margin-left: 0; }
	  
	  
	  
	  
	  
/**************search 2************************/


#search_block_top2 {
position:absolute;
top:0px;
height:36px;
width:260px;
left:0px;
display:none;
overflow:hidden;
z-index:1;
background:rgba(0,0,0,0.5);
}

#search_block_top2 .searchbot{
position:absolute;
top:0px;
left:0px;
width:36px;
height:36px;
border-radius:0;
display:block;
line-height:36px;
text-align:center;
background:#fe5e5e;
cursor:pointer;
}

#search_block_top2 .searchbot i{
color:#fff;
margin:0;
font-size:18px
}

  #search_block_top2 .btn.button-search {
background: #fe5e5e;
    display: block;
	border:none;
	border-top:none;
    position: absolute;
    top: 0;
    left: 0;
	border-radius:0;
    color: #fff;
    width: 40px;
	line-height:34px;
    text-align: center;
    padding: 0; 
	cursor:pointer;
transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
}

#search_block_top2 .btn.button-search span {
      display: none; 
}
#search_block_top2 .btn.button-search:before {
      content: "\f002";
      display: #333;
      font-family: "FontAwesome";
      font-size: 16px;
      width: 100%;
      text-align: center; 
}
#search_block_top2 .btn.button-search:hover {
      color: #000; 

}
  #search_block_top2 #search_query_top {
    display: inline;
    padding: 4px 5%;
line-height:24px;
	font-size:11px;
    background: none;
	border:none;
	height:auto;
	color:#fff;
	box-shadow:none;
	border-top:none;
    margin-left: 0px; 
	width:90%;
}