


<!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 Coastal</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>
  </head>

  <body>


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



    <div class="container">
        <div id="owl-demo" class="owl-carousel owl-theme">
            <div class="item">
              <img src="img/coastal_vibe/living room-2.jpg">
            </div>
            <div class="item">
              <img src="img/coastal_vibe/Kitchen view 2.JPG">
            </div>
            <div class="item">
              <img src="img/coastal_vibe/king bed with lights.JPG">
            </div>
            <div class="item">
              <img src="img/coastal_vibe/twin bedroom 2.JPG">
            </div>
            <div class="item">
              <img src="img/coastal_vibe/bathroom 1.JPG">
            </div>
            <div class="item">
              <img src="img/coastal_vibe/laundry 1.JPG">
            </div>
            <div class="item">
              <img src="img/coastal_vibe/living and kitchen.JPG">
            </div>
        </div>
        <div class="page-header">
          <h2 class="blue">Two Bedroom Coastal Vibe</h2>
        </div>
        <p>Located on the first-floor of the complex, the two-bedroom units include two separate bedrooms one with a king split bed and the other with two singles. The bathroom is in-between both bedrooms and contains the laundry facilities.</p>
        <p> The living area has an open plan kitchen, dining and lounge room opening out to the balcony. The kitchen contains a full size fridge/freezer, microwave, electric jug, toaster and all your crockery, cutlery and cooking utensils.</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">Lounge Room</li>
                  <li class="list-group-item">Kitchen and Dining Combined</li>
                  <li class="list-group-item">Private Laundry</li>
                  <li class="list-group-item">Smart TV</li>
                  <li class="list-group-item">Private Balcony</li>
                  <li class="list-group-item">Fully Air-Conditioned</li>
                </ul>
            </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 class="row">
            <div class="col-md-6">
               <h3>Rates</h3>
               <h5>*If you find a cheaper rate on any site we will always price match!</h5>
               <p>**Please note these are from rates, subject to seasonal changes. Corporate rates available on request.</p>
            </div>
        </div>
    </div>

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

  </body>
</html>
