#search_block_top {
  padding-top: 0px; 
  background:/*#f6f6f6*/ #fff;
  position:fixed;
  top:61px;
  width:100%; 
  height:200px;
  right:0;
  display:none; 
  padding:2% 7% 5%;
  border-top:1px solid #ebebeb;
  }
  #search_block_top #searchbox {
    float: left;
    width: 100%; 
	}
  #search_block_top .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 75px;
	height:75px;
    text-align: center;
    padding: 10px 0 11px 0; }
    #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: #fff; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 25px;
    height: 75px;
    background: #f6f6f6;
	border:1px solid #ddd;
	font-family:"Raleway", sans-serif;
	font-size:20px;
    margin-right: 1px; }
	#search_block_top h2{
		color:#333;
		text-align:center;
		min-width:300px;
		font-family: "Montserrat", sans-serif;
		color: #000;
		font-size: 16px;
		text-transform: uppercase;
		margin-top:7px;
		letter-spacing: 3px;
		padding-bottom:15px;
	}

/*.search-form-wrapper{
	min-width:550px;
	min-height:1000px;
}*/
.srch-ico-wrapper{
/*	position:absolute;
	right:20px;*/
	line-height:60px;
	cursor:pointer;
	text-align:center;
}
.srch-ico{
	width:20px;
	height:20px;
	background:url('search74.svg');
	background-size:cover;
	display:inline-block;
	vertical-align: middle;
}

.ac_results {
  background: #fff;
  border: 1px solid #fff !important;
  width: 300px !important;
  padding:15px !important; 
  margin-top: -1px; 
  display:none !important;
  }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    cursor: pointer !important;
    font-family: Raleway, sans-serif !important;
    color: #121212 !important;
    font-size: 14px !important;
    line-height: 32px !important; }
    .ac_results li.ac_odd {
      background: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fff;
      color:#b89955 !important; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  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; }

/*# sourceMappingURL=blocksearch.css.map */
  @media (max-width: 420px) {
	#search_block_top h2{
		display:none;
}	
  }
 @media (max-width:767px) {
	 .srch-ico-wrapper{
		 display:none !important;
	  }
	 #search_block_top{
		 display:none !important;
	 } 
 }
 
 /*.search-form-wrapper{
	 width:500px;
 }
 
  @media (min-width:1024px) and (max-width:1190px) {
	 .search-form-wrapper{
	 	width:450px !important;
 }
 }
   @media (min-width:769px) and (max-width:1023px) {
	 .search-form-wrapper{
	 	width:350px !important;
 }
 }
*/
