#search_block_top { position: absolute; left: 0; top: 0; }
@media (max-width: 991px) { #search_block_top { position: relative; } }
#search_block_top #searchbox { float: left; position: relative; }
#search_block_top .btn.button-search { position: absolute; top: 0px; left: 0; background: transparent; display: block; border: none; color: white; width: 40px; text-align: center; line-height: 42px; height: 42px; padding: 0; }
#search_block_top .btn.button-search span { display: none; }
#search_block_top .btn.button-search:before { content: "\f002"; font-family: "FontAwesome"; text-align: center; position: absolute; right: 0; left: 0; bottom: 0; top: 0; font-size: 20px; }
#search_block_top .btn.button-search:hover { color: #861919; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; }
#search_block_top .btn.button-search:active { box-shadow: none; }
#search_block_top #search_query_top { min-width: 250px; display: inline; padding: 5px 10px 5px 40px; height: 42px; z-index: 1; color: white; background: transparent; border: 1px solid white; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in; -ms-transition: all 300ms ease-in; -o-transition: all 300ms ease-in; transition: all 300ms ease-in; }
@media (max-width: 991px) { #search_block_top #search_query_top { min-width: 220px; } }
#search_block_top #search_query_top::-moz-placeholder { color: white; }
#search_block_top #search_query_top::-webkit-input-placeholder { color: white; }
#search_block_top #search_query_top:-ms-input-placeholder { color: white; }
#search_block_top #search_query_top:focus { box-shadow: none; }

.ac_results { background: white; border: 1px solid #e5e5e5; 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; }

@media (max-width: 767px) { #search_block_top { position: static; margin-top: 25px; width: 100%; }
  #search_block_top #searchbox { float: none; margin-bottom: 20px; } }
