header .search_block_top { 
    float: right;
    padding-right: 30px;
    margin-top: 35px; }
header .search_block_top .form-control{
    height: 34px;
    border: none;
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 6px 10px;
    float: right;
    width: 200px;
    background: transparent;
    border: 1px solid #d2d2d2; }
header .search_block_top .bt_search{
    width: 34px;
    height: 34px;
    float: right;
    background: transparent;
    padding: 0;
    position: relative;
    border: 1px solid #d2d2d2;
    border-left: none;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
header .search_block_top .bt_search:hover{ background: #d2d2d2; }
header .search_block_top .bt_search span:before{
    font-family: "FontAwesome";
    content: "\f002";
    position: absolute;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #888;
    top: 0;
    left: 0;
    font-size: 14px;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
header .search_block_top .bt_search:hover span:before{ color: #004f94; }



.ac_results {
    background: #fff;
    border: 1px solid #d6d4d4;
    width: 271px;
    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: #fff; }
.ac_results li:hover, 
.ac_results li.ac_over {
    background: #fbfbfb; }

