{"id":3584,"date":"2025-06-04T16:19:28","date_gmt":"2025-06-04T14:19:28","guid":{"rendered":"https:\/\/azzurrabibione.promoservicebeta.com\/info-conditions\/"},"modified":"2026-02-16T15:40:42","modified_gmt":"2026-02-16T14:40:42","slug":"info-conditions","status":"publish","type":"page","link":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/","title":{"rendered":"Info &amp; conditions"},"content":{"rendered":"<script>console.log(\"bf: hotelId not defined\")<\/script><script>console.log(\"bf: fusionType not defined\")<\/script><script>console.log(\"bf: fusionIntegrato not defined\")<\/script><script>console.log(\"bf: resPath not defined\")<\/script><script>console.log(\"bf: langSite not defined\")<\/script><script>console.log(\"bf: langFusion not defined\")<\/script>\n<script type=\"text\/javascript\">\n\/*\nv3.3\n*\/\n\n\/*\nDATE SELECTION PARAMETERS\nVariables that allows to customize date selection.\n*\/\nvar \n\tpHotelId = '',\n\tpOnlyAvailableRooms = false, \/\/True: show only available rooms\n\tpVisualizationType = 0, \/\/0: per rate. 1: per rooms\n\tminNightsInterval = 1, \/\/Minimum nights selection (days added to arrival date for calculating departure date), default: 1.\n\tenableFutureArrivalDate = false, \/\/True: use startArrivalDay, startArrivalMonth, startArrivalYear variables to set a future date for arrival date field in price comparison update form.\n\t\/\/If startArrivalDay + startArrivalMonth + startArrivalYear doesn't build a valid date, price comparison uses current date.\n\tstartArrivalDay = 10,\t\/\/Allowed values: [1..31]. \n\tstartArrivalMonth = 12, \/\/Allowed values: [1..12]\n\tstartArrivalYear = 2016,\t\/\/Allowed values: [Current year..(Current year + n), n positive int].\n\tarrivalDaysOffset = 0,\t\/\/Days added to arrival date\n\tisFusionIntegrato = 1,\t\t\/\/True: manage Fusion integrated url (in this case: set fusionHost with site host, fusionBasePath with search page path, fusionCancelPath with leofusion.com absolute path). The Fusion url will be: <host>\/<lang code>\/<page path>\n\tbf_fusionHost = '',\t\t\/\/Specify host that overrides the default one\n\tbf_fusionBasePath = '',\t\t\/\/Specify path that overrides the default one\n\tbf_fusionMobileBasePath = '',\t\/\/Specify path \n\tbf_fusionCancelPath = '',\t\t\t\/\/Specify path that overrides the default one\n\tbf_fusionLoginPath = '', \t\/\/Specify path that overrides the default one\n\tshowChildren = true,\t\t\/\/True: enable children control\n\tshowRateplan = true,\t\t\/\/True: enable rateplan control\n\tshowPromocode = true,\t\t\/\/True: enable promocode control\n\tshowCancelLink = true,\t\/\/True: enable edit\/cancel booking control\n\tshowLoginLink = false,\t\t\/\/True: enable registered users login control\n\tshowCurrency = false,\t\t\/\/True: enable currency control\n\tshowRooms = false,  \t\/\/True: enable rooms number control\n\tenableCookie = false,\t\t\/\/True: save cookie with Fusion search parameters\n\tcookieExpireTime = 7,\t\t\/\/Cookie duration (days). Valid only if enableCookie set to true.\n\tsilentErrors = true,\t\t\/\/True: show loading errors only inside browser console. False: show html error message.\n\tpDateFormat = '';\t\t\/\/Datepicker date format. Leave empty for default format (dd\/MM\/YYYY).\n\tbf_redirectType = ''; \t\/\/Redirect type to Fusion BE: ASYNC = Google asyncronous tracking script (ga.js); UNIVE = Google universal tracking script (analytics.js); '' = javascript redirect.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\/*\nEXTERNAL PARAMETERS\nVariables that can be (declared and) set outside this file, for custom implementations.\n*\/\n\n\/\/Arrival date (typeof: Date)\n\/\/If date isn't already set (external declaration), it uses default bootstrap-datepicker implementation provided as example.\nvar bfArrivalDate = new Date();\n\n\/\/Departure date (typeof: Date)\n\/\/If date isn't already set (external declaration), it uses default bootstrap-datepicker implementation provided as example.\nvar bfDepartureDate = new Date();\nbfDepartureDate.setDate(bfDepartureDate.getDate() + minNightsInterval);\n\n\/\/Site language (typeof: String)\n\/\/If language isn't already set, it retrieves language from url (looking for these strings: ['\/it\/', '\/en\/', '\/fr\/', '\/es\/', '\/de\/', '\/ru\/']).\n\/\/Example: bfUserLang = 'it';\nvar bfUserLang = null;\n\n\n\n\/*\nHTML IDs\nTag ids that are involved in booking form implementation.\nValues are set according to the provided html example.\n*\/\n\nvar\n\tidFormFusion = 'bfFusionForm',\n\tbf_inputArrival = 'bfArrivo',\n\tbf_inputDeparture = 'bfPartenza',\n\tinputRooms = 'bfCamere',\n\tinputAdults = 'bfAdulti',\n\tinputChildren = 'bfBambini',\n\tinputAgeB1 = 'bfEtaB1',\n\tinputAgeB2 = 'bfEtaB2',\n\tinputAgeB3 = 'bfEtaB3',\n\tinputRateplan = 'bfTrattamento',\n\tinputPromocode = 'bfCodicePromo',\n\tinputCurrency = 'bfValuta',\n\tinputVisualizationMode = 'bfLy',\n\tidCntRooms = 'bfCntCamere',\n\tidCntRoom = 'bfCntRoom',\n\tidCntAdults = 'bfCntAdulti',\n\tidCntChildren = 'bfCntBambini',\n\tidCntChildrenAges = 'bfCntEtaBambini',\n\tidCntChildAge1 = 'bfCntAge1',\n\tidCntChildAge2 = 'bfCntAge2',\n\tidCntChildAge3 = 'bfCntAge3',\n\tidCntRateplan = 'bfCntTrattamento',\n\tidCntPromocode = 'bfCntCodicePromo',\n\tidCntCurrency = 'bfCntValuta',\n\tidCntCancelLink = 'bfCntCancelLink',\n\tidCancelLink = 'bfCancelLink',\n\tidCntLoginLink = 'bfCntLoginLink',\n\tidLoginLink = 'bfLoginLink',\n\tidSubmitButton = 'bfBtnSubmit',\n\tidCntError = 'bfErrore',\n\tidLblChildrenAge = 'bfLblEta',\n\tidLblCamera = 'bfLblCamera';\n\tidAddRoom = 'bfAddRoom',\n\tidDelRoom = 'bfDelRoom',\n\tidLblNights = 'bfLblNights';\n\n\/*\n\tCSS classes\n*\/\n\tvar cssRequired = 'has-error',\n\t\tcssHidden = 'hidden';\n\t\n\n\/*\nCUSTOM LANGUAGE MESSAGES AND OTA\/FUSION LINKS\n*\/\n\nvar \n\tenableCustomLanguageMsgs = false; \/\/Set to true to customize language messages (overriding default ones).\n\n\/\/Custom language messages (overrides default ones).\n\/\/Executed only if enableCustomLanguageMsgs flag is true.\nfunction overrideDefaultLanguageMsgs(){\n}\n\/*\nCUSTOM SUBMIT MANAGEMENT\n*\/\n\nvar \n\tenableCustomSubmit = false; \/\/Set to true to customize submit event.\n\n\/\/Custom submit event.\n\/\/Executed only if enableCustomSubmit flag is true.\n\/\/Params: url = fusion url; redirectType = type of redirection to url (unive, async, js).\nfunction overrideDefaultSubmit(url, redirectType){\n}\n\n\/\/Add option 'Num Camere' ad select it\njQuery( document ).ready(function($) {\t\n\t\/*\n\t$('#bfCamere').bind(\"DOMSubtreeModified\", function() {\n\t\tvar numOption = $('#bfCamere option').size(); \n\t\tif (numOption==3){\n\t\t\t\/\/add 'num camere'\n\t\t\t$('#bfCamere').prepend($('<option>', {\n\t\t\t\tvalue: 0,\n\t\t\t\ttext: 'Num Camere'\n\t\t\t}));\n\t\t}\n\t});\n\t\n\t$('#bfAdulti1').bind(\"DOMSubtreeModified\", function() {\n\t\tvar numOption = $('#bfCamere option').size(); \n\t\tif (numOption==4){\n\t\t\tconsole.log(numOption);\n\t\t\tconsole.log($(\"#bfCamere option[value='0']\").length > 0);\n\t\t\t\/\/select first option\n\t\t\tjQuery('#bfCamere').val(0);\n\t\t\tjQuery('#bfCamere option[value=0]').attr('selected','selected');\n\t\t}\n\t});\n\t\n\t$('#bfCamere').change(function() {\n  \tconsole.log('select changed');\n\t});\n\t*\/\n});\n<\/script><link href=\"https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.2\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n<!-- <link href=\"https:\/\/www.azzurrabibione.com\/wp-content\/themes\/jampaa\/bookingform\/custom_bf.css\" rel=\"stylesheet\" \/> -->\n\n<div id=\"head-bf\" class=\"booking-form\">\n\t<div class=\"container\">\n\t\t<section id=\"section-bf\" class=\"clearfix\">\n\t\t\t<form role=\"form\" class=\"form-inline bf-row\" id=\"bfCustomForm\" action=\"https:\/\/book.mercuriosistemi.com\/agenzia\/479\/en\/search\" method=\"get\" target=\"_blank\" aria-labelledby=\"formTitle\">\n\t\t\t\t<h2 id=\"formTitle\" class=\"sr-only\">Booking form<\/h2>\n\n\t\t\t\t<input name=\"startDate\" id=\"startDate\" value=\"\" type=\"hidden\">\n\t\t\t\t<input name=\"endDate\" id=\"endDate\" value=\"\" type=\"hidden\">\n\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<label for=\"from\" class=\"label-style\">Arrival date<\/label>\n\t\t\t\t\t<div class=\"input-group date\" id=\"arrival_date\">\n\t\t\t\t\t\t<input type=\"text\" id=\"from\" class=\"form-control datepickerbutton\" name=\"arrival\" aria-describedby=\"from-calendar\" readonly=\"true\" \/>\n\t\t\t\t\t\t<button type=\"button\" class=\"input-group-addon datepickerbutton p-0\" id=\"from-calendar\" aria-label=\"Open calendar for arrival date\">\n\t\t\t\t\t\t\t<i class=\"fal fa-calendar-alt\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<label for=\"to\" class=\"label-style\">Departure date<\/label>\n\t\t\t\t\t<div class=\"input-group date\" id=\"departure_date\">\n\t\t\t\t\t\t<input type=\"text\" id=\"to\" class=\"form-control datepickerbutton\" name=\"departure\" aria-describedby=\"to-calendar\" readonly=\"true\" \/>\n\t\t\t\t\t\t<button type=\"button\" class=\"input-group-addon datepickerbutton p-0\" id=\"to-calendar\" aria-label=\"Open calendar for departure date\">\n\t\t\t\t\t\t\t<i class=\"fal fa-calendar-alt\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<label for=\"adults-select\" class=\"label-style\">Number of people<\/label>\n\t\t\t\t\t<select class=\"form-control\" name=\"persone\" id=\"adults-select\">\n\t\t\t\t\t\t<option value=\"1\" selected=\"selected\">1 person<\/option><option value=\"2\">2 people<\/option><option value=\"3\">3 people<\/option><option value=\"4\">4 people<\/option><option value=\"5\">5 people<\/option><option value=\"6\">6 people<\/option><option value=\"7\">7 people<\/option><option value=\"8\">8 people<\/option><option value=\"9\">9 people<\/option><option value=\"10\">10 people<\/option><option value=\"11\">11 people<\/option><option value=\"12\">12 people<\/option><option value=\"13\">13 people<\/option><option value=\"14\">14 people<\/option><option value=\"15\">15 people<\/option><option value=\"16\">16 people<\/option><option value=\"17\">17 people<\/option><option value=\"18\">18 people<\/option><option value=\"19\">19 people<\/option><option value=\"20\">20 people<\/option>\t\t\t\t\t<\/select>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"form-group\">\n\t\t\t\t\t<input id=\"bfBtnSubmit\" class=\"submit btn btn-default\" type=\"submit\" value=\"Check availability\">\n\t\t\t\t<\/div>\n\t\t\t<\/form>\n\t\t<\/section>\n\t<\/div>\n<\/div>\n\n<!-- Main resources -->\n<script type=\"text\/javascript\">\n\tif (typeof jQuery == 'undefined')\n\t{\n\t\tdocument.write('<script src=\"https:\/\/code.jquery.com\/jquery-1.12.4.min.js\" type=\"text\/javascript\"><\/'+'script>');\n  \t}\n<\/script>\n<!--Cookies management -->\n<script async src=\"https:\/\/servizi.promoservice.com\/fusion\/bookingform\/cdn\/3.7\/js\/jquery.cookie.min.js\" type=\"text\/javascript\"><\/script>\n<!-- Datepicker dependencies -->\n<script src=\"https:\/\/servizi.promoservice.com\/fusion\/bookingform\/cdn\/3.7\/js\/moment.min.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/servizi.promoservice.com\/fusion\/bookingform\/cdn\/3.7\/js\/bootstrap-datepicker\/bootstrap-datetimepicker.min.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/servizi.promoservice.com\/fusion\/bookingform\/cdn\/3.7\/js\/bootstrap-datepicker\/it.js\" type=\"text\/javascript\"><\/script>\n\n<script type=\"text\/javascript\">\n\tvar $jbf = jQuery;\n\t\n\t\/\/Datepicker management\n\t$jbf(function() {\n\t\tvar today = getCurrentDate('D'),\n\t\t\ttomorrow = getDepartureDate('D');\n\t\t$jbf('#arrival_date').datetimepicker({\n\t\t\tformat: 'DD\/MM\/YYYY',\n\t\t\tpickDate: true,\n\t\t\tpickTime: false,\n\t\t\tshowToday: true,\n\t\t\tlanguage: 'en',\n\t\t\tminDate: today,\n\t\t\tsetDate: today\n\t\t});\n\t\t$jbf('#departure_date').datetimepicker({\n\t\t\tformat: 'DD\/MM\/YYYY',\n\t\t\tpickDate: true,\n\t\t\tpickTime: false,\n\t\t\tshowToday: true,\n\t\t\tlanguage: 'en',\n\t\t\tminDate: tomorrow\n\t\t});\n\t\tif (((typeof pDateFormat != 'undefined')) && !(isEmpty(pDateFormat))){\n\t\t\t$jbf('#arrival_date').data(\"DateTimePicker\").format = pDateFormat;\n\t\t\t$jbf('#departure_date').data(\"DateTimePicker\").format = pDateFormat;\n\t\t}\n\t\t\/\/Updates departure date from arrival date\n\t\t$jbf('#arrival_date').on('dp.change', function(e) {\n\t\t\tvar d = new Date(e.date);\n\t\t\td.setDate(d.getDate() + minNightsInterval);\n\t\t\t$jbf('#departure_date').data(\"DateTimePicker\").setMinDate(d);\n\t\t\t$jbf('#departure_date').data(\"DateTimePicker\").setDate(d);\n\n\t\t\taggiustaInizio();\n\t\t\taggiustaFine();\n\t\t});\n\n\t\t$jbf('#departure_date').on('dp.change', function(e) {\n\t\t\taggiustaInizio();\n\t\t\taggiustaFine();\n\t\t});\n\t});\n\n\t$jbf( document ).ready(function() {\n\t\t\n\t\tvar today = getCurrentDate('D');\n\t\t$jbf(\"#arrival_date\").data(\"DateTimePicker\").setDate(today);\n\t\t\n\t\taggiustaInizio();\n\t\taggiustaFine();\n\t});\n\n\t\/\/Returns current date in dd\/mm\/yyyy format\n\tfunction getCurrentDate(type){\n\t\tvar today = new Date();\n\t\tvar dd = today.getDate();\n\t\tvar mm = today.getMonth()+1; \/\/January is 0!\n\t\tvar yyyy = today.getFullYear();\n\t\t\/\/check and set fixed start arrival date\n\t\tif (enableFutureArrivalDate) {\n\t\t\ttry {\n\t\t\t\tif (!moment([startArrivalYear, startArrivalMonth-1, startArrivalDay]).isValid()) throw 'ERR: invalid start date for arrival field. Check \"date selection parameters\" section in configuration file.';\n\t\t\t\tif (moment(today).isBefore(moment([startArrivalYear,startArrivalMonth,startArrivalDay]))){\n\t\t\t\t\tdd = startArrivalDay;\n\t\t\t\t\tmm = startArrivalMonth;\n\t\t\t\t\tyyyy = startArrivalYear;\n\t\t\t\t}\n\t\t\t}\n\t\t\tcatch(err) {console.log(err)};\n\t\t}\n\n\t\tswitch (type) {\n\t\t\tcase 'D':\n\t\t\t\treturn new Date(yyyy, (mm-1), dd);\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tif(dd<10) {\n\t\t\t\t\tdd='0'+dd;\n\t\t\t\t} \n\t\t\t\tif(mm<10) {\n\t\t\t\t\tmm='0'+mm;\n\t\t\t\t} \n\t\t\t\treturn yyyy+'\/'+mm+'\/'+dd;\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t\/\/Returns next date from current date\n\tfunction getDepartureDate(type){\n\t\tvar dep;\n\t\tif (enableFutureArrivalDate) {\n\t\t\ttry {\n\t\t\t\tvar today = new Date();\n\t\t\t\tvar tmpDeparture = moment([startArrivalYear, startArrivalMonth-1, startArrivalDay]);\n\t\t\t\tif (!tmpDeparture.isValid()) throw 'ERR: invalid start date for arrival field. Check \"date selection parameters\" section in configuration file.';\n\t\t\t\tif (moment(tmpDeparture).isBefore(today))\ttmpDeparture = today.add(minNightsInterval, 'd')\n\t\t\t\telse tmpDeparture = tmpDeparture.add(minNightsInterval, 'd');\n\t\t\t\tdep = new Date(tmpDeparture.get('year'), tmpDeparture.get('month'), tmpDeparture.get('date'));\n\t\t\t}\n\t\t\tcatch(err) {\n\t\t\t\tdep = new Date();\n\t\t\t\tdep.setDate(dep.getDate() + minNightsInterval);\n\t\t\t\tconsole.log(err)\n\t\t\t};\n\t\t}\n\t\telse{\n\t\t\tdep = new Date();\n\t\t\tdep.setDate(dep.getDate() + minNightsInterval);\n\t\t}\n\t\t\n\t\tswitch (type) {\n\t\t\tcase 'D':\n\t\t\t\treturn dep;\n\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tvar dd = dep.getDate();\n\t\t\t\tvar mm = dep.getMonth()+1; \/\/January is 0!\n\t\t\t\tvar yyyy = dep.getFullYear();\n\t\t\t\tif(dd<10) {\n\t\t\t\t\tdd='0'+dd;\n\t\t\t\t} \n\t\t\t\tif(mm<10) {\n\t\t\t\t\tmm='0'+mm;\n\t\t\t\t} \n\t\t\t\treturn yyyy+'\/'+mm+'\/'+dd;\n\t\t\tbreak;\n\t\t}\n\t}\n\n\tfunction aggiustaInizio ()\n    {\n        var datai = $jbf(\"#from\").val();\n        datai = datai.split('\/');\n        $jbf('#startDate').val(datai[2]+'-'+datai[1]+'-'+datai[0]);\n    }\n\n    function aggiustaFine () {\n        var dataf = $jbf(\"#to\").val();\n        dataf = dataf.split('\/');\n        $jbf('#endDate').val(dataf[2]+'-'+dataf[1]+'-'+dataf[0]);\n    }\n\n\t\/\/Check if string is empty or not.\n\tfunction isEmpty(str) {\n\t\treturn (!str || 0 === str.length);\n\t}\n  \n  \/*jQuery('#bfCustomForm').submit( function(e) {\n    e.preventDefault();\n    console.log('Start date ' + jQuery('#startDate').val());\n    console.log('Start date ' + jQuery('#endDate').val());\n  });*\/\n$jbf(document).ready(function(){\n\t\/* on scroll if .sidebar-sticky is top 0px then add class banner-top-position to .sidebar-wrapper *\/\n\tvar $sidebarSticky = $jbf('.sidebar-sticky');\n\tvar $sidebarWrapper = $jbf('.sidebar-wrapper');\n\tvar $banner = $jbf('.banner-js');\n\tvar $headerHeight = $jbf('.header-js').height();\n\tvar $bannerHeight = $banner.height() + $headerHeight;\n\tvar prestickyTop = $sidebarSticky.offset().top - $jbf(window).scrollTop();\n\t$sidebarWrapper.addClass('banner-top-position');\n\t$jbf(window).scroll(function() {\n\t\t\n\t\tif ($sidebarSticky.length && $sidebarWrapper.length) {\n\t\t\tvar stickyTop = $bannerHeight - $jbf(window).scrollTop();\n\t\t\tif (stickyTop >=  $bannerHeight) {\n\t\t\t\t$sidebarWrapper.addClass('banner-top-position');\n\t\t\t}\n\t\t\tif (stickyTop < $headerHeight) {\n\t\t\t\t$sidebarWrapper.removeClass('banner-top-position');\n\t\t\t}\n\t\t}\n\t});\n});\n\n<\/script>\n<!-- end fusion-bf -->\n<h1>Info &amp; Conditions<\/h1>\n<p>Here you will find all the <strong>information you need<\/strong> for your stay in our apartments. Our goal is to offer you a pleasant and carefree experience, which is why we are always available to clarify any questions or requests you may have. <\/p>\n<p>Please feel free to contact us for more details &#8211; <strong>we will be happy to help you<\/strong> make the best arrangements for your vacation!<\/p>\n<h2>Reception<\/h2>\n<p>Upon arrival, <strong>our staff will welcome you at the<\/strong> registration <strong>desk<\/strong> to offer assistance and information.<\/p>\n<p>Check-in can be done completely <strong>online<\/strong>, prior to arrival, by filling out the document registration form, the link to which can be found in the rental agreement.  <\/p>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"498\" src=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Bambina-felice-al-bordo-piscina-1024x638.webp\" alt=\"\" srcset=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Bambina-felice-al-bordo-piscina-1024x638.webp 1024w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Bambina-felice-al-bordo-piscina-300x187.webp 300w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Bambina-felice-al-bordo-piscina-768x478.webp 768w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Bambina-felice-al-bordo-piscina-1536x957.webp 1536w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Bambina-felice-al-bordo-piscina.webp 1734w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Accogliente-soggiorno-luminoso-con-sala-da-pranzo-1024x683.webp\" alt=\"\" srcset=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Accogliente-soggiorno-luminoso-con-sala-da-pranzo-1024x683.webp 1024w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Accogliente-soggiorno-luminoso-con-sala-da-pranzo-300x200.webp 300w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Accogliente-soggiorno-luminoso-con-sala-da-pranzo-768x512.webp 768w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Accogliente-soggiorno-luminoso-con-sala-da-pranzo-1536x1024.webp 1536w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Accogliente-soggiorno-luminoso-con-sala-da-pranzo.webp 1620w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>Apartments<\/h2>\n<p>Before each new entry, <strong>apartments are sanitized<\/strong> with sodium hypochlorite-based detergents and hydroalcoholic solutions, in addition to normal cleaning products, complying with the National Institute of Health protocols and current health regulations.<\/p>\n<p>\t\t\t\t\t<a href=\"https:\/\/www.azzurrabibione.com\/en\/housing\/\"><br \/>\n\t\t\t\t\t\t\t\t\tSee all apartments<br \/>\n\t\t\t\t\t<\/a><\/p>\n<h2>Swimming pools<\/h2>\n<p>The pool area has special information signage for guests, with directions on sanitation and how to gain access. The use of <strong>swimming caps<\/strong> is no longer mandatory. <\/p>\n<p><strong>Opening hours<\/strong> are specified in each village\/residence.<\/p>\n<p>\t\t\t\t\t<a href=\"https:\/\/www.azzurrabibione.com\/en\/housing\/?filter=con-piscina\"><br \/>\n\t\t\t\t\t\t\t\t\tAccommodations with swimming pool<br \/>\n\t\t\t\t\t<\/a><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Panoramica-del-Villaggio-Vacanze-con-Piscina-1024x683.webp\" alt=\"\" srcset=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Panoramica-del-Villaggio-Vacanze-con-Piscina-1024x683.webp 1024w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Panoramica-del-Villaggio-Vacanze-con-Piscina-300x200.webp 300w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Panoramica-del-Villaggio-Vacanze-con-Piscina-768x512.webp 768w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Panoramica-del-Villaggio-Vacanze-con-Piscina-1536x1024.webp 1536w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/07\/Panoramica-del-Villaggio-Vacanze-con-Piscina.webp 1620w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"336\" height=\"504\" src=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Lucia-cerchio.png\" alt=\"\" srcset=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Lucia-cerchio.png 336w, https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Lucia-cerchio-200x300.png 200w\" sizes=\"(max-width: 336px) 100vw, 336px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>By the sea in Bibione with Turistica Azzurra<\/h2>\n<p>Dear guests, here you will find information about the <strong>contract and cancellation conditions.<\/strong><\/p>\n<p>If you need more information please contact us! We will be happy to be of assistance. <\/p>\n<p>\t\t\t\t<a href=\"tel:+390431447167\" tabindex=\"-1\" aria-label=\"+39 0431.447167\"><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t<\/a><\/p>\n<p>\n\t\t\t\t\t\t<a href=\"tel:+390431447167\" ><br \/>\n\t\t\t\t\t\t\t+39 0431.447167\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/p>\n<p>\t\t\t\t<a href=\"mailto:info@azzurrabibione.com\" tabindex=\"-1\" aria-label=\"info@azzurrabibione.com\"><br \/>\n\t\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"><\/path><\/svg>\t\t\t\t<\/a><\/p>\n<p>\n\t\t\t\t\t\t<a href=\"mailto:info@azzurrabibione.com\" ><br \/>\n\t\t\t\t\t\t\tinfo@azzurrabibione.com\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/p>\n<details id=\"e-n-accordion-item-6910\" open>\n<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-6910\" >\n\t\t\t\t\t What is included in the rental price?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>The rental price includes ancillary costs (water, electricity and gas), air conditioning, Wi-Fi (for up to 3 simultaneous accesses -multiple accesses for Mastervillage), VAT and agency fees.<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-6911\" >\n<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-6911\" >\n\t\t\t\t\t Is beach service included?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p>The coupon for the <strong>beach service<\/strong> (1 umbrella, 1 deck chair, 1 sunbed &#8211; from the 4th row) is included in the price for all accommodations only if the reservations are <strong>of at least 7 nights<\/strong>. <\/p>\n<p>For short-term reservations, the beach service voucher is <strong>to be paid extra<\/strong>: \u20ac 15,50- per day\/per beach place-from the 4th row (2026 rate)<\/p>\n<p>Extra weekly beach vouchers available for purchase (while availability lasts) at \u20ac 81,00\/per beach place (2026 rate)<\/p>\n<\/details>\n<details id=\"e-n-accordion-item-6912\" >\n<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-6912\" >\n\t\t\t\t\t What is not included in the rental price?<br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t<\/summary>\n<p><strong>Tourist tax<\/strong> will be charged upon arrival. Rate in 2025: <strong>\u20ac 1,15 <\/strong>per person\/night &#8211; calculated for up to 10 overnight stays. Children under 4 and disabled plus accompanying person excluded. <\/p>\n<p><strong>Final cleaning<\/strong> of the apartment (including refrigerator, stove, pots and dishes) is\u00a0 the responsibility of the client. A security deposit of Euro 100.00, in cash, will be requested upon arrival and returned upon departure, after checking the condition of the apartment. A <strong>final cleaning service <\/strong>is<strong> available upon request, for a fee<\/strong> (\u20ac 30.00-65.00 depending on the type of apartment).<\/p>\n<p><strong>Bed linen and towels<\/strong> are NOT included (excluded only the one-room-apartments of Residence Verdi) and they must be reserved (<strong>at extra charge<\/strong>) or brought from home.<\/p>\n<\/details>\n<p>The rental price includes ancillary costs (water, electricity and gas), air conditioning, Wi-Fi (for up to 3 simultaneous accesses -multiple accesses for Mastervillage), VAT and agency fees.<\/p>\n<p>The coupon for the <strong>beach service<\/strong> (1 umbrella, 1 deck chair, 1 sunbed &#8211; from the 4th row) is included in the price for all accommodations only if the reservations are <strong>of at least 7 nights<\/strong>. <\/p>\n<p>For short-term reservations, the beach service voucher is <strong>to be paid extra<\/strong>: \u20ac 15,50- per day\/per beach place-from the 4th row (2026 rate)<\/p>\n<p>Extra weekly beach vouchers available for purchase (while availability lasts) at \u20ac 81,00\/per beach place (2026 rate)<\/p>\n<p><strong>Tourist tax<\/strong> will be charged upon arrival. Rate in 2025: <strong>\u20ac 1,15 <\/strong>per person\/night &#8211; calculated for up to 10 overnight stays. Children under 4 and disabled plus accompanying person excluded. <\/p>\n<p><strong>Final cleaning<\/strong> of the apartment (including refrigerator, stove, pots and dishes) is\u00a0 the responsibility of the client. A security deposit of Euro 100.00, in cash, will be requested upon arrival and returned upon departure, after checking the condition of the apartment. A <strong>final cleaning service <\/strong>is<strong> available upon request, for a fee<\/strong> (\u20ac 30.00-65.00 depending on the type of apartment).<\/p>\n<p><strong>Bed linen and towels<\/strong> are NOT included (excluded only the one-room-apartments of Residence Verdi) and they must be reserved (<strong>at extra charge<\/strong>) or brought from home.<\/p>\n<p>\t\t\t\t\t<a href=\"https:\/\/www.azzurrabibione.com\/en\/faq\/\"><br \/>\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\"><path d=\"M7.875 17.0632C7.875 16.3372 7.28848 15.7507 6.5625 15.7507H2.625C1.89902 15.7507 1.3125 15.1641 1.3125 14.4381V2.62511C1.3125 1.89911 1.89902 1.31256 2.625 1.31256H18.375C19.101 1.31256 19.6875 1.89911 19.6875 2.62511V14.4381C19.6875 15.1641 19.101 15.7507 18.375 15.7507H12.6861C12.4031 15.7507 12.1242 15.8409 11.8986 16.0132L7.875 19.0321V17.0632ZM2.625 0C1.17715 0 0 1.1772 0 2.62511V14.4381C0 15.886 1.17715 17.0632 2.625 17.0632H5.25H6.5625V18.3758V20.3446C6.5625 20.5948 6.70195 20.8204 6.92344 20.9312C7.14492 21.0419 7.41152 21.0173 7.6125 20.8696L12.6861 17.0632H18.375C19.8229 17.0632 21 15.886 21 14.4381V2.62511C21 1.1772 19.8229 0 18.375 0H2.625ZM6.91934 4.99592L6.91113 5.02463C6.8209 5.37328 7.03008 5.73423 7.37871 5.82447C7.72734 5.91471 8.08828 5.70552 8.17852 5.35687L8.18672 5.32816C8.30156 4.89337 8.69121 4.59395 9.13828 4.59395H11.4803C12.2021 4.59395 12.7928 5.1887 12.7928 5.91881C12.7928 6.41512 12.5139 6.87041 12.075 7.09601L10.1965 8.05582C9.975 8.16656 9.83965 8.39216 9.83965 8.64236V9.85238C9.83965 10.2133 10.135 10.5087 10.4959 10.5087C10.8568 10.5087 11.1521 10.2133 11.1521 9.85238V9.04433L12.6738 8.26911C13.5557 7.81791 14.1053 6.90733 14.1053 5.92291C14.1094 4.4709 12.9404 3.28139 11.4844 3.28139H9.14238C8.09648 3.28139 7.18594 3.98689 6.91934 4.99592ZM11.4844 12.4693C11.4844 12.2082 11.3807 11.9578 11.1961 11.7732C11.0115 11.5886 10.7611 11.4849 10.5 11.4849C10.2389 11.4849 9.98855 11.5886 9.80394 11.7732C9.61934 11.9578 9.51562 12.2082 9.51562 12.4693C9.51562 12.7304 9.61934 12.9808 9.80394 13.1654C9.98855 13.35 10.2389 13.4537 10.5 13.4537C10.7611 13.4537 11.0115 13.35 11.1961 13.1654C11.3807 12.9808 11.4844 12.7304 11.4844 12.4693Z\" fill=\"#0D4B82\"><\/path><\/svg><br \/>\n\t\t\t\t\t\t\t\t\tGo to all questions<br \/>\n\t\t\t\t\t<\/a><\/p>\n<h2>Conditions<\/h2>\n<p><strong>Reservation<\/strong><\/p>\n<p>The customer pays <strong>30% of the total cost after booking:<\/strong><\/p>\n<ul>\n<li>by credit card or<\/li>\n<li>by bank transfer within 3 days after booking<\/li>\n<\/ul>\n<p>Bank details (Mastervillage excluded) are as follows:<\/p>\n<p><strong>IBAN: IT 19 G070 8536 2900 0000 0011 502<\/strong><br \/>ABI: 07085 (CREDITO COOPERATIVO FRIULI SCRL)<br \/>CAB: 36290 (Bibione branch)<br \/>CIN: W<br \/>c\/c payable to: Immobiliare Azzurra di Zanello Luca &amp; C. S.A.S.<\/p>\n<p><strong>Balance<\/strong><\/p>\n<p>The customer pays the balance of the reservation:<\/p>\n<ul>\n<li>on the day of check-in, with POS or cash or<\/li>\n<li>at least 7 days before check-in, by bank transfer<\/li>\n<\/ul>\n<h2>Cancellation<\/h2>\n<p>In the event that the customer is forced to cancel the reservation <b>up to 3 weeks (21 days) before the beginning of the stay<\/b>, he\/she will not lose the deposit, but will be able to use a voucher to the value of the amount already paid, for a reservation in the current or next season, in any of our facilities.<\/p>\n<p>Instead, the customer pays <b>30% of the total cost if he\/she cancels from 20 days to 0 days before arrival. <\/b><\/p>\n<p>For no reason will the deposit be returned. Should TURISTICA AZZURRA fail to rent the apartment to others, the applicant is also required to pay the remaining amount in balance of the agreed rent.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Info &amp; Conditions Here you will find all the information you need for your stay in our apartments. Our goal is to offer you a pleasant and carefree experience, which is why we are always available to clarify any questions or requests you may have. Please feel free to contact us for more details &#8211; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":667,"parent":0,"menu_order":84,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3584","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Info and conditions for your stay | Turistica Azzurra% Bibione<\/title>\n<meta name=\"description\" content=\"See the conditions for booking, check-in and services included in your stay. Contact us if you have any questions: we are always available!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Info and conditions for your stay | Turistica Azzurra% Bibione\" \/>\n<meta property=\"og:description\" content=\"See the conditions for booking, check-in and services included in your stay. Contact us if you have any questions: we are always available!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/\" \/>\n<meta property=\"og:site_name\" content=\"Turistica Azzurra\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-16T14:40:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1067\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/\",\"url\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/\",\"name\":\"Info and conditions for your stay | Turistica Azzurra% Bibione\",\"isPartOf\":{\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg\",\"datePublished\":\"2025-06-04T14:19:28+00:00\",\"dateModified\":\"2026-02-16T14:40:42+00:00\",\"description\":\"See the conditions for booking, check-in and services included in your stay. Contact us if you have any questions: we are always available!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#primaryimage\",\"url\":\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg\",\"contentUrl\":\"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg\",\"width\":2560,\"height\":1067,\"caption\":\"Famiglia felice in vacanza a Bibione\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.azzurrabibione.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Info &amp; conditions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/#website\",\"url\":\"https:\/\/www.azzurrabibione.com\/en\/\",\"name\":\"Turistica Azzurra\",\"description\":\"Agenzia turistica Azzurra di Bibione\",\"publisher\":{\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.azzurrabibione.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/#organization\",\"name\":\"Turistica Azzurra\",\"alternateName\":\"Agenzia turistica Azzurra di Bibione\",\"url\":\"https:\/\/www.azzurrabibione.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azzurrabibione.promoservicebeta.com\/wp-content\/uploads\/2025\/06\/Logo-Turistica_Azzurra_Bibione.png\",\"contentUrl\":\"https:\/\/azzurrabibione.promoservicebeta.com\/wp-content\/uploads\/2025\/06\/Logo-Turistica_Azzurra_Bibione.png\",\"width\":274,\"height\":95,\"caption\":\"Turistica Azzurra\"},\"image\":{\"@id\":\"https:\/\/www.azzurrabibione.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Info and conditions for your stay | Turistica Azzurra% Bibione","description":"See the conditions for booking, check-in and services included in your stay. Contact us if you have any questions: we are always available!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/","og_locale":"en_US","og_type":"article","og_title":"Info and conditions for your stay | Turistica Azzurra% Bibione","og_description":"See the conditions for booking, check-in and services included in your stay. Contact us if you have any questions: we are always available!","og_url":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/","og_site_name":"Turistica Azzurra","article_modified_time":"2026-02-16T14:40:42+00:00","og_image":[{"width":2560,"height":1067,"url":"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/","url":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/","name":"Info and conditions for your stay | Turistica Azzurra% Bibione","isPartOf":{"@id":"https:\/\/www.azzurrabibione.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#primaryimage"},"image":{"@id":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg","datePublished":"2025-06-04T14:19:28+00:00","dateModified":"2026-02-16T14:40:42+00:00","description":"See the conditions for booking, check-in and services included in your stay. Contact us if you have any questions: we are always available!","breadcrumb":{"@id":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.azzurrabibione.com\/en\/info-conditions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#primaryimage","url":"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg","contentUrl":"https:\/\/www.azzurrabibione.com\/wp-content\/uploads\/2025\/06\/Info-e-Condizioni.jpg","width":2560,"height":1067,"caption":"Famiglia felice in vacanza a Bibione"},{"@type":"BreadcrumbList","@id":"https:\/\/www.azzurrabibione.com\/en\/info-conditions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.azzurrabibione.com\/en\/"},{"@type":"ListItem","position":2,"name":"Info &amp; conditions"}]},{"@type":"WebSite","@id":"https:\/\/www.azzurrabibione.com\/en\/#website","url":"https:\/\/www.azzurrabibione.com\/en\/","name":"Turistica Azzurra","description":"Agenzia turistica Azzurra di Bibione","publisher":{"@id":"https:\/\/www.azzurrabibione.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.azzurrabibione.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.azzurrabibione.com\/en\/#organization","name":"Turistica Azzurra","alternateName":"Agenzia turistica Azzurra di Bibione","url":"https:\/\/www.azzurrabibione.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.azzurrabibione.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/azzurrabibione.promoservicebeta.com\/wp-content\/uploads\/2025\/06\/Logo-Turistica_Azzurra_Bibione.png","contentUrl":"https:\/\/azzurrabibione.promoservicebeta.com\/wp-content\/uploads\/2025\/06\/Logo-Turistica_Azzurra_Bibione.png","width":274,"height":95,"caption":"Turistica Azzurra"},"image":{"@id":"https:\/\/www.azzurrabibione.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/pages\/3584","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/comments?post=3584"}],"version-history":[{"count":31,"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/pages\/3584\/revisions"}],"predecessor-version":[{"id":6438,"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/pages\/3584\/revisions\/6438"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/media\/667"}],"wp:attachment":[{"href":"https:\/\/www.azzurrabibione.com\/en\/wp-json\/wp\/v2\/media?parent=3584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}