{"id":72,"date":"2018-03-17T23:02:24","date_gmt":"2018-03-17T23:02:24","guid":{"rendered":"http:\/\/demo.curlythemes.com\/private-jet\/?page_id=72"},"modified":"2018-03-17T23:02:24","modified_gmt":"2018-03-17T23:02:24","slug":"empty-legs","status":"publish","type":"page","link":"https:\/\/www.mecaer.com\/fr\/empty-legs\/","title":{"rendered":"Empty Legs"},"content":{"rendered":"<section data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" class=\"vc_section vc_custom_1521477183950 vc_section-has-fill\"><div data-stellar-offset-parent=\"true\"  class=\"vc_row wpb_row vc_row-fluid color--text-inverted xtd-text-shadow--small-normal content-padding vc_custom_1521459852192 vc_row-has-fill\"><div  class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-2 vc_col-lg-8\"><div class=\"vc_column-inner vc_custom_1521399451046\" style=\"\" ><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1 style=\"text-align: center\">Empty Legs<\/h1>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"lead\" style=\"text-align: center\">An empty flight, also called a ferry flight or an empty leg, is a private jet flying without passengers. This happens when an aircraft drops off passengers at their destination and returns home empty.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/section><div class=\"vc_row-full-width vc_clearfix\"><\/div><section class=\"vc_section vc_custom_1521405972696\"><div data-stellar-offset-parent=\"true\"  class=\"vc_row wpb_row vc_row-fluid content-padding-lg\"><div  class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-1 vc_col-lg-10\"><div class=\"vc_column-inner\" style=\"\" ><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><\/section><section class=\"vc_section vc_custom_1521477808477 vc_section-has-fill\"><div data-stellar-offset-parent=\"true\"  class=\"vc_row wpb_row vc_row-fluid content-padding-xs\"><div  class=\"wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-1 vc_col-lg-10\"><div class=\"vc_column-inner\" style=\"\" ><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t    <div id=\"xtd-search-flight\" v-cloak data-url=\"http:\/\/demo.curlythemes.com\/jet\/book-jet\/\" data-query=\"flight_info\" class=\"xtd-search-flight__wrapper\">\n      <form class=\"xtd-search-flight\">\n        <div v-for=\"(leg, index) in legs\" :key=\"index\" class=\"xtd-search-flight__leg\">\n          <div class=\"xtd-search-flight__from\">\n            <label>From<\/label>\n            <v-select v-model=\"legs[index].from\" :filterable=\"false\" :options=\"options\" @search=\"onSearch\" placeholder=\"Departure Airport\" label=\"name\">\n              <template slot=\"no-options\">\n                Search for airport              <\/template>\n              <template slot=\"option\" scope=\"scope\">\n                <div class=\"d-center xtd-search-flight__airport-select\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                  <\/div>\n              <\/template>\n              <template slot=\"selected-option\" scope=\"scope\">\n                <div class=\"selected d-center xtd-search-flight__airport-select xtd-search-flight__airport-select--selected\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                <\/div>\n              <\/template>\n            <\/v-select>\n          <\/div>\n          <div class=\"xtd-search-flight__to\">\n            <label>To<\/label>\n            <v-select v-model=\"legs[index].to\" :filterable=\"false\" :options=\"options\" @search=\"onSearch\" placeholder=\"Destination Airport\" label=\"name\">\n              <template slot=\"no-options\">\n                Search for airport              <\/template>\n              <template slot=\"option\" scope=\"scope\">\n                <div class=\"d-center xtd-search-flight__airport-select\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                  <\/div>\n              <\/template>\n              <template slot=\"selected-option\" scope=\"scope\">\n                <div class=\"selected d-center xtd-search-flight__airport-select xtd-search-flight__airport-select--selected\">\n                  {{ scope.label }}\n                  <small>{{ scope.location }} <\/small>\n                <\/div>\n              <\/template>\n            <\/v-select>\n          <\/div>\n          <div class=\"xtd-search-flight__date\">\n            <label>Date<\/label>\n            <input :ref=\"'flatpikr_' + index\" type=\"text\" class=\"form-control\" v-model=\"legs[index].date\" placeholder=\"Choose date &amp; time\">\n          <\/div>\n          <div class=\"xtd-search-flight__pax\">\n            <label>Passengers<\/label>\n            <input type=\"number\" class=\"form-control form-control-lg\"  v-model=\"legs[index].pax\" v-on:change=\"onChangePax($event, index)\" placeholder=\"0\">\n          <\/div>\n          <div v-if=\"index > 0\" class=\"xtd-search-flight__remove\">\n            <a href=\"#\" class=\"fa fa-fw fa-times\"  v-on:click.prevent=\"deleteLeg(index)\"><\/a>\n          <\/div>\n        <\/div>\n        <div class=\"xtd-search-flight__requirements\" v-if=\"requirements_visibility\">\n            <label>Requirements<\/label>\n            <textarea class=\"form-control\" v-model=\"requirements\"  placeholder=\"enter special req here\">\n            <\/textarea>\n          <div class=\"xtd-search-flight__remove\">\n            <a href=\"#\" class=\"fa fa-fw fa-times\"  v-on:click.prevent=\"deleteRequirements()\"><\/a>\n          <\/div>\n        <\/div>\n        <div class=\"row justify-content-between\">\n          <div class=\"col\">\n            <button class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addReturn\" :disabled=\"!return_flight || legs.length > 4\"><i class=\"fa fa-undo fa-fw\"><\/i> Add Return<\/button>\n            <button class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addFlight\" :disabled=\"legs.length > 4\"><i class=\"fa fa-plus fa-fw\"><\/i> Add Flight<\/button>\n            <button v-if=\"!requirements_visibility\" class=\"btn btn-sm btn-outline-primary\" v-on:click.prevent=\"addRequirements\"><i class=\"fa fa-star fa-fw\"><\/i> Add Requirements<\/button>\n          <\/div>\n          <div class=\"col-sm-3 align-self-end text-right\"><button class=\"btn btn-sm btn-primary\" v-on:click.prevent=\"searchFlights()\" :disabled=\"isSearchDisabled()\">Search<\/button><\/div>\n        <\/div>\n        <div v-if=\"modal\" class=\"xtd-search-flight__toggle-modal\" v-on:click=\"modal_visibility = !modal_visibility\">\n          <div><i class=\"fa\" :class=\"modal_visibility ? 'fa-arrow-left' : 'fa-arrow-right'\"><\/i><\/div>\n          <div>\n            <span><strong><\/strong> <\/span>\n          <\/div>\n        <\/div>\n      <input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n    <\/div>\n    \n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/section><section class=\"vc_section\"><div data-stellar-offset-parent=\"true\"  class=\"vc_row wpb_row vc_row-fluid content-padding vc_column-gap-35\"><div  class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\" style=\"\" ><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h2 style=\"text-align: center\">Why You Fly Empty Legs?<\/h2>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div  class=\"wpb_column vc_column_container vc_col-sm-5 vc_col-sm-offset-1\"><div class=\"vc_column-inner\" style=\"\" ><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>Every time a private jet is booked for a one way flight, an empty leg becomes available for the return journey, because aircraft must fly empty to return to its previous destination and pick up its next set of passengers.<\/p>\n<p>This means that by booking wisely you could save up to 75% on the cost of a conventional private jet charter. When Curly Airline has a one-way private jet charter, the aircraft is sometimes empty when it repositions back to its base.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div  class=\"wpb_column vc_column_container vc_col-sm-5\"><div class=\"vc_column-inner\" style=\"\" ><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<ul class=\"Arrowed-List\">\n<li><strong>Major savings<\/strong> \u2013 up to 75% of the cost of a regular charter<\/li>\n<li><strong>Aircraft<\/strong> \u2013 a wide range of private aircraft are available as Empty Legs<\/li>\n<li><strong>Up-to-date information<\/strong> \u2013 current Empty Legs are published and regularly updated on our website<\/li>\n<li><strong>The specialists<\/strong> \u2013 our Empty Legs specialists can inform you as soon as a chosen route appears on our database<\/li>\n<\/ul>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/section><section data-vc-full-width=\"true\" data-vc-full-width-init=\"false\" data-vc-parallax=\"1.5\" data-vc-parallax-image=\"https:\/\/www.mecaer.com\/wp-content\/uploads\/2018\/03\/world-map-5.svg\" class=\"vc_section vc_custom_1521478892962 vc_section-has-fill vc_section-o-content-middle vc_section-flex vc_general vc_parallax vc_parallax-content-moving\"><div data-stellar-offset-parent=\"true\"  class=\"vc_row wpb_row vc_row-fluid content-padding\"><div  class=\"wpb_column vc_column_container vc_col-sm-10 vc_col-sm-offset-1\"><div class=\"vc_column-inner\" style=\"\" ><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element  color--text-inverted\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1 style=\"text-align: center\">We Fly You To Over 20.000 World Wide Locations<\/h1>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element  color--text-inverted\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p class=\"lead\" style=\"text-align: center\">Curly Airline proudly raises the bar and exceeds the standard for luxury and\u00a0corporate private jet charter\u00a0services. We pride ourselves on offering a professional and personalised service.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p style=\"text-align: center\"><a class=\"btn btn-secondary\" href=\"http:\/\/demo.curlythemes.com\/private-jet\/book-jet\/\">Request Quote<\/a><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/section><div class=\"vc_row-full-width vc_clearfix\"><\/div>","protected":false},"excerpt":{"rendered":"Empty Legs An empty flight, also called a ferry flight or an empty leg, is a private jet flying without passengers. This happens when an aircraft drops off passengers at their destination and returns home empty. From Search for airport {{ scope.label }} {{ scope.location }} {{ scope.label }} {{ scope.location }} To Search for airport {{ scope.label }} {{ [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":0,"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.mecaer.com\/fr\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}