<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'fsalbertlight';
    src: url('fonts/fsalbert_light-webfont.woff2') format('woff2'),
         url('fonts/fsalbert_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fsalbertbold';
    src: url('fonts/fsalbert-bold-webfont.woff2') format('woff2'),
         url('fonts/fsalbert-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'fsalbertextrabold';
    src: url('fonts/fsalbert-extrabold-webfont.woff2') format('woff2'),
         url('fonts/fsalbert-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

 body { font-family: 'fsalbertlight', sans-serif, Arial; font-size: 17px; line-height: 1.2; }
 
h1 { font-family: 'fsalbertextrabold'; font-size: 34px; margin: 0; }
h2 { font-family: 'fsalbertextrabold'; font-size: 24px; margin: 0 0 15px; }
h3 { font-family: 'fsalbertextrabold'; font-size: 18px; margin: 0 0 15px; }



#planes{
	width: 100%;
	height: 100%;
}
.plane {
	width: 200px; height: 60px;
	background: none;
	
	position: absolute; 
}

.x1 {
	-webkit-animation: moveplanesleft 25s linear infinite;
	-moz-animation: moveplanesleft 25s linear infinite;
	-o-animation: moveplanesleft 25s linear infinite;
	opacity: 0.7;
	
	top: 30px;
	width: 91px;
	height: 38px;

	background: url('images/plane-012.png') no-repeat 0 0;
	background-size: cover;
}
@-webkit-keyframes moveplanesleft {
	0% {margin-left: 2500px; }
	10% { top: 20px; }
	20% { top: 30px; }
	30% { top: 20px; }
	40% { top: 30px; }
	50% { top: 20px; }
	60% { top: 30px; }
	70% { top: 20px; }
	80% { top: 30px; }
	90% { top: 20px; }
	100% { top: 30px; margin-left: -2500px;}
}
@-moz-keyframes moveplanesleft {
	0% {margin-left: 2500px;}
	100% {margin-left: -2500px;}
}
@-o-keyframes moveplanesleft {
	0% {margin-left: 2500px;}
	100% {margin-left: -2000px;}
}


.x2 {
	-webkit-animation: moveplanesright 25s linear infinite;
	-moz-animation: moveplanesright 25s linear infinite;
	-o-animation: moveplanesright 25s linear infinite;
	opacity: 0.9;
	
	bottom: 110px;
	width: 91px;
	height: 38px;

	background: url('images/plane-011.png') no-repeat 0 0;
	background-size: cover;
}

@-webkit-keyframes moveplanesright {
	0% {margin-left: -200px;}
	10% { bottom: 70px; }
	20% { bottom: 90px; }
	30% { bottom: 70px; }
	40% { bottom: 90px; }
	50% { bottom: 70px; }
	60% { bottom: 90px; }
	70% { bottom: 70px; }
	80% { bottom: 90px; }
	90% { bottom: 70px; }
	100% { bottom: 90px; margin-left: 2500px;}
}
@-moz-keyframes moveplanesright {
	0% {margin-left: 0px;}
	100% {margin-left: 2500px;}
}
@-o-keyframes moveplanesright {
	0% {margin-left: 0px;}
	100% {margin-left: 2000px;}
}



.airport-wifi-map ol { margin: 15px 0; padding: 0 0 0 20px; }
.airport-wifi-map ol li { padding: 5px 0; }

.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb0 { padding-bottom: 0 !important; }
.ptpb0 { padding-top: 0 !important; padding-bottom: 0 !important; }

p.small { font-size: 14px; }

.align-center,
.content .col-md-12.align-center { text-align: center; }

a.button {
	text-decoration: none; 
    font-family: 'fsalbertlight', sans-serif, Arial;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    background: #2cace3;
    border-radius: 25px;
    margin: 0 5px 10px;
    cursor: pointer;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
	display: inline-block;
}
a.button:hover { background: #e40076; }

.fancybox-content a.button { margin: 0 5px 0; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.m-first { display: table-header-group; }
.m-last { display: table-footer-group; }
.mobile-scroll { overflow: hidden; position: relative; display: block !important; overflow-x: auto; margin: 0 auto; }

/* data-table */
.data-table { margin: 10px 0; width: 100%; border-spacing: 2px; }
.data-table .mobile { display: none; }
.data-table thead td { font-family: 'fsalbertbold', sans-serif, Arial; color: #fff; font-size: 16px; border: solid 1px #fff; }
.data-table tbody td { font-size: 16px; color: #fff; border: solid 1px #fff; }
.data-table td.strong { }
.data-table tbody .odd { margin: 0; background: #676767; }
.data-table tbody .even { margin: 0; background: #414141; }


.data-table thead td { padding: 10px 10px; }
.data-table tbody td { padding: 9px 10px; }

.data-table.cols2 { max-width: 200px; }
.data-table.cols2 .col1 { width: 50%; }
.data-table.cols2 .col2 { width: 50%; }

/* */

.airport-wifi-map { font-family: 'fsalbertlight', sans-serif, Arial; font-size: 17px; line-height: 1.2; background: #efeff0; }
.airport-wifi-map h2 { margin: 0.83em 0; }
.airport-wifi-map h3 { margin: 0.83em 0; }

.airport-wifi-map h2.no-margin-top,
.airport-wifi-map h3.no-margin-top {  margin: 0 0 0.83em 0; }

.airport-wifi-map h2.no-margin,
.airport-wifi-map h3.no-margin {  margin: 0; }

.airport-wifi-map .break { word-break: break-all; }

.airport-wifi-map .airport-wifi-map-wrapper.max-width { max-width: 1200px; padding: 0 20px; margin: 0 auto; }
.airport-wifi-map .airport-wifi-map-wrapper { border: solid 10px #b1b1b1; margin: 0 30px; margin-bottom: 20px; }
.airport-wifi-map #airport-wifi-map-canvas {
	margin: 0 auto;
	width: 100%;
	height: 910px;
}

.airport-tables:after,
.grid-item &gt; .inner &gt; .content:after,
.isotope-filters:after,
.airport-wifi-map p:after,
.airport-wifi-map .row:before, 
.airport-wifi-map .row:after,
.airport-wifi-map .select-food-container&gt;.inner&gt;.row2:after,
.airport-wifi-map .tidy {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.airport-wifi-map img { max-width: 100%; }
.airport-wifi-map #infobox-wrapper { display:none; }

.airport-wifi-map p.quote:first-child { }
.airport-wifi-map p.quote { color: #101010; background: #e6e6e6; padding: 30px 20px 20px 20px; }
.airport-wifi-map p.quote img { float: left; margin: 0 20px 10px 0; border: solid 10px #d2d2d2; max-width: 200px; }

.infoBox { color: #fff; font-size: 14px; font-family: 'Flama-Light'; }
.infoBox&gt;img { position: absolute !important; right: 10px !important; top: 9px !important; }
.infoBox .small { font-size: 13px; padding: 0 0 20px 0; width: 35%; }
.infoBox a { color: #fff; }
.infoBox .infobox-copy { padding: 15px 20px; position: relative; }
.infoBox .infobox-copy .scroll { max-height: 400px; overflow-y: auto }
.infoBox .infobox-copy a { color: #fff; text-decoration: underline; }
.infoBox .infobox-copy .profile-image { position: absolute; left: 50%; top: -80px; margin-left: -60px; }
.infoBox .infobox-copy h1,
.infoBox .infobox-copy h1 a { font-size: 20px; text-decoration: none; padding: 0 0 5px 0; margin: 0; font-weight: normal; color: #fff; }
.infoBox .infobox-copy p { padding: 0 0 8px 0; margin: 0; }
.infoBox p.tip { font-style: italic; font-size: 14px; }
.infoBox p.price { font-size: 24px; line-height: 1.2; color: #fff; }
.infoBox p.price span { color: #a3a3a3; }
.infoBox p.address img { padding: 3px 0 0 15px; }

.infoBox .infobox-title { background: #23bbe7; padding: 10px 49px 10px 20px; font-size: 22px; font-family: 'fsalbertbold'; }
.infoBox .lounge .title { font-size: 16px; font-family: 'fsalbertbold'; padding: 0 0 3px; }

.infoBox .lounge .price,
.infoBox .lounge .terminal,
.infoBox .lounge .snacks,
.infoBox .lounge .beer_wine { padding: 1px 0; }

.infoBox .lounge { font-size: 14px; font-family: 'fsalbertlight'; border-bottom: solid 1px #6e6e6e; padding: 0 0 5px; margin: 0 0 5px; }
.infoBox .lounge:last-child { border-bottom: none; padding: 0; margin: 0; }

.back-to-top {
    font-family: 'fsalbertlight';
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    background: #414141;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
.back-to-top.show {
    opacity: 1;
}


/* isotope */
.isotope-filters { margin: 0 0 10px 0; display: inline-block; text-align: center; }
.isotope-filters .button { font-family: 'fsalbertlight', sans-serif, Arial; font-size: 16px; padding: 15px 20px 15px 50px; color: #fff; border: none; background: #e40076; border-radius: 25px; margin: 0 5px 10px; cursor: pointer; -webkit-transition: background 200ms; -moz-transition: background 200ms; -o-transition: background 200ms; transition: background 200ms; }
.isotope-filters .button:hover { background-color: #006878; }
.isotope-filters .button.is-checked { background-color: #006878; -webkit-transition: background 200ms; -moz-transition: background 200ms; -o-transition: background 200ms; transition: background 200ms; }
.isotope-filters .button.is-checked:hover { background-color: #006878; }
.isotope-filters .button:focus { outline: none; border: none; }

.isotope-filters .button.filter-all { padding: 15px 20px; background: #2cace3; }
.isotope-filters .button.filter-spa { background-image: url("images/icon-filter-spas.png"); background-repeat: no-repeat; background-position: 12px 6px; background-size: 36px; }
.isotope-filters .button.filter-meditation { background-image: url("images/icon-filter-meditation.png"); background-repeat: no-repeat; background-position: 10px 5px; background-size: 40px; }
.isotope-filters .button.filter-yoga { background-image: url("images/icon-filter-yoga.png"); background-repeat: no-repeat; background-position: 12px 5px; background-size: 40px; }
.isotope-filters .button.filter-relaxation { background-image: url("images/icon-filter-relaxation.png"); background-repeat: no-repeat; background-position: 10px 5px; background-size: 40px; }

.isotope-filters .button.filter-gym { background-image: url("images/icon-filter-gyms.png"); background-repeat: no-repeat; background-position: 10px 9px; background-size: 33px; }
.isotope-filters .button.filter-outdoor { background-image: url("images/icon-filter-outdoor.png"); background-repeat: no-repeat; background-position: 10px 5px; background-size: 40px; }
.isotope-filters .button.filter-prayer { background-image: url("images/icon-filter-prayer.png"); background-repeat: no-repeat; background-position: 10px 5px; background-size: 40px; }
.isotope-filters .button.filter-massage { background-image: url("images/icon-filter-massage.png"); background-repeat: no-repeat; background-position: 10px 5px; background-size: 40px; }
.isotope-filters .button.filter-running { background-image: url("images/icon-filter-running.png"); background-repeat: no-repeat; background-position: 10px 5px; background-size: 40px; }

.data-table .filter-spa { background-image: url("images/icon-filter-spas.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }
.data-table .filter-meditation { background-image: url("images/icon-filter-meditation.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }
.data-table .filter-yoga { background-image: url("images/icon-filter-yoga.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }

.data-table .filter-relaxation { background-image: url("images/icon-filter-relaxation.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }
.data-table .filter-gym { background-image: url("images/icon-filter-gyms.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }
.data-table .filter-outdoor { background-image: url("images/icon-filter-outdoor.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }

.data-table .filter-prayer { background-image: url("images/icon-filter-prayer.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }
.data-table .filter-massage { background-image: url("images/icon-filter-massage.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }
.data-table .filter-running { background-image: url("images/icon-filter-running.png"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 35px; }


.isotope-filters .col1,
.isotope-filters .col2,
.isotope-filters .col3 { float: left; }
.isotope-filters .col1 .inner,
.isotope-filters .col2 .inner,
.isotope-filters .col3 .inner { padding: 0 5px; }

.isotope-filters.select-group { display: none; }

/* isotope */
/* ---- grid ---- */
.grid { height: 75%; margin: 0 auto; }
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item:after,
.template-isotope-3columns:after,
.template-isotope-3columns .inner:after,
.background:after,
.contact:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.grid-item {
	float: left;
	width: 20%;
	height: auto;
	font-size: 14px;
	color: #fff;
    text-align: left;
}
.grid-item .image {
	text-align: center;
}
.grid-item &gt; .inner {
	padding: 10px;
	margin: 5px;
	background: #006878;

	min-height: 277px;
	
	-webkit-transition: background 200ms; 
	-moz-transition: background 200ms; 
	-o-transition: background 200ms; 
	transition: background 200ms;
}

.grid-item &gt; .inner .image { background: #fff; }
.grid-item &gt; .inner .image img { display: block; opacity: 1; -webkit-transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; transition: opacity 200ms; }
.grid-item &gt; .inner a:hover img { opacity: 0.65; }
.grid-item &gt; .inner a { color: #fff; }

.grid-item &gt; .inner .rank {
	background: #2cace3;
    width: 40px;
    height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 9px;
	font-weight: 700;
}

.grid-item &gt; .inner &gt; .content { padding: 10px 0 0 0; display: table; }
.grid-item &gt; .inner &gt; .content &gt; .col1 { display: table-cell; vertical-align: top; }
.grid-item &gt; .inner &gt; .content &gt; .col2 { display: table-cell; vertical-align: middle; }
.grid-item &gt; .inner &gt; .content &gt; .col2 h3 { margin: 0; font-family: 'fsalbertlight'; font-size: 15px; font-weight: normal; }


.grid-item &gt; .inner .background.dark {
	background: #2f2f2f;
	color: #fff;
}
.grid-item &gt; .inner .background.dark h2 {
	color: #fff;
}

.grid-item &gt; .inner .background {
	background: #f1f1e5;
}
.grid-item .background .inner {
	padding: 10px 10px 15px 10px;
}
.grid-item h2 {
    font-family: 'latoregular';
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #2f2f2e;
	padding: 0 0 10px 0;
}
.grid-item a {
	color: #f7913c;
	text-decoration: none;
}
.grid-item.cols1-half {
	width: 50%;
}
.grid-item.cols1-half .row1 {
	text-align: center;
}
.grid-item.cols2,
.grid-item.cols1 {
	width: 100%;
}
.grid-item.cols2 .col1,
.grid-item.cols2 .col2 {
	float: left;
	width: 50%;
}

.grid-item--width2 { width: 200px; }
.grid-item--height2 { height: 200px; }
/* */


.airport-tables { padding: 0 0 20px 0; }
.airport-tables&gt;.col1,
.airport-tables&gt;.col2,
.airport-tables&gt;.col3 { width: 33.333%; float: left; }

.airport-tables .data-table { width: 160px; border: solid 1px #fff; margin: 0 5px; /*border-collapse: collapse;*/ }
.airport-tables .data-table th,
.airport-tables .data-table td { font-size: 18px; text-align: center; }

.airport-tables .data-table tbody td { font-size: 22px; font-family: 'fsalbertbold', sans-serif, Arial; }

.airport-wifi-map .footer { background: #414141; }
.airport-wifi-map .footer .inner {
	padding: 13px 10px;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

.airport-wifi-map .content { padding: 5px 0 0 0; }
.airport-wifi-map .content&gt;.inner {
	padding: 20px 10px;
	max-width: 1000px;
	margin: 0 auto;
	color: #5d5d5d;
	text-align: center;
}

.airport-wifi-map ul { padding: 0 0 0 40px; margin: 20px 0 0; }


.airport-wifi-map .content.align-left&gt;.inner { text-align: left; }
.airport-wifi-map .content.align-right&gt;.inner { text-align: right; }

.airport-wifi-map .content&gt;.inner .row {  padding: 0 0 10px 0; display: table; width: 100%; }

.airport-wifi-map .content&gt;.inner .row.no-pad { padding: 0; }
.airport-wifi-map .content&gt;.inner .row:last-child { padding: 0; }
.airport-wifi-map .content p { margin: 15px 0; }
.airport-wifi-map .content p:first-child { margin-top: 0; }
.airport-wifi-map .content h1 { margin: 20px 0 30px; color: #414141; }
.airport-wifi-map .content img { }
.airport-wifi-map .content img.no-border { border: none; }

.col-md-4.col1&gt;.inner { padding: 10px 20px 10px 10px; text-align: right; }
.col-md-8.col2&gt;.inner { padding: 10px 10px 10px 30px; text-align: left; }

.col-md-4.col2&gt;.inner { padding: 10px 10px 10px 20px; text-align: right; }
.col-md-8.col1&gt;.inner { padding: 10px 30px 10px 10px; text-align: left; }

.airport-wifi-map .select-food-container { padding: 20px 10px; background: #527b8c; }
.airport-wifi-map .select-food-container h1 { font-family: 'flamaregular',"Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif; font-weight: normal; color: #fff; font-size: 25px; margin: 0; padding: 0; }
.airport-wifi-map .select-food-container h2 { font-family: "Flama-Light","Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif; font-weight: normal; color: #fff; font-size: 21px; margin: 0; padding: 0; }
.airport-wifi-map .select-food-container&gt;.inner { max-width: 900px; margin: 0 auto; }
.airport-wifi-map .select-food-container&gt;.inner .row1 { text-align: center; padding: 0 0 15px 0; }
.airport-wifi-map .select-food-container&gt;.inner .row2 { padding: 0 0 10px 0; }
.airport-wifi-map .select-food-container .col1 { float: left; width: 64%; text-align: right; }
.airport-wifi-map .select-food-container .col2 { float: left; width: 36%; max-width: 180px; }
.airport-wifi-map .select-food-container .col1&gt;.inner { padding: 6px 20px 0 0; }
.airport-wifi-map .select-food-container .col2&gt;.inner { padding: 0 0 0 20px; margin-top: 10px; position: relative; }
.airport-wifi-map .select-food-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.airport-wifi-map .select-food-container .tt__select-container {
    border-radius: 3px;
    padding: 6px 8px;
    border: solid 1px #c5c5c5;
    background: #f2f2f2;
    position: relative;
}
.airport-wifi-map .select-food-container .tt__select {
    border-radius: 0;
	line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
	
    font-size: 14px;
    font-family: "Flama-SemiBold","Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif;
    border: none;
    background: transparent;
    padding-right: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.airport-wifi-map .select-food-container .tt__select:focus { outline: none; border: none; }
.airport-wifi-map .select-food-container .tt__select-container:after {
    content: '';
    display: inline-block;
    background: url("images/arrow-333333.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    pointer-events: none;
    top: 4px;
    right: 5px;
    z-index: 10;
}

.airport-wifi-map .header .row1 {
	background: #2d8db6;
	min-height: 20px;
    padding: 15px 0;
}

.airport-wifi-map .header .row2 {
	
	background: #61c1ea;

	border-bottom: none;

	text-align: center;
	position: relative;
	overflow: hidden;
	
	color: #fff;
}

.airport-wifi-map .header .row2 .inner {
	background: url('images/bg-header2.png') no-repeat 50% -3px;
	padding: 45px 10px 119px;	
	max-width: 2000px;
	margin: 0 auto;
}

.airport-wifi-map .header .row3 {
	background: #2d8db6;
	min-height: 20px;
}



.airport-wifi-map .header h1 { 
	font-family: 'fsalbertbold';
	font-size: 40px;
	margin: 0;
}
.airport-wifi-map .header h2 { 
	font-family: 'fsalbertlight';
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}

.airport-wifi-map .logo-blue-png { max-width: 200px ; display: inline-block; padding: 20px 0; }

.airport-wifi-map .bar { background: #414141; height: 25px; }
.airport-wifi-map .header .logo { max-width: 300px; }
.airport-wifi-map .header .logo-png { max-width: 130px; display: block; }
.airport-wifi-map .header .inner {
	padding: 0 10px;
	max-width: 1000px;
	margin: 0 auto;
}
.airport-wifi-map .header&gt;.inner&gt;.row {

}
.airport-wifi-map .header&gt;.inner&gt;.row&gt;.col-md-6 {}
.airport-wifi-map .header&gt;.inner&gt;.row&gt;.col-md-6&gt;.inner {}

.airport-wifi-map .header .col1 { text-align: left; }
.airport-wifi-map .header .col2 .inner { padding: 15px 0 0; }
.airport-wifi-map .header .col2 { text-align: right; }

.airport-wifi-map .header .col-md-12 {
	max-width: 770px;
	margin: 15px auto;
    float: none;
}

.airport-wifi-map .header .arrow-down {
	margin-top: 15px;
	width: 60px;
	height: 60px;
	display: inline-block;
	background: url('images/arrow-down.png') no-repeat;
	background-size: 100%;
}

.airport-wifi-map .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}
.airport-wifi-map * {
    box-sizing: border-box;
}

.airport-wifi-map .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}
.airport-wifi-map .header .page-article__location {
    border-color: #fff;
    color: #fff;
}
.airport-wifi-map .header .page-article__location.margin-top { 
	margin-top: 20px;
	display: none;
}
.airport-wifi-map .page-article__location {
    display: inline-block;
    border: 1px solid #585858;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    color: #909090;
    font-family: "Flama-Book","Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif;
    font-size: 13px;
    letter-spacing: 2.16px;
}
.airport-wifi-map a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #039be5;
}


.infoBox:before{
	content : " ";
	width: 20px;
	height: 25px;
	background: url('images/infobox-arrow.png') no-repeat 0 0;
	position:absolute;
    bottom: 60px;
    left: -20px;
}

/* colors */
.burger.page-article__content--type-expert_tip { border: solid 3px #9e0723; }
.burger .page-article__content--type-expert_tip__header { background: #9e0723; }
.pizza.page-article__content--type-expert_tip { border: solid 3px #f3981d; }
.pizza .page-article__content--type-expert_tip__header { background: #f3981d; }
.steak.page-article__content--type-expert_tip { border: solid 3px #955220; }
.steak .page-article__content--type-expert_tip__header { background: #955220; }
.streetfood.page-article__content--type-expert_tip { border: solid 3px #6d9d23; }
.streetfood .page-article__content--type-expert_tip__header { background: #6d9d23; }
.sweet.page-article__content--type-expert_tip { border: solid 3px #ea5570; }
.sweet .page-article__content--type-expert_tip__header { background: #ea5570; }
.taco.page-article__content--type-expert_tip { border: solid 3px #1799a0; }
.taco .page-article__content--type-expert_tip__header { background: #1799a0; }
.trending.page-article__content--type-expert_tip { border: solid 3px #10709a; }
.trending .page-article__content--type-expert_tip__header { background: #10709a; }

/* tip */
.page-article__content {
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0;
}
.page-article__content--type-expert_tip {
	border: solid 3px #9c0c27;
    margin: 10px 0 15px;
    background: #fff;
    color: #333;
	font-family: 'TimesDigital-Regular';
}

.page-article__content--type-expert_tip__header {
    font-family: "Flama-SemiBold","Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    background: #527b8c;
    padding: 2px 0 2px 50px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    position: relative;
}
.page-article__content--type-expert_tip__header:after {
    position: absolute;
    left: 7px;
    top: 4px;
    content: '';
    background: #fff url(images/convbubble.svg) 50% 50% no-repeat;
    background-size: 19px 17px;
    border-radius: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
}
.page-article__content--type-expert_tip__header {
    background: #9c0c27;
}
.page-article__content--type-expert_tip-container {
    padding: 7px;
}
.page-article__content--type-expert_tip__tip {
    font-style: italic;
    line-height: 1.4;
    font-size: 14px;
}

.col-md-3 { width: 25%; float: left; }
.col-md-4 { width: 33.333%; float: left; }
.col-md-5 { width: 41.666%; float: left; }
.col-md-6 { width: 50%; float: left; }
.col-md-7 { width: 58.333%; float: left; }
.col-md-8 { width: 66.666%; float: left; }

.content .col-md-12 { width: 100%; padding: 10px; text-align: left; }
.map-footer { padding: 0 10px; margin: -10px auto 0;color: #5d5d5d; text-align: center; font-size: 14px; }

/* */


/* fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #fff;
	text-shadow: none;
	border: solid 5px #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	background: #283e5a;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
    overflow-y: scroll;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fancybox-content { display: none; padding: 10px 20px 10px 20px; }
.fancybox-content span.rank {
	background: #2cace3;
    width: 40px;
    height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 9px;
	font-weight: 700;
	font-size: 18px;
}



@media only screen 
and (max-width: 1200px) {
	
	.grid-item { width: 33.333%; }
	
}

@media only screen 
and (max-width: 920px) {
	
	.airport-wifi-map .header .row2 .inner { background-position: 50% -42px; }
	
	.airport-wifi-map .header&gt;.inner { padding: 0 10px; }
	.airport-wifi-map .header .logo { max-width: 240px; }
	
	.airport-wifi-map .header .arrow-down { width: 50px; height: 50px; }
	
	
	.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-6 { float: none; width: 100%; }
	
	
	.data-table tr.mobile { display: table-row !important; }
	.data-table td.mobile { display: table-cell !important; }
	.data-table td.desktop { display: none; }
	
	.data-table thead td { font-size: 14px; padding: 7px 7px; }
	.data-table tbody td { font-size: 13px; padding: 5px 7px; }
	.data-table tbody tr.mobile td.strong { padding: 10px 7px 10px; font-size: 15px; font-weight: bold; }
	
	.data-table.cols7 .col1 { display: none; }
	
	.data-table.cols8 .col1 { display: none; }
	.data-table.cols8 .col2 { width: 30%; }
	.data-table.cols8 .col3 { width: 30%; }
	.data-table.cols8 .col4 { width: 20%; }
	.data-table.cols8 .col5 { width: 20%; }
	.data-table.cols8 .col6 { width: 20%; }
	.data-table.cols8 .col7 { width: 20%; }
	.data-table.cols8 .col8 { width: 20%; }
	
	.col-md-4.col1&gt;.inner,
	.col-md-4.col2&gt;.inner,
	.col-md-8.col1&gt;.inner,
	.col-md-8.col2&gt;.inner { padding: 10px 10px 20px 10px; text-align: center; }
	
	.align-left .col-md-8.col1&gt;.inner,
	.align-left .col-md-8.col2&gt;.inner { text-align: left; }
	
	.align-left&gt;.inner { text-align: left !important; }
	
	.airport-wifi-map .header .col1,
	.airport-wifi-map .header .col2 { text-align: center; }
	
	.airport-wifi-map .header .col2 .inner { padding: 20px 0 0; }
	
	.airport-wifi-map .header h1 { font-size: 24px; }
	.airport-wifi-map .header h2 { font-size: 18px; }
	
	.airport-wifi-map .content h1 { font-size: 24px; }
	
}

@media only screen 
and (max-width : 740px) {
	
	.grid-item { width: 50%; }
	
	.isotope-filters.button-group { display: none; }
	.isotope-filters.select-group { display: inline-block; font-family: 'fsalbertlight', sans-serif, Arial; font-size: 17px; line-height: 1.2; padding: 10px; margin-bottom: 20px; }
	
}

@media only screen 
and (max-width : 640px) {
	
	.airport-tables&gt;.col1, 
	.airport-tables&gt;.col2, 
	.airport-tables&gt;.col3 { width: 100%; float: none; }

	.airport-tables .data-table { width: 100%; margin: 0; border-spacing: 0; border-bottom: none; }
	.airport-tables .col3 .data-table { border-bottom: solid 1px #fff; }
	
	.airport-tables .data-table.mobile { border-top: none; }
	.airport-tables .data-table.mobile thead { display: none; }
	.data-table.cols2 { max-width: 100% }
	

}


@media only screen 
and (max-width : 535px) {
	
	.mobile-scroll { max-width: 300px; }
}

@media only screen 
and (max-width : 500px) {
	
	
	.airport-wifi-map p.quote { text-align: center; }
	.airport-wifi-map p.quote img { float: none; max-width: none; margin: 0 auto 20px; display: block; }
	
	.airport-wifi-map h2 { margin: 0 0 0.83em 0; }

	.airport-wifi-map .airport-wifi-map-wrapper { padding: 0 10px; }

	.airport-wifi-map .select-food-container&gt;.inner .row1 { padding: 0; }
	.airport-wifi-map .select-food-container .col1&gt;.inner { padding: 6px 0 0 0; }
	.airport-wifi-map .select-food-container .col1 { padding: 0 0 20px 0; }
	.airport-wifi-map .select-food-container .col1,
	.airport-wifi-map .select-food-container .col2 { text-align: center; width: 100%; float: none; margin: 0 auto; }
	.airport-wifi-map .select-food-container .col2&gt;.inner { padding: 0; }
	
}

@media only screen 
and (max-width : 450px) {
	
	.grid-item { width: 100%; }
	
}

</pre></body></html>