CINXE.COM
Athens International Airport - Pick up - Drop off Zone
<!DOCTYPE HTML> <html itemscope itemtype="http://schema.org/Airport" lang="en"> <head id="Head1"> <script type="text/javascript"> //<![CDATA[ var jsConstants={"CultureId":50,"Culture2LetterCode":"en","SitemapNodeId":"91d877a1-9cd9-4656-8baa-affc00cf5266","AirportArrival":"Arrivals","AirportDeparture":"Departures","AirportOrigin":"Origin","AirportDestination":"Destination","EstimatedLabel":"Estimated Time","justLabelDep":"JUST DEPARTED","justLabelArr":"JUST ARRIVED","Rtfi_Tacker_Message":"Track your flight updates","ActualTime":"Actual Time","EstimatedTime":"Estimated Time","CkifCkit":"Check In","Gate":"Gate","Via":"Via"}; //]]> </script> <link rel="stylesheet" type="text/css" href="/styles/reset.css?v=2" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/jquery.ui.datepicker.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/jquery.ui.tabs.min.css" media="all" /> <link rel="stylesheet" type="text/css" href="/scripts/timepicker/jquery-ui-timepicker-addon.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/jquery.jscrollpane.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/style.css?v=5" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/new_style.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/forms.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/responsive.css?v=3" media="all" /> <link rel="stylesheet" type="text/css" href="/Scripts/scroll/jquery.mCustomScrollbar.css" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/aia.css?v=5" media="all" /> <link rel="stylesheet" type="text/css" href="/styles/print.css" media="print" /> <link rel="stylesheet" type="text/css" href="/styles/webchat.css?v=4" media="all" /> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script type="text/javascript"> //<![CDATA[ var websiteURL = '/'; var lang = 'en'; var lightboxlang = "en"; //]]> </script> <script type="text/javascript" src="/scripts/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="/scripts/jquery.history.js"></script> <script type="text/javascript" src="/scripts/jquery.blockUI.js"></script> <script type="text/javascript" src="/scripts/jquery.watermarkinput.js"></script> <script type="text/javascript" src="/scripts/modernizr.js"></script> <script type="text/javascript" src="/scripts/jquery.easing.1.3.js"></script> <script type="text/javascript" src="/scripts/jquery.cycle.all.js"></script> <script type="text/javascript" src="/scripts/jquery.easing.1.3.js"></script> <script type="text/javascript" src="/scripts/jquery-ui.custom.min.js"></script> <script type="text/javascript" src="/scripts/jquery.ui.datepicker.min.js"></script> <script type="text/javascript" src="/scripts/jquery.ui.tabs.min.js"></script> <script type="text/javascript" src="/scripts/jquery.magnific.min.js"></script> <script type="text/javascript" src="/scripts/slick.min.js"></script> <script type="text/javascript" src="/scripts/timepicker/jquery-ui-sliderAccess.js"></script> <script type="text/javascript" src="/scripts/timepicker/jquery-ui-timepicker-addon.js"></script> <script type="text/javascript" src="/scripts/timepicker/localization/jquery-ui-timepicker-en.js"></script> <script type="text/javascript" src="/scripts/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="/scripts/scroll.js"></script> <script type="text/javascript" src="/scripts/jquery.jscrollpane.min.js"></script> <script type="text/javascript" src="/scripts/scroll_horizontal.js"></script> <script type="text/javascript" src="/scripts/jquery.cookie.js"></script> <script type="text/javascript" src="/scripts/jquery.fixedheadertable.min.js"></script> <script type="text/javascript" src="/scripts/jquery.shuffleLetters.js"></script> <script type="text/javascript" src="/scripts/scroll/jquery.mCustomScrollbar.concat.min.js"></script> <script type="text/javascript" src="/scripts/sweetalert.min.js"></script> <script type="text/javascript" src="/scripts/polyfill.js"></script> <script type="text/javascript" src="/scripts/jquery.simplePagination.js" ></script> <script type="text/javascript" src="/scripts/tooltipster/js/tooltipster.bundle.min.js"></script> <script type="text/javascript" src="/scripts/functions.js?v=2"></script> <script type="text/javascript" src="/scripts/aia2013.js?v=5"></script> <script id="PcmsBotIIFELoader" src="https://pcmsforms.aia.gr/cookie/library/bf295781-3d44-4726-85b5-0e531fd38dd2?lang=en" type="text/javascript"></script> <script type="text/javascript"> if (typeof jQuery != 'undefined') { jQuery(document).ready(function($) { var filetypes = /\.(zip|exe|pdf|doc*|xls*|ppt*|mp3)$/i; var baseHref = ''; if (jQuery('base').attr('href') != undefined) baseHref = jQuery('base').attr('href'); jQuery('a').each(function() { var href = jQuery(this).attr('href'); if (href && (href.match(/^https?\:/i)) && (!href.match(document.domain))) { jQuery(this).click(function() { var extLink = href.replace(/^https?\:\/\//i, ''); if (typeof pcmsBot != 'undefined' && pcmsBot.allow('required')) { _gaq.push (['_gat._anonymizeIp']); _gaq.push(['_trackEvent', 'External', 'Click', extLink]); } if (jQuery(this).attr('target') != undefined && jQuery(this).attr('target').toLowerCase() != '_blank') { setTimeout(function() { location.href = href; }, 200); return false; } }); } else if (href && href.match(/^mailto\:/i)) { jQuery(this).click(function() { var mailLink = href.replace(/^mailto\:/i, ''); if (typeof pcmsBot != 'undefined' && pcmsBot.allow('required')) { _gaq.push (['_gat._anonymizeIp']); _gaq.push(['_trackEvent', 'Email', 'Click', mailLink]); } }); } else if (href && href.match(filetypes)) { jQuery(this).click(function() { var extension = (/[.]/.exec(href)) ? /[^.]+$/.exec(href) : undefined; var filePath = href; if (typeof pcmsBot != 'undefined' && pcmsBot.allow('required')) { _gaq.push (['_gat._anonymizeIp']); _gaq.push(['_trackEvent', 'Download', 'Click-' + extension, filePath]); } if (jQuery(this).attr('target') != undefined && jQuery(this).attr('target').toLowerCase() != '_blank') { setTimeout(function() { location.href = baseHref + href; }, 200); return false; } }); } }); }); } </script> <script> var deploymentId = "6553726d1983f762f22e12ae"; var loadScript = function (src, callbackfn) { var newScript = document.createElement("script"); newScript.type = "text/javascript"; newScript.setAttribute("async", "async"); newScript.setAttribute("src", src); if (newScript.readyState) { newScript.onreadystatechange = function () { if (/loaded|complete/.test(newScript.readyState)) callbackfn(); } } else { newScript.addEventListener("load", callbackfn, false); } document.documentElement.firstChild.appendChild(newScript); } loadScript("https://cdn.helvia.io/hbf-webchat/lib/latest-stable/webchat.min.js", function () { window.HBFWebchat.init( { "deploymentId": deploymentId, "apiUrl": "https://core-v5.helvia.io/" } ); }); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5VCZDF3');</script> <!-- End Google Tag Manager --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name='DESCRIPTION' content='' /> <meta name='KEYWORDS' content='' /> <link rel="shortcut icon" href="/favicon.gif" /> <meta property="og:title" content="Athens International Airport - Pick up - Drop off Zone" /> <meta property="og:type" content="Airport" /> <meta property="og:site_name" content="Athens International Airport" /> <meta property="og:image" content="https://www.aia.gr/images/logo.png" /> <meta name="google-signin-client_id" content="15939144811-5jq8leq4ssojh97953p23g5ei93l8ea1.apps.googleusercontent.com"> <meta name="facebook-domain-verification" content="8t8p34cgvkuvkhi3e0vy65vjnk1y43" /> <link rel="canonical" href="https://www.aia.gr/traveler/access-and-transportation/pickup-dropoff/" /> <script type="text/javascript" src="/Scripts/shadowbox/shadowbox.js"></script> <link rel="stylesheet" type="text/css" href="/Scripts/shadowbox/shadowbox.css" media="all" /> <script type="text/javascript"> //<![CDATA[ var shadowBoxTitles = new Array(); shadowBoxTitles["en"] = new Array(); shadowBoxTitles["en"][1] = ''; shadowBoxTitles["en"][2] = '/'; var shadowbox_external = { booking_button: '', share_button: '' }; //]]> </script> <script type="text/javascript" src="/Scripts/shadowbox/shadowboxload.js"></script> <title> Athens International Airport - Pick up - Drop off Zone </title></head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src=https://www.googletagmanager.com/ns.html?id=GTM-5VCZDF3 height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="/traveler/access-and-transportation/pickup-dropoff/" id="aspnetForm"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="0wLXxEiHjqJvS0ivIGawdLVCfBUxnL4jR2ajCr4EG6GSx71efOzo+NhY37zzg0dlmIdPlmfOmr8QlJgUEL3kB01KSwaaPxUJUeGl38XT69iTuz2fOodcNfwUOmc1CFKcu4v+wXuNo4HtWm6zfyfpeSmfBy3h+/yIJkuKgtTVjNzOj6VUTwzxRAmgzO6IY1xaviX3RQY2vsgXAJRNVXF3h8UeVT2SbyqG7VV11RlGBJjO6CctAe8msL5JNeyhtKCeM2O6Wf8qtB+1gJffDdzYAaH4g5adDEZ74YK1m+TwcB2QD5aTYySnlKuLnugDo/7LL0oVqE6mejTYaIZqy+duUnNizdpAtRIwmLqYmxfzBVg+q0vmylYGiXLoaSXG+nxg1VVKeGTckyX3TQJe1A+7IxKSwoG33liXYXNJBn4aV15y0vza6+pklfQIgOT2LQw9yOw91Y5ecVnQkQYIXdO0q9oy+2ROsGHOZlymaethYJJYDC5lmlEiH3/9buWupEeBs6EAsygVh6gu1DCp5V2W2psY5Y94aJf4LTqynCIYP9Z43AK6hJ78aIVZU7yRC43zHwio22L2eBuQcbxZORbZ2kRtEQ3UinFoeGW2XESibV9mLfCQZq57c91koJYwZwZWqKp9BcIcgvSy12bbYIV5QJP+h5yhX28g/s+qjbVkAlyhGRJSxm0XE7GH9hUknxPA4WyzFDK0UGOPVH1nFWomGdAj5LSOHjnn+i6cSq6RBiz/Y3ws" /> </div> <div class="inner_bg" style='background-image:url(/userfiles/8b3454d4-2b6f-430f-be43-d44e6cb86c37/transportation.jpg);' ></div> <div class="container "> <section class="main_column"> <nav class="top_bar "> <span class="langs trans"><span class="iconchar"></span> Languages <span class="arrow">↓</span></span> <nav class="langs_openclose"> <span class="langs_holder"> <a href="/en/traveler/access-and-transportation/pickup-dropoff" class="loc" ><span class="iconchar"></span> English <img src="/images/flags/en.jpg" alt="English" /></a> <a href="/el/traveler/access-and-transportation/pickup-dropoff" ><span class="iconchar"></span> Ελληνικά <img src="/images/flags/gr.jpg" alt="Ελληνικά" /></a> </span> <span class="quickguide"> QUICK GUIDE: <a href="/traveler/quick-guide/quick-guide-de/">De <img src="/images/flags/de.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-fr/">Fr <img src="/images/flags/fr.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-it/">It <img src="/images/flags/it.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-ru/">Ru <img src="/images/flags/ru.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-es/">Es <img src="/images/flags/es.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-ch/">Ch <img src="/images/flags/ch.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-ar/">Ar <img src="/images/flags/ar.jpg" alt="" /></a> <a href="/traveler/quick-guide/quick-guide-kr/">Kr <img src="/images/flags/kr.jpg" alt="" /></a> </span> </nav> <a href="/en/traveler/flight-info/flight-tracker/" class="top_bar_item"> <span class="aiaicon_topbar"></span> <span class="flightrackermenu">Flight Tracker</span> <span class="flighttracker_content"></span> </a> <a href="/en/traveler/e-services/airport-mobile-app/" class="top_bar_item"><span class="aiaicon_topbar"></span> Mobile Apps</a> <a href="/interactivemap/#/en" target=_blank class="top_bar_item"><span class="aiaicon_topbar"></span> Map</a> <span class="top_bar_item"><span class="aiaicon_topbar"></span> Call Center <a href="tel:+302103530000" class="callus">(+30) 210 35 30 000</a></span> <a href="/traveler/newsletter-registration" class="top_bar_item data-protection-top"> <span class="aiaicon_topbar"></span>Newsletter Registration</a> <div class="clear"></div> <script type="text/javascript"> $(function() { reloadFlightTracker(); setInterval(function() { reloadFlightTracker() }, 10000); }); </script> </nav> <aside class="tracker_bubble"> Your flight tracker will remain visible throughout your visit in AIA website. <span class="bubble_arrow"></span> </aside> <nav class="breadcrumbs"> <a href="/traveler/">TRAVELLER</a> › <a href="/traveler/access-and-transportation/taxi-and-limousine">ACCESS & TRANSPORTATION</a> › <a href="#">PICK UP - DROP OFF ZONE</a> </nav> <div class="main_column_content"> <div class="text_holder"> <script type="text/javascript"> //<![CDATA[ $(function() { if ($(".text_holder_resized")[0]) { $(".scroll_pager").removeClass("scrollpager_static"); } }); //]]> </script> <div class="text_holder_spacer"> <header class="heading"> PICK UP - DROP OFF ZONE </header> </div> <div class="textbox_resized text_scroll_holder"> <div class="scrollblock scrollblock_text" id="scrollblock1"> <div class="scroll_inner" id="scrollheight1"> <p>The access for vehicles in front of the Departures and Arrivals areas (passenger drop-off and pick-up points, respectively) is changing to ensure that everyone can welcome and say goodbye to travellers with ease and safety! Specifically, controlled access points with retractable barriers have been installed on the road accesses in front of the Main Terminal Building, both in Departures and Arrivals, through which all vehicles will pass to drop off and pick up travellers.</p> <ul> <li> <h3><span style="color:#DAA520"><strong>Why did this need arise?</strong></span></h3> </li> </ul> <p>Since 2019, congestion issues arose in front of the Main Terminal Building due to non-compliance with regulations by cars that remained in the areas designated exclusively for passenger drop-off/pick-up for extended periods. The installation of controlled access points aims to prevent congestion and illegal parking, which created an unpleasant experience in those areas. Taking into account users’ feedback regarding the negative experience, the Departures and Arrivals areas have been reconfigured to allow everyone a 10-minute free stay to say goodbye or welcome their travellers comfortably and safely, as is the case in most European and international airports.</p> <ul> <li> <h3><span style="color:#DAA520"><strong>What changes in the process? Will there be a charge?</strong></span></h3> </li> </ul> <p>Drivers will have 10 minutes of free stay and up to 2 passages per day at the passenger drop-off and pick-up points, in Arrivals and Departures, respectively, to pick up and drop off travelers. According to studies, this time is considered sufficient and equivalent to the time available in many European airports.</p> <p><strong>After the initial 10 minutes, there will be a charge for additional stay of the vehicles</strong>. The process is simple and applies to both the drop-off area in Departures and the pick-up area in Arrivals:</p> <ol> <li>Stop in front of the barrier.</li> <li>The camera reads the front license plate of the car while you press the ticket issuance button and receive the ticket.</li> <li>The barrier opens, and you enter the controlled access area.</li> <li>Park in specially designated short-stay spaces on the right or left side of the road and enjoy a 10-minute FREE stay to say goodbye or welcome your traveller.</li> <li>Then proceed to the exit and stop at the barriers.</li> <li>Scan your ticket at the machine, and if your stay is within 10 minutes, the barrier will open, and you can leave without being charged.</li> </ol> <p>If you stay in the controlled access area for more than 10 minutes, a corresponding charge will apply:<br /> Additional 10 minutes: €5 (after the first 10 minutes and up to 20 minutes, a €5 charge applies).<br /> After 20 minutes: €1 per minute. <br /> Payment can be made at the machine using cash or card.<br /> The maximum duration of stay in the area cannot exceed 60 minutes.For vehicles exceeding 1 hour of stay, removal from the area by crane should be anticipated.</p> <p>Note that the aforementioned areas are subject to applicable laws and regulations. In case the driver does not pay for exceeding the free time limit, they will receive a payment notice from the Civil Aviation Authority (CAA).</p> <ul> <li> <h3><span style="color:#DAA520"><strong>Where does this process aim?</strong></span></h3> </li> </ul> <p>The goal of this new process is not to charge and burden users - on the contrary, the simple procedure aims at the quick adaptation of drivers to a more functional and fair use of the spaces.</p> <p>Proper road behavior and safety are the key ingredients of the intervention’s logic, and in this context, any amounts that may arise from drivers' non-compliance and exceeding the free time limit will be allocated by the Athens International Airport (AIA) for the design, support, and implementation of programs by the “Panos Mylonas” Institute of Road Safety.</p> <p>By examining and evaluating international experience, addressing traffic issues with similar systems is a widespread and successful practice in most major European airports, which have achieved high rates of driver compliance in a short period of time, resulting in the decongestion of vehicle passage areas.</p> <p>Special provisions will apply to travelers with reduced mobility and increased needs.</p> <p>At the same time, the provision of free parking time in the Short-Term Parking Areas 1 & 2 for 20 minutes will continue to apply to everyone. Free of charge parking is valid for up to 2 entries per day across all parking areas. From the 3rd entry, charges apply according to the pricelist. For stays of up to 1 hour, charge of 6€ apply.</p> <p>During the familiarization and adjustment period to this new practice and experience, which we are confident will improve the experience of drivers and travellers, the airport will be, as always, available to the public, both through guidance at service points and through all communication channels of the AIA, which provide all relevant helpful information.</p> <h3><strong>Watch the explanatory<a href="https://www.youtube.com/watch?v=RVTQkEpaDxo" target="_blank"> Video here!</a></strong><br /> </h3> <p><strong>Passengers with disabilities –Dedicated temporary parking spaces</strong><br /> <br /> Three (3) dedicated temporary parking spaces in the inner lane of the departures level near Entrance 2 exclusively for use of passengers with disability and their accompanying persons (as the case may be) and two (2) dedicated temporary parking spaces in the inner lane of the arrivals level near Entrance 4 have been provisioned. These dedicated temporary parking spaces are provided free of charge, on the condition of displaying, the respective documentation of disability proof of the passenger with disability irrespective of the degree of disability, and also, the passengers with disability airline ticket reservation. At the same time, the special designated parking spaces in the Short-Term parking lots 1 and 2 for people with disabilities are always valid at privileged prices. Please find out about the relevant procedure <a href="https://www.aia.gr/traveler/parking/airport-parking/Short-Term-Parking" target="_blank">here</a></p> <p>More specifically</p> <p><strong>Departure’s Level:</strong></p> <p>In order to make use of the three (3) dedicated temporary parking spaces in the inner lane at the departures level, the passenger with disability who is traveling shall have her/his airline ticket reservation and documented proof of disability and regardless of its degree, as well as at least one accompanying person. The said spaces are located near Entrance 2 and are provisioned only for drop-off. The accompanying person shall remove the vehicle after the passenger with disability having been disembarked. For your convenience, near Entrance 2 in the inner lane of the departures level of the Main Terminal Building, the "Designated Point 1” for persons with disabilities and/or reduced mobility" is located where the passenger or the accompanying person may contact Athens International Airport’s Assistance Services Coordination Office for persons with disabilities and/or reduced mobility.</p> <p>Near Entrance 2 of the departures level inside the Main Terminal Building, the "Designated Point 6 for persons with disabilities and/or reduced mobility" is located, where the passenger or the accompanying person may contact the Athens International Airport’s Assistance Services Coordination Office for persons with disabilities and/or reduced mobility.</p> <p>For the unhindered movement of people with visual disability, blind path from the drop-off spaces leading to "Designated Point 6 for persons with disabilities and/or reduced mobility" inside the Main Terminal Building close to Entrance No 2. From the "Designated Point 6" passengers with visual disability may contact the Athens International Airport’s Assistance Services Coordination Office for persons with disabilities and/or reduced mobility.</p> <p>For the convenience of all passengers with disability, it is worth pointing out with particular emphasis that the above-mentioned dedicated temporary parking spaces are not allowed to be used for parking stay under any circumstances. In the event of parking, the passengers with disabilities may use the determined parking spaces in the Short-Term Parking 1 and 2, provided with privileged pricing.</p> <p>With regard to passengers with reduced mobility, as long as neither the passenger nor their accompanying person have documented proof of disability, the use of the dedicated temporary parking spaces is not allowed.</p> <p>Passengers with reduced mobility are advised to notify about the need and type of assistance services when booking their airline ticket and after parking in the Short Term parking 1 and 2, to use the Designated Points 4 and 5, located in Short Term parking 2 and 1 respectively, and notify on time for their presence so that from that point the respective assistance services be provided.</p> <p><strong>Arrival’s Level:</strong><br /> <br /> In order to use the two (2) the dedicated temporary parking spaces for passengers with disability located in the inner lane of the arrivals level near Entrance 4, it is required to have one (1) copy of the disabled passenger's airline ticket reservation and a (1) copy of the relevant documented proof of disability of the person you are picking up. These documents must be presented at the entrance control point to grant you access. If you do not possess them, you will need to me use of the parking spaces in the Short Term Parking 1 & 2.<br /> Additionally, the "Designated Point 3 for persons with disability and/or reduced mobility" is located near Entrance 4, from where passengers may contact International Airport’s Assistance Services Coordination Office for persons with disabilities and/or reduced mobility.</p> <h3> </h3> <div id="RelatedPageTopics1_allrelatedtop"> <div id="RelatedPageTopics1_relatedTopicsAll" class="press-topics"> <div id="RelatedPageTopics1_relatedTitleTop" class="press-topics-tlt">RELATED TOPICS</div> <div class="press-topics-links"> <a href='/userfiles/5b8cde13-2054-49cf-9bc2-8a92207812cb/curbside-terms-conditions.pdf' target='_blank' > Terms & Condictions for pick up and drop off zone</a> </div> </div> </div> </div> </div> </div> </div> <div class="scroll_pager scrollpager_static"> <span class="scroll_down trans" id="scroll_down1"></span> <span class="scroll_up trans" id="scroll_up1"></span> <div class="clear"> </div> </div> </div> </section> <header class="menu_column"> <nav class="menu"> <div class="menu_block_top top_logo" style="overflow: visible; position: relative"> <div class="logo"> <a href="/"><img src="/images/logo.png" alt="Athens International Airport" class="logo_vertical" /><img src="/images/logo_horizontal.png" alt="Athens International Airport" class="logo_horizontal" /></a> </div> </div> <div class="menu_block_top"> <div class="menu_block_inner weather_block"> <a href="/traveler/weather/" class="block_holder"> <img src="https://cdn.worldweatheronline.com/images/wsymbols01_png_64/wsymbol_0004_black_low_cloud.png" alt="" class="menu_weatherimg" /> <span class="menu_weather_title"> <span class="menu_weather_description trans"> <span class="menu_weather_degrees">10 °C</span> Partly cloudy </span> Sun 24 Nov <span class="time"> <span class="time_block">02</span> <span class="time_sep">:</span> <span class="time_block">39</span> </span> </span> </a> <script type="text/javascript" src="/scripts/date/date.js"></script> <script type="text/javascript"> $(function() { timezoneJS.timezone.zoneFileBasePath = '/scripts/date/tz'; timezoneJS.timezone.defaultZoneFile = 'europe'; timezoneJS.timezone.init(); var ticks = 1732408785377; setInterval(function(){ ticks+=1000; var d = new timezoneJS.Date(ticks, 'Europe/Athens'); var hours = (d.getHours()<10)? ('0'+d.getHours()): (d.getHours()); var minutes = (d.getMinutes()<10)? ('0'+d.getMinutes()): (d.getMinutes()); $('.menu_weather_title .time').html('<span class="time_block">'+hours+'</span><span class="time_sep">:</span><span class="time_block">'+minutes+'</span>'); }, 1000); }); </script> </div> </div> <div class="clear"></div> <span class="menu_block" data-submenuid="a77ddb13-3080-471a-8c8a-a1a88c5684bd"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu aiaicon_menu_sm"></div> <span class="menu_title">FLIGHT INFO & DESTINATIONS</span> </span> </span> </span><span class="menu_block" data-submenuid="508e6600-56e8-4b93-b9b3-2334d3fd42ef"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">LANDING IN ATHENS</span> </span> </span> </span><div class="clear"></div><span class="menu_block" data-submenuid="a9fe527e-f2a3-407f-99d2-f91ebf12de1c"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">TRAVELLERS INFO</span> </span> </span> </span><span class="menu_block" data-submenuid="4785ed1c-7c2b-431e-a80f-3ece91b21711"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">AIRPORT INFORMATION</span> </span> </span> </span><div class="clear"></div><span class="menu_block" data-submenuid="e28cf0b8-cb22-4fe4-92b8-b536b7654739"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">PARKING</span> </span> </span> </span><span class="menu_block" data-submenuid="9c07efec-d5f3-43cb-8df1-a4b800b4fe4a"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">SHOPPING CENTRE</span> </span> </span> </span><div class="clear"></div><span class="menu_block" data-submenuid="8ff4c307-bd18-4ee6-8f98-55618ae4b79e"> <span class="menu_block_inner trans loc"> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">ACCESS & TRANSPORTATION</span> </span> </span> </span><span class="menu_block" data-submenuid="186b72f4-2098-442b-beff-96b401288038"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">E-SERVICES</span> </span> </span> </span><div class="clear"></div><span class="menu_block open_upwards" data-submenuid="6e99dd40-f7b2-4568-8fc7-465f2406d215"> <span class="menu_block_inner trans "> <span class="block_holder"> <div class="aiaicon_menu"></div> <span class="menu_title">RETAIL PARK & EXHIBITION CENTRE</span> </span> </span> </span> <a href="/company-and-business/" class="menu_block corporate notrans"> <span class="menu_block_inner trans"> <span class="block_holder"> <div class="aiaicon_menu blue"></div> <span class="menu_title">CORPORATE & BUSINESS</span> </span> </span> </a> <div class="clear"></div> <aside class="search"> <div class="search_inner"> <section> <input name="ctl00$NavigationMenu_Search_Weather2$txtSearch" type="text" id="NavigationMenu_Search_Weather2_txtSearch" class="search_input clickClear" value="Search" /> <input id="btnSeach" type="button" value="" name="btnSearch" class="search_button" /> <div class="clear"></div> </section> </div> </aside> <nav class="submenu" id="submenuid_a77ddb13-3080-471a-8c8a-a1a88c5684bd"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/flight-info/rtfi/" >ARRIVALS / DEPARTURES</a><a href="/traveler/flight-info/flight-tracker/" >FLIGHT TRACKER</a><a href="/traveler/flight-info/direct-flights/" >TIMETABLE</a><a href="/traveler/flight-info/tagAthens/" >VIA ATHENS</a></nav><nav class="submenu" id="submenuid_508e6600-56e8-4b93-b9b3-2334d3fd42ef"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/landing-in-Athens/arriving-passengers/" >ARRIVING PASSENGERS</a><a href="/traveler/landing-in-Athens/Meeting-passengers/" >MEETING PASSENGERS</a><a href="/traveler/landing-in-Athens/transfer-information/" >TRANSFER INFORMATION</a><a href="/traveler/landing-in-Athens/hotel-at-the-airport/" >HOTEL AT THE AIRPORT</a><a href="/traveler/landing-in-Athens/tourism-services/" >TOURISM SERVICES</a><a href="/traveler/landing-in-Athens/car-rental/" >CAR RENTAL</a><a href="/traveler/landing-in-Athens/athens-spotlighted/" >ATHENSPOTLIGHTED</a></nav><nav class="submenu" id="submenuid_a9fe527e-f2a3-407f-99d2-f91ebf12de1c"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/travellers-info/airlines/" >AIRLINES</a><a href="/traveler/travellers-info/departing-athens/" >DEPARTING FROM ATHENS</a><a href="/traveler/travellers-info/security-procedures/" >SECURITY PROCEDURES</a><a href="/traveler/travellers-info/customs-control/" >CUSTOMS CONTROL</a><a href="/traveler/travellers-info/fast-lane/" >FAST LANE SERVICE</a><a href="/traveler/travellers-info/passenger-rights/" >PASSENGER RIGHTS</a><a href="/traveler/travellers-info/VAT-refund/" >VAT REFUND</a><a href="/traveler/travellers-info/baggage-information/" >BAGGAGE INFORMATION</a><a href="/traveler/travellers-info/passport-control/" >PASSPORT CONTROL</a><a href="/traveler/travellers-info/lost-and-found/" >LOST & FOUND</a><a href="/traveler/travellers-info/lost-property/" >LOST PROPERTY</a><a href="/traveler/travellers-info/travelling-with-pets/" >TRAVELLING WITH PETS</a><a href="/traveler/travellers-info/special-assistance/" >SPECIAL ASSISTANCE</a><a href="/traveler/travellers-info/faq-for-covid19/" >COVID-19 INFORMATION</a></nav><nav class="submenu" id="submenuid_4785ed1c-7c2b-431e-a80f-3ece91b21711"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/airport-information/baggage-services/" >BAGGAGE SERVICES</a><a href="/traveler/airport-information/children-facilities/" >CHILDREN FACILITIES</a><a href="/traveler/airport-information/health-facilities/" >HEALTH FACILITIES</a><a href="/traveler/airport-information/hospitality-services/" >HOSPITALITY SERVICES</a><a href="/traveler/airport-information/business-lounges/lounges/" >BUSINESS LOUNGES</a><a href="/traveler/airport-information/bank-and-post/" >BANKS, ATMS & POST</a><a href="/traveler/airport-information/currency-exchange/" >CURRENCY EXCHANGE</a><a href="/traveler/airport-information/air-transport-services/air-taxi" >AIR TRANSPORT SERVICES</a><a href="/traveler/airport-information/art-and-culture/" >ART & CULTURE</a></nav><nav class="submenu" id="submenuid_e28cf0b8-cb22-4fe4-92b8-b536b7654739"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/parking/e-parking/parking-fee-calculator" >E-PARKING</a><a href="/traveler/parking/airport-parking/Short-Term-Parking" >AIRPORT PARKING</a><a href="/traveler/parking/parking-procedures/short-and-long-term-parking" >PARKING PROCEDURES</a><a href="/traveler/parking/parking-services/" >PARKING SERVICES</a></nav><nav class="submenu" id="submenuid_9c07efec-d5f3-43cb-8df1-a4b800b4fe4a"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/shopping-centre/shops/" >SHOPS</a><a href="/traveler/shopping-centre/restaurants-and-cafes/" >RESTAURANTS & CAFéS</a><a href="/traveler/shopping-centre/services/" >SERVICES</a><a href="https://athens.shopdutyfree.com/en/" >DUTY FREE RECERVE&COLLECT</a></nav><nav class="submenu" id="submenuid_8ff4c307-bd18-4ee6-8f98-55618ae4b79e"> <div class="pointerarrow submenu_pointer pointer_loc"></div><a href="/traveler/access-and-transportation/pickup-dropoff/" class='loc' >PICK UP - DROP OFF ZONE</a><a href="/traveler/access-and-transportation/transportation/public-transportation" >TRANSPORTATION</a><a href="/traveler/access-and-transportation/taxi-and-limousine/" >TAXI & LIMOUSINE</a><a href="/traveler/access-and-transportation/predefined-routes/predefined-routes/" >PREDEFINED ROUTES</a></nav><nav class="submenu" id="submenuid_186b72f4-2098-442b-beff-96b401288038"> <div class="pointerarrow submenu_pointer"></div><a href="/traveler/e-services/e-checkin/" >E-CHECK IN</a><a href="/traveler/e-services/wifi-internet-kiosks/" >WIFI & INTERNET KIOSKS</a><a href="/traveler/e-services/airport-mobile-app/" >AIRPORT MOBILE APP</a></nav><nav class="submenu" id="submenuid_6e99dd40-f7b2-4568-8fc7-465f2406d215"> <div class="pointerarrow submenu_pointer_up"></div><a href="/traveler/retail-park-exhibition-center/retail-park/" >RETAIL PARK</a><a href="/traveler/retail-park-exhibition-center/exhibition-center/" >EXHIBITION CENTRE</a></nav> </nav> <script type="text/javascript"> //<![CDATA[ $(function () { $('#NavigationMenu_Search_Weather2_txtSearch').Watermark('Search', '#BEBEBE'); $('#btnSeach').click(function (e) { e.preventDefault(); doSearch(); }); $('#NavigationMenu_Search_Weather2_txtSearch').keypress(function (e) { if (e.which == 13) { e.preventDefault(); doSearch(); } }); }); function doSearch() { var txt = $('#NavigationMenu_Search_Weather2_txtSearch').val(); if (($.trim(txt) != '') && (txt != 'Search')) { window.location = '/traveler/search-results/?terms=' + escape(txt); } } //]]> </script> </header> <div class="popupholder"> </div> <section class="banners_column"> <div class="banners_container"> <div class="banner_nav"> </div> <div class="banners_holder"> <a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=96f74ebe-81b8-4db0-b2d2-aec100fd510a&cmp_id=d5d33b67-6773-4276-b646-ae1a01007ee7&adv_id=&ret_url=https://en.aegeanair.com/travel-info/travelling-with-aegean/on-board/wifi-onboard/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'Aegean lounge']);" target="_blank" title="Aegean lounge" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/aegean-wifi-lounge.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=96f74ebe-81b8-4db0-b2d2-aec100fd510a&cmp_id=d5d33b67-6773-4276-b646-ae1a01007ee7&adv_id=00000000-0000-0000-0000-000000000000" alt="Aegean lounge" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=f1277871-4d85-4a95-8a6e-ae3800b84ceb&cmp_id=4c35b90b-83c9-4d05-a387-ae3800b882c1&adv_id=&ret_url=/traveler/vote-for-marbles/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'marbles']);" target="_blank" title="marbles" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/marbles2.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=f1277871-4d85-4a95-8a6e-ae3800b84ceb&cmp_id=4c35b90b-83c9-4d05-a387-ae3800b882c1&adv_id=00000000-0000-0000-0000-000000000000" alt="marbles" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=1de41aec-2af3-4074-a177-b0ff0103f638&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=&ret_url=https://athens.shopdutyfree.com/en/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'reserve and collect']);" target="_blank" title="reserve and collect" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/avolta.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=1de41aec-2af3-4074-a177-b0ff0103f638&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=00000000-0000-0000-0000-000000000000" alt="reserve and collect" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><article class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/banner-combo.png)" ><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=e5863406-361e-4642-9284-b13400b236a8&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=00000000-0000-0000-0000-000000000000" alt="combo banner" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=72897235-a942-4fb6-8d21-b20b01119d06&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=&ret_url=https://athens.shopdutyfree.com/en/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'reserve new']);" target="_blank" title="reserve new" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/reserve-24.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=72897235-a942-4fb6-8d21-b20b01119d06&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=00000000-0000-0000-0000-000000000000" alt="reserve new" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><article class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/alipay.jpg)" ><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=e37cdd5a-c8f8-4c0c-8986-a7f500aa0b56&cmp_id=b5faedb4-cda8-4658-a932-a77500d11c2c&adv_id=00000000-0000-0000-0000-000000000000" alt="alipay" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=ee00ca26-56ed-4c78-bc2d-b1bf00e0acea&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=&ret_url=/traveler/shopping-centre/pair-win" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'pair-win']);" target="_self" title="pair-win" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/pair-win-amore.png)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=ee00ca26-56ed-4c78-bc2d-b1bf00e0acea&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=00000000-0000-0000-0000-000000000000" alt="pair-win" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=2c9bb923-e397-46a4-9cd2-b1c400a6f8d8&cmp_id=207ce5e3-99ed-4e46-a558-b0ff012170f0&adv_id=&ret_url=/traveler/travellers-info/travel-tips" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', '10 tips']);" target="_self" title="10 tips" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/10tips-en.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=2c9bb923-e397-46a4-9cd2-b1c400a6f8d8&cmp_id=207ce5e3-99ed-4e46-a558-b0ff012170f0&adv_id=00000000-0000-0000-0000-000000000000" alt="10 tips" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=7b177b19-f0b0-43d9-ad59-b1c9011d3acf&cmp_id=519d2ade-c089-4323-985c-b10100f9714e&adv_id=&ret_url=https://mintour.gov.gr/en/maigreece-en/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'maigreece']);" target="_blank" title="maigreece" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/banner-maigreece.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=7b177b19-f0b0-43d9-ad59-b1c9011d3acf&cmp_id=519d2ade-c089-4323-985c-b10100f9714e&adv_id=00000000-0000-0000-0000-000000000000" alt="maigreece" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=4bd87e62-7784-4792-b32f-b1b500c2de1f&cmp_id=39ff1fd7-30c5-4128-a1d3-afce00b95c4c&adv_id=&ret_url=https://www.digital.2board.gr/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', '2Board 65']);" target="_blank" title="2Board 65" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/2board-65.png)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=4bd87e62-7784-4792-b32f-b1b500c2de1f&cmp_id=39ff1fd7-30c5-4128-a1d3-afce00b95c4c&adv_id=00000000-0000-0000-0000-000000000000" alt="2Board 65" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=70ad8cb1-2ab9-4e3d-93d5-b20200d51e7e&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=&ret_url=/traveler/shopping-centre/shops/azstoreslist/callista" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'callista']);" target="_self" title="callista" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/callista-eng-banner.png)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=70ad8cb1-2ab9-4e3d-93d5-b20200d51e7e&cmp_id=3a729221-72da-4aaa-b4c5-b0ff010444d4&adv_id=00000000-0000-0000-0000-000000000000" alt="callista" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=4461b7b6-51dd-42bf-8a9f-b2050091c4c3&cmp_id=207ce5e3-99ed-4e46-a558-b0ff012170f0&adv_id=&ret_url=/art-and-culture/calendar-of-events/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'woman']);" target="_blank" title="woman" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/exhibition-woman.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=4461b7b6-51dd-42bf-8a9f-b2050091c4c3&cmp_id=207ce5e3-99ed-4e46-a558-b0ff012170f0&adv_id=00000000-0000-0000-0000-000000000000" alt="woman" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=84992566-d70f-4ca9-b242-b1b600b50b5e&cmp_id=207ce5e3-99ed-4e46-a558-b0ff012170f0&adv_id=&ret_url=https://innovationnation.gr/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'endeavor']);" target="_blank" title="endeavor" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/2bcoVer_64_ENG.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=84992566-d70f-4ca9-b242-b1b600b50b5e&cmp_id=207ce5e3-99ed-4e46-a558-b0ff012170f0&adv_id=00000000-0000-0000-0000-000000000000" alt="endeavor" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><a href="/handlers/ClickImpressions.ashx?action=click&clt_id=50&bnr_id=19002c56-356c-477a-ae5c-b14100b6b794&cmp_id=519d2ade-c089-4323-985c-b10100f9714e&adv_id=&ret_url=https://www.aia.gr/traveler/travellers-info/special-assistance/" onclick="_gaq.push(['_trackEvent', 'Banners', 'Banner-Click', 'AIA PRM - Evenly Service']);" title="AIA PRM - Evenly Service" class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/aia-PRM_evenly-eng.jpg)" ><article><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=19002c56-356c-477a-ae5c-b14100b6b794&cmp_id=519d2ade-c089-4323-985c-b10100f9714e&adv_id=00000000-0000-0000-0000-000000000000" alt="AIA PRM - Evenly Service" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article></a><article class="banner_item" style="background-image:url(/userfiles/192fa5e5-ce90-4a0d-95f0-b6760344a2e1/facility.jpg)" ><header class="banner_title_holder"> <div class="banner_title"></div> <img src="/handlers/ClickImpressions.ashx?action=impression&clt_id=50&bnr_id=c62a63aa-2ea7-4986-94fc-b1c300cb778a&cmp_id=519d2ade-c089-4323-985c-b10100f9714e&adv_id=00000000-0000-0000-0000-000000000000" alt="facility" style="position:absolute; left:0px; top:0px; width:1px; height:1px;" /> </header></article> </div> </div> </section> <div class="notification_bubble_shadow" ></div> <div class="notification_bubble urgentNotification" id="popupNotificationContent" > </div> <aside class="footer_tracker_bubble"> Your notifications alert will remain visible throughout your visit in AIA website. <span class="footer_bubble_arrow"></span> </aside> <footer class="footer"> <div class="footer_inner"> <span class="f_copyright">© 2021 AIA.gr </span> | <span class="privacy-policy"><a href="/privacy-notice-for-website-users">Privacy Policy</a></span> | <span class="cookie-policy"><a href="/website-privacy-notice" class="top_bar_item privacy-policy-top">Website Privacy Notice</a></span> | <span class="cookie-policy"><a href="/cookies-policy">Cookies Policy</a></span> | <span class="cookie-policy"><a href="#" onclick="javascript:pcmsBot.onShowCookieBotDialog()">Cookies Settings</a></span> | <a href="/traveler/disclaimer/" >TERMS OF USE</a> <aside class="notification_info_bubble"> For the optimal user experience, minimum screen resolution required is 1280x850 pixels and IE (version 9 or newer), Chrome, Firefox, or Safari browser <span class="footer_bubble_arrow"></span> </aside> </span> <span class="social_media"> | Follow Us <a href="https://www.facebook.com/ATHairport" target="_blank"><img src="/images/facebook.png" alt="facebook" /></a> <a href="https://www.twitter.com/@ATH_airport" target="_blank"><img src="/images/twitter.png" alt="twitter" /></a> <a href="https://www.instagram.com/athairport/" class="instagram" target="_blank"><img src="/Images/instagram2.png" /></a> <a href="https://www.youtube.com/user/ATHairport" target="_blank"><img src="/Images/yt.png" /></a> </span> | <a href="/traveler/contact/" >CONTACT</a> | <a href="/en/company-and-business/the-company/careers/Job-Openings-AIA/" class="top_bar_item career" style="border:0px;margin:0px 5px 0px 0px !important"> <span class="aiaicon_topbar" style="font-size:13px !important"></span> Careers</a> | <span class="sitemap_link trans">SITEMAP <span class="arrow up">↑</span></span> | <a href="/en/traveler/report-submission-form/" style="border:0px;margin-left: 5px !important;">File a report</a> <div class="social_media_mob"> <a href="https://www.facebook.com/ATHairport" target="_blank"><img src="/Images/ticket-offers/facebook_mob_icon.png" /></a> <a href="https://www.twitter.com/@ATH_airport" target="_blank"><img src="/Images/ticket-offers/twitter_mob_icon.png" /></a> <a href="https://www.instagram.com/athairport/" target="_blank"><img src="/Images/ticket-offers/instagram2.png" /></a> <a href="https://www.youtube.com/user/ATHairport" target="_blank"><img src="/Images/ticket-offers/yt.png" /></a> </div> <aside class="footer_right"> <span class="footer_notification_link" id="notificationBottom">Notifications <span class="footer_notification_link_icon"></span><span class="footer_notification"></span></span> </aside> </div> <nav class="sitemap_holder"> <span class="sitemap_close">CLOSE <span class="symbol iconchar"></span></span> <section class="sitemap_part1"> <div class="sitemap_title">Travellers</div> <div class="sitemap_col"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">Flight Info & Destinations</span> <a href="/traveler/flight-info/rtfi">Arrivals / Departures</a> <a href="/traveler/flight-info/direct-flights">Direct Flights</a> <ul> <li><a href="/traveler/flight-info/direct-flights/domestic">Domestic</a></li> <li><a href="/traveler/flight-info/direct-flights/european">European</a></li> <li><a href="/traveler/flight-info/direct-flights/international">International</a></li> </ul> <a href="/traveler/flight-info/flight-tracker">Flight Tracker</a> <span class="sitemap_main_menu_item">Landing in Athens</span> <a href="/traveler/landing-in-Athens/arriving-passengers">Arriving Passengers</a> <a href="/traveler/landing-in-Athens/Meeting-passengers">Meeting Passengers</a> <a href="/traveler/landing-in-Athens/transfer-information">Transfer Information</a> <a href="/traveler/landing-in-Athens/hotel-at-the-airport">Hotel at the Airport</a> <a href="/traveler/landing-in-Athens/tourism-services">Tourism Services</a> <a href="/traveler/landing-in-Athens/currency-converter">Currency Converter</a> <a href="/traveler/landing-in-Athens/car-rental">Car Rental</a> <a href="/traveler/landing-in-Athens/athens-spotlighted">Athenspotlighted</a></div> </div> <div class="sitemap_col"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">Traveller’s Info</span> <a href="/traveler/travellers-info/airlines">Airlines</a> <a href="/traveler/travellers-info/VAT-refund">VAT Refund</a> <a href="/traveler/travellers-info/security-procedures">Security Procedures</a> <a href="/traveler/travellers-info/customs-control">Customs Control</a> <a href="/traveler/travellers-info/prohibited-items">Prohibited Items</a> <!--<ul> <li> <a href="#">Prohibited items</a></li> </ul>--><a href="/traveler/travellers-info/passenger-rights">Passenger Rights</a> <a href="/traveler/travellers-info/travelling-with-pets">Travelling with Pets</a> <a href="/traveler/travellers-info/baggage-information">Baggage Information</a> <a href="/traveler/travellers-info/passport-control">Passport Control</a> <a href="/traveler/travellers-info/lost-and-found">Lost & Found</a> <a href="/traveler/travellers-info/lost-property">Lost Property</a> <a href="/traveler/travellers-info/special-assistance">Special Assistance</a> <span class="sitemap_main_menu_item">E-Services</span> <a href="/traveler/e-services/e-checkin">E-check In</a> <a href="/traveler/e-services/wifi-internet-kiosks">WIFI & Internet Kiosks</a> <a href="/traveler/e-services/airport-mobile-app">Airport Mobile App</a></div> </div> <div class="sitemap_col"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">Airport information</span> <a href="/traveler/airport-information/baggage-services">Baggage Services</a> <a href="/traveler/airport-information/children-facilities">Children Facilities</a> <a href="/traveler/airport-information/health-facilities">Health Facilities</a> <a href="/traveler/airport-information/hospitality-services">Hospitality Services</a> <a href="/traveler/airport-information/business-lounges">Business Lounges</a> <ul><!--<li> <a href="/traveler/airport-information/business-facilities/business-center">Business Centre </a></li>--> <li><a href="/traveler/airport-information/business-lounges/lounges">Lounges</a></li> </ul> <a href="/traveler/airport-information/bank-and-post">Banks, ATMs & Post</a> <a href="/traveler/airport-information/currency-exchange/">Currency Exchange</a> <a href="/traveler/airport-information/air-transport-services">Air Transport Services</a> <ul> <li><a href="/traveler/airport-information/air-transport-services/air-taxi">Air Taxi </a></li> <li><a href="/traveler/airport-information/air-transport-services/helicopters">Helicopters</a></li> </ul> <a href="/traveler/airport-information/art-and-culture">Art & Culture</a> <ul> <li><a href="/traveler/airport-information/art-and-culture/calendar-of-events">Events Calendar</a></li> <li><a href="/traveler/airport-information/art-and-culture/permanent-exhibitions">Permanent Exhibitions</a></li> <li><a href="/traveler/airport-information/art-and-culture/periodical-exhibitions">Periodical Exhibitions</a></li> </ul> </div> </div> <div class="sitemap_col"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">Access & Transportation</span> <a href="/traveler/access-and-transportation/transportation">Transportation</a> <ul> <li><a href="/traveler/access-and-transportation/transportation/public-transportation">Public transportation</a></li> <li><a href="/traveler/access-and-transportation/transportation/connection-with-ports-and-major-cities">Connection with Ports & Major Cities</a></li> </ul> <a href="/traveler/access-and-transportation/taxi-and-limousine">Taxi & limousine</a> <a href="/traveler/access-and-transportation/predefined-routes">Predefined Routes</a> <ul> <li><a href="/traveler/access-and-transportation/predefined-routes/predefined-routes">Predefined Routes</a></li> <li><a href="/traveler/access-and-transportation/predefined-routes/get-directions">Get Directions</a></li> </ul> <a href="/traveler/access-and-transportation/traffic-feed">Traffic Feed</a> <span class="sitemap_main_menu_item">Parking</span><a href="/traveler/parking/parking-fee-calculator">Parking</a><a href="/traveler/parking/parking-services">Calculator</a><a href="/traveler/parking/airport-parking">Airport Parking</a> <ul> <li><a href="/traveler/parking/airport-parking/Short-Term-Parking">Short Term Parking</a></li> <li><a href="/traveler/parking/airport-parking/Long-term-Parking">Long Term Parking</a></li> <li><a href="/traveler/parking/airport-parking/executive-valet-parking">Valet Parking</a></li> </ul> <a href="/traveler/parking/parking-procedures">Parking Procedures</a> <ul> <li><a href="/traveler/parking/parking-procedures/short-and-long-term-parking">Short/ Long Term Parking</a></li> <li><a href="/traveler/parking/parking-procedures/valet-parking">Valet Parking</a></li> <li><a href="/traveler/parking/parking-procedures/motorcycle">Motorcycle</a></li> <li><a href="/traveler/parking/parking-procedures/useful-parking-info">Useful Parking Info</a></li> </ul> </div> </div> <div class="sitemap_col"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">Shopping Centre</span> <a href="/traveler/shopping-centre/shops">Shops</a> <a href="/traveler/shopping-centre/restaurants-and-cafes">Restaurants & Cafés</a> <a href="/traveler/shopping-centre/services">Services</a> <a href="/traveler/shopping-centre/offers-promos/">Offers & Promos</a> <span class="sitemap_main_menu_item">Retail Park & Exhibition Center</span> <a href="/traveler/retail-park-exhibition-center/retail-park">Retail Park</a> <a href="/traveler/retail-park-exhibition-center/exhibition-center">Exhibition Center</a></div> </div> <div class="clear"> </div> </section> <section class="sitemap_part2"> <div class="sitemapcol_padder"> <div class="sitemap_title">Corporate & Business</div> </div> <div class="sitemap_col2"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">The Company</span> <!--<a href="/company-and-business/the-company/the-airport-company">The Airport Company</a>--><a href="/company-and-business/the-company/facts-and-figures">Facts & Figures</a> <a href="/company-and-business/the-company/Corporate-Publications">Corporate Publications</a> <a href="/company-and-business/the-company/awards">Awards</a> <a href="/company-and-business/the-company/Multimedia">Multimedia Gallery</a> <a href="/company-and-business/the-company/careers">Careers</a> <span class="sitemap_main_menu_item">Business</span> <a href="/company-and-business/business/consulting-services">Consulting Services</a> <a href="/company-and-business/business/current-tenders">Current Tenders</a> <a href="/company-and-business/business/co-funded-research-activities">EU co-funded R&D </a> <span class="sitemap_main_menu_item">Aeronautical Activities</span> <a href="/company-and-business/aeronautical-activities/airline-developement">Airline Development</a> <a href="/company-and-business/aeronautical-activities/cargo">Cargo</a> <a href="/company-and-business/aeronautical-activities/general-aviation-charges">Aeronautical Charges </a><a href="/company-and-business/aeronautical-activities/autopilot">Autopilot</a> <a href="/company-and-business/aeronautical-activities/infogate">Infogate</a> <span class="sitemap_main_menu_item">Environment</span> <a href="/company-and-business/environment/airport-and-environment/">Airport & Environment</a></div> </div> <div class="sitemap_col2"> <div class="sitemapcol_padder"><span class="sitemap_main_menu_item">Commercial activities</span> <a href="/company-and-business/commercial-activities/ground-handling">Ground Handling</a> <a href="/company-and-business/commercial-activities/retail-and-f-b">Retail and F&B </a><a href="/company-and-business/commercial-activities/concessionaires">Concessionaires</a> <a href="/company-and-business/commercial-activities/it-and-t">IT & T</a> <a href="/company-and-business/commercial-activities/real-estate-development-and-property">Real Estate Development & Property Leases</a> <a href="/company-and-business/commercial-activities/advertising-at-AIA">Advertising at the Airport</a> <a href="/company-and-business/commercial-activities/hospitality-desks">Hospitality Desks</a> <a href="/company-and-business/commercial-activities/filming-and-photo-sessions">Filming & Photo Sessions</a> <span class="sitemap_main_menu_item">Press & Media</span> <a href="/company-and-business/press-and-Media/press-office">Press Office</a> <a href="/company-and-business/press-and-Media/media-accomodation">Media Accomodation</a> <a href="/company-and-business/press-and-Media/media-centre">Media Centre</a><span class="sitemap_main_menu_item">Sustainability <a href="/company-and-business/corporate-responsibility/sustainability-overview">Overview</a> <a href="/company-and-business/corporate-responsibility/sustainability-governance/">Sustainability Governance</a><a href="/company-and-business/corporate-responsibility/business-integrity-forum-member/">Business Integrity Forum (TI-G)</a></span></div> </div> <div class="clear"> </div> </section> <div class="clear"></div> </nav> </footer> <script type="text/javascript"> $(function() { UrgentNotification(); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; if (typeof pcmsBot != 'undefined' && pcmsBot.allow('required')) { _gaq.push(['_setAccount', 'UA-18399430-1']); _gaq.push (['_gat._anonymizeIp']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); } </script> <span class="test"></span> <script type="text/javascript"> if (typeof pcmsBot != 'undefined' && pcmsBot.allow('required')) { var cpaAccount = 'aia'; var cpaE = '';//dynamic field var cpa_async = { 'ctag': '', 'utmipn': '', 'utmipc': '', 'utmtid': '', 'utmtto': '', 'cutmcn': '', 'cutmcc': '' }; var script = document.createElement("script"); script.type = "text/javascript"; script.src = "//ping.contactpigeon.com/bi/js/cpagent142027.js?cid=aia&v=001"; document.body.appendChild(script); } </script> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="41B305D6" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="kmPsrQbSEUpq2e9AMN+B3jFMQQ/owh62ah8nnczlvAOCDlfOMkOHiL939IS2NSGFqdn/m89JYvNN0RFp180k/GV8k7AXaE9NwpcAPVQkk1iMEuX6+yBkDzciuJmy6AfHBYWiHak80dy3p9Zv2t/EACxi8HPgDxyko5Pdii4HymmO0Zl7pJf4jPps63Y/7ojkD0+LO7Q155Qt/P5HZ7IpJqgdVDs=" /> </div></form> </body> </html>