{"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":"2019-04-11T13:09:00","modified_gmt":"2019-04-11T13:09:00","slug":"empty-legs","status":"publish","type":"page","link":"https:\/\/demo.curlythemes.com\/private-jet\/empty-legs\/","title":{"rendered":"Empty Legs"},"content":{"rendered":"[vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1554988152415{padding-top: 15% !important;padding-bottom: 10% !important;background-image: url(https:\/\/demo.curlythemes.com\/private-jet\/wp-content\/uploads\/sites\/27\/2018\/03\/header-random-2.jpg?id=232) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row css=&#8221;.vc_custom_1521459852192{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;color&#8211;text-inverted xtd-text-shadow&#8211;small-normal&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8&#8243; css=&#8221;.vc_custom_1521399451046{padding-right: 2rem !important;padding-left: 2rem !important;}&#8221;][vc_column_text]\n<h1 style=\"text-align: center;\">Empty Legs<\/h1>\n[\/vc_column_text][vc_column_text]\n<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[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section css=&#8221;.vc_custom_1521405972696{padding-top: 0px !important;}&#8221;][vc_row curly_padding=&#8221;content-padding-lg&#8221;][vc_column offset=&#8221;vc_col-lg-offset-1 vc_col-lg-10&#8243;]\t\t<div class=\"wcs-timetable__wrapper\">\n\t\t\t<div class=\"wcs-vue\" id=\"wcs-app-1\"><\/div>\n\t\t<\/div>\n\t\t[\/vc_column][\/vc_row][\/vc_section][vc_section css=&#8221;.vc_custom_1521477808477{background-color: #f4f3f1 !important;}&#8221;][vc_row curly_padding=&#8221;content-padding-xs&#8221;][vc_column offset=&#8221;vc_col-lg-offset-1 vc_col-lg-10&#8243;][vc_column_text]    <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      <div>\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      <\/form>\n      <\/div>\n    <\/div>\n    [\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section][vc_row gap=&#8221;35&#8243;][vc_column][vc_column_text]\n<h2 style=\"text-align: center;\">Why You Fly Empty Legs?<\/h2>\n[\/vc_column_text][\/vc_column][vc_column width=&#8221;5\/12&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_column_text]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.[\/vc_column_text][\/vc_column][vc_column width=&#8221;5\/12&#8243;][vc_column_text]\n<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[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; content_placement=&#8221;middle&#8221; parallax=&#8221;content-moving&#8221; parallax_image=&#8221;41&#8243; css=&#8221;.vc_custom_1521478892962{padding-top: 7% !important;padding-bottom: 7% !important;background-color: #a7987e !important;}&#8221;][vc_row][vc_column width=&#8221;5\/6&#8243; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_column_text el_class=&#8221;color&#8211;text-inverted&#8221;]\n<h1 style=\"text-align: center;\">We Fly You To Over 20.000\u0003 World Wide Locations<\/h1>\n[\/vc_column_text][vc_column_text el_class=&#8221;color&#8211;text-inverted&#8221;]\n<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[\/vc_column_text][vc_column_text]\n<p style=\"text-align: center;\"><a class=\"btn btn-secondary\" href=\"http:\/\/demo.curlythemes.com\/private-jet\/book-jet\/\">Request Quote<\/a><\/p>\n[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section]\n","protected":false},"excerpt":{"rendered":"<p>[vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1554988152415{padding-top: 15% !important;padding-bottom: 10% !important;background-image: url(https:\/\/demo.curlythemes.com\/private-jet\/wp-content\/uploads\/sites\/27\/2018\/03\/header-random-2.jpg?id=232) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row css=&#8221;.vc_custom_1521459852192{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;color&#8211;text-inverted xtd-text-shadow&#8211;small-normal&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8&#8243; css=&#8221;.vc_custom_1521399451046{padding-right: 2rem !important;padding-left: 2rem !important;}&#8221;][vc_column_text] Empty Legs [\/vc_column_text][vc_column_text] 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 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":0,"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"wp:attachment":[{"href":"https:\/\/demo.curlythemes.com\/private-jet\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}