#search_block_top {
  padding-top: 45px; 
}
#customer-service {
    margin-top: -30px;
}
#customer-service > div > span {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 45px;	
}
#customer-service > div > span.textnar {
        color: #f49b00;
    font-size: 17px;
    margin-left: 0;
}

  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {    
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 50px;
    text-align: center;
    padding: 9px 0px 11px;
    border-radius: 25px; }
    #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: 17px;
      width: 100%;
      text-align: center; }
    
  #search_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 35px;    
    background: #f8f8f8;
    margin-right: 1px; 
    border-radius: 25px;
  }

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

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

     @media (max-width: 767px) {
         #customer-service {
             margin-top: 10px;
         }
         #customer-service > div {
             text-align: center;
         }
         #search_block_top {
             padding-top: 25px;
         }
         #customer-service > div > span {
             margin-left: 0;
         }
     }
      @media (min-width: 768px) and (max-width: 999px) {
         #search_block_top {
             padding-top: 30px;
         }
         #customer-service > div > span {
             margin-left: 65px;
             font-size: 13px;
         }
         #customer-service > div > span.textnar {
             font-size: 20px;
         }
         
      }
      @media (min-width: 1200px) {
         #customer-service > div > span {
             margin-left: -10px;
         } 
      }
	  @media (max-width: 479px) {
		  #search_block_top {
			padding-top: 10px;
		}
		  #customer-service {
			float: left;
			width: 100%;
			}
		  #customer-service > div > span {
				/*width: 100%;*/
				display: inline-block;
				text-align: left;				
				padding-right: 6px;
			}
			#customer-service > div > span.textnar {				
				/*width: 100%; */
    display: inline-block;
			}
			#search_block_top {				
				display: block;
				float: left;
				width: 100%;
			}
			.customer-service-fixed {
				position: fixed !important;
				z-index: 1000 !important;
				top: 60px !important;
				left: 0px !important;
				background: #000;
				padding-top: 17px;
				padding-bottom: 27px;
				float: none !important;
				width: inherit !important;
			}
			
			.customer-service-fixed > div > span:first-child	
			{
				display: none !important;
			}
			.search_block_top_fixed
			{
				position: fixed !important;
				z-index: 1000 !important;
				top: 55px !important;
				left: 108px !important;
				background: #000;
				padding-bottom: 20px;
				/* display: none !important; */
			}
			
			.search_block_top_fixed #searchbox
			{
				width: 70% !important;
			}
			.menu_fixed
			{
				position: fixed !important;
				z-index: 1000 !important;
				top: 112px !important;
				left: 0 !important;
				background: #000;			
			}
			.header_fixed
			{
				position: fixed !important;
				top: 0px !important;
				left: 0px !important;
				width: 100% !important;
				background: black;
			}
			.header_fixed img {
				width: 50% !important;
			}
	  }