sibenikkayaking.com Open in urlscan Pro
185.58.73.95  Public Scan

Submitted URL: http://sibenikkayaking.com/
Effective URL: https://sibenikkayaking.com/
Submission: On May 12 via api from BE — Scanned from DE

Form analysis 1 forms found in the DOM

POST #contact-container

<form action="#contact-container" method="post" id="prijava">
  <input type="hidden" name="tour_id" id="tour_id" value="">
  <input type="hidden" name="tour_naziv" id="tour_naziv" value="">
  <input type="hidden" name="tour_seo_naziv" id="tour_seo_naziv" value="">
  <div class="row">
    <div class="col-md-4">
      <div class="form-group">
        <label for="name_surname">Name and surname: <span class="red">*</span></label>
        <input type="text" class="form-control" id="ime_i_prezime" name="ime_i_prezime" required="">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Nationality: <span class="red">*</span></label>
        <input type="text" class="form-control" id="nacionalnost" name="nacionalnost" required="">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Your address:</label>
        <input type="text" class="form-control" id="adresa" name="adresa">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Phone number: <span class="red">*</span></label>
        <input type="text" class="form-control" id="telefon" name="telefon" required="">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">E-mail address: <span class="red">*</span></label>
        <input type="text" class="form-control" id="email" name="email" required="">
        <small>&nbsp; </small>
      </div>
    </div>
    <div class="col-md-4">
      <div class="form-group">
        <label for="name_surname">Choose date: <span class="red">*</span></label>
        <div class="input-group date" id="datetimepicker1">
          <input type="text" class="form-control" name="datum" required="">
          <span class="input-group-addon">
            <span class="glyphicon glyphicon-calendar"></span>
          </span>
        </div>
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Total number of persons: <span class="red">*</span></label>
        <input type="text" class="form-control" id="ukupan_broj_osoba" name="ukupan_broj_osoba" required="">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Number of children 0-5 y. old: <span class="red">*</span></label>
        <input type="text" class="form-control" id="broj_djece_0_5" name="broj_djece_0_5" required="">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Number of children 5-12 y. old: <span class="red">*</span></label>
        <input type="text" class="form-control" id="broj_djece_5_12" name="broj_djece_5_12" required="">
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Address of your accommodation in Croatia : <span class="red">*</span></label>
        <input type="text" class="form-control" id="adresa_smjestaja" name="adresa_smjestaja" required="">
        <small>(Name of hotel/apartment)</small>
      </div>
    </div>
    <div class="col-md-4">
      <div class="form-group">
        <label for="name_surname">Choose tour? <span class="red">*</span></label>
        <select class="form-control" id="odabrana_tura">
          <option value="" selected="">Choose tour:</option>
          <option data-id="37" data-naslov="Quad Adventure Tour &amp; Zipline Šibenik" data-seo-naslov="ziplin-sibenik-quad" value="Quad Adventure Tour &amp; Zipline Šibenik">Quad Adventure Tour &amp; Zipline Šibenik</option>
          <option data-id="22" data-naslov="Game of Thrones - Kayaking and walking Braavos tour " data-seo-naslov="game-of-thrones-kayaking-and-walking-braavos-tour" value="Game of Thrones - Kayaking and walking Braavos tour ">Game of Thrones -
            Kayaking and walking Braavos tour </option>
          <option data-id="20" data-naslov="Kayaking &amp; Zipline Šibenik - Čikola Canyon" data-seo-naslov="zipline-kayaking-sibenik" value="Kayaking &amp; Zipline Šibenik - Čikola Canyon">Kayaking &amp; Zipline Šibenik - Čikola Canyon</option>
          <option data-id="12" data-naslov="Kayaking Sunset Tour" data-seo-naslov="croatian-travel-club-day-tour-excursions-kayaking-sunset-sibenik" value="Kayaking Sunset Tour">Kayaking Sunset Tour</option>
          <option data-id="5" data-naslov="Hidden Šibenik – Kayaking" data-seo-naslov="croatian-travel-club-day-tour-excursions-hidden-sibenik-kayaking" value="Hidden Šibenik – Kayaking">Hidden Šibenik – Kayaking</option>
        </select>
        <small>&nbsp; </small>
      </div>
      <div class="form-group">
        <label for="name_surname">Do you need transfer service? </label>
        <select class="form-control" id="transfer" name="transfer">
          <option value="NE" selected="">NO</option>
          <option value="DA">YES</option>
        </select>
        <small>&nbsp; </small>
      </div>
      <div class="form-group" id="pickupPoint" style="display:none;">
        <label for="name_surname">Pickup point: </label>
        <input type="text" class="form-control" id="lokacija_preuzimanja" name="lokacija_preuzimanja">
        <small>* enter either hotel name or apartment address</small>
      </div>
      <div class="form-group">
        <label for="name_surname">Do you have any allergies: </label>
        <select class="form-control" id="alergije">
          <option value="NE" selected="">NO</option>
          <option value="DA">YES</option>
        </select>
        <small>&nbsp; </small>
      </div>
      <div class="form-group" style="display:none;" id="alergije_wrap">
        <label for="name_surname">Describe your allergies: </label>
        <input type="text" class="form-control" id="mod_alergije" name="mod_alergije">
        <small>&nbsp; </small>
      </div>
      <input id="website" name="website" type="text" value="" autocomplete="off">
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <label for="name_surname">Your message: <span class="red">*</span></label>
        <textarea class="form-control" id="poruka" name="poruka"></textarea>
      </div>
      <div class="row">
        <div class="col-md-12">
          <label class="checkbox" style="margin-left:20px;">
            <input type="checkbox" value="1" required="">
            <span style=" text-align:justify">* I hereby declare that I read and agree with the General terms and cnditions of tours organized by Croatian Travel Club ltd /
              <a href="http://www.croatiantravelclub.com/stranice/terms-and-conditions/11.html " target="_blank">General terms and conditions</a> </span>
          </label>
          <label class="checkbox" style="margin-left:20px;">
            <input type="checkbox" value="1" required="">
            <span style=" text-align:justify">* I am familiar with the information on using my personal information and accept the terms. <a target="_blank" href="/CONSENTE.pdf">Read more </a></span>
          </label>
          <label class="checkbox" style="margin-left:20px;">
            <input type="checkbox" value="1" required="">
            <span style=" text-align:justify"> * I hereby declare that I voluntarily and knowingly of all possible risks take part in the zipline activity. -
              <a target="_blank" href="/STATEMENT OF EXCLUSION OF RESPONSIBILITY - ZIPLINE.pdf">Read statement </a></span>
          </label>
        </div>
      </div>
      <div class="form-group">
        <div class="g-recaptcha" data-sitekey="6LdK1cAZAAAAAHtGxOdBktvqFw3PJCHxoE2sAwUr">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-qio11b29ekmf" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdK1cAZAAAAAHtGxOdBktvqFw3PJCHxoE2sAwUr&amp;co=aHR0cHM6Ly9zaWJlbmlra2F5YWtpbmcuY29tOjQ0Mw..&amp;hl=de&amp;v=vjbW55W42X033PfTdVf6Ft4q&amp;size=normal&amp;cb=8dtz5y5qebc2"></iframe>
            </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
        <hr>
        <button type="submit" name="posaljiUpit" class="btn btn-primary btn-block"><i class="fa fa-shopping-cart"></i> &nbsp; SEND ENQUIRY</button>
        <p><small>All fields with <span class="red">*</span> are required!</small> </p>
      </div>
    </div>
  </div>
</form>

Text Content

 * Kayaking Šibenik
 * Tours
 * Gallery
 * Contact
 * 
 * 


KAYAKING

HIDDEN ŠIBENIK

 

Explore Šibenik's seaside kayaking through the St. Anthony channel and along the
walls of St. Nicholas fortress (UNESCO). Did you know that channel of St.
Anthony was the entrance of Braavos in HBO series Game of Thrones? No? Now is
the perfect time to explore Braavos with us!

Visit Croatia with Croatian Travel Club Ltd. and explore it at one of our day
tours & excursions from Šibenik and Šibenik-Knin County!

--------------------------------------------------------------------------------


OUR TOURS

 

 * HIDDEN ŠIBENIK – KAYAKING


 * FROM   EUR 35.00
   
   --------------------------------------------------------------------------------
   
   FROM HRK 265.00
 * PICKUP:   08:00 am
 * MEETING POINT:   St. Peter's bay (check our location on Google Maps -
   Kayaking Šibenik)
 * DISCOUNTS:   Family package
 * DURATION:   4:00 - 5:00 hours
 * VIEW DETAILS
   BOOK NOW

 

 * KAYAKING SUNSET TOUR


 * FROM   EUR 35.17
   
   --------------------------------------------------------------------------------
   
   FROM HRK 265.00
 * PICKUP:   03:00 pm
 * MEETING POINT:   St. Peter's bay (check our location on Google Maps -
   Kayaking Šibenik)
 * DISCOUNTS:   Family package
 * DURATION:   4:00 - 5:00 hours
 * VIEW DETAILS
   BOOK NOW

 

 * KAYAKING & ZIPLINE ŠIBENIK - ČIKOLA CANYON


 * FROM   EUR 80.00
   
   --------------------------------------------------------------------------------
   
   FROM HRK 602.76
 * PICKUP:   08:00 am
 * MEETING POINT:   St. Peter's bay / Čikola canyon
 * DISCOUNTS:   Family package: 220 EUR (2 adults and 1 child)
 * DURATION:   5:00 - 5:30 hours
 * VIEW DETAILS
   BOOK NOW

 

 * GAME OF THRONES - KAYAKING AND WALKING BRAAVOS TOUR


 * FROM   EUR 60.00
   
   --------------------------------------------------------------------------------
   
   FROM HRK 400.00
 * PICKUP:   08:00 am
 * MEETING POINT:   St. James Cathedral (or according to the arrangement)
 * DISCOUNTS:   0-5 gratis, 5-12 years 50%
 * DURATION:   7:00 hours
 * VIEW DETAILS
   BOOK NOW

 

 * QUAD ADVENTURE TOUR & ZIPLINE ŠIBENIK


 * FROM   EUR 205.00
   
   --------------------------------------------------------------------------------
   
   FROM HRK 1544.57
 * PICKUP:   09.00 am (or by agreement)
 * MEETING POINT:   Čikola Canyon (or according to the arrangement)
 * DISCOUNTS:   2 persons per quad - 305 EUR (Quad + Zipline)
 * DURATION:   6 hours
 * VIEW DETAILS
   BOOK NOW

 





CONTACT US!

BOOK YOUR TOUR NOW!

 

Name and surname: *  
Nationality: *  
Your address:  
Phone number: *  
E-mail address: *  
Choose date: *

 
Total number of persons: *  
Number of children 0-5 y. old: *  
Number of children 5-12 y. old: *  
Address of your accommodation in Croatia : * (Name of hotel/apartment)
Choose tour? * Choose tour: Quad Adventure Tour & Zipline ŠibenikGame of Thrones
- Kayaking and walking Braavos tour Kayaking & Zipline Šibenik - Čikola
CanyonKayaking Sunset TourHidden Šibenik – Kayaking  
Do you need transfer service? NO YES  
Pickup point: * enter either hotel name or apartment address
Do you have any allergies: NO YES  
Describe your allergies:  
Your message: *
* I hereby declare that I read and agree with the General terms and cnditions of
tours organized by Croatian Travel Club ltd / General terms and conditions * I
am familiar with the information on using my personal information and accept the
terms. Read more * I hereby declare that I voluntarily and knowingly of all
possible risks take part in the zipline activity. - Read statement

--------------------------------------------------------------------------------

  SEND ENQUIRY

All fields with * are required!

CROATIAN TRAVEL CLUB LTD.
TRAVEL AGENCY

Velimira Škorpika 17b, Šibenik, Croatia

MBS: 110054569   MB: 4431448

OIB: 51216017298

ID code: HR-AB-22-110054569

  KAYAKING ŠIBENIK FACEBOOK
  KAYAKING ŠIBENIK INSTAGRAM

 

CONTACT US

Phone:+385 22 332 661

Mobile phone: +385 99 327 8900

Mail: info@croatiantravelclub.com

Web: www.croatiantravelclub.com

       

       

 

ABOUT US

  Our story

  Why Croatian Travel Club

  Top 10 Things to Do in Šibenik

  Become our partner

  Terms and conditions

  Terms of use



IMPRESSUM

Copyright © 2024
Croatian Travel Club Ltd.
Travel agency

All Rights Reserved

Web design & development:

MEDIAN Creative Solutions

 

HIDDEN ŠIBENIK – KAYAKING

×

Explore Šibenik seaside kayaking through the St. Anthony channel and along the
walls of St. Nicholas fortress (UNESCO). Did you know that channel of St.
Anthony was the entrance of Braavos in HBO series Game of Thrones? No? Now is
the perfect time to explore Braavos with us!

Visit Croatia with Croatian Travel Club Ltd. and explore it at one of our day
tours & excursions from Šibenik and Šibenik-Knin County!

DETAILED ITINERARY:

 * 08:00 am  Embark in kayaks at the St. Peter's bay 
 * 09.00 am  Kayaking through the St. Anthony's channel (entrance in the HBO's
   Game of Thrones series the town of Braavos)
 * 09.30 am  Disembark near the hidden tunnel, sightseeing the old stone church,
   enjoy the viewpoint at Šibenik
 * 10.00 am  Embark in kayaks & departure towards the St. Nicholas fortress
   (UNESCO)
 * 10.15 am  Sightseeing of the fortress from the kayaks
 * 11.00 am  Riding back to the St. Peter's bay 
 * 12:30 pm  End of the tour

 

Advance booking is required! You can make reservation by our website, email
info@croatiantravelclub.com and mobile phone +385 99 3278 900 (whatsapp / viber
/ telegram)
 

Price: 35 EUR per person

Small family package: 80 EUR (2 adults and 1 child)

Big family package: 100 EUR (2 adults and 2 children)

Extra big family package: 120 EUR (2 adults and 3 children) 

*Note - family package includes children under the age of 16!

*Note - family package includes parents and children!

 

You can take a combination of excursions that includes ziplines and kayaking!

Price: 80 EUR per person

Small family package: 220 EUR (2 adults and 1 child)

Big family package: 240 EUR (2 adults and 2 children)

Extra big family package: 300 EUR (2 adults and 3 children)

*Note - packages do not include transfer

*Note - family package includes children under the age of 16!

*Note - family package includes parents and children!

*Note - family package can be bought only directly through the agency 

 

ADDITIONAL INFO:

 * Requires medium sport shape
 * Sunscreen, hat and sunglasses are highly recommended. Don't forget your
   swimsuit!

--------------------------------------------------------------------------------

 * Minimum number of guests is two (rent)
 * For guided tour minimum number of guests is six adults
 * If there is less than 6 adults it is kayak rent
 * Child rates apply only with 2 paying adults
 * Dates of the tours are changed according to the availability of seats
 * 1 EUR = 7.53450 kn

 * HIGHLIGHTS:

 * Hidden historical sites!
 * World heritage monument!
 * Storytelling by our licensed guide!
 * Game of Thrones movie location!
 * Kayaking = fitness opportunity!
 * Local experience!
 * For guided tour minimum number of guests is six (6) adults!
 * Under six (6) adults guests we rent a kayak (unguided tour)!

 * WHAT IS INCLUDED:
   
   * Tour guide - for guided tour minimum number of guests is 6 (adults)
   * Parking, VAT and all taxes

 * WHAT IS NOT INCLUDED:
   
   * For guided tour minimum number of guests is six (6) adults!
   * Under six (6) adults guests we rent a kayak (unguided tour)!
   * Food and drinks
   * Personal expenses
   * Travel insurance
   * Renting GoPro 5 camera - 15 EUR (you need to have your own memory card)
   * Tips for the guide
   * Any extra arrangements
   * Anything not mentioned under "What's included" 

 

KAYAKING SUNSET TOUR

×

Explore Šibenik seaside kayaking through the St. Anthony channel and along the
walls of St. Nicholas fortress (UNESCO). Did you know that channel of St.
Anthony was the entrance of Braavos in HBO series Game of Thrones? No? Now is
the perfect time to explore Braavos with us! Discover it at this romantic sunset
tour!

Visit Croatia with Croatian Travel Club Ltd. and explore it at one of our day
tours & excursions from Šibenik and Šibenik-Knin County!

DETAILED ITINERARY:

 * 03:00 pm  Embark in kayaks at the St. Peter's bay 
 * 04.00 pm  Kayaking through the St. Anthony's channel (entrance in the HBO's
   Game of Thrones series the town of Braavos)
 * 04.30 pm  Disembark near the hidden tunnel, sightseeing the old stone church,
   enjoy the viewpoint at Šibenik
 * 05.00 pm  Embark in kayaks & departure towards the St. Nicholas fortress
   (UNESCO)
 * 05.15 pm  Sightseeing of the fortress from the kayaks
 * 06.00 pm  Riding back to the St. Peter's bay 
 * 08:30 pm  End of the tour

 

Advance booking is required! You can make reservation by our website, email
info@croatiantravelclub.com and mobile phone +385 99 3278 900 (whatsapp / viber
/ telegram).
 

Price: 35 EUR per person

Small family package: 80 EUR (2 adults and 1 child)

Big family package: 100 EUR (2 adults and 2 children)

Extra big family package: 120 EUR (2 adults and 3 children) 

*Note - family package includes children under the age of 16!

*Note - family package includes parents and children!


 

You can take a combination of excursions that includes ziplines and kayaking!

Price: 80 EUR per person

Small family package: 220 EUR (2 adults and 1 child)

Big family package: 240 EUR (2 adults and 2 children)

Extra big family package: 300 EUR (2 adults and 3 children)

 

*Note - packages do not include transfer

*Note - family package includes children under the age of 16!

*Note - family package includes parents and children!

*Note - family package can be bought only directly through the agency 

ADDITIONAL INFO:

 * Requires medium sport shape
 * Sunscreen, hat and sunglasses are highly recommended. Don't forget your
   swimsuit! 

--------------------------------------------------------------------------------

 * Minimum number of guests is two (rent)
 * For guided tour minimum number of guests is six adults
 * Child rates apply only with 2 paying adults
 * Dates of the tours are changed according to the availability of seats
 * 1 EUR = 7.53450 kn

 * HIGHLIGHTS:

 * Picnic in the nature!
 * Visiting a UNESCO world heritage monument!
 * Storytelling by our licensed guide!
 * Game of Thrones movie location!
 * Hidden angles - hidden sites!
 * Best photo opportunities!
 * For guided tour minimum number of guests is six (6) adults!
 * Under six (6) adults guests we rent a kayak (unguided tour)!

 * WHAT IS INCLUDED:
   
   * Tour guide - for guided tour minimum number of guests is 6 (adults)
   * Parking, VAT and all taxes

 * WHAT IS NOT INCLUDED:
   
   * For guided tour minimum number of guests is six (6) adults!
   * Under six (6) adults guests we rent a kayak (unguided tour)!
   * Food and drinks
   * Personal expenses
   * Travel insurance
   * Renting GoPro 5 camera (14,60 EUR and you need to have your own memory
     card)
   * Tips for guide
   * Any extra arrangements
   * Anything not mentioned under "What's included" 

 

KAYAKING & ZIPLINE ŠIBENIK - ČIKOLA CANYON

×

Experience the thrill of a lifetime with Šibenik seaside kayaking through the
St. Anthony channel and along the walls of St. Nicholas fortress (UNESCO)
followed by an exciting zipline tour.

Did you know that channel of St. Anthony was the entrance of Braavos in HBO
series Game of Thrones? No? Now is the perfect time to explore Braavos with us!

After breathtaking kayaking we are taking you on Zipline adventure!

The view of the Čikola river canyon scenery is breathtaking, especially if you
are looking at it from above. We can guarantee the soaring over the tree trunks
and ravines with the wind in your hair!

Join us on a 1.4 km long zipline adventure that will boost your adrenaline and
make you feel the kick you were longing for. You will see the breathtaking
scenery of Čikola river canyon from 120 to 30 m of altitude.

On the three lines from 250, 500 and 650 m length experience speeding up to 70
km/h or take a moment to enjoy the nature around you.

Zip-lining is a fun and exhilarating adventure that lets you glide through the
air while attached to cable lines in the safety of a harness. Our mission is to
spice up your vacation with this excursion that is eligible for families and
singles. One can choose to descend in pair or alone under the surveillance of
our experienced tour guides.

Visit Croatia with Croatian Travel Club Ltd. and explore it at one of our day
tours & excursions from Šibenik and Šibenik-Knin County!

DETAILED ITINERARY:

 * 08:00 am  Embark in kayaks at the St. Peter's bay 
 * 09:00 am  Kayaking through the St. Anthony's channel (entrance in the HBO's
   Game of Thrones series the town of Braavos)
 * 09:30 am  Disembark near the hidden tunnel, sightseeing the old stone church,
   enjoy the viewpoint at Šibenik
 * 10:00 am  Embark in kayaks & departure towards the St. Nicholas fortress
   (UNESCO)
 * 10:15 am  Sightseeing of the fortress from the kayaks
 * 11:00 am  Riding back to the St. Peter's bay
 * 12:30 pm  Departure to zipline
 * 01:00 pm  Preparing for zipline and start of the zipline descend
 * 02:00 pm  Riding back to Šibenik - St. Peter's bay

 

Safety and handling instructions for the zipline!

Start of the zipline descend!

 

Price: 80 EUR per person

Small family package: 220 EUR (2 adults and 1 child)

Big family package: 240 EUR (2 adults and 2 children)

Extra big family package: 300 EUR (2 adults and 3 children)

 

*Note - packages do not include transfer

*Note - family package includes children under the age of 16!

*Note - family package includes parents and children!

*Note - family package can be bought only directly through the agency 

ADDITIONAL INFO:

 * Kayaking requires medium sport shape
 * Sunscreen, hat and sunglasses are highly recommended. Don't forget your
   swimsuit!

--------------------------------------------------------------------------------

 * Minimum number of guests is two
 * For guided tour minimum number of guests is 6 (adults)!
 * Child rates apply only with 2 paying adults
 * The zip line fee includes 1.4 km long zipline

--------------------------------------------------------------------------------

 * Rubber band for hair is highly recommended.
 * Renting GoPro camera - 15 EUR (and you need to have your own memory card)
 * Dates of the tours are changed according to the availability of seats

--------------------------------------------------------------------------------

 * HIGHLIGHTS:

 * Hidden historical sites!
 * Storytelling by our licensed guide!
 * Game of Thrones movie location!
 * 1.4 km long zipline!
 * Adrenaline rush!
 * A unique experience in Šibenik!
 * Minimum number of guests is two
 * For guided tour minimum number of guests is 6 (adults)!

 * WHAT IS INCLUDED:
   
   * Tour guide - for guided tour minimum number of guests is 6 (six)
   * Free snorkeling equipment
   * Equipment
   * Zipline ride
   * Insurance for zipline drive and kayaking

 * WHAT IS NOT INCLUDED:
   
   * Food and drinks
   * Personal expenses
   * Transfer
   * Travel insurance
   * Renting GoPro 5 camera - 15 EUR (you need to have your own memory card)
   * Tips for the guide and driver
   * Any extra arrangements
   * Anything not mentioned under "What's included" 

 

GAME OF THRONES - KAYAKING AND WALKING BRAAVOS TOUR

×

As every true Game of Thrones fan knows, the series was filmed on various
locations in Croatia. Amongst them, we have chosen our lovely town of Šibenik to
tell you a story of the towns history, natural beauties and the series itself.

Šibenik first appeared in Game of Thrones in Season 5, representing the city of
Braavos. The UNESCO World Heritage Site, St. James Cathedral, represented the
Iron Bank, the most powerful financial institution in the Free World.

In the series, Bravoos men are skilled sailors and swordsmen, just like the
people of Šibenik, what surely added to the authenticity of the filming
location. Wouldn't you like to relive the scene in which Arya Stark follows
Bravoos on the square in front of the St. James cathedral? The small fisherman’s
port, Mandroč, doubled as the port of Bravoos which can be seen in the second
episode when Arya Stark is entering the mercantile city-state.

To be precise, Šibenik appeared in three episodes of the Season 5 of the series:
second, sevent and ninth. In the second episode, viewers can see Šibenik
cityscape from the scene of Ayra Stark's arrival in the city of 'Braavos'. St.
John’s fortress became a set for the fighting pits of Meereen scene in the
seventh episode. This scene was filmed over 3 days, and airs for about five
minutes. An area at the top of St. John’s fortress was set up as a fighting pit
in the city of Meereen. Meereen is the greatest of three City States in the Game
of Thrones’ Bay of Dragons. The Meereen fighting pits are where Jorah, as a
slave, defeats a number of fighters. Daenerys and the slave owners watch on. At
the end of the battles he reveals his identity and presents her with a „gift“.
That gift turns out to be his fellow slave, Tyrion.

Finally, in the ninth episode we can see approximately one minute and twenty
seconds of St. James cathedral doubleing as the Iron Bank. As words can not
depict the full beauty of these locations, we invite you to come see them in
person. For all fans of the Game of Thrones, we have prepared the following
itinerary.

Visit Croatia with Croatian Travel Club Ltd. and explore it at one of our day
tours & excursions from Šibenik and Šibenik-Knin County!

DETAILED ITINERARY:

 * 08:00 am  Meeting at the St. James Cathedral
 * 08:15 am  City walking tour "Game of Thrones" 
 * 10:15 am  Driving with jeeps to St. Peter's bay
 * 10:45 am  Embark in kayaks at the St. Peter's bay 
 * 11:45 am  Kayaking through the St. Anthony's channel (entrance in the HBO's
   Game of Thrones series the town of Braavos)
 * 12:15 pm  Disembark near the hidden tunnel, sightseeing the old stone church,
   enjoy the viewpoint at Šibenik
 * 12:45 pm  Embark in kayaks & departure towards the St. Nicholas fortress
   (UNESCO)
 * 01:15 pm  Sightseeing of the fortress from the kayaks
 * 02:00 pm  Riding back to the St. Peter's bay 
 * 02:30 pm  End of the tour

ADDITIONAL INFO:

 * Requires medium light sport shape
 * Sunscreen, hat and sunglasses are highly recommended. Don't forget your
   swimsuit!

--------------------------------------------------------------------------------

 * Minimum number of guests is four
 * Child rates apply only with 2 paying adults
 * Dates of the tours are changed according to the availability of seats
 * 1 EUR = 7.53450 kn

 * HIGHLIGHTS:

 * Game of Thrones movie location!
 * Storytelling by our licensed guide!
 * Hidden historical sites!
 * World heritage monument!
 * Kayaking = fitness opportunity!
 * Local experience!
 * It is not affiliated with, sponsored or endorsed by HBO, nor anyone
   associated with Game of Thrones®.
 * Minimum number of guests is four

 * WHAT IS INCLUDED:
   
   * Tour guide
   * Pick up and drop off
   * Road tolls, parking, VAT and all taxes

 * WHAT IS NOT INCLUDED:
   
   * Entrace tickets for Cathedral of St. James (30,00 HRK / 4,00 EUR) and St.
     Michael's Fortress (60,00 HRK / 8,00 EUR)
   * Food and drinks
   * Personal expenses
   * Travel insurance
   * Renting GoPro 5 camera 110,00 HRK / 14,60 EUR (you need to have your own
     memory card)
   * Tips for the guide
   * Any extra arrangements
   * Anything not mentioned under "What's included" 

 

QUAD ADVENTURE TOUR & ZIPLINE ŠIBENIK

×

Explore the beloved Dalmatian National Park with its breathtaking nature and
fall in love with waterfall Roški slap and the small river island Visovac.

After enjoying the mesmerizing beauty of Krka we will complete the day in nature
with the 1.4 km long zipline adventure that will boost your adrenaline and make
you feel the kick you were longing for. You will see the breathtaking scenery
of Čikola river canyon from 120 to 30 m of altitude.

DETAILED ITINERARY:

 * 09.00 am Meeting on arranged starting point and start od the tour
 * 09.40 am Arriving at Roški slap and sightseeing
 * 12.30 pm Sightseeing of Visovac island 
 * 02.00 pm Zipline ride 
 * 03.00 pm End of the tour

ADDITIONAL INFO:

 * Rubber band for hair, sunscreen and sunglasses are highly recommended
 * Valid driving license and ID is required
 * Helmet is provided by the organizer
 * Proper shoes and clothing is required
 * 1 EUR = 7.53450 kn

 * HIGHLIGHTS:

 * Off road quad/atv experience
 * Guided tour
 * Adrenaline rush
 * Zipline ride
 * A unique experience in Šibenik!
 * 1.4 km long Ziplie

 * WHAT IS INCLUDED:
   
   * ATV terrain vehicles 
   * Fuel
   * Helmet
   * Zipline ride
   * Roški slap entrance ticket

 * WHAT IS NOT INCLUDED:
   
   * Any extra arrangements
   * Pick up and drop off (according to the arrangement)
   * Tips for guides