/**
 * @file
 * The CSS file for the custom search engine on the site.
 *
 * 2 COLUMNS
 *
 */


/***********
*  SEARCH  *
***********/


.view-id-search {
  margin: 0 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

  .view-id-search .view-filters form {
    width: 100%;
  }

  .views-widget-filter-combine .views-widget {
    margin-right: 40px;
    width: 250px;
  }

  #views-exposed-form-search-page .form-item-combine .sbOptions,
  #views-exposed-form-search-page .form-item-combine .sbSelector {
    width: 200px;
  }

  .views-widget-filter-combine .sbHolder {
    width: 250px;
  }

  .views-widget-filter-combine select {
    width: 200px;
  }

  #views-exposed-form-search-page input[type=text] {
    width: 200px;
  }

.view-id-search .views-row {
  width: 33.33333%
}

.view-id-search .views-row-1,
.view-id-search .views-row-5,
.view-id-search .views-row-9 {
  clear: none;
}

.view-id-search .views-row-1,
.view-id-search .views-row-4,
.view-id-search .views-row-7,
.view-id-search .views-row-10 {
  clear: left;
}

.view-id-search .item-list {
  margin: 0 auto;
  width: 100%;
}

  .view-id-search .item-list li {
    width: 100%;
  }

  .view-id-search .item-list li a {
    background-size: 100% 100%;
    color: #FFF;
    display: block;
    padding: 2% 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  .view-id-search .item-list li a:hover {
    background: transparent url(../../images/loadmore_h.png) no-repeat 0px 0px;
    background-size: 100% 100%;
  }