@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .leaflet-control.leaflet-control-search {
    z-index: 2000;
  }
  .leaflet-control-search.search-exp {
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 280px;
  }
  .leaflet-control-search .search-input {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    height: 24px;
    font-size: 1.25em;
    padding: 0 0.125em;
    margin: 3px;
    padding-right: 30px;
    width: 200px;
  }

  .leaflet-control-search .search-button,
  .leaflet-control-search .search-button:hover {
    background-image: url("../images/search-icon-mobile.png");
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-position: 1px 1px;
    width: 32px;
    height: 32px;
  }

  .leaflet-control-search.search-load .search-input {
    background: url("../images/loader.gif") no-repeat center right
      rgba(0, 0, 0, 0.25);
  }

  .leaflet-control-search .search-cancel {
    background-image: url("../images/search-icon-mobile.png");
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-position: 0 -62px;
    width: 26px;
    height: 26px;
    right: 34px;
    margin: 3px;
  }

  .leaflet-control-search .search-tooltip {
    max-height: 142px;
  }

  .leaflet-control-search .search-tip {
    font-size: 1em;
    margin: 2px;
    padding: 2px;
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.25em;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: center;
  }

  .leaflet-control-search .search-tip .climbo-icon-mini {
    float: right;
    display: block;
    white-space: nowrap;
  }

  .leaflet-control-search .search-button:hover,
  .leaflet-control-search .search-tip-select,
  .leaflet-control-search .search-tip:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .leaflet-control-search .search-alert {
    font-size: 1.2em;
  }
}
