@media (max-width:767px) {
	#search_block_top {
		margin-top: 20px;
		margin-right: 7px;
		background-color:transparent;
		float: right;
		position: relative;
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		}
		@media (max-width:767px) {
			#search_block_top {
				z-index: 7;
			}
		}
		#search_block_top:hover {
			background-color:#207460;
		}
		#search_block_top .current {
			padding: 12px 9px 2px 9px;
			font-family: 'roboto-bold', sans-serif;
			line-height: 18px;
			color: #000;
			text-transform:uppercase;
			cursor: pointer; }
			@media (max-width: 600px) {
				#search_block_top .current {
					text-align: center;
					padding: 9px 5px 0 5px;
					font-size: 15px; } 
				}	

	#search_block_top .current span {
		font-size:0.1px;
		color:transparent;
		text-indent:-1000px;
	}
	#search_block_top .current span:before {
		content: "\e900";
		font: 28px/15px "ico3-standard";
		color: #fed637;
		position:relative;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	#search_block_top:hover .current span:before {
		color:#fff;
	}
}
@media (min-width:768px) {
	#search_block_top .current {
		display:none !important;
	}
	.search_block_top {
		margin-bottom:0 !important;
		padding-top:20px !important;
		height:57px !important;
	}
	#search_block_top .toogle_content {
		display:block !important;
	}
}
/* */
 @media (max-width:767px) {
	#search_block_top .current.active + ul + .veil {
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:rgba(0,0,0,0.6);
		display:block;
	}
}


.search_block_top {
  padding-top: 20px;
	}
	@media (max-width:767px) {
			.search_block_top {
			padding: 20px 30px;
			width:100%;
			background-color: #094731;
			display:none;
			position: fixed;
			top: 86px;
			left: 0;
			right: 0;
			z-index: 2;
		}
	}
	@media (max-width:499px) {
		.search_block_top {
			top: 150px;
		}
	}
  .search_block_top #searchbox {
    float: left;
    width: 100%; }
  .search_block_top .btn.button-search {
    padding: 0;
    color: #fff;
    width: 45px;
    text-align: center;
    background: #333;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		}
    .search_block_top .btn.button-search span {
      display: none; }
    .search_block_top .btn.button-search:before {
      content: "\e900";
      display: block;
      font-family: "ico3-standard";
      font-size: 27px;
      width: 100%;
      text-align: center; }
    .search_block_top .btn.button-search:hover {
      color: #fed637;
			background: #207460;
			}
  .search_block_top #search_query_top {
    margin-right: 1px;
    padding-right: 60px;
    padding-left: 13px;
    height: 37px;
		color:#555;
    background: #dddad3;
		border:0;
    display: inline;
		}

.ac_results {
  margin-top: -1px;
  width: 320px !important;
  background: white;
  border:0;
  border:none;
  border-top: 1px solid #f4ede5;
 /*  max-height:300px !important;
  overflow:auto; */
  }
  .ac_results li {
	 position:relative; 
  }
  .ac_results li {
    padding:5px 5px 5px 0;
	 background: white;
	 border-left: 1px solid #f4ede5;
	 border-bottom: 1px solid #f4ede5;
	 border-right: 1px solid #f4ede5;
	 position:relative; 
	}
	 .ac_results li:hover {
	 background-color:#f6f6f6;
    }
/*
    .ac_results li:after {
		padding-top:4px;
		font:normal 10px/15px "FontAwesome";
      content: "\f178";
		color:#ccc4b7;
		text-align:center; 
		display:block;
		width:25px; 
		height:25px; 
		position:absolute;
		top:38px;
		right:20px;
		border:1px solid #ccc4b7;
		border-radius:13px;
	 }
*/
	.ac_results li img{
		float:left; 
	}
	.ac_results li h5{
		margin: 7px 0 5px 0;
		padding-right:50px;
		color:#675e57;
		}
		.ac_results li h5 strong{
			font-family: Arial,Helvetica,sans-serif;
			color:#f5c91c;
			}
	.ac_results li .price{
		font:bold 19px Arial,Helvetica,sans-serif;
		color:#675e57;
		}
		.ac_results li .price .curr{
			font:normal 18px Arial,Helvetica,sans-serif;
			}
	 .ac_results li:hover, .ac_results li.ac_over,
	 .ac_results li:hover h5, .ac_results li.ac_over h5,
	 .ac_results li:hover h5 strong, .ac_results li.ac_over h5 strong,
	  .ac_results li:hover p, .ac_results li.ac_over p
		 {
			/* color:#ec008b !important; */
			cursor:pointer;
			cursor:hand;
			}
	 .ac_results li:hover:after, .ac_results li.ac_over:after
		 {
			color:#ec008b;
			border-color:#ec008b;
			}

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 */
