/*******************************************************************
					Blockseachr_mod styles
					********************************************************************/
.labSearch{
	 overflow: hidden;
	   padding-bottom: 30px;
    padding-top: 30px;
}					
#search_block_top_content {
  height: 40px;
  position: relative; }
  @media (max-width: 767px) {
    #search_block_top_content {
      height: auto; } }
  #search_block_top_content .labsearch-inner p {
    margin: 0px; }
  @media (max-width: 767px) {
}
  @media (min-width: 768px) {
    #search_block_top_content .labsearch-inner {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

#search_block_top {
  margin: 0 auto;
  position: relative;
  height: 40px;
  width: 100%; }
  #search_block_top.issearchcontent {
	/* margin-bottom: 15px;
    margin-top: 15px; */ }
  @media (max-width: 767px) {
    #search_block_top {
      top: 0px; } 

}

@media (min-width: 768px) {
  .disable_center #search_block_top {
    margin-left: 0px;
    margin-right: 0px; } }
#search_block_top .search_query:focus {
  outline: 0; }

.lab-search-shower {
  position: relative;
  max-width: 80px;
  width: 6%;
  margin-top: 40px;
  float: right;
  line-height: 12px;
  text-align: center;
  vertical-align: top; }
  .lab-search-shower #search_block_top.showedSearch {
    visibility: visible;
    opacity: 1; }

.lab-search-shower-i {
  cursor: pointer; }
  .lab-search-shower-i .icon-search {
    font-size: 42px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 8px; }
  .lab-search-shower-i.showedSearch .icon-search:before {
    content: '\f00d'; }

#search_block_top.lab-search-c {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0px;
  min-width: 300px;
  z-index: 5;
  transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
  @media (max-width: 767px) {
    #search_block_top.lab-search-c {
      right: auto; } }
#search_block_top .search-cat-select {
	cursor: pointer;
	 background: #f7f7f7 none repeat scroll 0 0;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    text-transform: capitalize;}
#search_block_top .search-cat-select *{
	border-bottom: 1px solid #eee;
    padding: 3px 10px;
}
#search_block_top .search_query_container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%; }
#search_block_top .search-cat-selector {
  position: absolute;
  left: 0px;
    top: 0;
  right: 0px;
  width: 130px; }
  #search_block_top .search-cat-selector .selector {	  
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: 1px solid #eeeeee;
    color: #2f3034;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    width: 140px !important; }
    #search_block_top .search-cat-selector .selector span {
		color: #2f3034;
		font-size: 14px;
      background: none;
      height: 40px;
      line-height: 40px;
      text-shadow: none; }
      #search_block_top .search-cat-selector .selector span:after {
		 font-size:14px;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        line-height: 40px;
		color:#2f3034;
        padding-right: 15px;
        content:"\f107";
        font-family: "FontAwesome"; }
#search_block_top .search_query {
  height: 40px; }
#search_block_top .search-w-selector .search_query {
	border: 1px solid #eee !important;
    color: #2f3034;
    font-size: 14px;
    padding-left: 160px;}

#search_block_top .button-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
  #search_block_top .button-search:focus {
    outline: 0; }

#search_block_top .button-search {
  font-size: 0px; }

#search_block_top .button-search span {
  display: none; }

#search_block_top .button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #2f3034;
  width: 100%;
  text-align: center; }

#search_block_top .button-search:hover:before  {
  color: #feda12;
 }

.ac_results {
  border: 1px solid #CECECE;
  margin-top: 10px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: 3C3C3C;
  z-index: 999999;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  text-align: left;
  padding: 0px; }

.ac_odd {
  background: #fff; }

.ac_over {
  background: #f3f3f3;
  color: #3C3C3C; }

.ac_results li {
  border-bottom: 1px dashed #D8D8D8;
  cursor: pointer !important; }

.ac_results li:last-child {
  border: none; }

.ac_results li img {
  display: inline;
  vertical-align: middle;
  border: 1px solid #D8D8D8; }

.ac_results .prname {
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px; }

.ac_results .prprice {
  color: #f13340; }

#ac_search_more {
  padding: 5px 0;
  cursor: pointer !important; }
.labsearch-inner p{}
.labsearch-inner p span{
	font-size:13px;
	color:#555555;
	padding:0 15px;
	border-left:1px solid #e2e2e2;
}
.labsearch-inner p span .icon{
	color:#85c94f;
	font-size:18px;
	margin-right:5px;
}
.labsearch-inner p span.phone{
	border:none;
	padding-left:0;
}
 @media (max-width: 991px) {
	#search_block_top .search-cat-selector .selector{width:134px !important;}
	#search_block_top .search-w-selector .search_query{padding-left:140px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#search_block_top .search-cat-selector .selector{width:134px !important;}
	#search_block_top .search-w-selector .search_query{padding-left:140px;}
}
@media (min-width: 480px) and (max-width: 767px) {

}
 @media (max-width: 767px) {
	.labsearch-inner p span{
		padding: 0 5px;
	}  
		.labSearch{
		margin-bottom: 20px;
		padding-top:0;
		padding-bottom:0;}
}  
 @media (max-width: 360px) {
	#search_block_top_content .labsearch-inner {
		margin-top: 0;
	}
 }