/* =============================================================================
   SEARCH
========================================================================== */
  .search_wrapper{
    width: 50%;
    eight: 100%;
    padding: 3px 10px 6px 10px;
    border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 90;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
    .alias_search_wrapper.active{
      background: #f9f9f9;
    }
   
    .search_wrapper .search_box{
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 0 0;
     
      width: 70%;
      width: calc(70% - 70px);
      eight: 100%;
      -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
      .search_wrapper .search_input{
        eight: 100%;
        ine-height: 50px;
        vertical-align: middle;
        etter-spacing: 1px;
        adding: 0 5px;
         -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        border-color: rgba(0,0,0, 0);
        ackground: rgba(240,240,240, .75);
        color: #222;
        font-weight: 500;
        border-width: 1;
        border-color: rgba(0,0,0, 0);
        ont-size: 14px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;

        hite-space: nowrap; 
        overflow: hidden;
      }
        .search_wrapper .search_input:focus{
         outline: none;
        }
    .search_wrapper .cat_box{
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 0 0;
      width: 30%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .search_wrapper .search_bttn_wrap{
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 70px;
      height: 50px;
      margin-top: 3px;
    }
    .search_wrapper .search_bttn{
      width: 100%;
      height: 50px;

      background: #f58159;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 12px 20px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px solid transparent;
    }

      .search_wrapper .search_bttn svg{
       width: 25px;
       height: 25px; 
       opacity: 0.75;
       filter: alpha(opacity=75); /* For IE8 and earlier */
      }
      .search_wrapper .search_bttn svg path{
       fill:  #fff;
      }
      .search_wrapper .search_bttn:hover svg, .search_wrapper .search_bttn.active svg{
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
      }
  [placeholder]:empty::before {
      content: attr(placeholder);
      color: #999; 
      font-style: italic;
  }

  [placeholder]:empty:focus::before {
      content: "";
  }


/* =============================================================================
   LIST
========================================================================== */
.directory_list{
  height: 100vh;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
  .header_is_shrunk .directory_list{
      height: calc(100vh - 60px);
   }
.directory_items_wrap{
  padding-top: 93px;
}
.directory_item_wrap{
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .directory_item_wrap .directory_item{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:  #f58159;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
  }
    .directory_item_wrap .directory_item:hover{
      background: #f59559;
    }
      .directory_item_wrap .directory_item:hover .biz_prof_img{
      /*-moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05);*/
    }
    .directory_item_wrap .directory_item .directory_item_text{
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 7px 7px;
      height: 65px;
    }
      .directory_item_wrap .directory_item .directory_item_text.tall{
        height: 75px;
      }
    .directory_item_wrap .directory_item .name{
      font-family: 'Londrina Solid', 'Open Sans', sans-serif;
      font-weight: 700;
      color: #fff;
      color: #ffd64a;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
    .directory_item_wrap .directory_item .street{
      color: #fff;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
    }
     .directory_item_wrap .directory_item .category{
      color: #fff;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      text-align: right;
    }


    .directory_item_wrap .directory_item .biz_prof_img_wrap{
      width: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
    }
      .directory_item_wrap .directory_item .biz_prof_img_wrap .biz_prof_img,
      .directory_item_wrap .directory_item .biz_prof_img_wrap .biz_prof_img.alt{
          width: 100%;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          background: #fff;
      }
      .directory_item_wrap .directory_item .biz_prof_img_wrap .biz_prof_img.alt{
        position: absolute;
        top: 0;
        left: 0;
      }

    .directory_item_wrap .directory_item:hover .biz_prof_img_wrap .biz_prof_img.base{
      visibility: hidden;
    }


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .search_wrapper{
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .directory_item_wrap{
    width: 50%;
  }
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 349px) {}