tradewinds.lgbt Open in urlscan Pro
2001:8d8:100f:f000::26f  Public Scan

URL: https://tradewinds.lgbt/
Submission: On June 05 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST /srch-holiday/

<form action="/srch-holiday/" method="post" target="_blank" class=" bg-white p-15 ">
  <div class="row">
    <div class="col-md-2 mt-2 ps-1 pe-1">
      <div class="form-group">
        <label class="hotel-search mt-2 mb-2">World Region</label>
        <select name="region" id="region" class="form-select" required="">
          <option selected="" value=""> World Region?</option>
          <optgroup label="Short Haul Holidays">
            <option value="Balaeric Islands">Balearic Islands</option>
            <option value="Canary Islands">Canary Islands</option>
            <option value="Cyprus">Cyprus</option>
            <option value="Greece">Greece &amp; Islands</option>
            <option value="Egypt">Egypt</option>
            <option value="Turkey">Turkiye</option>
          </optgroup>
          <optgroup label="Long Haul Holidays">
            <option value="Caribbean">Caribbean &amp; Mexico</option>
            <option value="Indian Ocean">Indian Ocean</option>
            <option value="Thailand">Thailand</option>
            <option value="Indonesia">Indonesia</option>
          </optgroup>
        </select>
      </div>
    </div>
    <div class="col-md-2 mt-2 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mt-2 mb-2">Destination</label>
        <select id="country_id" class="form-select" name="htl_country" required="">
          <option>Which Country?</option>
        </select>
      </div>
    </div>
    <div class="col-md-2 mt-2 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mt-2 mb-2">Flying From</label>
        <select id="airport_id" class="form-select" name="flt_dep_apt" required="">
          <option>Which Airport?</option>
        </select>
      </div>
    </div>
    <div class="col-md-2 mt-2 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-2 mt-2">Departure Date</label>
        <input id="package_date" type="hidden" name="flt_out" class="form-control" value="05 June 2024" placeholder="Date">
        <div class="dpifs-fake-input">05 Jun 2024</div>
      </div>
      <script>
        $('#package_date').datepickerInFullscreen({
          // Options
          touchSwipe: true,
          effect: '3',
          // 1 or 2 or 3 or 5 or 6 up to 16
          blockScroll: true,
          closeOnChange: true,
          format: 'DD MMM YYYY',
          // YYYY-MM-DD
          additionalTarget: '',
          additionalTargetFormat: 'DD MMM YYYY',
          fakeInput: true,
          fakeInputFormat: 'DD MMM YYYY',
          todayWord: 'Today',
          clearWord: 'Clear',
          closeWord: 'Close',
          template: ' <div class="datepicker-in-fullscreen-modal"> ' + ' <div class="datepicker-in-fullscreen-content"> ' + ' <div class="datepicker-in-fullscreen"></div> ' + ' <div class="datepicker-in-fullscreen-controls"> ' + '  ' +
            ' </div> ' + ' </div> ' + ' </div> ' + ' <div class="datepicker-in-fullscreen-background"></div> ',
          // Datepicker options
          datepicker: {
            calendarWeeks: false,
            datesDisabled: [],
            daysOfWeekDisabled: [],
            daysOfWeekHighlighted: [],
            startDate: start_date,
            endDate: end_date,
            maxViewMode: 2,
            // centuries
            minViewMode: 0,
            // days
            startView: 0,
            // days
            language: 'en',
            templates: {
              leftArrow: '<i class="arrow_carrot-left date"></i>',
              rightArrow: '<i class="arrow_carrot-right date"></i>'
            },
            title: '',
            todayHighlight: false,
            weekStart: 0,
            // sunday
          },
          // Events
          beforeOpen: function(modal, settings) {},
          beforeClose: function(modal, settings) {},
          onChange: function(modal, settings) {},
        });
      </script>
    </div>
    <div class="col mt-2 pe-1 ps-2">
      <div class="form-group">
        <label class="hotel-search mt-2 mb-2">Nights</label>
        <div class="numbers-row">
          <input type="text" value="7" id="children" class="qty2 form-control" name="nts">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col mt-2 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mt-2 mb-2">Adults</label>
        <div class="numbers-row">
          <input type="text" value="2" id="adults" class="qty2 form-control" name="qh_rm1_ad">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col mt-4 pe-3 ps-1">
      <div class="text-center text-md-right mt-3">
        <input type="hidden" name="med" value="">
        <input type="hidden" name="supplier" value="nett">
        <input type="hidden" name="pax_curr" value="GBP">
        <input type="hidden" name="curr" value="GBP">
        <input type="hidden" name="nat" value="GB">
        <input type="hidden" name="srch_type" value="multi">
        <input type="hidden" name="hid" value="">
        <input type="hidden" name="api_hid" value="">
        <input type="hidden" name="flt_direct" value="Yes">
        <input type="hidden" name="htl_rm" value="1">
        <input type="hidden" name="qh_rm1_ch" value="0">
        <input type="hidden" name="qh_rm1_yt" value="0">
        <input type="hidden" name="flt_class" value="ECO">
        <input type="hidden" name="restrict" value="">
        <div class="d-grid gap-2">
          <button type="submit" class="btn_2 outline reverse btn-block btn-sm">
            <i class="icon_search me-1"></i> Search </button>
        </div>
      </div>
    </div>
  </div>
  <div class="row mt-0">
    <div class="col-md-2 col mt-1">
      <div class="custom-control custom-checkbox mb-3 mb-md-0">
        <input type="checkbox" class="custom-control-input hotel-form" name="days" id="days">
        <label class="custom-control-label dark" for="days"> Flexible +/- 3 Days? </label>
      </div>
    </div>
    <div class="col-md-2 col mt-1">
      <div class="custom-control custom-checkbox mb-3 mb-md-0">
        <input type="checkbox" class="custom-control-input hotel-form" id="bags" name="bags">
        <label class="custom-control-label dark" for="bags"> Include Hold Bags? </label>
      </div>
    </div>
  </div>
  <!-- / .form-row -->
</form>

GET

<form role="search" id="searchform" method="get">
  <input value="" name="q" type="text" placeholder="Search...">
  <button type="submit"><i class="icon_set_1_icon-78"></i>
  </button>
</form>

<form>
  <div class="sign-in-wrapper">
    <div class="form-group">
      <label>Email</label>
      <input type="email" class="form-control" name="email" id="email">
      <i class="icon_mail_alt"></i>
    </div>
    <div class="form-group">
      <label>Password</label>
      <div class="hideShowPassword-wrapper" style="position: relative; display: block; vertical-align: baseline; margin: 0px;"><input type="password" class="form-control hideShowPassword-field" name="password" id="password" value=""
          style="margin: 0px; padding-right: 0px;"><button type="button" role="button" aria-label="Show Password" title="Show Password" tabindex="0" class="my-toggle hideShowPassword-toggle-show" aria-pressed="false"
          style="position: absolute; right: 0px; top: 50%; margin-top: -15px; display: none;">Show</button></div>
      <i class="icon_lock_alt"></i>
    </div>
    <div class="clearfix add_bottom_15">
      <div class="checkboxes float-start">
        <label class="container_check">Remember me <input type="checkbox">
          <span class="checkmark"></span>
        </label>
      </div>
      <div class="float-end"><a id="forgot" href="javascript:void(0);">Forgot Password?</a></div>
    </div>
    <div class="text-center"><input type="submit" value="Log In" class="btn_login"></div>
    <div class="text-center"> Don’t have an account? <a href="javascript:void(0);">Sign up</a>
    </div>
    <div id="forgot_pw">
      <div class="form-group">
        <label>Please confirm login email below</label>
        <input type="email" class="form-control" name="email_forgot" id="email_forgot">
        <i class="icon_mail_alt"></i>
      </div>
      <p>You will receive an email containing a link allowing you to reset your password to a new preferred one.</p>
      <div class="text-center"><input type="submit" value="Reset Password" class="btn_1"></div>
    </div>
  </div>
</form>

POST /srch-holiday/

<form action="/srch-holiday/" method="post" target="_blank" class=" bg-white p-15 ">
  <div class="row">
    <div class="col-lg-12 mt-0 ps-1 pe-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-globe"></i> World Region</label>
        <select name="region_sm" id="region_sm" class="form-select" required="">
          <option selected="" value=""> World Region?</option>
          <optgroup label="Short Haul Holidays">
            <option value="Balaeric Islands">Balearic Islands</option>
            <option value="Canary Islands">Canary Islands</option>
            <option value="Cyprus">Cyprus</option>
            <option value="Greece">Greece &amp; Islands</option>
            <option value="Egypt">Egypt</option>
            <option value="Turkey">Turkiye</option>
          </optgroup>
          <optgroup label="Long Haul Holidays">
            <option value="Caribbean">Caribbean &amp; Mexico</option>
            <option value="Indian Ocean">Indian Ocean</option>
            <option value="Thailand">Thailand</option>
            <option value="Indonesia">Indonesia</option>
          </optgroup>
        </select>
      </div>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-location-7"></i> Destination</label>
        <select id="country_id_sm" class="form-select" name="htl_country" required="">
          <option>Which Country?</option>
        </select>
      </div>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-plane"></i> Flying From</label>
        <select id="airport_id_sm" class="form-select" name="flt_dep_apt" required="">
          <option>Which Airport?</option>
        </select>
      </div>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-calendar"></i> Departure Date</label>
        <input id="package_date1" type="hidden" name="flt_out" class="form-control" value="05 June 2024" placeholder="Date">
        <div class="dpifs-fake-input">05 Jun 2024</div>
      </div>
      <script>
        $('#package_date1').datepickerInFullscreen({
          // Options
          touchSwipe: true,
          effect: '3',
          // 1 or 2 or 3 or 5 or 6 up to 16
          blockScroll: true,
          closeOnChange: true,
          format: 'DD MMM YYYY',
          // YYYY-MM-DD
          additionalTarget: '',
          additionalTargetFormat: 'DD MMM YYYY',
          fakeInput: true,
          fakeInputFormat: 'DD MMM YYYY',
          todayWord: 'Today',
          clearWord: 'Clear',
          closeWord: 'Close',
          template: ' <div class="datepicker-in-fullscreen-modal"> ' + ' <div class="datepicker-in-fullscreen-content"> ' + ' <div class="datepicker-in-fullscreen"></div> ' + ' <div class="datepicker-in-fullscreen-controls"> ' + '  ' +
            ' </div> ' + ' </div> ' + ' </div> ' + ' <div class="datepicker-in-fullscreen-background"></div> ',
          // Datepicker options
          datepicker: {
            calendarWeeks: false,
            datesDisabled: [],
            daysOfWeekDisabled: [],
            daysOfWeekHighlighted: [],
            startDate: start_date,
            endDate: end_date,
            maxViewMode: 2,
            // centuries
            minViewMode: 0,
            // days
            startView: 0,
            // days
            language: 'en',
            templates: {
              leftArrow: '<i class="arrow_carrot-left date"></i>',
              rightArrow: '<i class="arrow_carrot-right date"></i>'
            },
            title: '',
            todayHighlight: false,
            weekStart: 0,
            // sunday
          },
          // Events
          beforeOpen: function(modal, settings) {},
          beforeClose: function(modal, settings) {},
          onChange: function(modal, settings) {},
        });
      </script>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-key-4"></i> Flight Class</label>
        <select id="flt_class" class="form-select" name="flt_class" required="">
          <option selected="" value="ECO">Economy Class</option>
          <option value="PEC">Premium Economy</option>
          <option value="BUS">Business/Club Class</option>
          <option value="FST">First Class</option>
        </select>
      </div>
    </div>
    <div class="col mt-0 pe-1 ps-2">
      <div class="form-group">
        <label class="hotel-search mb-1">Nights</label>
        <div class="numbers-row">
          <input type="text" value="7" id="children" class="qty2 form-control" name="nts">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1">Adults</label>
        <div class="numbers-row">
          <input type="text" value="2" id="adults" class="qty2 form-control" name="qh_rm1_ad">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col mt-3 pe-3 ps-1">
      <div class="text-center text-md-right mt-1">
        <input type="hidden" name="med" value="">
        <input type="hidden" name="supplier" value="nett">
        <input type="hidden" name="pax_curr" value="GBP">
        <input type="hidden" name="curr" value="GBP">
        <input type="hidden" name="nat" value="GB">
        <input type="hidden" name="srch_type" value="multi">
        <input type="hidden" name="hid" value="">
        <input type="hidden" name="api_hid" value="">
        <input type="hidden" name="flt_direct" value="Yes">
        <input type="hidden" name="htl_rm" value="1">
        <input type="hidden" name="qh_rm1_ch" value="0">
        <input type="hidden" name="qh_rm1_yt" value="0">
        <input type="hidden" name="restrict" value="">
        <div class="d-grid gap-2" style="padding-top:2px">
          <button type="submit" class="btn_2 outline reverse btn-block btn-sm">
            <i class="icon_search me-1"></i> Go.. </button>
        </div>
      </div>
    </div>
  </div>
  <div class="row mt-1">
    <div class="col-lg-6 col mt-1">
      <div class="custom-control custom-checkbox mb-3 mb-md-0">
        <input type="checkbox" class="custom-control-input hotel-form" name="days" id="days">
        <label class="custom-control-label dark" for="days"> Flexible +/- 3 Days? </label>
      </div>
    </div>
    <div class="col-lg-6 col mt-1">
      <div class="custom-control custom-checkbox mb-3 mb-md-0">
        <input type="checkbox" class="custom-control-input hotel-form" id="bags" name="bags">
        <label class="custom-control-label dark" for="bags"> Include Hold Bags? </label>
      </div>
    </div>
  </div>
  <!-- / .form-row -->
</form>

POST /srch-holiday/

<form action="/srch-holiday/" method="post" target="_blank" class=" bg-white p-15 ">
  <div class="row">
    <div class="col-lg-12 mt-0 ps-1 pe-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-globe"></i> World Region</label>
        <select name="region_sm" id="region_sm" class="form-select" required="">
          <option selected="" value=""> World Region?</option>
          <optgroup label="Short Haul Holidays">
            <option value="Balaeric Islands">Balearic Islands</option>
            <option value="Canary Islands">Canary Islands</option>
            <option value="Cyprus">Cyprus</option>
            <option value="Greece">Greece &amp; Islands</option>
            <option value="Egypt">Egypt</option>
            <option value="Turkey">Turkiye</option>
          </optgroup>
          <optgroup label="Long Haul Holidays">
            <option value="Caribbean">Caribbean &amp; Mexico</option>
            <option value="Indian Ocean">Indian Ocean</option>
            <option value="Thailand">Thailand</option>
            <option value="Indonesia">Indonesia</option>
          </optgroup>
        </select>
      </div>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-location-7"></i> Destination</label>
        <select id="country_id_sm" class="form-select" name="htl_country" required="">
          <option>Which Country?</option>
        </select>
      </div>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-plane"></i> Flying From</label>
        <select id="airport_id_sm" class="form-select" name="flt_dep_apt" required="">
          <option>Which Airport?</option>
        </select>
      </div>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-calendar"></i> Departure Date</label>
        <input id="package_date1" type="hidden" name="flt_out" class="form-control" value="05 June 2024" placeholder="Date">
      </div>
      <script>
        $('#package_date1').datepickerInFullscreen({
          // Options
          touchSwipe: true,
          effect: '3',
          // 1 or 2 or 3 or 5 or 6 up to 16
          blockScroll: true,
          closeOnChange: true,
          format: 'DD MMM YYYY',
          // YYYY-MM-DD
          additionalTarget: '',
          additionalTargetFormat: 'DD MMM YYYY',
          fakeInput: true,
          fakeInputFormat: 'DD MMM YYYY',
          todayWord: 'Today',
          clearWord: 'Clear',
          closeWord: 'Close',
          template: ' <div class="datepicker-in-fullscreen-modal"> ' + ' <div class="datepicker-in-fullscreen-content"> ' + ' <div class="datepicker-in-fullscreen"></div> ' + ' <div class="datepicker-in-fullscreen-controls"> ' + '  ' +
            ' </div> ' + ' </div> ' + ' </div> ' + ' <div class="datepicker-in-fullscreen-background"></div> ',
          // Datepicker options
          datepicker: {
            calendarWeeks: false,
            datesDisabled: [],
            daysOfWeekDisabled: [],
            daysOfWeekHighlighted: [],
            startDate: start_date,
            endDate: end_date,
            maxViewMode: 2,
            // centuries
            minViewMode: 0,
            // days
            startView: 0,
            // days
            language: 'en',
            templates: {
              leftArrow: '<i class="arrow_carrot-left date"></i>',
              rightArrow: '<i class="arrow_carrot-right date"></i>'
            },
            title: '',
            todayHighlight: false,
            weekStart: 0,
            // sunday
          },
          // Events
          beforeOpen: function(modal, settings) {},
          beforeClose: function(modal, settings) {},
          onChange: function(modal, settings) {},
        });
      </script>
    </div>
    <div class="col-lg-12 mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1"><i class="icon-key-4"></i> Flight Class</label>
        <select id="flt_class" class="form-select" name="flt_class" required="">
          <option selected="" value="ECO">Economy Class</option>
          <option value="PEC">Premium Economy</option>
          <option value="BUS">Business/Club Class</option>
          <option value="FST">First Class</option>
        </select>
      </div>
    </div>
    <div class="col mt-0 pe-1 ps-2">
      <div class="form-group">
        <label class="hotel-search mb-1">Nights</label>
        <div class="numbers-row">
          <input type="text" value="7" id="children" class="qty2 form-control" name="nts">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col mt-0 pe-1 ps-1">
      <div class="form-group">
        <label class="hotel-search mb-1">Adults</label>
        <div class="numbers-row">
          <input type="text" value="2" id="adults" class="qty2 form-control" name="qh_rm1_ad">
          <div class="inc button_inc">+</div>
          <div class="dec button_inc">-</div>
        </div>
      </div>
    </div>
    <div class="col mt-3 pe-3 ps-1">
      <div class="text-center text-md-right mt-1">
        <input type="hidden" name="med" value="">
        <input type="hidden" name="supplier" value="nett">
        <input type="hidden" name="pax_curr" value="GBP">
        <input type="hidden" name="curr" value="GBP">
        <input type="hidden" name="nat" value="GB">
        <input type="hidden" name="srch_type" value="multi">
        <input type="hidden" name="hid" value="">
        <input type="hidden" name="api_hid" value="">
        <input type="hidden" name="flt_direct" value="Yes">
        <input type="hidden" name="htl_rm" value="1">
        <input type="hidden" name="qh_rm1_ch" value="0">
        <input type="hidden" name="qh_rm1_yt" value="0">
        <input type="hidden" name="restrict" value="">
        <div class="d-grid gap-2" style="padding-top:2px">
          <button type="submit" class="btn_2 outline reverse btn-block btn-sm">
            <i class="icon_search me-1"></i> Go.. </button>
        </div>
      </div>
    </div>
  </div>
  <div class="row mt-1">
    <div class="col-lg-6 col mt-1">
      <div class="custom-control custom-checkbox mb-3 mb-md-0">
        <input type="checkbox" class="custom-control-input hotel-form" name="days" id="days">
        <label class="custom-control-label dark" for="days"> Flexible +/- 3 Days? </label>
      </div>
    </div>
    <div class="col-lg-6 col mt-1">
      <div class="custom-control custom-checkbox mb-3 mb-md-0">
        <input type="checkbox" class="custom-control-input hotel-form" id="bags" name="bags">
        <label class="custom-control-label dark" for="bags"> Include Hold Bags? </label>
      </div>
    </div>
  </div>
  <!-- / .form-row -->
</form>

Text Content

0330 043 7087
 * My Tradewinds
 * ATOL Protected


TRADEWINDS

Menu mobile
 * Greece & Aegean
   * Crete
     * Chania (West Crete)
     * Heraklion (East Crete)
   * Cyprus
     * Larnaca (East Cyprus)
     * Paphos (West Cyprus)
   * Cyclades Islands
     * Mykonos
     * Santorini
   * Dodecanese Islands
     * Kos
     * Rhodes
   * Ionian Islands
     * Corfu
     * Zakynthos (Zante)
   * Sporades Islands
     * Skiathos
   * Mainland Greece
     * Halkidiki
   * Turkish Riviera
     * Antalya
     * Bodrum
     * Dalaman
 * Spain
   * Balearic Islands
     * Ibiza
     * Mallorca
     * Menorca
   * Canary Islands
     * Fuerteventura
     * Lanzarote
     * Tenerife
 * Arabia
   * Egypt
     * Hurghada
     * Sharm El Sheikh
 * Far East
   * Indonesia
     * Bali
   * Thailand
     * Koh Samui
     * Phuket
 * Indian Ocean
   * Maldives
   * Mauritius
   * Seychelles
   * Zanzibar
 * Caribbean
   * Antigua
   * Barbados
   * Grenada
   * Jamaica
   * Mexico
   * St Lucia

 * 
 * 
 * 0
    * No Favourites Saved


SIMPLY BEAUTIFUL HOLIDAYS

Luxury & Boutique Travel for Adults & Couples
ATOL Protected

Find Your Luxury

- LUXURY TRAVEL SPECIALISTS


SIMPLY BEAUTIFUL HOLIDAYS

Luxury & Boutique Travel for Adults & Couples
ATOL Protected

Find Your Luxury

- LUXURY TRAVEL SPECIALISTS


SIMPLY BEAUTIFUL HOLIDAYS

Luxury & Boutique Travel for Adults & Couples
ATOL Protected

Find Your Luxury

- LUXURY TRAVEL SPECIALISTS


SIMPLY BEAUTIFUL HOLIDAYS

Luxury & Boutique Travel for Adults & Couples
ATOL Protected

Find Your Luxury

- LUXURY TRAVEL SPECIALISTS


SIMPLY BEAUTIFUL HOLIDAYS

Luxury & Boutique Travel for Adults & Couples
ATOL Protected

Find Your Luxury

- LUXURY TRAVEL SPECIALISTS

‹›

World Region World Region? Balearic Islands Canary Islands Cyprus Greece &
Islands Egypt Turkiye Caribbean & Mexico Indian Ocean Thailand Indonesia
Destination Which Country?
Flying From Which Airport?
Departure Date
05 Jun 2024
Nights
+
-
Adults
+
-
Search
Flexible +/- 3 Days?
Include Hold Bags?


WHAT TYPE OF HOLIDAY

Choose from our range of holiday types and find your ideal luxury


HONEYMOON HOTELS

Ideal hotels for romance and honeymoons, perfect for lifetime memories


BOUTIQUE HOTELS

In towns or on beaches these small stylish hotels are more intimate and peaceful


SPA & WELLNESS HOTELS

Specially selected spa and wellness retreats to revitalise and pamper you


ALL INCLUSIVE HOTELS

Our hand picked All Inclusive holidays where everything is provided day and
night


ADULT ONLY HOTELS

These properties cater purely for adults in more relaxed and harmonious
surroundings


LGBTQ+ HOLIDAYS

Romantic retreats and welcoming destinations for Lesbian and Gay travellers


HONEYMOON HOTELS

Ideal hotels for romance and honeymoons, perfect for lifetime memories


BOUTIQUE HOTELS

In towns or on beaches these small stylish hotels are more intimate and peaceful


SPA & WELLNESS HOTELS

Specially selected spa and wellness retreats to revitalise and pamper you


ALL INCLUSIVE HOTELS

Our hand picked All Inclusive holidays where everything is provided day and
night


ADULT ONLY HOTELS

These properties cater purely for adults in more relaxed and harmonious
surroundings


LGBTQ+ HOLIDAYS

Romantic retreats and welcoming destinations for Lesbian and Gay travellers




View All Holiday Types


TRADEWINDS DIFFERENCE

Why choose Tradewinds and what makes us different to the others


HAND PICKED PROPERTIES

All of the holidays that we offer have been carefully selected and personally
checked by us. We don't just sell any old hotel that is not up to our high
standards


ATOL PROTECTED HOLIDAYS

All of our holidays are fully ATOL Bonded, Licence 11706, for your financial
protection and peace of mind via the UK Civil Aviation Authority (CAA)


ADULTS & COUPLES ONLY

We specialise in beautiful holidays and resorts that create a peaceful and
luxurious ambience for adults - be they couples, single or groups


CURATED COLLECTION

Our curated selection of Platinum & Diamond Rated luxury boutique hotels

Tragaki • Zakynthos

LESANTE BLU EXCLUSIVE BEACH RESORT

Boutique Beach Hotel • Platinum Rated

See Full Hotel Details

Ocho Rios • Jamaica

JAMAICA INN

Beach Hotel • Platinum Rated

See Full Hotel Details

Grand Anse Beach • Grenada

SPICE ISLAND BEACH RESORT

Beach Hotel • Platinum Rated

See Full Hotel Details

St Mary • Antigua

CARLISLE BAY

Boutique Beach Hotel • Diamond Rated

See Full Hotel Details

Plaine Magnien • Mauritius

ANANTARA IKO MAURITIUS RESORT & VILLAS

Beach Hotel • Platinum Rated

See Full Hotel Details

St Georges • Grenada

CALABASH LUXURY BOUTIQUE HOTEL

Boutique Beach Hotel • Platinum Rated

See Full Hotel Details

Playa Del Carmen • Mexico

VALENTIN IMPERIAL RIVIERA MAYA

Beach Hotel • Platinum Rated

See Full Hotel Details

Sani • Halkidiki

SANI ASTERIAS

Boutique Beach Hotel • Platinum Rated

See Full Hotel Details

St Philip • Antigua

HAMMOCK COVE

Beach Hotel • Diamond Rated

See Full Hotel Details

Agios Ioannis • Mykonos

KATIKIES MYKONOS

Boutique Hotel • Platinum Rated

See Full Hotel Details

St John • Antigua

BLUE WATERS RESORT & SPA

Boutique Beach Hotel • Diamond Rated

See Full Hotel Details

Lambi • Kos

LANGO DESIGN HOTEL & SPA

Boutique Beach Hotel • Platinum Rated

See Full Hotel Details

View Full Hotel Collection

Tradewinds

Welcome to Tradewinds, the travel specialists for Luxury & Boutique Hotels &
Resorts, Private Villas, Island Hopping, Intimate Cruises, Safaris, Citybreaks
and bespoke Tailor Made itineraries for Adult & Couples only holidays in the
Caribbean, Mediterranean, Indian Ocean, Arabia and Asia.

(+44) 0330 043 7087


ATOL PROTECTED

Tradewinds Travel
Registered Office
5 Brayford Square, London E1 0SG
Company Reg: 14318282


OPENING HOURS

Monday to Friday : 8am to 6pm
Saturday to Sunday : 10am to 4pm


USEFUL LINKS

 * My Tradewinds
 * Concierge Support
 * Request Call Back
 * FAQ Support
 * Day Trips & Tours
 * Travel Insurance
 * Terms & Conditions
 * Full Hotel Listing
 * Lux Places News
 * LGBTravel News

 * 
 * 
 * 
 * 

© Copyright 2016-2024 Tradewinds Travel. ATOL Protected 11706

Search & Book
Find your Ideal Holiday




MY TRADEWINDS

Email
Password
Show
Remember me
Forgot Password?

Don’t have an account? Sign up
Please confirm login email below

You will receive an email containing a link allowing you to reset your password
to a new preferred one.


Search & Book
Find your Ideal Holiday
World Region World Region? Balearic Islands Canary Islands Cyprus Greece &
Islands Egypt Turkiye Caribbean & Mexico Indian Ocean Thailand Indonesia
Destination Which Country?
Flying From Which Airport?
Departure Date
05 Jun 2024
Flight Class Economy Class Premium Economy Business/Club Class First Class
Nights
+
-
Adults
+
-
Go..
Flexible +/- 3 Days?
Include Hold Bags?
Quote
Get a Quotation
World Region World Region? Balearic Islands Canary Islands Cyprus Greece &
Islands Egypt Turkiye Caribbean & Mexico Indian Ocean Thailand Indonesia
Destination Which Country?
Flying From Which Airport?
Departure Date
Flight Class Economy Class Premium Economy Business/Club Class First Class
Nights
+
-
Adults
+
-
Go..
Flexible +/- 3 Days?
Include Hold Bags?