#search_block_top {
	float:right;
	height:78px;
	/*margin-right:90px 3%;*/
	padding: 23px 18px 5px;
/* 	background:rgba(226, 226, 226, 0.8) none repeat scroll 0 0; */
	background-color: #efefef;
   }
   @media (min-width: 1460px) {
	   #search_block_top {
		   margin-right:0px;
	   }}
   @media (min-width: 981px) and (max-width: 1199px) {
		#search_block_top {
			width: 160px;
			padding-top:23px;
			margin-right:0px;
   }}
   @media (min-width: 768px) and (max-width: 980px) { 
   #search_block_top {
			width: 130px; } }
	
    @media (max-width: 767px) {
		#search_block_top { display:none;
	float:none;
	margin-right:0;
	padding-top: 30px;
   }}
   
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    background: transparent no-repeat center url("../../../img/loupe-search.png") ;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 40px; height:21px;
    text-align: center;
    padding: 27px 0 7px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      /*content: "\f002";*/
      display: block;
     /* font-family: "FontAwesome";*/
	
      font-size: 12px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
	font-family:lato;
	font-size:15px;
	font-weight:300;
	display: inline;
	padding: 0 46px 0 6px;
	height: 30px;
	line-height: 30px;
	background: transparent;
	margin-right: 1px;
	color:#444 !important;
	border:none;
}
@media (min-width: 768px) and (max-width: 991px) {
	  #search_block_top #search_query_top { font-size:12px;
	  }}
.ac_results {
  background: white;
  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: 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; }

#header #search_block_top .btn.button-search {
   /* background: none repeat scroll 0 0 #1bb7ea;*/
	color:#999;
}

#header #search_block_top .btn.button-search:hover {
   /* background: none repeat scroll 0 0 #333;*/
   opacity:0.6;
	color:#16adaa;
   /* text-shadow: 0 1px #333;*/
}

#authentication .button.button-medium span { padding:21px 16px 22px 16px;}
#authentication .button.button-medium span i.left, #authentication .button.button-medium span i.right { display:none;}