/* EUROPEAN PARLIAMENT's INFOGRAPHIC "SKYWALK" : http://www.thistimeivoting.eu/ */
/* Copyright : European Parliament */

/* ========================================================================================================================================== */
/* === TAGS INITIALIZATION ================================================================================================================== */
/* ========================================================================================================================================== */
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* INITIALIZATION : Install Google Font "Open Sans" (https://fonts.google.com/specimen/Montserrat) */
		
		@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* INITIALIZATION : Page definition */

		body{
			overflow-x: 							hidden;
			overflow-y: 							auto;
			margin: 								0;
			padding: 								0;
			background-color: 						#fff;
			font-family: 							Helvetica, Arial, sans-serif;
			font-size: 								62.5%;
			font-size: 								calc(1em * .625);
			line-height: 							inherit;
			color: 									#505154;
		}
		#european-skywalk{
			display: 								block;
			overflow: 								hidden;
			font-family: 							"Open Sans", Helvetica, Arial, sans-serif;
			font-size: 								1em;
			color: 									#6d6e71;
		}
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* INITIALIZATION : Initial style defined for all tags */
	
		#european-skywalk *{
			margin: 								0;
			padding: 								0;
			border: 								0;
			outline: 								0;
			font-weight: 							inherit;
			font-style: 							inherit;
			font-family: 							inherit;
			cursor: 								default;
			vertical-align: 						baseline;
		}
		#european-skywalk ul,
		#european-skywalk ol{	list-style: 	none;	}
		#european-skywalk a{
			border: 								0;
			outline: 								0;
			text-decoration: 						none;
			cursor:									pointer;
		}
		#european-skywalk h1, 
		#european-skywalk h2, 
		#european-skywalk h3{
			font-size:								1em;
			font-weight: 							normal;
		}
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* INITIALIZATION : Specification for accessibility content */
	
		#european-skywalk .epsw_hidden{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			width: 									0;
			height: 								0;
			font-size:								1em;
			text-indent: 							5px;
			white-space: 							nowrap;
		}
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* INITIALIZATION : Container display */
	
		#european-skywalk .epsw_card{
			position: 								absolute;
			display: 								block;
			display: 								flex;
			display: 								-webkit-flex;
			overflow: 								hidden;
			top:  									0;
			bottom: 								0;
			left:  									0;
			right:									0;
			flex-direction:							row;
			-webkit-flex-direction:					row;
			flex-wrap:								nowrap;
			-webkit-flex-wrap:						nowrap;
			align-items:							stretch;
			-webkit-align-items:					stretch;
			letter-spacing: 						-0.3em;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_card[aria-hidden]{
			display: 								none;
		}
		#european-skywalk .epsw_card .epsw_text,
		#european-skywalk .epsw_card .epsw_picture,
		#european-skywalk .epsw_card .epsw_header,
		#european-skywalk .epsw_card .epsw_navigation{
			position: 								static;
			display: 								inline-block;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
		}

/* ========================================================================================================================================== */
/* === FIXED PART OF INFOGRAPHIC ============================================================================================================ */
/* ========================================================================================================================================== */

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* FIXED PART : Header */

		/* HEADER : Container */
		#european-skywalk .epsw_header{
			position: 								static;
			display: 								block;
			width: 									100%;
			height: 								0;
			margin:									0;
		}
		/* HEADER : Website logo */
		#european-skywalk .epsw_header .epsw_title{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			z-index: 								60;
			bottom: 								0;
			width: 									calc((100% / 1500) * 500);
			margin: 								0;
			padding: 								0;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			text-align: 							left;
		}
		#european-skywalk .epsw_header .epsw_title:after{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			top: 									0;
			bottom: 								30px;
			left: 									30px;
			right: 									30px;
			background-image: 						url(infographic_european-logo_en.svg);
			background-position: 					center bottom;
			background-repeat: 						no-repeat;
			background-size: 						100% auto;
			content: 								"";
		}
		body[lang="bg"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_bg.svg); }
		body[lang="cs"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_cs.svg); }
		body[lang="da"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_da.svg); }
		body[lang="de"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_de.svg); }
		body[lang="el"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_el.svg); }
		body[lang="en"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_en.svg); }
		body[lang="es"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_es.svg); }
		body[lang="et"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_et.svg); }
		body[lang="fi"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_fi.svg); }
		body[lang="fr"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_fr.svg); }
		body[lang="ga"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_ga.svg); }
		body[lang="hr"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_hr.svg); }
		body[lang="hu"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_hu.svg); }
		body[lang="it"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_it.svg); }
		body[lang="lt"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_lt.svg); }
		body[lang="lv"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_lv.svg); }
		body[lang="mt"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_mt.svg); }
		body[lang="nl"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_nl.svg); }
		body[lang="pl"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_pl.svg); }
		body[lang="pt"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_pt.svg); }
		body[lang="ro"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_ro.svg); }
		body[lang="sk"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_sk.svg); }
		body[lang="sl"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_sl.svg); }
		body[lang="sv"] #european-skywalk .epsw_header .epsw_title:after{ 	background-image: url(infographic_european-logo_sv.svg); }
		#european-skywalk .epsw_header .epsw_title .epsw_url{
			position: 								static;
			display: 								block;
			padding: 								0 30px 30px 30px;
			opacity: 								0;
			font-size: 								3vw;
			letter-spacing: 						normal;
		}
		body[lang="bg"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="cs"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="da"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 450px; 	}
		body[lang="de"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="el"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="en"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="es"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 300px; 	}
		body[lang="et"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="fi"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 450px; 	}
		body[lang="fr"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="ga"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 450px; 	}
		body[lang="hr"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="hu"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="it"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 300px; 	}
		body[lang="lt"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="lv"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="mt"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="nl"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="pl"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="pt"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="ro"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="sk"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 400px; 	}
		body[lang="sl"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 350px; 	}
		body[lang="sv"] #european-skywalk .epsw_header .epsw_title{ 		max-width: 450px; 	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* FIXED PART : Main menu */

		/* MAIN MENU : Container */
		#european-skywalk .epsw_header .epsw_menu{
			position: 								absolute;
			display: 								block;
			z-index: 								80;
			top:  									30px;
			right: 									30px;
			margin: 								0;
			padding: 								0;
		}
		/* MAIN MENU : Introduction link */
		#european-skywalk .epsw_header .epsw_menu h2.epsw_button,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button{
			position: 								relative;
			display: 								inline-block;
			z-index: 								10;
			overflow: 								hidden;
			margin: 								0;
			padding: 								5px 10px 2px 10px;
			font-size: 								1.2em;
			text-align: 							center;
			color: 									#fff;
		}
		#european-skywalk .epsw_header .epsw_menu label.epsw_button span,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button span{
			position: 								static;
			display: 								block;
			font-size: 								1em;
			color: 									inherit;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a span,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button span,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button span{
			cursor: 								pointer;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a span,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button span,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button span{
			position: 								static;
			display: 								block;
			height: 								0;
		}
		#european-skywalk .epsw_header .epsw_menu label.epsw_button span,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button span{
			position: 								relative;
			z-index: 								10;
			height: 								auto;
			padding: 								0 0 3px 0;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a span{
			position: 								absolute;
			overflow: 								hidden;
			text-indent: 							105%;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:before,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:after,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:after,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:before,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:after{
			position: 								absolute;
			display: 								block;
			top:  									0;
			bottom:									0;
			left: 									0;
			right: 									0;
			margin: 								0;
			padding: 								0;
			content: 								"";
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:before,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:before{
			z-index: 								5;
			background-color: 						rgba(0, 0, 0, 0.7);
			border:									1px solid #fff;
			transition:								background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:after,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:after,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:after{
			z-index: 								15;
			background-color: 						#fff;
			opacity: 								0;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:link:before,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:visited:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:before,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:before{
			background-color: 						rgba(0, 0, 0, 0.7);
			border-color: 							#fff;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:hover:before,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:focus:before,
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a:active:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:hover:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:focus:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button:active:before,
		#european-skywalk .epsw_header .epsw_menu label.epsw_button[data-focus]:before,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:hover:before,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:focus:before,
		#european-skywalk .epsw_header .epsw_menu button.epsw_button:active:before{
			background-color: 						#bd0b48;
			border-color: 							#bd0b48;
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button a span:after{
			position: 								fixed;
			display: 								none;
			top: 									0;
			bottom: 								0;
			left: 									0;
			right: 									0;
			background-color: 						#fff;
			opacity: 								0.3;
			content: 								"";
		}
		#european-skywalk .epsw_header .epsw_menu div.epsw_button[data-action="close"] a span:after{
			display: 								block;
		}
		/* MAIN MENU : Pop up menu */
		#european-skywalk .epsw_header .epsw_menu .epsw_list{
			position: 								absolute;
			display: 								none;
			z-index: 								5;
			right: 									0;
			height: 								0;
			background-color: 						#fff;
			border-radius: 							5px;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list:before{
			position: 								absolute;
			display: 								block;
			z-index: 								1;
			top: 									10px;
			right: 									20px;
			width: 									10px;
			height: 								10px;
			background-color: 						#fff;
			transform:								rotate(45deg);
			-webkit-transform:						rotate(45deg);
			content: 								"";
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list > ul{
			position: 								relative;
			display: 								block;
			margin: 								15px 0 0 0;
			background-color: 						#fff;
			border-radius: 							5px;
			box-shadow: 							0 2px 3px rgba(0, 0, 0, 0.3);
		}
		/* MAIN MENU : Pop up menu (direct link) */
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link a,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language{
			position: 								static;
			display: 								block;
			margin: 								0;
			padding: 								0;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link:first-child{
			padding-top: 							10px;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link a,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link label,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link > span{
			padding-right: 							30px;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link a,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link a span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link label,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link label span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link input{
			cursor:  								pointer;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link a span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link label span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link > span span{
			min-width: 								200px;
			padding: 								7px 15px;
			box-sizing:								border-box;
			transform:								translate(0, 0);
			-webkit-transform:						translate(0, 0);
			transition:										transform 0.4s ease 0.1s, color 0.2s ease-out 0s;
			-webkit-transition:						-webkit-transform 0.4s ease 0.1s, color 0.2s ease-out 0s;
			font-size: 								1.3em;
			color: 									#1d2762;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			a:link 			span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			a:visited 		span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			label 			span{
			transform:								translate(0, 0);
			-webkit-transform:						translate(0, 0);
			color: 									#1d2762;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			a:hover 		span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			a:focus 		span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			a:active 		span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			label:hover 	span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			label:focus 	span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link 			label:active 	span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link:hover 	label 			span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link:focus 	label 			span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link:active 	label 			span{
			transform:								translate(5px, 0);
			-webkit-transform:						translate(5px, 0);
			color: 									#bd0b48;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link > span span{
			color: 									#bd0b48;
		}
		/* MAIN MENU : Pop up menu (embed field) */
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link[data-embed]{
			position: 								relative;
			overflow: 								hidden;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link input{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			top: 									5px;
			bottom: 								auto;
			left: 									5px;
			right: 									auto;
			width: 									calc(100% - 10px);
			height: 								calc(100% - 10px);
			padding: 								2px 10px;
			box-sizing:								border-box;
			background-color: 						#fff;
			border: 								1px solid #bd0b48;
			opacity: 								0;
			font-size: 								1.2em;
			text-overflow:							ellipsis;
			color: 									#bd0b48;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link input:focus,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_link input:active{
			opacity: 								1;
		}
		/* MAIN MENU : Pop up menu (language selection) */
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language{
			position: 								relative;
			display: 								block;
			margin: 								10px 0 0 0;
			padding: 								10px;
			background-color: 						#0076a8;
			border-radius: 							0 0 5px 5px;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language > span{
			position: 								static;
			display: 								block;
			overflow: 								hidden;
			margin: 								0;
			border:									2px solid #fff;
			border-radius: 							2px;
			font-size: 								1em;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language > span span{
			position: 								static;
			display: 								block;
			overflow: 								hidden;
			width: 									0;
			padding: 								7px 15px;
			opacity: 								0;
			font-size: 								1.3em;
			text-indent: 							200%;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul{
			position: 								absolute;
			display: 								block;
			overflow-x: 							hidden;
			overflow-y: 							auto;
			top: 									12px;
			left: 									10px;
			right: 									10px;
			max-height: 							200px;
			transition:								background-color 0.1s ease 0s, color 0.1s ease-out 0s;
			-webkit-transition:						background-color 0.1s ease 0s, color 0.1s ease-out 0s;
			white-space: 							nowrap;
			color: 									#fff;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language:after{
			position: 								absolute;
			display: 								block;
			top: 									calc(0.8em + 12px);
			right: 									25px;
			width: 									10px;
			height: 								10px;
			border-top: 							2px solid #fff;
			border-right: 							2px solid #fff;
			transform:								rotate(135deg);
			-webkit-transform:						rotate(135deg);
			content: 								"";
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li a,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li span{
			position: 								static;
			display: 								block;
			overflow: 								hidden;
			margin: 								0;
			padding: 								0;
			color: 									inherit;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li a,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li > span{
			padding-right: 							30px;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li a 		span,
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li span 	span{
			padding: 								7px 15px;
			box-sizing:								border-box;
			transform:								translate(0, 0);
			-webkit-transform:						translate(0, 0);
			transition:										transform 0.4s ease 0.1s, color 0.2s ease-out 0s;
			-webkit-transition:						-webkit-transform 0.4s ease 0.1s, color 0.2s ease-out 0s;
			font-size: 								1.3em;
			text-overflow:							ellipsis;
			color: 									inherit;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li > a{
			height: 								0;
			opacity: 								0;
		}
		#european-skywalk .epsw_header .epsw_menu .epsw_list li.epsw_language ul li > span{
			height: 								auto;
			opacity: 								1;
		}
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* FIXED PART : Navigation links (arrow) */

		#european-skywalk .epsw_card .epsw_navigation{
			width: 									100%;
			margin:									0 0 0 -100%;
			align-self:								flex-end;
			-webkit-align-self:						flex-end;
			text-align: 							right;
			letter-spacing: 						-0.3em;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_card .epsw_navigation ul{
			position: 								relative;
			display: 								inline-block;
			z-index: 								80;
			width: 									calc((100% / 1500) * 1000);
			height: 								0;
		}
		#european-skywalk .epsw_card .epsw_navigation ul li{
			position: 								static;
			display: 								inline-block;
			width: 									0;
			height: 								0;
			margin: 								0;
			padding: 								0;
		}
		/* NAVIGATION :: Link */
		#european-skywalk .epsw_card .epsw_navigation ul li a{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			bottom: 								25px;
			width: 									50px;
			height: 								50px;
			background-color: 						#282828;
			border: 								2px solid #fff;
			transition:								background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			border-left-style: 						none;
		}
		/* NAVIGATION :: Icon */
		#european-skywalk .epsw_card .epsw_navigation ul li a:before{
			position: 								absolute;
			display: 								block;
			top: 									25px;
			left: 									14px;
			width: 									26px;
			height: 								0;
			border-top: 							2px solid #fff;
			transition:								border-color 0.2s ease-out 0s;
			-webkit-transition:						border-color 0.2s ease-out 0s;
			content: 								"";
		}
		#european-skywalk .epsw_card .epsw_navigation ul li a span{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			top: 									18px;
			left: 									15px;
			width: 									13px;
			height: 								13px;
			border-left: 							2px solid #fff;
			border-bottom: 							2px solid #fff;
			transform:								rotate(45deg);
			-webkit-transform:						rotate(45deg);
			transition:								border-color 0.2s ease-out 0s;
			-webkit-transition:						border-color 0.2s ease-out 0s;
			text-indent: 							50px;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_card .epsw_navigation ul li a:after{
			position: 								absolute;
			display: 								block;
			z-index: 								5;
			top: 									0;
			bottom: 								0;
			left: 									0;
			right: 									0;
			background-color: 						#fff;
			opacity: 								0;
			content: 								"";
		}
		/* NAVIGATION :: Position */
		#european-skywalk .epsw_card .epsw_navigation ul li a.epsw_previous{	left:				0;				}
		#european-skywalk .epsw_card .epsw_navigation ul li a.epsw_next{		right:				0;
																				transform: 			rotate(180deg);	
																				-webkit-transform: 	rotate(180deg);	}
		/* NAVIGATION :: Hover effect */
		#european-skywalk .epsw_card .epsw_navigation ul li a:link,
		#european-skywalk .epsw_card .epsw_navigation ul li a:visited{			background-color: 	#282828;
																				border-color: 		#b0b0b0;		}
		#european-skywalk .epsw_card .epsw_navigation ul li a:link:before,
		#european-skywalk .epsw_card .epsw_navigation ul li a:link		span,
		#european-skywalk .epsw_card .epsw_navigation ul li a:visited:before,
		#european-skywalk .epsw_card .epsw_navigation ul li a:visited	span{	border-color: 		#fff;			}
		#european-skywalk .epsw_card .epsw_navigation ul li a:hover,
		#european-skywalk .epsw_card .epsw_navigation ul li a:focus,
		#european-skywalk .epsw_card .epsw_navigation ul li a:active{			background-color: 	#bd0b48;
																				border-color: 		#bd0b48;		}
		#european-skywalk .epsw_card .epsw_navigation ul li a:hover:before,
		#european-skywalk .epsw_card .epsw_navigation ul li a:hover		span,
		#european-skywalk .epsw_card .epsw_navigation ul li a:focus:before,
		#european-skywalk .epsw_card .epsw_navigation ul li a:focus		span,
		#european-skywalk .epsw_card .epsw_navigation ul li a:active:before,
		#european-skywalk .epsw_card .epsw_navigation ul li a:active	span{	border-color: 		#fff;			}

/* ========================================================================================================================================== */
/* === TEXT PANEL OF INFOGRAPHIC ============================================================================================================ */
/* ========================================================================================================================================== */

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* TEXT PANEL : Container */

		#european-skywalk .epsw_card .epsw_text{
			display: 								inline-flex;
			display: 								-webkit-inline-flex;
			width: 									calc((100% / 1500) * 500);
			box-sizing:								border-box;
			flex-direction:							column-reverse;
			-webkit-flex-direction:					column-reverse;
			align-items:							flex-start;
			-webkit-align-items:					flex-start;
			justify-content:						center;
			-webkit-justify-content:				center;
			letter-spacing: 						normal;
			white-space: 							normal;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_content,
		#european-skywalk .epsw_card .epsw_text .epsw_panel{
			position: 								relative;
			display: 								flex;
			display: 								-webkit-flex;
			width: 									100%;
			box-sizing:								border-box;
			background-color: 						#fff;
			backface-visibility:					hidden;
			flex-direction:							row;
			-webkit-flex-direction:					row;
			align-items:							stretch;
			-webkit-align-items:					stretch;
			justify-content:						flex-start;
			-webkit-justify-content:				flex-start;
			flex:									1 1 auto;
			-webkit-flex:							1 1 auto;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_content{
			width: 									100%;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_panel{
			display: 								-inline-flex;
			display: 								-webkit-inline-flex;
			padding: 								30px;
			flex-direction:							column;
			-webkit-flex-direction:					column;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_panel{
			margin-right: 							-100%;
			padding-bottom: 						calc(3vh + 60px);
		}
		#european-skywalk .epsw_card .epsw_text .epsw_sharedtext{
			position: 								static;
			display: 								flex;
			display: 								-webkit-flex;
			overflow-x: 							hidden;
			overflow-y: 							auto;
			margin: 								10% 0 0 0;
			flex:									1 1 auto;
			-webkit-flex:							1 1 auto;
			flex-direction:							column;
			-webkit-flex-direction:					column;
			align-items:							flex-start;
			-webkit-align-items:					flex-start;
			justify-content:						flex-start;
			-webkit-justify-content:				flex-start;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* TEXT PANEL : Introduction text */

		#european-skywalk .epsw_card .epsw_text .epsw_becausetext{
			position: 								static;
			display: 								flex;
			display: 								-webkit-flex;
			overflow-x: 							hidden;
			overflow-y: 							auto;
			max-width: 								100%;
			margin: 								20% 0 0 0;
			flex:									1 1 auto;
			-webkit-flex:							1 1 auto;
			flex-direction:							column;
			-webkit-flex-direction:					column;
			font-size: 								1em;
			font-weight: 							normal;
			color: 									inherit;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_becausetext > span{
			position: 								static;
			display: 								block;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			font-size: 								3.2em;
			font-weight: 							normal;
			color:  								#0076a8;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_becausetext > span strong{
			position: 								static;
			display: 								inline;
			font-size: 								1em;
			font-weight: 							normal;
			color:  								#1d2762;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* TEXT PANEL : European Parliament message */

		#european-skywalk .epsw_card .epsw_text .epsw_eumessage{
			position: 								static;
			display: 								block;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			max-width: 								100%;
			margin: 								0;
			font-size: 								1em;
			font-weight: 							normal;
			color: 									inherit;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_eumessage > h3,
		#european-skywalk .epsw_card .epsw_text .epsw_eumessage > p{
			position: 								static;
			display: 								block;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			font-size: 								1.8em;
			font-weight: 							normal;
			line-height:  							1.4em;
			color:  								#0076a8;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage h3{
			margin-bottom: 							20px;
			font-weight: 							normal;
			color:  								#1d2762;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_eumessage > p strong{
			position: 								static;
			display: 								inline;
			font-size: 								1em;
			font-weight: 							normal;
			color:  								#1d2762;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* TEXT PANEL : Source link */

		#european-skywalk .epsw_card .epsw_text .epsw_source{
			position: 								static;
			display: 								block;
			width: 									100%;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			margin: 								20px 0 10px 0;
			font-size: 								1.2em;
			font-weight: 							normal;
			color: 									inherit;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_source a{
			position:  								static;
			display: 								inline;
			transition:								text-decoration 0.2s ease-out 0s, color 0.2s ease-out 0s;
			-webkit-transition:						text-decoration 0.2s ease-out 0s, color 0.2s ease-out 0s;
			text-decoration: 						none;
			color: 									inherit;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_source a:link,
		#european-skywalk .epsw_card .epsw_text .epsw_source a:visited{
			text-decoration: 						none;
			color: 									inherit;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_source a:hover,
		#european-skywalk .epsw_card .epsw_text .epsw_source a:focus,
		#european-skywalk .epsw_card .epsw_text .epsw_source a:active{
			text-decoration: 						underline;
			color: 									#bd0b48;
		}	

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* TEXT PANEL : Share link */

		#european-skywalk .epsw_card .epsw_text .epsw_share{
			position: 								static;
			display: 								block;
			margin: 								10px 0 0 0;
			padding: 								0;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share ul{
			margin-left: 							-10px;
			margin-right: 							-10px;
			letter-spacing: 						-0.3em;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share li,
		#european-skywalk .epsw_card .epsw_text .epsw_share li a{
			position: 								static;
			display: 								inline-block;
			margin: 								0;
			padding: 								0;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share li{
			padding: 								10px;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share a:before,
		#european-skywalk .epsw_card .epsw_text .epsw_share a:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a span{
			position: 								static;
			display: 								inline-block;
			overflow: 								hidden;
			vertical-align: 						middle;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share a:before{
			width: 									40px;
			height: 								40px;
			box-sizing:								border-box;
			background-color: 						#fff;
			border:									2px solid #0076a8;
			border-radius: 							50%;
			transition:								background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			white-space: 							nowrap;
			content: 								"";
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share a:after{
			width: 									40px;
			height: 								40px;
			margin-left: 							-40px;
			background-image: 						url(infographic_european-share.svg);
			background-repeat: 						no-repeat;
			content: 								"";
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share a span{
			width: 									0;
			height: 								52px;
			text-indent: 							10px;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share a:hover:before,
		#european-skywalk .epsw_card .epsw_text .epsw_share a:focus:before,
		#european-skywalk .epsw_card .epsw_text .epsw_share a:active:before{
			background-color: 						#0076a8;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="pdf"]:link:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="pdf"]:visited:after{		background-position: 0			0;	}
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="facebook"]:link:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="facebook"]:visited:after{	background-position: -40px		0;	}
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="twitter"]:link:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="twitter"]:visited:after{	background-position: -80px		0;	}
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="pdf"]:hover:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="pdf"]:focus:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="pdf"]:active:after{			background-position: 0		-40px;	}
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="facebook"]:hover:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="facebook"]:focus:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="facebook"]:active:after{	background-position: -40px	-40px;	}
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="twitter"]:hover:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="twitter"]:focus:after,
		#european-skywalk .epsw_card .epsw_text .epsw_share a[data-network="twitter"]:active:after{		background-position: -80px	-40px;	}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* TEXT PANEL : Read more link */

		/* Read more :: Container */
		#european-skywalk .epsw_card .epsw_text .epsw_read{
			position: 								absolute;
			display: 								block;
			z-index: 								5;
			top: 									50%;
			right: 									0;
			width: 									0;
			height:									0;
			margin: 								0;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_content > .epsw_read{
			z-index: 								10;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read a,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span,
		#european-skywalk .epsw_card .epsw_text .epsw_read button{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			width: 									50px;
			height:									50px;
			margin: 								-25px 0 0 -25px;
			box-sizing:								border-box;
			background-color: 						#bd0b48;
			border:									2px solid #bd0b48;
			border-radius: 							50%;
			transition:								background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read a 		span,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span 	span{
			position: 								absolute;
			display: 								block;
			top: 									50%;
			left: 									50%;
			width: 									0;
			height: 								0;
			text-indent: 							100px;
			white-space: 							nowrap;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read a:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span:after{
			position: 								absolute;
			display: 								block;
			z-index: 								5;
			top: 									0;
			bottom: 								0;
			left: 									0;
			right: 									0;
			background-color: 						#fff;
			opacity: 								0;
			content: 								"";
		}
		/* Read more :: White line */
		#european-skywalk .epsw_card .epsw_text .epsw_read a 		span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read a 		span:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span 	span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span 	span:after{
			position: 								absolute;
			display: 								block;
			top: 									-2px;
			left: 									-12px;
			width: 									24px;
			height: 								3px;
			background-color: 						#fff;
			border-radius:							1px;
			transform-origin:						center;
			-webkit-transform-origin:				center;
			transition:								background-color 0.2s ease-out 0s, 			transform 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.2s ease-out 0s, 	-webkit-transform 0.2s ease-out 0s;
			content: 								"";
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read[data-action="more"] a 		span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read[data-action="more"] > span 	span:before{
			transform:								rotate(90deg);
			-webkit-transform:						rotate(90deg);
		}
		/* Read more :: Hover effect */
		#european-skywalk .epsw_card .epsw_text .epsw_read a:link,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:visited,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span{
			background-color: 						#bd0b48;
			border-color:	 						#bd0b48;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read a:link 		span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:visited 	span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:link 		span:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:visited 	span:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span 		span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span 		span:after{
			background-color: 						#fff;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read a:hover,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:focus,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:active,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span[data-focus="true"]{
			background-color: 						#fff;
			border-color:	 						#bd0b48;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read a:hover 						span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:focus 						span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:active 					span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:hover 						span:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:focus 						span:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read a:active 					span:after,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span[data-focus="true"] 	span:before,
		#european-skywalk .epsw_card .epsw_text .epsw_read > span[data-focus="true"] 	span:after{
			background-color: 						#bd0b48;
		}

/* ========================================================================================================================================== */
/* === PICTURE OF INFOGRAPHIC =============================================================================================================== */
/* ========================================================================================================================================== */
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* PICTURE : Container */

		#european-skywalk .epsw_card .epsw_picture{
			position: 								relative;
			width: 									calc((100% / 1500) * (1500 - 500));
			box-sizing:								border-box;
			background-size: 						cover;
			background-repeat: 						no-repeat;
			background-position: 					center;
		}
		#european-skywalk .epsw_card .epsw_picture span,
		#european-skywalk .epsw_card .epsw_picture img{
			display: 								none;
		}
		#european-skywalk .epsw_card .epsw_picture[title]:after{
			position: 								absolute;
			display: 								block;
			z-index: 								5;
			bottom: 								105px;
			right: 									calc(1em + 20px);
			margin: 								0;
			padding: 								5px 10px;
			background-color: 						rgba(0, 0, 0, 0.4);
			transform:								rotate(90deg);
			transform-origin:						right bottom;
			font-size: 								0.9em;
			letter-spacing: 						normal;
			color: 									#fff;
			content: 								attr(title);
		}
		
/* ========================================================================================================================================== */
/* === GENERIC PANEL ======================================================================================================================== */
/* ========================================================================================================================================== */

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* GENERIC PANEL :: Header title */
	
		#european-skywalk[data-generic="home"] .epsw_header .epsw_title{
			position: 								absolute;
			display:  								block;
			overflow: 								hidden;
			width: 									0;
			height: 								0;
			opacity: 								0;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* GENERIC PANEL :: Text adaptation */
	
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text{
			width: 									60%;
		}
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_becausetext{
			margin-top: 							10%;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
		}
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_becausetext > span{
			font-size: 								4em;
		}
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_link a{
			position: 								static;
			display: 								inline-block;
			margin: 								15vh 0 0 0;
			padding: 								7px 30px;
			background-color: 						#bd0b48;
			border:									2px solid #bd0b48;
			border-radius: 							30px;
			transition: 							background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
			-webkit-transition: 					background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
			font-size: 								1.8em;
			font-weight: 							normal;
			color:  								#fff;
		}
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_link a:link,
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_link a:visited{
			background-color: 						#bd0b48;
			color: 									#fff;
		}
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_link a:hover,
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_link a:focus,
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text .epsw_link a:active{
			background-color: 						#fff;
			color: 									#bd0b48;
		}
		#european-skywalk .epsw_card[data-type="generic"] .epsw_text{
			width: 									60%;
		}

		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text{
			width: 									100%;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_content{
			display:  								flex;
			display: 								-webkit-flex;
			flex-direction:							row;
			-webkit-flex-direction:					row;
			align-items:							stretch;
			-webkit-align-items:					stretch;
			flex-wrap:								nowrap;
			-webkit-flex-wrap:						nowrap;
			white-space: 							nowrap;
			letter-spacing: 						-0.3em;
			text-align: 							left;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel{
			position: 								static;
			display:  								inline-flex 		!important;
			display:  								-webkit-inline-flex !important;
			margin: 								0;
			background-color: 						transparent 		!important;
			vertical-align: 						top;
			letter-spacing: 						normal;
			white-space: 							normal;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel:first-child{
			overflow-x: 							hidden;
			overflow-y: 							auto;
			margin-bottom: 							calc(3vh + 60px);
			padding-bottom: 						0;
			width: 									calc((100% / 1500) * 500);
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel + .epsw_panel{
			width: 									calc((100% / 1500) * 1000);
			padding-bottom: 						10px;
			flex:									1 1 auto;
			-webkit-flex:							1 1 auto;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_becausetext{
			overflow: 								inherit;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_becausetext > span{
			font-size: 								2.5em;
			color:  								#1d2762;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_subtext{
			margin-top: 							30px;
			font-size: 								1.6em;
			font-weight: 							lighter;
			color:  								#1d2762;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_link a{
			margin-top: 							8vh;
			font-size: 								1.4em;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_sharedtext{
			margin-top: 							10%;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage{
			line-height: 							1em;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage h3,
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage p{
			font-size: 								1.4em;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage a{
			text-decoration: 						underline;
			color: 									#000;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage a:hover,
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage a:focus,
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_eumessage a:active{
			text-decoration: 						underline;
			color: 									#bd0b48;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* GENERIC PANEL :: Remove the menu */
	
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu div.epsw_button,
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu button.epsw_button,
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list .epsw_link,
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list:before{
			display: 								none 	!important;
		}
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu h2.epsw_button{
			position: 								absolute;
			display:  								block;
			overflow: 								hidden;
			width: 									0;
			height: 								0;
			opacity: 								0;
		}
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list{
			position: 								static;
			display: 								block 	!important;
		}
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list > ul{
			box-shadow: 							none;
		}
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list .epsw_language{
			width: 									calc(14em + 20px);
			padding: 								0;
			background-color:						#fff;
			border:									1px solid #cdcdcd;
			border-radius: 							5px;
		}
		#european-skywalk[data-generic="home"] 							.epsw_header .epsw_menu .epsw_list li.epsw_language ul,
		#european-skywalk[data-generic="home"]:not([data-jsconverted]) 	.epsw_header .epsw_menu .epsw_list li.epsw_language ul{
			top: 									0;
			left: 									-1px;
			right: 									-1px;
			max-height: 							300px;
			border:									1px solid #cdcdcd;
			border-top: 							0;
			border-radius: 							5px;
			color: 									#000;
		}
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list li.epsw_language > span{
			border: 								none;
		}
		#european-skywalk[data-generic="home"] .epsw_header .epsw_menu .epsw_list li.epsw_language:after{
			top: 									0.8em;
			right: 									15px;
			border-top-width: 						1px;
			border-right-width:						1px;
			border-color: 							#000;
		}

/* ========================================================================================================================================== */
/* === JS FUNCTIONALITY ===================================================================================================================== */
/* ========================================================================================================================================== */

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : No JS display */

		/* No JS :: Navigation menu */
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu 			div.epsw_button[data-action="close"],
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu 			.epsw_list,
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu:target 	div.epsw_button[data-action="open"]{				display: 		none;			}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu:target 	div.epsw_button[data-action="close"],
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu:target 	.epsw_list,
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu 			div.epsw_button[data-action="open"]{				display: 		block;			}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul{
			background-color: 						transparent;
			color: 									#fff;
		}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul:hover{
			background-color: 						#fff;
			color: 									#1d2762;
		}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul:hover li a{
			height: 								auto;
			opacity: 								1;
		}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul:hover li a:hover span{
			transform:								translate(5px, 0);
			-webkit-transform:						translate(5px, 0);
			color: 									#bd0b48;
		}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul:hover li span span{
			text-decoration: 						underline;
			color: 									#bd0b48;
		}
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul:not(:hover) li a:focus,
		#european-skywalk:not([data-jsconverted]) .epsw_header .epsw_menu .epsw_list li.epsw_language ul:not(:hover) li a:active{
			position: 								absolute;
			display: 								block;
			z-index: 								5;
			top: 									0;
			left: 									0;
			width: 									100%;
			height: 								auto;
			background-color: 						#fff;
			opacity: 								1;
			color: 									#bd0b48;
		}
		/* No JS :: Text panel */
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content			.epsw_panel[data-panel="eu-message"],
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content:target	.epsw_read[data-action="more"],
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content		 	.epsw_read[data-action="less"]{			display:		none;			}
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content:target 	.epsw_panel[data-panel="eu-message"]{	display: 		flex;
																																		display: 		-webkit-flex;	}
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content		 	.epsw_read[data-action="more"],
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content:target	.epsw_read[data-action="less"]{			display: 		block;			}
		#european-skywalk:not([data-jsconverted]) .epsw_card .epsw_text .epsw_content:target	.epsw_panel[data-panel="because"]{
			position: 								absolute;
			overflow: 								hidden;
			height: 								0;
			padding-top: 							0;
			padding-bottom: 						0;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			opacity: 								0;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : Popup Menu */

		/* POPUP MENU :: Mobile version */
		#european-skywalk[data-jsconverted][data-ismobile] .epsw_header .epsw_menu h2.epsw_button,
		#european-skywalk[data-jsconverted][data-ismobile] .epsw_header .epsw_menu div.epsw_button,
		#european-skywalk[data-jsconverted][data-ismobile] .epsw_header .epsw_menu button.epsw_button,
		#european-skywalk[data-jsconverted][data-ismobile] .epsw_header .epsw_menu .epsw_list{
			display: 								none !important;
		}
		#european-skywalk[data-jsconverted][data-ismobile] .epsw_header .epsw_menu .epsw_selectmode{
			position: 								absolute;
			display: 								block;
			z-index: 								20;
			overflow: 								hidden;
			top: 									0;
			bottom: 								auto;
			left: 									0;
			right: 									auto;
			width: 									100%;
			height: 								100%;
			opacity: 								0;
		}
		/* POPUP MENU :: Desktop version */
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu h2.epsw_button,
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu label.epsw_button,
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_selectmode{
			display: 								none !important;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list,
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list ul{
			display: 								none;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu button.epsw_button span{
			height: 								auto;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu[aria-expanded="true"] .epsw_list,
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu[aria-expanded="true"] .epsw_list ul{
			display: 								block;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language{
			position: 								relative;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language label,
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language select,
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language > span .epsw_hidden{
			position: 								absolute;
			display: 								block;
			z-index: 								20;
			overflow: 								hidden;
			top: 									0;
			bottom: 								auto;
			left: 									0;
			right: 									auto;
			width: 									0;
			height: 								0;
			opacity: 								0;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language select{
			width: 									100%;
			height: 								100%;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language > span span{
			width: 									auto;
			opacity: 								1;
			text-indent: 							0;
			color: 									#fff;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language.epsw_focus > span{
			transition:								background-color 0.4s ease 0.1s, border-color 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.4s ease 0.1s, border-color 0.2s ease-out 0s;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile]) .epsw_header .epsw_menu .epsw_list li.epsw_language.epsw_focus > span{
			background-color: 						#bd0b48;
			border-color:	 						#bd0b48;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile])[data-generic="home"] .epsw_header .epsw_menu button.epsw_button,
		#european-skywalk[data-jsconverted]:not([data-ismobile])[data-generic="home"] .epsw_header .epsw_menu .epsw_list li.epsw_link{
			display: 								none !important;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile])[data-generic="home"] .epsw_header .epsw_menu .epsw_list,
		#european-skywalk[data-jsconverted]:not([data-ismobile])[data-generic="home"] .epsw_header .epsw_menu .epsw_list ul{
			display: 								block !important;
		}
		#european-skywalk[data-jsconverted]:not([data-ismobile])[data-generic="home"] .epsw_header .epsw_menu .epsw_list li.epsw_language > span span{
			color: 									inherit;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : Waiting page */
	
		#european-skywalk .epsw_waiting{
			display: 								none;
		}
		#european-skywalk[data-jsconverted] .epsw_waiting,
		#european-skywalk[data-jsconverted] .epsw_waiting:before{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			top: 									0;
			bottom: 								auto;
			left: 									0;
			right: 									0;
			width: 									auto;
			height: 								0;
			opacity: 								0;
			transition: 							opacity 0.2s ease-out 0s;
			-webkit-transition: 					opacity 0.2s ease-out 0s;
			font-family: 							"Open Sans", Helvetica, Arial, sans-serif;
			font-size: 								1em;
			color: 									#6d6e71;
		}
		#european-skywalk[data-jsconverted] .epsw_waiting{
			z-index: 								90;
			opacity: 								0;
		}
		#european-skywalk[data-jsconverted] .epsw_waiting:before{
			height: 								100%;
			background-color: 						rgba(255, 255, 255, 0.85);
			opacity: 								1;
			content: 								"";
		}
		#european-skywalk[data-jsconverted][data-loading] .epsw_waiting{
			height: 								100%;
			opacity: 								1;
		}
		/* WAITING : Icons */
		#european-skywalk[data-jsconverted] .epsw_waiting > div{
			position: 								relative;
			display: 								block;
			z-index: 								10;
			top: 									calc(50% - 50px);
			width: 									100px;
			height: 								100px;
			margin: 								0 auto 30px auto;
			background-color: 						transparent;
			border-radius: 							50%;
		}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			top: 									50%;
			left: 									50%;
			width: 									10px;
			height: 								10px;
			transform: 								translate(-50%, -50%);
			-webkit-transform: 						translate(-50%, -50%);
		}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span svg{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			top: 									0;
			left: 									0;
			width: 									10px;
			height: 								10px;
		}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span svg *{
			fill:									#bd0b48;
		}
		/* WAITING : Position of icons in a circle */
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(1){	top: 	6.698729810778068%;		left: 75%;					}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(2){	top: 	25%;					left: 93.301270189221932%;	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(3){	top: 	50%;					left: 100%;					}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(4){	top: 	75%;					left: 93.301270189221932%;	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(5){	top: 	93.301270189221932%;	left: 75%;					}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(6){	top: 	100%;												}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(7){	top: 	93.301270189221932%;	left: 25%;					}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(8){	top: 	75%;					left: 6.698729810778068%;	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(9){	top: 	50%;					left: 0;					}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(10){	top: 	25%;					left: 6.698729810778068%;	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(11){	top: 	6.698729810778068%;		left: 25%;					}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(12){	top: 	0;													}
		/* WAITING : Animation */
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span svg{
			opacity:  								0;
			animation-name: 						infographic_european-skywalk_loading;
			animation-duration:						2s;
			animation-delay: 						0s;
			animation-timing-function: 				ease;
			animation-fill-mode: 					forwards;
			animation-iteration-count: 				infinite;
			-webkit-animation-name: 				infographic_european-skywalk_loading;
			-webkit-animation-duration:				2s;
			-webkit-animation-delay: 				0s;
			-webkit-animation-timing-function:		ease;
			-webkit-animation-fill-mode: 			forwards;
			-webkit-animation-iteration-count: 		infinite;
		}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(1)		svg{	animation-delay: calc( 2s / 12);		-webkit-animation-delay: calc( 2s / 12); 		}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(2)		svg{	animation-delay: calc((2s / 12) * 2);	-webkit-animation-delay: calc((2s / 12) * 2); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(3)		svg{	animation-delay: calc((2s / 12) * 3);	-webkit-animation-delay: calc((2s / 12) * 3); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(4)		svg{	animation-delay: calc((2s / 12) * 4);	-webkit-animation-delay: calc((2s / 12) * 4); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(5)		svg{	animation-delay: calc((2s / 12) * 5);	-webkit-animation-delay: calc((2s / 12) * 5); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(6)		svg{	animation-delay: calc((2s / 12) * 6);	-webkit-animation-delay: calc((2s / 12) * 6); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(7)		svg{	animation-delay: calc((2s / 12) * 7);	-webkit-animation-delay: calc((2s / 12) * 7); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(8)		svg{	animation-delay: calc((2s / 12) * 8);	-webkit-animation-delay: calc((2s / 12) * 8); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(9)		svg{	animation-delay: calc((2s / 12) * 9);	-webkit-animation-delay: calc((2s / 12) * 9); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(10)	svg{	animation-delay: calc((2s / 12) * 10);	-webkit-animation-delay: calc((2s / 12) * 10); 	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(11)	svg{	animation-delay: calc((2s / 12) * 11);	-webkit-animation-delay: calc((2s / 12) * 11);	}
		#european-skywalk[data-jsconverted] .epsw_waiting > div > span:nth-child(12)	svg{	animation-delay: calc((2s / 12) * 12);	-webkit-animation-delay: calc((2s / 12) * 12);	}
		@keyframes infographic_european-skywalk_loading{	
			0%{		opacity: 						0;	transform: 	scale(1.5);	-webkit-transform: 	scale(1.5);	}
			40%{	opacity: 						1;															}
			50%{										transform: 	scale(1.5);	-webkit-transform: 	scale(1.5);	}
			80%{	opacity: 						1;															}
			100%{	opacity: 						0;	transform: 	scale(0.5);	-webkit-transform: 	scale(0.5);	}
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : Navigation menu */

		#european-skywalk[data-jsconverted] .epsw_navigation ul{
			height: 								auto;
			margin-bottom: 							15px;
			letter-spacing: 						-0.3em;
			white-space: 							nowrap;
			text-align: 							center;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li{
			display: 								inline-block;
			overflow: 								hidden;
			width: 									auto;
			height: 								auto;
			margin: 								2px;
			vertical-align: 						middle;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_summary{
			max-width: 								calc(100% - 128px);
			height: 								70px;
			margin:									0;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li ol{
			position: 								relative;
			display: 								inline-block;
			max-width: 								calc(((60px + 4px) * 4) + (66px + 4px));
			height: 								90px;
			overflow-x: 							scroll;
			overflow-y: 							hidden;
			white-space: 							nowrap;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_button,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link{
			width: 									auto;
			height: 								auto;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li a{
			width: 									60px;
			height: 								60px;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li a{
			position: 								relative;
			display: 								block;
			overflow: 								hidden;
			top: 									auto !important;
			bottom:									auto !important;
			left: 									auto !important;
			right: 									auto !important;
			width: 									60px;
			height: 								60px;
			box-sizing:								border-box;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_button a{
			border-left-style: 						solid;
			border-left-style: 						solid;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_button[aria-hidden]{
			opacity: 								0;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_button[aria-hidden]:before{
			position: 								absolute;
			display: 								block;
			z-index: 								10;
			width: 									60px;
			height: 								60px;
			background-color: 						#fff;
			content: 								"";
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_button a:before{ 	top: 27px;	}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_button a span{ 		top: 21px;	}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a{
			position: 								relative;
			z-index: 								5;
			border:									none;
			box-sizing:								border-box;
			background-position: 					center;
			background-size: 						100%;
			background-repeat: 						no-repeat;
			transition:								width 0.2s ease-out 0s, height 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
			-webkit-transition:						width 0.2s ease-out 0s, height 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:before{
			display: 								none;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:after{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			opacity: 								1;
			background-color: 						transparent;
			border:									2px solid #fff;
			box-sizing:								border-box;
			transition:								background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			-webkit-transition:						background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
			text-indent: 							120px;
			white-space: 							nowrap;
			content: 								"";	
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:link,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:visited{ 		z-index:			5;				}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:hover,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:focus,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:active{ 			z-index:			10;
																								opacity: 			1 !important;	}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:link:after,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:visited:after{	background-color: 	transparent;
																								border-color: 		#b0b0b0;		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:hover:after,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:focus:after,
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a:active:after{	background-color: 	rgba(189, 11, 72, 0.1);
																								border-color: 		#bd0b48;		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a[aria-selected]{
			width: 									66px;
			height:									66px;
		}
		#european-skywalk[data-jsconverted] .epsw_navigation ul li.epsw_link a span{
			position: 								absolute;
			display: 								block;
			overflow: 								hidden;
			width: 									0;
			height: 								0;
			opacity: 								0;
		}
	
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : Management pictures */

		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture{
			position: 								relative;
			display: 								inline-block;
			overflow: 								hidden;
			flex-direction:							row;
			-webkit-flex-direction:					row;
			flex-wrap:								nowrap;
			-webkit-flex-wrap:						nowrap;
			align-items:							stretch;
			-webkit-align-items:					stretch;
			justify-content:						flex-start;
			-webkit-justify-content:				flex-start;
			background-position: 					center;
			background-size: 						cover;
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture span{
			position: 								absolute;
			display: 								block;
			top: 									0;
			bottom: 								0;
			left: 									0;
			width: 									100%;
			background-image: 						inherit;
			background-position: 					center;
			background-size: 						cover;
			background-repeat: 						no-repeat;
			vertical-align: 						middle;
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture:after{
			opacity: 								1;
			transition:								opacity 0.2s ease-out 0s;
			-webkit-transition:						opacity 0.2s ease-out 0s;
		}
		#european-skywalk[data-jsconverted][data-animation="switch"] .epsw_card .epsw_picture:after{
			opacity: 								0;
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture:before{
			position: 								absolute;
			display: 								block;
			z-index: 								30;
			top: 									0;
			bottom: 								0;
			left: 									0;
			right: 									0;
			content: 								"";
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture[title]:after{
			bottom: 								5px;
		}
		
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : Switch card */

		/* SWITCH CARD :: Definition of the original state */
		#european-skywalk[data-jsconverted] .epsw_animcard{
			position: 								absolute;
			display: 								block;
			left: 									0;
			width: 									1px;
			height: 								1px;
			background-color: 						#fff;
			opacity: 								0;
			content: 								"";
		}
		#european-skywalk[data-jsconverted][data-animation="switch"] .epsw_animcard,
		#european-skywalk[data-jsconverted][data-animation="switch"] .epsw_card .epsw_picture span,
		#european-skywalk[data-jsconverted][data-animation="switch"] .epsw_card .epsw_text .epsw_panel{
			transition:										transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
			-webkit-transition:						-webkit-transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture span{
			transform: 								translate(0, 0);
			-webkit-transform: 						translate(0, 0);
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_text{
			position: 								relative;
			z-index: 								50;
			background-color:  						#fff;
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_text .epsw_content .epsw_panel .epsw_becausetext,
		#european-skywalk[data-jsconverted] .epsw_card .epsw_text .epsw_content .epsw_panel .epsw_sharedtext{
			opacity: 								1;
			transition:								opacity 0.4s ease-out 0s;
			-webkit-transition:						opacity 0.4s ease-out 0s;
		}
		/* SWITCH CARD :: Switch animation (timer) */
		#european-skywalk[data-jsconverted][data-animation="switch"][data-step="1"] 	.epsw_animcard{	background-color: #ff0; }
		#european-skywalk[data-jsconverted][data-animation="switch"][data-step="2"] 	.epsw_animcard{	background-color: #f0f; }
		#european-skywalk[data-jsconverted][data-animation="switch"] .epsw_picture span{
			transform: 								translate(0, 0);
			-webkit-transform: 						translate(0, 0);
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="previous"]	.epsw_card .epsw_picture span{
			left: 									-100%;
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="previous"]	.epsw_card .epsw_picture span + span{
			left: 									0;
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="next"]		.epsw_card .epsw_picture span{
			left: 									0;
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="next"]		.epsw_card .epsw_picture span + span{
			left: 									100%;
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="previous"][data-step="1"]	.epsw_card .epsw_picture span,
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="previous"][data-step="2"]	.epsw_card .epsw_picture span{
			transform: 								translate(100%, 0);
			-webkit-transform: 						translate(100%, 0);
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="next"][data-step="1"]		.epsw_card .epsw_picture span,
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction="next"][data-step="2"]		.epsw_card .epsw_picture span{
			transform: 								translate(-100%, 0);
			-webkit-transform: 						translate(-100%, 0);
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction][data-step="1"] .epsw_card .epsw_text .epsw_content .epsw_panel .epsw_becausetext,
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction][data-step="1"] .epsw_card .epsw_text .epsw_content .epsw_panel .epsw_sharedtext{
			opacity: 								0;
		}
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction][data-step="2"] .epsw_card .epsw_text .epsw_content .epsw_panel .epsw_becausetext,
		#european-skywalk[data-jsconverted][data-animation="switch"][data-direction][data-step="2"] .epsw_card .epsw_text .epsw_content .epsw_panel .epsw_sharedtext{
			opacity: 								1;
		}
		
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* JS FUNCTIONALITIES : Flip panels */

		/* DISPLAY PANEL :: Definition of the original state */
		#european-skywalk[data-jsconverted] .epsw_animpanel{
			position: 								absolute;
			display: 								block;
			left: 									0;
			width: 									1px;
			height: 								1px;
			background-color: 						#fff;
			opacity: 								0;
			content: 								"";
		}
		#european-skywalk[data-jsconverted] .epsw_animpanel,
		#european-skywalk[data-jsconverted] .epsw_text .epsw_becausetext,
		#european-skywalk[data-jsconverted] .epsw_text .epsw_eumessage,
		#european-skywalk[data-jsconverted] .epsw_text .epsw_source,
		#european-skywalk[data-jsconverted] .epsw_text .epsw_share li{
			transition:								opacity 0.3s linear 0s, background-color 0.5s linear 0s;
			-webkit-transition:						opacity 0.3s linear 0s, background-color 0.5s linear 0s;
		}
		/* DISPLAY PANEL :: Flip animation (timer) */
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction][data-step="1"]			.epsw_animpanel{	background-color: #ff0; }
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction][data-step="2"] 			.epsw_animpanel{	background-color: #f0f; }
		/* DISPLAY PANEL :: Flip animation (animation) */
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="1"] 	.epsw_text .epsw_becausetext,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="2"] 	.epsw_text .epsw_becausetext,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="1"] 	.epsw_card .epsw_eumessage,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="1"] 	.epsw_card .epsw_source,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="1"] 	.epsw_card .epsw_share li,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="1"] 	.epsw_card .epsw_eumessage,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="1"] 	.epsw_card .epsw_source,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="1"] 	.epsw_card .epsw_share li,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="2"] 	.epsw_card .epsw_eumessage,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="2"] 	.epsw_card .epsw_source,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="2"] 	.epsw_card .epsw_share li{
			opacity:								0;
		}
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="2"] 	.epsw_card .epsw_eumessage,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="2"] 	.epsw_card .epsw_source,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="more"][data-step="2"] 	.epsw_card .epsw_share li{
			opacity: 								1;
		}
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="1"] 	.epsw_text .epsw_becausetext,
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="2"] 	.epsw_text .epsw_becausetext{
			opacity: 								0;
		}
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="1"] 	.epsw_card .epsw_text .epsw_panel[data-panel="eu-message"],
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="2"] 	.epsw_card .epsw_text .epsw_panel[data-panel="eu-message"]{
			
		}
		#european-skywalk[data-jsconverted][data-animation="flip"][data-direction="less"][data-step="2"] 	.epsw_card .epsw_text .epsw_panel[data-panel="because"]{
			opacity: 								1;
		}
		/* DISPLAY PANEL :: Accessibility of the content */
		#european-skywalk[data-jsconverted][data-mode="because"]:not([data-animation="flip"])	.epsw_card .epsw_text .epsw_panel[data-panel="eu-message"]{
			display:								none;
		}
		#european-skywalk[data-jsconverted][data-mode="share"]:not([data-animation="flip"]) 	.epsw_card .epsw_text .epsw_panel[data-panel="because"]{
			position: 								absolute;
			overflow: 								hidden;
			height: 								0;
			opacity: 								0;
		}
			
/* ========================================================================================================================================== */
/* === RESPONSIVE DESIGN ==================================================================================================================== */
/* ========================================================================================================================================== */
@media screen and (max-width: 850px){

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* PICTURE : Small version */
	
		#european-skywalk .epsw_header .epsw_title{
			width: 									100%;
		}
		#european-skywalk .epsw_header .epsw_title:after{
			background-position: 					left bottom;
			background-size: 						contain;
		}
		#european-skywalk .epsw_header .epsw_title .epsw_url{
			font-size: 								2.5em;
		}
		#european-skywalk .epsw_card{
			bottom: 								calc(2.5em + 40px);
			flex-direction:							column;
			-webkit-flex-direction:					column;
		}
		#european-skywalk .epsw_card .epsw_text{
			display: 								flex;
			display: 								-webkit-flex;
			width: 									100%;
			flex:									1 1 auto;
			-webkit-flex:							1 1 auto;
			order:									2;
			-webkit-order:							2;
		}
		#european-skywalk[data-jsconverted] .epsw_card .epsw_text .epsw_panel{
			padding-bottom: 						10px;
		}
		#european-skywalk 					.epsw_card .epsw_picture,
		#european-skywalk[data-jsconverted] .epsw_card .epsw_picture{
			display: 								block;
			width: 									100%;
			height: 								auto;
			max-height: 							50%;
			flex:									1 1 auto;
			-webkit-flex:							1 1 auto;
			order:									1;
			-webkit-order:							1;
		}
		#european-skywalk .epsw_card .epsw_navigation{
			display: 								block;
			width: 									100%;
			margin: 								0;
			flex:									0 0 auto;
			-webkit-flex:							0 0 auto;
			order:									3;
			-webkit-order:							3;
		}
		#european-skywalk .epsw_card .epsw_navigation ul{
			width: 									100%;
		}

		#european-skywalk .epsw_card .epsw_text .epsw_becausetext,
		#european-skywalk .epsw_card .epsw_text .epsw_sharedtext{
			margin-top: 							10px;
		}
		#european-skywalk .epsw_card .epsw_text .epsw_read{
			top: 									0;
			right: 									50%;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* PICTURE : Small version */
	
		#european-skywalk .epsw_card .epsw_picture img{
			display: 								block;
			width: 									100%;
		}
		#european-skywalk .epsw_card .epsw_picture[title]:after{
			bottom: 								5px;
		}

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* GENERIC TEXT : Small version */
	
		/* GENERIC TEXT :: Homepage */
		#european-skywalk .epsw_card[data-type="generic"][data-id="home"] .epsw_text .epsw_content{
			display: 								block;
			overflow-x: 							hidden;
			overflow-y: 							auto;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="home"] .epsw_text{
			width: 									75%;
			padding-top: 							80px;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="home"] .epsw_text .epsw_panel .epsw_becausetext,
		#european-skywalk .epsw_card[data-type="generic"][data-id="home"] .epsw_text .epsw_panel .epsw_sharedtext{
			margin-top: 							0;
			padding-top: 							0;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="home"] .epsw_text .epsw_link a{
			margin-top: 							50px;
		}
		/* GENERIC TEXT :: About */
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_content{
			display: 								block;
			overflow-x: 							hidden;
			overflow-y: 							auto;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel:first-child,
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel + .epsw_panel{
			display: 								block 		!important;
			overflow: 								visible;
			width: 									100%;
			margin-top: 							0;

		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel:first-child{
			margin: 								0 !important;
			padding-top: 							80px;
			padding-bottom: 						0;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel .epsw_becausetext,
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_panel .epsw_sharedtext{
			margin-top: 							0;
			padding-top: 							0;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="about"] .epsw_text .epsw_link a{
			margin-top: 							30px;
		}
		/* GENERIC TEXT :: Final text */
		#european-skywalk .epsw_card[data-type="generic"][data-id="final"] .epsw_text{
			width: 									75%;
			padding-top: 							80px;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="final"] .epsw_text .epsw_content{
			display: 								block;
			overflow-x: 							hidden;
			overflow-y: 							auto;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="final"] .epsw_text .epsw_link a{
			margin-top: 							7vh;
		}
}
@media screen and (max-width: 640px){

	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/* GENERIC TEXT : Small version */
	
		#european-skywalk .epsw_card[data-type="generic"][data-id="home"] .epsw_text{
			width: 									auto;
			padding-top: 							80px;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="final"] .epsw_text{
			width: 									85%;
			padding-top: 							80px;
		}
		#european-skywalk .epsw_card[data-type="generic"][data-id="final"] .epsw_text .epsw_content .epsw_becausetext span{
			font-size: 								3em;
		}
}
@media screen and (max-height: 800px){
	#european-skywalk .epsw_card .epsw_text .epsw_becausetext > span{
		font-size: 									2.4em;
	}
	#european-skywalk .epsw_card .epsw_text .epsw_eumessage > h3, #european-skywalk .epsw_card .epsw_text .epsw_eumessage > p{
		font-size: 									1.4em;
	}
}
@media screen and (max-width: 640px){
	#european-skywalk .epsw_card .epsw_text .epsw_becausetext > span{
		font-size: 									2.4em;
	}
	#european-skywalk .epsw_card .epsw_text .epsw_eumessage > h3, #european-skywalk .epsw_card .epsw_text .epsw_eumessage > p{
		font-size: 									1.4em;
	}
}
/* ========================================================================================================================================== */
/* === PRINT ================================================================================================================================ */
/* ========================================================================================================================================== */
@media print{

		#european-skywalk .epsw_header .epsw_menu,
		#european-skywalk .epsw_waiting,
		#european-skywalk .epsw_navigation,
		#european-skywalk .epsw_card .epsw_text .epsw_read{
			display: 								none !important;
		}
}


