


<!DOCTYPE html>
<html lang="en">
  <head>
    <base href="/">
    <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="">
    <link rel="icon" type="image/png" href="Favicon.png">
    <title>Features</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 : true,
        navigation : false,
        autoHeight: true,
        singleItem: true
        });

    });

    </script>
  </head>

  <body>


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



    <div class="container">

        <div class="page-header">
          <h2 class="blue">Our Features</h2>
        </div>

        <p>Only a few minutes’ drive to The Ville, Entertainment Centre, Reef HQ, Museum of Tropical Queensland, Gregory Street Cafe's and Restaurants, the Strand Park, the Townsville Sports Reserve, Botanical Queens Gardens and the City Centre.</p>
    </div>

    <div class="container">
        <div class="row">
            <div class="col-md-6">
               <ul class="list-group">
                 <h3>Our Property</h3>
                  <li class="list-group-item">5 Minute walk to The Strand</li>
                  <li class="list-group-item">Free Wi-Fi</li>
                  <li class="list-group-item">10 Minutes from Townsville Airport</li>
                  <li class="list-group-item">Large Comfortable Apartments </li>
                  <li class="list-group-item">Fully Equipped Kitchen</li>
                  <li class="list-group-item">Outdoor Swimming Pool</li>
                  <li class="list-group-item">BBQ facilities</li>
                  <li class="list-group-item">Fully Air-Conditioned</li>
                </ul>
            </div>
            <div class="col-md-6">
              <h3>Close to</h3>
               <li class="list-group-item">The Ville</li>
               <li class="list-group-item">Entertainment Centre</li>
               <li class="list-group-item">Reef HQ</li>
               <li class="list-group-item">Museum of Tropical Queensland</li>
               <li class="list-group-item">Strand Park</li>
               <li class="list-group-item">Sports Reserve</li>
               <li class="list-group-item">City Centre</li>
            </div>
        </div>
        <div id="owl-demo" class="owl-carousel owl-theme">
            <div class="item"><img class="lazyOwl" src= "img/features/Strand.jpg" data-src="img/features/Strand.jpg" alt="Strand"></div>
            <div class="item"><img class="lazyOwl" src= "img/features/swimming-pool.jpg" data-src="img/features/swimming-pool.jpg" alt="Swimming Pool"></div>
            <div class="item"><img class="lazyOwl" src= "img/features/bbq-area.jpg" data-src="img/features/bbq-area.jpg" alt="Barbecue Area"></div>

        </div>
    </div>


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

  </body>
</html>
