CINXE.COM
Water fowl | Birds of Eden Free Flight Sanctuary, Plettenberg Bay, South Africa
<!doctype html> <html lang="en"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://birdsofeden.co.za/water-foul_gallery_category_186","20210702220312","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1625263392"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta name="@" content="Array"/> <title>Water fowl | Birds of Eden Free Flight Sanctuary, Plettenberg Bay, South Africa</title><meta name="description" content="Birds of Eden is a unique bird sanctuary and eco-tourism child friendly activity. Located near Plettenberg Bay on the Garden Route, South Africa"/> <meta name="keywords" content="Birds of Eden, Free flight aviary, Bird Sanctuary, Monkeyland Primate Sanctuary, Wildlife Sanctuary, Jukani Wildlife Sanctuary, SAASA, South African Animal Sanctuary Alliance, Tourist attraction, Animal welfare, Plettenberg Bay, Animal conservation, Garden Route, Environmental education, Eco-tourism, Rescue and rehabilitation, Volunteering South Africa, Bird watching South Africa, Wildlife Conservation South Africa, Child friendly activity"/> <meta charset="utf-8"> <meta name="description" content="Monkeyland is the worlds first free roaming multi-specie primate sanctuary. Eco-tourism child friendly activity, educating visitors on wildlife conservation"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <meta property="og:image" content="https://web.archive.org/web/20210702220312im_/http://birdsofeden.co.za/img.php?image=https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-07-at-08.59.00-(1).jpeg"/> <link rel="shortcut icon" href="/web/20210702220312im_/https://birdsofeden.co.za/favicon.ico" type="image/x-icon"> <!--<link rel="stylesheet" type="text/css" href="https://birdsofeden.co.za/templates/2017_boe_theme/css/style.css" /> <!--<link rel="stylesheet" type="text/css" media="print" href="https://birdsofeden.co.za/templates/2017_boe_theme/css/print.css" />--> <link href="https://web.archive.org/web/20210702220312cs_/https://birdsofeden.co.za/templates/global.css" rel="stylesheet" type="text/css" media="screen"/> <!--<link rel="stylesheet" type="text/css" href="/includes/js/shadowbox/shadowbox.css">--> <link rel="stylesheet" type="text/css" href="/web/20210702220312cs_/https://birdsofeden.co.za/includes/js/magnific/magnific-popup.css"> <link rel="stylesheet" type="text/css" href="/web/20210702220312cs_/https://birdsofeden.co.za/includes/js/jquery/ui/jquery-ui.min.css"> <!-- include our required platform js/css --> <script type="text/javascript"> var hmd_base = hmdBase = 'https://web.archive.org/web/20210702220312/https://birdsofeden.co.za'; var hmd_template_path = 'https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/templates/2017_boe_theme'; var hmd_msg = ''; </script> <script src="https://web.archive.org/web/20210702220312js_/https://www.google.com/recaptcha/api.js"></script> <!--<script src="https://birdsofeden.co.za/includes/js/general.js" type="text/javascript"></script>--> <script src="https://web.archive.org/web/20210702220312js_/https://birdsofeden.co.za/includes/js/jquery/jquery-1.12.0.min.js" type="text/javascript"></script> <script type="text/javascript" src="https://web.archive.org/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_boe_theme/asset/js/bootstrap.min.js"></script> <!-- <script src="https://birdsofeden.co.za/includes/js/jquery/ui/jquery-ui.min.js" type="text/javascript"></script>--> <!--<script src="https://birdsofeden.co.za/includes/js/jquery/ui/dialog.responsive.js" type="text/javascript"></script>--> <!-- makes jquery dialog responsive --> <script src="https://web.archive.org/web/20210702220312js_/https://birdsofeden.co.za/includes/js/jquery/ui/jquery.ui.touch-punch.js" type="text/javascript"></script> <!-- add touch ability to jquery ui elements --> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20210702220312cs_/https://birdsofeden.co.za/modules/gallery/templates/default/css/style.css"/> <script type="text/javascript"> $(document).ready(function(){ //Single image popups $('a.magnific').magnificPopup({type: 'image'}); //Gallery popups (ie. multiple images per group) galleries = new Array(); currentGallery = ''; galleryCounter = 0; $('a.magnific-group').each(function(){ gallery = $(this).data('magnific-group'); if(currentGallery != gallery){ currentGallery = gallery; galleries[galleryCounter] = currentGallery; galleryCounter++; } }); //console.log(galleries); for(mg = 0; mg < galleries.length; mg++){ $('a[data-magnific-group="' + galleries[mg] + '"]').magnificPopup({ type: 'image', gallery:{ enabled:true } }); } }); </script> <script type="text/javascript"> function ShowPopup(hoveritem, num) { hp = document.getElementById("hoverpopup"+num); var iReturnValue = 0; while( hoveritem != null ){ iReturnValue += hoveritem.offsetTop; hoveritem = hoveritem.offsetParent; } iReturnValue=iReturnValue-250; // Set position of hover-over popup hp.style.align="center"; hp.style.top=iReturnValue+"px"; // Set popup to visible hp.style.visibility = "Visible"; } function ShowPopupAdd(num) { hp = document.getElementById("hoverpopup"+num); // Set position of hover-over popup hp.style.top ="500px"; hp.style.left ="500px"; // Set popup to visible hp.style.visibility = "Visible"; } function HidePopup(num) { hp = document.getElementById("hoverpopup"+num); hp.style.visibility = "Hidden"; } </script> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_theme/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all"> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_theme/css/themify-icons.css" rel="stylesheet" type="text/css" media="all"/> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_theme/css/bootstrap.css" rel="stylesheet" type="text/css" media="all"/> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_theme/css/flexslider.css" rel="stylesheet" type="text/css" media="all"/> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_boe_theme/css/theme-boe.css" rel="stylesheet" type="text/css" media="all"/> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_theme/css/lightbox.min.css" rel="stylesheet" type="text/css" media="all"/> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_boe_theme/css/custom.css" rel="stylesheet" type="text/css" media="all"/> <link href="/web/20210702220312cs_/https://birdsofeden.co.za/templates/2017_theme/css/main.css" rel="stylesheet" type="text/css" media="all"/> <link href="https://web.archive.org/web/20210702220312cs_/https://fonts.googleapis.com/css?family=Lato:300,400%7CRaleway:100,400,300,500,600,700%7COpen+Sans:400,500,600" rel="stylesheet" type="text/css"> </head> <body> <div class="nav-container"> <nav class=""> <div class="nav-bar"> <div class="module left"> <a href="index.php"> <img class="logo logo-light" alt="Birds of Eden Free Flight Sanctuary Plettenberg Bay South Africa" src="/web/20210702220312im_/https://birdsofeden.co.za/templates/2017_boe_theme/img/boe-logo.png"> <img class="logo logo-dark" alt="Birds of Eden Free Flight Sanctuary Plettenberg Bay South Africa" src="/web/20210702220312im_/https://birdsofeden.co.za/templates/2017_boe_theme/img/boe-logo.png"> </a> </div> <div class="module widget-handle mobile-toggle right visible-sm visible-xs"> <i class="ti-menu"></i> </div> <div class="module-group right"> <div class="module left"> <ul class="menu"><li><a href="/web/20210702220312/https://birdsofeden.co.za/index.php">Home</a></li><li class="has-dropdown"><a href="comp=all">birds of eden</a><ul class="mega-menu"><li><ul><li><span class="title">About</span></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/in-a-nutshell_content_id_7">About Birds of Eden</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/vision_content_id_50">vision</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/mission_content_id_64">mission</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/map-and-direction_content_id_45">map & direction</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/frequently-asked-questions_content_id_823">faq</a></li></ul></li><li><ul><li><span class="title">birds</span></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/about-our-birds_content_id_8">about our birds</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/sanctuary-vegetation_content_id_5">sanctuary vegetation</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/videos_content_op_view_id_825">Videos</a></li></ul></li><li><ul><li><span class="title">sanctauries</span></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/our-sanctuaries_content_id_10">our sanctauries</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/rates_content_id_22">rates</a></li></ul></li><li><ul><li><span class="title">misc</span></li><li><a href="https://web.archive.org/web/20210702220312/mailto:info@saasa.org.za?Subject=Subscribe to Newsletter">newsletter</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/indemnities_content_id_816">indemnitites</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/volunteers_content_id_25">volunteers</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/paia_content_id_53">paia</a></li></ul></li></ul></li><li class="has-dropdown"><a href="/web/20210702220312/https://birdsofeden.co.za/news_article_op_list">News</a><ul><li><a href="/web/20210702220312/https://birdsofeden.co.za/news_article_op_list">News from around the world</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/blog-news_article_op_list_category_204">Blog</a></li></ul></li><li class="has-dropdown"><a href="/web/20210702220312/https://birdsofeden.co.za/albums_gallery_op_album">Gallery</a><ul class="mega-menu"><li><ul><li><a href="/web/20210702220312/https://birdsofeden.co.za/bushveld-birds_gallery_category_177">bushveld birds</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/crane-and-flamingo_gallery_category_178">crane & flamingo</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/forest-birds_gallery_category_179">forest birds</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/ground-dwellers_gallery_category_180">ground dwellers</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/parakeets_gallery_category_181">parakeets</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/parrots_gallery_category_182">parrots</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/pigeons-and-doves_gallery_category_183">pigeons and doves</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/seedeaters_gallery_category_184">Small birds</a></li></ul></li><li><ul><li><a href="/web/20210702220312/https://birdsofeden.co.za/tropical-birds_gallery_category_185">tropical birds</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/water-foul_gallery_category_186">water foul</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/other-animals_gallery_category_187">other animals</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/other-primates_gallery_category_188">PORTRAIT PHOTOS</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/forest-photos_gallery_category_189">forest photos</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/guest-photos_gallery_category_190">guest photos</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/area-photos_gallery_category_191">area photos</a></li></ul></li></ul></li><li><a target="_blank" href="https://web.archive.org/web/20210702220312/http://www.saasa.org.za/_product_page_category_op_list">Shop</a></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/contact-us_contact">contact us</a></li></ul> </div> <div class="module widget-handle language left"> <ul class="menu"> <li> <a href="https://web.archive.org/web/20210702220312/https://secure.activitybridge.com/search?supplierid=50770" target="_blank">BOOK NOW</a> </li> </ul> </div> </div> </div> </nav> </div> <!--<style> @media screen and (max-width: 767px) { .main-container {padding:0 0 0 2px} } @media screen and (min-width: 768px) and (max-width: 991px) { .main-container {padding:0 0 0 2px} } </style>--> <div class="main-container"> <style> @media screen and (max-width: 767px) { h2 { font-family: 'Rock Salt'; color:#FFF; letter-spacing: 7px; line-height: 30px; font-size: 20px; }} @media screen and (min-width: 768px) and (max-width: 991px) { h2 { font-family: 'Rock Salt'; color:#FFF; letter-spacing: 7px; line-height: 30px; font-size: 20px; }} @media screen and (min-width: 992px) and (max-width: 1199px) { h2 { font-family: 'Rock Salt'; color:#FFF; letter-spacing: 7px; line-height: 45px; font-size: 35px; }} @media screen and (min-width: 1200px) { h2 { font-family: 'Rock Salt'; color:#FFF; letter-spacing: 7px; line-height: 60px; font-size: 40px; } } </style> <section class="page-title page-title-3"> <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <link href="https://web.archive.org/web/20210702220312cs_/https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet"> <h2 class="mb0">Gallery - Water fowl </h2> </div> </div> </div> </section> <section id="screenshot"> <div class="container"> <div class="row" <div class="col-sm-10 col-sm-offset-1"> <div style="text-align:center; padding-bottom:20px"><nav aria-label="Page navigation"><ul class="pagination"><li><a href="#">«</a></li> <li><a href="#"><</a></li> <li class="active"><a href="#">1</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-2-of-list_gallery_op_list_category_186_limit_15_limitstart_15">2</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-3-of-list_gallery_op_list_category_186_limit_15_limitstart_30">3</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-4-of-list_gallery_op_list_category_186_limit_15_limitstart_45">4</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-2-of-list_gallery_op_list_category_186_limit_15_limitstart_15 " title="next page">></a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/last-page-of-list_gallery_op_list_category_186_limit_15_limitstart_45 " title="end page">»</a></li></ul></nav></div> <div id="grid" class="shuffle" style="position: relative; height: 293px; margin-top:20px;"> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-07-at-08.59.00-(1).jpeg" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-07-at-08.59.00-(1).jpeg" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0970.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0970.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0982.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0982.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1032.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1032.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-07-at-08.59.00.jpeg" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-07-at-08.59.00.jpeg" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0973.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0973.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0986.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0986.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1037.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1037.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1077.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1077.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-08-at-08.23.45.jpeg" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-08-at-08.23.45.jpeg" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-08-at-08.23.50-(1).jpeg" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-09-08-at-08.23.50-(1).jpeg" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1020.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_1020.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0979.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0979.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0980.JPG" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/IMG_0980.JPG" alt=""> </a> </figure> </div> </div> <div class="col-md-4 col-sm-6 col-xs-12" style="margin:0; padding:0;"> <div class="portfolio"> <figure class="effect-julia"> <a class="example-image-link" href="https://web.archive.org/web/20210702220312/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-08-28-at-09.45.29.jpeg" data-lightbox="example-set"> <img class="example-image" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/userfiles/images/BOE-2020/WhatsApp-Image-2020-08-28-at-09.45.29.jpeg" alt=""> </a> </figure> </div> </div> </div> <div style="text-align:center;clear:both;padding-top: 30px;"><nav aria-label="Page navigation"><ul class="pagination"><li><a href="#">«</a></li> <li><a href="#"><</a></li> <li class="active"><a href="#">1</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-2-of-list_gallery_op_list_category_186_limit_15_limitstart_15">2</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-3-of-list_gallery_op_list_category_186_limit_15_limitstart_30">3</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-4-of-list_gallery_op_list_category_186_limit_15_limitstart_45">4</a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/page-2-of-list_gallery_op_list_category_186_limit_15_limitstart_15 " title="next page">></a></li> <li><a href="https://web.archive.org/web/20210702220312/https://birdsofeden.co.za/last-page-of-list_gallery_op_list_category_186_limit_15_limitstart_45 " title="end page">»</a></li></ul></nav></div> <div style="clear:both"></div> <div style="padding-top:20px"></div> <div class="a2a_kit a2a_kit_size_32 a2a_default_style text-center" style="margin:0 auto; padding:5px;"><b style="float: left;">SHARE: </b> <a class="a2a_dd" href="https://web.archive.org/web/20210702220312/https://www.addtoany.com/share"></a> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_button_email"></a> <a class="a2a_button_linkedin"></a> </div> <script async src="https://web.archive.org/web/20210702220312js_/https://static.addtoany.com/menu/page.js"></script> </div> </div> </div> </section> <footer class="footer-1 bg-dark"> <div class="container"> <div class="row"> <div class="col-md-3 col-sm-12"> <div class="widget"> <h6 class="title">ABOUT BIRDS OF EDEN</h6> <hr> <p> Birds of Eden in Plettenberg Bay, South Africa is a world-class free flight bird sanctuary that aims to create a safe environment in which to release a large collection of free-flight African birds and miniature monkeys.</p> <form action="https://web.archive.org/web/20210702220312/https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" style="margin-left:20px;"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="WPRDHGY5K3HP8"> <input type="image" src="/web/20210702220312im_/https://birdsofeden.co.za/templates/2017_boe_theme/img/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> </form> </div> <!--end of widget--> </div> <div class="col-md-3 col-sm-12"> <div class="widget"> <h6 class="title">Recent Posts</h6> <hr> <ul class="link-list recent-posts"> <li><a href="/web/20210702220312/https://birdsofeden.co.za/Monkeyland-land-sale_article_op_view_id_3052">Monkeyland land sale</a> <span class="date">March 03, 2021</span></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/Our-African-Grey-Project-at-our-sister-sanctuary-Birds-of-Eden_article_op_view_id_3004">Our African Grey Project at our sister sanctuary Birds of Eden</a> <span class="date">October 10, 2020</span></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/Our-African-Grey-Project_article_op_view_id_3003">Our African Grey Project</a> <span class="date">October 10, 2020</span></li><li><a href="/web/20210702220312/https://birdsofeden.co.za/Ticket-option-Galore_article_op_view_id_3051">Ticket option Galore.</a> <span class="date">September 09, 2020</span></li> <!-- <li> <a href="#">New Video: The Future Of Wildlife Is #inourhands.</a> <span class="date">February <span class="number">14, 2017</span> </span> </li> <li> <a href="#">Year Of The Monkey Crochet Dolls</a> <span class="date">February <span class="number">9, 2017</span> </span> </li> <li> <a href="#">Say No To Wildlife Petting</a> <span class="date">January <span class="number">27, 2017</span> </span> </li> <li> <a href="#">3 Amazing Wildlife Sanctuaries On The Garden Route Of South Africa</a> <span class="date">January <span class="number">12, 2017</span> </span> </li>--> </ul> </div> <!--end of widget--> </div> <div class="col-md-3 col-sm-12"> <div class="widget"> <h6 class="title">Latest Updates</h6> <hr> <div class="twitter-feed"> <div class="tweets-feed" data-feed-name="Birds_Eden"> <a class="twitter-timeline" href="https://web.archive.org/web/20210702220312/https://twitter.com/Birds_Eden" data-height="300">Tweets by Birds_Eden</a> <script async src="//web.archive.org/web/20210702220312js_/https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div> </div> </div> <!--end of widget--> </div> <div class="col-md-3 col-sm-12"> <div class="widget"> <h6 class="title">Affiliations</h6> <hr> <!--ul> <li> <i class="icon fa fa-eur" style="margin:3px 7px 8px 9px; font-size:16px;"></i> <a href="/currency-converter_content_op_view_id_61" style="font-weight:normal;">Currency Converter</a> </li> <li> <i class="icon-border fa fa-leaf" style="margin:3px 5px 8px 6px; font-size:14px;"></i> <a href="/carbon-footprint-calculator_content_op_view_id_60" style="font-weight:normal;">Carbon Footprint Calculator</a> </li> </ul--> <a href="https://web.archive.org/web/20210702220312/https://www.satsa.com/" target="_blank"><img alt="SATSA Bonded Member" src="https://web.archive.org/web/20210702220312im_/https://www.monkeyland.co.za/templates/2017_theme/img/SATSA_Bonded Member.png" style="margin:0 10px 20px 10px;"></a> <div id="TA_certificateOfExcellence66" class="TA_certificateOfExcellence"><ul id="oSBWcF4" class="TA_links lYJeIB3c2rmI"><li id="ie0W52" class="RNTZiTx0b9"><a target="_blank" href="https://web.archive.org/web/20210702220312/https://www.tripadvisor.co.za/"><img src="https://web.archive.org/web/20210702220312im_/https://www.tripadvisor.co.za/img/cdsi/img2/awards/CoE2017_WidgetAsset-14348-2.png" alt="TripAdvisor" class="widCOEImg" id="CDSWIDCOELOGO"/></a></li></ul></div><script src="https://web.archive.org/web/20210702220312js_/https://www.jscache.com/wejs?wtype=certificateOfExcellence&uniq=66&locationId=982993&lang=en_ZA&year=2017&display_version=2"></script> </div> <!--end of widget--> </div> </div> <!--end of row--> <div class="row"> <div class="col-sm-9"> <span class="sub">© Copyright 2016 Birds of Eden. All rights reserved. Hosting by <a target="_blank" href="https://web.archive.org/web/20210702220312/https://www.gardenroute.com/" rel="nofollow">Gardenroute.com</a> Site development by <a target="_blank" href="https://web.archive.org/web/20210702220312/http://www.handmade.co.za/" rel="nofollow">HandMade Connections.</a></span> </div> <div class="col-sm-3 text-right"> <ul class="list-inline social-list"> <li> <a href="https://web.archive.org/web/20210702220312/https://twitter.com/Birds_Eden" target="_blank"> <i class="ti-twitter-alt"></i> </a> </li> <li> <a href="https://web.archive.org/web/20210702220312/https://www.facebook.com/birdsofeden.sa/" target="_blank"> <i class="ti-facebook"></i> </a> </li> <li> <a href="https://web.archive.org/web/20210702220312/https://www.flickr.com/photos/98668960@N05/" target="_blank"> <i class="ti ti-flickr"></i> </a> </li> <li> <a href="https://web.archive.org/web/20210702220312/https://www.instagram.com/saasa_birdsofeden/" target="_blank"> <i class="ti ti-instagram"></i> </a> </li> </ul> </div> </div> </div> <!--end of container--> <a class="btn btn-sm fade-half back-to-top inner-link" href="#top">Top</a> </footer> </div> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/jquery.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/bootstrap.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/flickr.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/flexslider.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/lightbox.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/masonry.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/twitterfetcher.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/spectragram.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/ytplayer.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/countdown.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/smooth-scroll.min.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/parallax.js"></script> <script src="/web/20210702220312js_/https://birdsofeden.co.za/templates/2017_theme/js/scripts.js"></script> <script type="text/javascript" src="/web/20210702220312js_/https://birdsofeden.co.za/includes/js/magnific/jquery.magnific-popup.min.js"></script> <script src="//web.archive.org/web/20210702220312js_/https://instafeed.assets.pxlecdn.com/assets/pixlee_widget_1_0_0.js"></script> </body> </html> <!-- FILE ARCHIVED ON 22:03:12 Jul 02, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 00:39:59 Feb 18, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.535 exclusion.robots: 0.028 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 7.673 LoadShardBlock: 274.826 (3) PetaboxLoader3.resolve: 622.297 (3) PetaboxLoader3.datanode: 295.032 (4) load_resource: 685.357 -->