@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  /* Safari 4.0 - 8.0 */
  animation-duration: 0.5s; }

#search_block_top {
  padding-top: 39px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #132349;
    width: 48px;
    height: 41px;
    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;
      line-height: 20px;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center;
      border-left: 1px solid #d1d1d1; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 10.5px 64px 10.5px 15px;
    height: 41px;
    background: #f5f5f5;
    margin-right: 1px;
    border: none;
    text-align: right;
    line-height: 20px;
    color: #000000;
    font-size: 13px; }

.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: #f5f5f5; }

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





input#search_query_top::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000 !important;
    font-weight:400 !important;
}
input#search_query_top:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000 !important;
   opacity:  1;
   font-weight:400 !important;
}
input#search_query_top::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000 !important;
   opacity:  1;
   font-weight:400 !important;
}
input#search_query_top:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000 !important;
   font-weight:400 !important;
}
input#search_query_top::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000 !important;
   font-weight:400 !important;
}

/*# sourceMappingURL=blocksearch.css.map */
