


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">
    <base href="/">
    <link rel="icon" type="image/png" href="Favicon.png">
    <title>Two Bedroom</title>



    <!-- Font Awesome - Icons -->
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <!-- Google Web Fonts -->
    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <!-- Jquery -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    <!-- Bootstrap core JS -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
    <!-- Bootstrap style css -->
    <link rel="stylesheet" href="css/bootstrap.css">

    <!-- Owl Graphics - For Image Slider -->
    <script src="owl.carousel.js"></script>
    <link rel="stylesheet" href="css/owl.carousel.css">
    <link rel="stylesheet" href="css/owl.theme.css">

    <!-- Custom styling for page -->
    <link href="css/style.css" rel="stylesheet">
  <style>
    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
    </style>
    <script>


    $(document).ready(function() {

    $("#owl-demo").owlCarousel({
        items : 1,
        lazyLoad : false,
        navigation : false,
        autoHeight: true,
        singleItem: true
        });

    });

    </script>
    </script>
  </head>

  <body>


    <!-- Nav Bar -->
    <?php include('navbar.php'); ?>

    <div class="container" style="max-width: 768px !important;">
        <div id="owl-demo" class="owl-carousel owl-theme">
          <div class="item"><img src="img/Two_Bed/Deluxe_Two_Bedroom_King2.jpg" alt="King Bedroom"></div>
          <div class="item"><img src="img/Two_Bed/Deluxe_Two_Bedroom_Twin.jpg" alt="Twin Bedroom"></div>
          <div class="item"><img src="img/Two_Bed/Deluxe_Two_Bedroom_Dining.jpg" alt="Dining Room"></div>
          <div class="item"><img src="img/Two_Bed/Deluxe_Two_Bedroom_Kitchen.jpg" alt="Kitchen"></div>
          <div class="item"><img src="img/Two_Bed/Deluxe_Two_Bedroom_Laundry.jpg" alt="Laundry"></div>
          <div class="item"><img src="img/Two_Bed/2022/Balcony two bedroom.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/Deluxe two bedroom king bedroom.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/Deluxe two bedroom kit - dining.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/Deluxe two bedroom kitchen view.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/Deluxe two bedroom sofas.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/two bedroom living dining.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/two bedroom sofa detail.jpg"></div>
          <div class="item"><img src="img/Two_Bed/2022/Two bedroom u6.jpg"></div>

        </div>
    </div>
    <div class="container">
      <div class="page-header">
        <h2 class="blue">Two Bedroom Deluxe</h2>
      </div>
      <p>
      Our two-bedroom deluxe units are on the first floor. They are newly renovated with an open plan living area, the kitchen opens out to a private balcony through French glass doors bringing the outside in. Two bedrooms include one with a king size bed which ca nbe converted to 2 single beds and the second bedroom has two single beds; both rooms have built in wardrobes. The bathroom and laundry are cleverly incorporated with a modern, bright and airy feel.
      </p>
    </div>
    <div class="container">
        <div class="row">
            <div class="col-md-6">
               <h3>Features</h3>
               <ul class="list-group">
                  <li class="list-group-item">Open plan living area</li>
                  <li class="list-group-item">Full kitchen facilities opening out to private balcony</li>
                  <li class="list-group-item">Bathroom and laundry cleverly combined</li>
                  <li class="list-group-item">Wardrobes to both rooms</li>
                  <li class="list-group-item">Fully air-conditioned</li>
                  <li class="list-group-item">Free Wi-Fi</li>
                </ul>
            </div>
            <div class="col-md-6">
               <h3>Included</h3>
                  <li class="list-group-item">Fridge/Freezer</li>
                  <li class="list-group-item">Full size hotplate, oven </li>
                  <li class="list-group-item">Dishwasher</li>
                  <li class="list-group-item">Microwave</li>
                  <li class="list-group-item">Appliances</li>
                  <li class="list-group-item">Tea and Coffee</li>
                  <li class="list-group-item">Fresh Linen and Towels</li>
                  <li class="list-group-item">Iron and Ironing board</li>
                  <li class="list-group-item">Bedside lamps</li>
                  <li class="list-group-item">Media player</li>
                  <li class="list-group-item">TV and DVD player</li>
            </div>
        </div>
        <div class="row">
            <div class="col-md-6">
               <h3>Rates</h3>
               <h5>*If you find a cheaper rate on any other site we will always price match!</h5>
            </div>
            <div class="col-md-6">
               <h3>Additional Items Available</h3>
               <li class="list-group-item">Fold-up-bed</li>
               <li class="list-group-item">Portable Cot</li>
               <li class="list-group-item">Child Safety Gate</li>
               <li class="list-group-item">High Chair</li>

            </div>
        </div>
    </div>

    <!-- Footer -->
    <?php include('footer.php'); ?>

  </body>
</html>
