#search_block_top_open {
	height: 50px;
	line-height: 50px;
	float: right;
	cursor: pointer;
}

#search_block_top #searchbox {}

#search_block_top_open:before {
	width:40px;
	height:40px;
	background: url(../../../img/sprites.png) no-repeat;
	background-position: 3px -37px;
	border: none;
	outline: none;
	top: 5px;
	left: 0px;
	position: relative;
	content: " ";
	display: block;
}

#search_block_top .btn.button-search:active{
	box-shadow: none !important;
}

#search_block_top {
	display: none;
}


#search_block_top {
	display: none;
	background: #fff;
	position: absolute;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	#search_block_top {
		width:920px;
		height: 100px;
	}
	
	#search_block_top .search_query{
		width: 750px;
		font-size: 20px;
		height: 100px;
	}
	#search_block_top .btn{
		height: 98px;
	}
	.ac_results {
		width: 920px !important;
	}
}

@media (max-width: 991px) {
	#search_block_top {
		width:620px;
		height: 70px;
	}
	
	#search_block_top .search_query{
		width: 450px;
		font-size: 20px;
		height: 70px;
	}
	#search_block_top .btn{
		height: 68px;
	}
	.ac_results {
		width: 620px !important;
	}
}

@media (max-width: 767px) {
	#search_block_top {
		width:320px;
		height: 42px;
	}
	
	#search_block_top .search_query{
		min-width: 180px;
		max-width: 201px;
		padding: 0px 10px !important;
		font-size: 14px;
		height: 42px;
		font-size: 14px !important;
	}
	#search_block_top .btn{
		  height: 40px;
		width: auto !important;
		padding: 0px 15px;
		font-size: 14px !important;
	}
	.ac_results {
		width: 320px !important;
	}
}

#search_block_top .btn{
	float:right;
	color: #c8bc81;
	background-color: #2a2a31;
	margin: 1px;
	text-transform: uppercase;
	font-size: 25px;
	width: 159px;
}

#search_block_top .search_query {
	float: left;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0px 30px;
	color: #000000;
}

#search_block_top .search_query,
#search_block_top .search_query:active,
#search_block_top input:focus,
#search_block_top .btn,
#search_block_top .btn:active,
#search_block_top .btn:focus{
	border: none;
	outline: none;
	box-shadow: none;
}

#search_block_top .form-control::-webkit-input-placeholder{
	color: #000000 !important;
}

.ac_results {
	background: white;
	border: 1px solid #d6d4d4;
	margin-top: -1px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.32);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.32);
}

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