/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*blockprimary*/
/*blockprimary*/
/*block success*/
/*block info*/
/*block warning*/
/*block danger*/
/*block highlighted*/
/*  
 * LAYOUT VARIABLES 
 */
/* pts block top search */
#pts_search_block_top .pts-search {
  background-color: #fff;
  color: #aaa;
  border: 0;
  height: 42px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}
#pts_search_block_top .button-search {
  position: absolute;
  right: -2px;
  top: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 42px;
  -moz-border-radius-bottomright: 21px;
  -webkit-border-bottom-right-radius: 21px;
  border-bottom-right-radius: 21px;
  -moz-border-radius-topright: 21px;
  -webkit-border-top-right-radius: 21px;
  border-top-right-radius: 21px;
}
.rtl #pts_search_block_top .button-search {
  left: -2px;
  right: auto;
}
.rtl #pts_search_block_top .button-search {
  -moz-border-radius-bottomleft: 21px;
  -webkit-border-bottom-left-radius: 21px;
  border-bottom-left-radius: 21px;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.rtl #pts_search_block_top .button-search {
  -moz-border-radius-topleft: 21px;
  -webkit-border-top-left-radius: 21px;
  border-top-left-radius: 21px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
#pts_search_block_top .button-search .icon-search {
  font-size: 14px;
}
#pts_search_block_top .input-group {
  width: 100%;
  padding-right: 35px;
}
.rtl #pts_search_block_top .input-group {
  padding-left: 35px;
  padding-right: inherit;
}
#pts_search_block_top .input-group-addon {
  padding: 0;
  border: 0;
}
#pts_search_block_top .list-cate-wrapper {
  min-width: 14.28571rem;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #pts_search_block_top .list-cate-wrapper {
    min-width: 10.71429rem;
    padding: 0 5px;
  }
}
#pts_search_block_top .select-title {
  line-height: 14px;
  color: #aaa;
}
#pts_search_block_top .select-title .fa-th-large {
  margin: 0 10px;
}

#pts_search_query_top {
  background-color: transparent;
  border: 0;
  height: 42px;
}
#pts_search_query_top:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.list-cate-wrapper {
  position: relative;
}

.list-cate {
  width: 100%;
  padding: 0px;
  max-height: 300px;
  overflow-x: scroll;
  padding: 10px 15px;
}

.cate-item {
  display: block;
  padding: 5px;
}

.ac_results {
  background: #fff;
  border: 1px solid #e9e9e9 !important;
  max-width: 300px;
  margin-top: -1px;
}
.ac_results li {
  padding: 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
  border-top: 1px dotted #e9e9e9;
}
.ac_results li:first-child {
  border-top: 0;
}
.ac_results li .name {
  color: #000;
  margin-bottom: 15px;
}
.ac_results li.ac_odd {
  background: #fff;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fff;
}
