.ApSlideShow .slide_config , 
.LeoSlideshow .slide_config{
  display: none;
  min-width: 100%;
}
.box-book .booking-widget {
    z-index: 99;
}
div.box-servicelist .ApColumn .ApImage {
    max-width: 100%;
    display: block;
}
body .breadcrumb:before {
    background: #eee;
}
body .breadcrumb li a {
    color: #aaa;
}
body .breadcrumb {
    background: none;
    height: auto;
    padding: 5px 0;
    line-height: 1;
}
body .breadcrumb li:last-child a {
    color: #999;
}
body .breadcrumb li a:after {
    color: #aaa;
}

@media screen and (max-width: 768px) {
#module-apbooking-rooms #apb-roomlist {
width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}

#module-apbooking-rooms #apb-roomlist .apb-table-condensed {
  width: 100%;
  min-width: 600px; 
}
}