.item
  {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 !important;
  }
.item::after
  {
    content: "";
    display: table;
    clear: both;
  }
.item a:hover,
.item a:focus
  {
    text-decoration: none;
  }
.item:hover:after
  {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
.item .item-container
  {
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 2px;
    padding-bottom: 0;

    overflow: hidden;
  }
.item .item-container .bubble,
.item .item-container .bubble-timer
  {
    display: none;
  }
.item .item-container .package-icons
  {
    padding: 5px;
    margin-top: -59px;
    z-index: 9999;
    list-style: none;
    height: 3.5em;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:  center;
  }
.item .item-container .package-icons li
  {
    margin: 5px;
  }
.item .item-container .package-icons li i
  {
    color: gray;
    background-color: white;
    border-radius: 50%;
  }
.item .item-container h3
  {
    font-size: 1.2em;
    min-height: 60px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
  }
.item .item-container h4
  {
    font-size: 1em;
    padding: 5px;
    overflow: hidden;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
  }
.item .item-container .description > a
  {
    color: #333;
  }
.item .item-container .description .text-left s
  {
    color: gray;
  }
.item .item-container .description .text-right span
  {
    color: #00a8e1;
  }
.item .item-container .description .item-buttons
  {
    margin-bottom: 5px;
  }
.item .item-container .description .item-buttons:after {
    display: table;
    clear: both;
    content: " ";
}
.item .item-container .description .item-buttons .btn-book-now,
.item .item-container .description .item-buttons .btn-view-more
  {
    background-color: #00a8e1;
    line-height: 2em;
    color: white;
    text-align: center;
  }
.item .item-container .description .item-buttons .btn-view-more
  {
    background-color: gray;
  }
.item .item-container .description .item-buttons .btn-view-more ~ .btn-view-more
  {
    background-color: gray;
  }

