/*.ui-autocomplete{
    width: 700px;
    padding: 10px;
    background: #ccc;
}
.ui-menu-item{
    background: #ccc;
    border-bottom: 1px solid #eee;
}
.ui-menu-item a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}
.ui-state-focus{
  background: #ccf;
}
.form-element--search input:focus {
    background-color: transparent;
}
*/

/*
 *  HOMEPAGE - location search dropdown
 */
.slide__search__data .ui-menu-item {
  padding: 0;
}

.slide__search__data .ui-menu-item a {
  padding: 0.625rem 0.9375rem;
  padding: 10px 15px;
  display: block;
}

/*
 *  HOTEL - leaflet map
 */
.hotel__map {
  width: 531px;
  height: 252px;
  display: block;
}

.hide {
  display: none !important;
}

/*
 * Reservations
 */
body .resesrvations__search__data {
  z-index: 10000;
  width: 470px;
  background-color: rgba(0, 0, 0, 1);
}

/*
 * Colorbox
 */
/*
body #colorbox{
  width: auto!important;
}
#cboxLoadedContent{
  overflow: hidden;
}*/
