The tourism sector is one of the most CO2 emissions issue: there's the air travel, the construction of hotels in protected land, with high maintenance or the food is ordered from the other side of the world.
However, more and more hotels they can take advantage of its biodiversity and minimize its impact on her. Sites that show you below, in essence, try to do it.
See the names of the hotels and their sequence of images.
1. Ãscher Cliff, Switzerland
2. Hotel Kakslauttanen, Finland
3. Ladera Resort, the Caribbean island of Montserrat
4. Rayavadee Krabi, Thailand
5. Hotel Ristorante Grotta Palazzese Polignano a Mare, Italy
6.Panchoran Retreat, Bali
7.Hotel Ubud Hanging Gardens, Indonésia
8. Attrap Reves, France
9. Katikies Hotel-Oia, Greece
10. Hotel Le Sirenuse, Amalfi coast, Italy
11. Ice Hotel in Jukkasjarvi, Sweden
12.The Cambrian Hotel, Adelboden, SuÃça
13.Homestead Resort and Spa, Utah, Estados Unidos
14.Villa Escudero, Philippines
15. Hotel-Restaurant Ãschinensee, Switzerland
16. Astarte Suits Hotel, Greece
17.Hotel the Moulin du Roc, Franca
18. Juvet Landscape Resort, Norway
19.Montana magic Lodge, Chile
20. Giraffe Manor, Kenya
.fancybox-wrap { position: absolute; top:0; left: 0; z-index: 8020; } .fancybox-skin { position: relative; /*margin-top:20px !important;*/ background: #222222; color: #74b32e; text-shadow: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .fancybox-opened { z-index: 8030; } .fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .fancybox-outer, .fancybox-inner { position: relative; } .fancybox-inner { overflow: hidden; } .fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; } .fancybox-close{ background: url('wp-content/themes/codistage/styles/fancybox/exit.png') no-repeat; width:25px; height:25px; float:right; margin-top:10px; margin-right:5px; } /*.ngg-gallery-image img{width:565px; height:393px;}*/20 hotéis de charme1of 19jQuery(document).ready(function($) { var thumbContainerWidth = 0, thumbs = Array(), selectedIndex = 1, thumbIndex = 1, imageOffset = 7; $('.ngg-gallery-thumbnail-box').each(function() { thumbs.push($(this)); }); /*thumbnail navigation */ $('.ngg-greensavers-thumb-next').unbind().bind('click', function(e) { e.preventDefault(); if(thumbIndex<= (thumbs.length-imageOffset)) { $('.ngg-thumbnails-container').stop().animate({ left : -$(thumbs[thumbIndex]).position().left }); thumbIndex++; } }); $('.ngg-greensavers-thumb-prev').unbind().bind('click', function(e) { e.preventDefault(); if(thumbIndex >1) { $('.ngg-thumbnails-container').stop().animate({ left : $('.ngg-thumbnails-container').position().left + ( $(thumbs[thumbIndex-1]).position().left - $(thumbs[thumbIndex-2]).position().left ) }); thumbIndex--; } }); $(window).load(function() { /* set thumbnail container width */ $('.ngg-gallery-thumbnail').each(function() { thumbContainerWidth = thumbContainerWidth + $(this).width() + 10; }); $('.ngg-thumbnails-container').width(thumbContainerWidth); }); });
Read More